mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
12 lines
146 B
JSON
12 lines
146 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"symbol": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"symbol"
|
||
|
]
|
||
|
}
|