{ "$schema": "http://json-schema.org/draft-07/schema", "type": "array", "description": "https://yairm210.github.io/Unciv/Modders/uniques/", "items": { "type": "string", "allOf": [ { "type": "string", "pattern": "^[^><]*(\\<[^>]*\\>[^><]*)*$" }, { "type": "string", "pattern": "^[^\\[\\]]*(\\[[^\\[\\]]*\\][^\\[\\]]*)*$" } ] } }