mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"symbol": {
|
|
"type": "string",
|
|
"description": "The unique identifier of the trait.",
|
|
"enum": [
|
|
"BUREAUCRATIC",
|
|
"SECRETIVE",
|
|
"CAPITALISTIC",
|
|
"INDUSTRIOUS",
|
|
"PEACEFUL",
|
|
"DISTRUSTFUL",
|
|
"WELCOMING",
|
|
"ANARCHIST",
|
|
"CONFLICTED",
|
|
"AUTHORITARIAN",
|
|
"OLIGARCHICAL",
|
|
"DYNASTIC",
|
|
"DEMOCRACTIC",
|
|
"DECENTRALIZED",
|
|
"SMUGGLERS",
|
|
"SCAVENGERS",
|
|
"REBELLIOUS",
|
|
"EXILES",
|
|
"PIRATES",
|
|
"RAIDERS",
|
|
"CLAN",
|
|
"GUILD",
|
|
"DOMINION",
|
|
"FRINGE",
|
|
"FORSAKEN",
|
|
"ISOLATED",
|
|
"LOCALIZED",
|
|
"ESTABLISHED",
|
|
"NOTABLE",
|
|
"DOMINANT",
|
|
"INESCAPABLE"
|
|
]
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"description": "The name of the trait."
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"description": "A description of the trait."
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"name",
|
|
"description"
|
|
]
|
|
} |