mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Shipyard.shipTypes.type should not be optional.
This commit is contained in:
parent
e3f70c7729
commit
4d1f650fd0
@ -16,7 +16,10 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"$ref": "./ShipType.json"
|
"$ref": "./ShipType.json"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"type"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transactions": {
|
"transactions": {
|
||||||
|
Loading…
Reference in New Issue
Block a user