{ "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" ] }