Added pattern to uniques to catch bugs

This commit is contained in:
Yair Morgenstern
2023-09-22 10:47:56 +03:00
parent 8ccee2e862
commit 1891a37c66
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,7 @@
{
"type": "array",
"items": { "type": "string" }
"items": {
"type": "string",
"pattern": "^[^><]*(\\<[^>]*\\>[^><]*)*$"
}
}