Ensure pending_schema_names is always cleaned up
This commit is contained in:
parent
803c47bab3
commit
7bcd6a2a65
2 changed files with 24 additions and 39 deletions
|
@ -23,29 +23,7 @@
|
|||
],
|
||||
"properties": {
|
||||
"recursive": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"direct": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/RecursiveOuter"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"indirect": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/RecursiveInner"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"$ref": "#/definitions/RecursiveOuter"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,17 +57,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"RecursiveInner": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"recursive"
|
||||
],
|
||||
"properties": {
|
||||
"recursive": {
|
||||
"$ref": "#/definitions/RecursiveOuter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue