mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"symbol": {
|
|
"type": "string",
|
|
"minLength": 1,
|
|
"description": "The symbol of the faction."
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol"
|
|
]
|
|
} |