Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-29 21:29:01 +00:00
parent 6722ff7ad4
commit 6aad0edd33
2 changed files with 8 additions and 2 deletions

View File

@ -134,7 +134,10 @@
}, },
"extras": { "extras": {
"type": "object", "type": "object",
"description": "Extra data that may be used by extension mods" "description": "Extra data that may be used by extension mods",
"additionalProperties": {
"type": "object"
}
} }
}, },
"definitions": { "definitions": {

View File

@ -77,7 +77,10 @@
}, },
"extras": { "extras": {
"type": "object", "type": "object",
"description": "Extra data that may be used by extension mods" "description": "Extra data that may be used by extension mods",
"additionalProperties": {
"type": "object"
}
} }
}, },
"definitions": { "definitions": {