mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-09 14:56:47 +07:00
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"$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": "^[^\\[\\]]*(\\[[^\\[\\]]*\\][^\\[\\]]*)*$"
|
|
}
|
|
]
|
|
}
|
|
}
|