Updated Schemas

This commit is contained in:
Ben C 2022-11-15 18:53:18 +00:00
parent 95b9c6fc4a
commit 23d27e3221

View File

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Celestial Body Schema",
"type": "object",
"description": "Describes a body to generate",
"description": "Describes a celestial body to generate",
"additionalProperties": false,
"required": [
"name"