add description, fix symbols

This commit is contained in:
Space Admiral 2022-12-05 09:54:01 -08:00
parent eac54a6f69
commit 9995cb9dcf
5 changed files with 9 additions and 3 deletions

View File

@ -31,6 +31,7 @@
"required": [
"symbol",
"name",
"description",
"speed",
"requirements"
]

View File

@ -49,6 +49,7 @@
"required": [
"symbol",
"name",
"description",
"moduleSlots",
"mountingPoints",
"fuelCapacity",

View File

@ -2,6 +2,10 @@
"type": "object",
"description": "The navigation information of the ship.",
"properties": {
"systemSymbol": {
"type": "string",
"description": "The system symbol of the ship's current location."
},
"waypointSymbol": {
"type": "string",
"description": "The waypoint symbol of the ship's current location, or if the ship is in-transit, the waypoint symbol of the ship's destination."
@ -17,6 +21,7 @@
}
},
"required": [
"systemSymbol",
"waypointSymbol",
"route",
"status",

View File

@ -32,6 +32,7 @@
"required": [
"symbol",
"name",
"description",
"powerOutput",
"requirements"
]

View File

@ -62,9 +62,7 @@
"BARREN",
"TEMPERATE",
"JUNGLE",
"OCEAN",
"MARKETPLACE",
"SHIPYARD"
"OCEAN"
]
},
"name": {