{ "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "type": "object", "properties": { "stat": { "type": "object", "properties": { "total": { "type": "number" }, "min": { "type": "number" }, "max": { "type": "number" }, "npcTotal": { "type": "number" }, "npcMax": { "type": "number" }, "npcMin": { "type": "number" }, "chiefMin": { "type": "number" } }, "additionalProperties": false }, "iconPath": { "type": "string" } }, "additionalProperties": false }, { "type": "object", "properties": { "extends": { "anyOf": [ { "type": "string", "minLength": 1 }, { "minItems": 1, "type": "array", "items": { "type": "string", "minLength": 1 } } ] }, "startYear": { "type": "number" }, "life": { "type": "number" }, "fiction": { "type": "number" }, "history": { "type": "array", "items": { "type": "string" } }, "iconPath": { "type": "string" }, "stat": { "type": "object", "properties": { "total": { "type": "number" }, "min": { "type": "number" }, "max": { "type": "number" }, "npcTotal": { "type": "number" }, "npcMax": { "type": "number" }, "npcMin": { "type": "number" }, "chiefMin": { "type": "number" } }, "additionalProperties": false }, "map": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "const": { "type": "object", "properties": { "scenarioEffect": { "anyOf": [ { "type": "string", "enum": [ "event_UnlimitedDefenceThresholdChange", "event_StrongAttacker", "event_MoreEffect" ] }, { "type": "string", "const": "" }, { "type": "string", "const": "None" }, { "type": "null" } ] } }, "additionalProperties": {} }, "nation": { "type": "array", "items": {} }, "diplomacy": { "type": "array", "items": {} }, "general": { "type": "array", "items": {} }, "general_ex": { "type": "array", "items": {} }, "general_neutral": { "type": "array", "items": {} }, "cities": { "type": "array", "items": {} }, "events": { "type": "array", "items": {} }, "initialEvents": { "type": "array", "items": {} }, "initialActions": { "type": "array", "items": {} }, "ignoreDefaultEvents": { "type": "boolean" }, "title": { "type": "string" } }, "required": [ "title" ], "additionalProperties": {} }, { "type": "object", "properties": { "extends": { "anyOf": [ { "type": "string", "minLength": 1 }, { "minItems": 1, "type": "array", "items": { "type": "string", "minLength": 1 } } ] }, "startYear": { "type": "number" }, "life": { "type": "number" }, "fiction": { "type": "number" }, "history": { "type": "array", "items": { "type": "string" } }, "iconPath": { "type": "string" }, "stat": { "type": "object", "properties": { "total": { "type": "number" }, "min": { "type": "number" }, "max": { "type": "number" }, "npcTotal": { "type": "number" }, "npcMax": { "type": "number" }, "npcMin": { "type": "number" }, "chiefMin": { "type": "number" } }, "additionalProperties": false }, "map": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "const": { "type": "object", "properties": { "scenarioEffect": { "anyOf": [ { "type": "string", "enum": [ "event_UnlimitedDefenceThresholdChange", "event_StrongAttacker", "event_MoreEffect" ] }, { "type": "string", "const": "" }, { "type": "string", "const": "None" }, { "type": "null" } ] } }, "additionalProperties": {} }, "nation": { "type": "array", "items": {} }, "diplomacy": { "type": "array", "items": {} }, "general": { "type": "array", "items": {} }, "general_ex": { "type": "array", "items": {} }, "general_neutral": { "type": "array", "items": {} }, "cities": { "type": "array", "items": {} }, "events": { "type": "array", "items": {} }, "initialEvents": { "type": "array", "items": {} }, "initialActions": { "type": "array", "items": {} }, "ignoreDefaultEvents": { "type": "boolean" }, "title": { "not": {} } }, "additionalProperties": {} } ] }