chore: generate
This commit is contained in:
parent
5eae926846
commit
64cc4623b5
1 changed files with 8 additions and 40 deletions
|
|
@ -12699,16 +12699,8 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"anyOf": [
|
"type": "string",
|
||||||
{
|
"enum": ["oauth", "api"]
|
||||||
"type": "string",
|
|
||||||
"const": "oauth"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"const": "api"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"label": {
|
"label": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
@ -12740,16 +12732,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"op": {
|
"op": {
|
||||||
"anyOf": [
|
"type": "string",
|
||||||
{
|
"enum": ["eq", "neq"]
|
||||||
"type": "string",
|
|
||||||
"const": "eq"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"const": "neq"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
@ -12798,16 +12782,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"op": {
|
"op": {
|
||||||
"anyOf": [
|
"type": "string",
|
||||||
{
|
"enum": ["eq", "neq"]
|
||||||
"type": "string",
|
|
||||||
"const": "eq"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"const": "neq"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
@ -12831,16 +12807,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"method": {
|
"method": {
|
||||||
"anyOf": [
|
"type": "string",
|
||||||
{
|
"enum": ["auto", "code"]
|
||||||
"type": "string",
|
|
||||||
"const": "auto"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"const": "code"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"instructions": {
|
"instructions": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue