Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-30 07:22:48 +00:00
parent 11b3381ac2
commit 9709601048
2 changed files with 8 additions and 8 deletions

View File

@ -128,16 +128,16 @@
"description": "Add water to this planet", "description": "Add water to this planet",
"$ref": "#/definitions/WaterModule" "$ref": "#/definitions/WaterModule"
}, },
"$schema": {
"type": "string",
"description": "The schema to validate with"
},
"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": { "additionalProperties": {
"type": "object" "type": "object"
} }
},
"$schema": {
"type": "string",
"description": "The schema to validate with"
} }
}, },
"definitions": { "definitions": {

View File

@ -71,16 +71,16 @@
"$ref": "#/definitions/CuriosityColorInfo" "$ref": "#/definitions/CuriosityColorInfo"
} }
}, },
"$schema": {
"type": "string",
"description": "The schema to validate with"
},
"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": { "additionalProperties": {
"type": "object" "type": "object"
} }
},
"$schema": {
"type": "string",
"description": "The schema to validate with"
} }
}, },
"definitions": { "definitions": {