mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
30 lines
472 B
JSON
30 lines
472 B
JSON
{
|
|
"description": "",
|
|
"type": "object",
|
|
"properties": {
|
|
"shipSymbol": {
|
|
"type": "string",
|
|
"minLength": 1
|
|
},
|
|
"destination": {
|
|
"type": "string",
|
|
"minLength": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"shipSymbol",
|
|
"destination"
|
|
],
|
|
"x-examples": {
|
|
"example-1": {
|
|
"shipSymbol": "1D7FDA-1",
|
|
"destination": "00E0B1"
|
|
}
|
|
},
|
|
"examples": [
|
|
{
|
|
"shipSymbol": "1D7FDA-1",
|
|
"destination": "00E0B1"
|
|
}
|
|
]
|
|
} |