mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
38 lines
647 B
JSON
38 lines
647 B
JSON
|
{
|
||
|
"description": "",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"symbol": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
},
|
||
|
"sectorSymbol": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
},
|
||
|
"type": {
|
||
|
"$ref": "./SystemType.json"
|
||
|
},
|
||
|
"factionSymbol": {
|
||
|
"type": "string",
|
||
|
"description": "The symbol of the faction that owns the connected jump gate in the system."
|
||
|
},
|
||
|
"x": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"y": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"distance": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"symbol",
|
||
|
"sectorSymbol",
|
||
|
"type",
|
||
|
"x",
|
||
|
"y",
|
||
|
"distance"
|
||
|
]
|
||
|
}
|