Shipyard.shipTypes.type should not be optional.

This commit is contained in:
Keith Jackson 2023-11-18 12:15:43 -08:00
parent e3f70c7729
commit 4d1f650fd0

View File

@ -16,7 +16,10 @@
"type": {
"$ref": "./ShipType.json"
}
}
},
"required": [
"type"
]
}
},
"transactions": {