{ "description": "", "type": "object", "properties": { "symbol": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 }, "description": { "type": "string", "minLength": 1 }, "headquarters": { "type": "string", "minLength": 1 }, "traits": { "type": "array", "items": { "$ref": "./FactionTrait.json" } } }, "required": [ "symbol", "name", "description", "headquarters", "traits" ] }