@@ -12699,16 +12699,8 @@
"type": "object",
"properties": {
"type": {
- "anyOf": [
- {
- "type": "string",
- "const": "oauth"
- },
- "const": "api"
- }
- ]
+ "type": "string",
+ "enum": ["oauth", "api"]
},
"label": {
"type": "string"
@@ -12740,16 +12732,8 @@
"op": {
- "const": "eq"
- "const": "neq"
+ "enum": ["eq", "neq"]
"value": {
@@ -12798,16 +12782,8 @@
@@ -12831,16 +12807,8 @@
"method": {
- "const": "auto"
- "const": "code"
+ "enum": ["auto", "code"]
"instructions": {