repair structural problems with the openapi spec (#16710)

* repair structural problems with the openapi spec

* additional tweaks to fix failing tests

* un-mark is_categorized as required & restore method
This commit is contained in:
J. David Lowe
2022-06-20 09:56:56 -07:00
committed by GitHub
parent c9d3c45ba9
commit 95a6268c45
26 changed files with 215 additions and 271 deletions

View File

@@ -72,7 +72,7 @@
},
"associated_accounts": {
"type": "array",
"items": []
"items": {}
},
"can_send_activation_email": {
"type": "boolean"
@@ -360,7 +360,7 @@
},
"groups": {
"type": "array",
"items": [
"items":
{
"type": "object",
"additionalProperties": false,
@@ -485,7 +485,6 @@
"publish_read_state"
]
}
]
},
"external_ids": {
"type": "object"