mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
18 lines
456 B
JSON
18 lines
456 B
JSON
{
|
|
"description": "",
|
|
"type": "object",
|
|
"properties": {
|
|
"symbol": {
|
|
"type": "string",
|
|
"description": "The symbol of the shipyard. The symbol is the same as the waypoint where the shipyard is located.",
|
|
"minLength": 1
|
|
},
|
|
"ships": {
|
|
"type": "array",
|
|
"description": "The ships that are currently available for purchase at the shipyard.",
|
|
"items": {
|
|
"$ref": "./ShipyardShip.json"
|
|
}
|
|
}
|
|
}
|
|
} |