description testing on vscode showed we should remove pattern descriptions

This commit is contained in:
Yair Morgenstern
2023-09-22 11:25:43 +03:00
parent 3ebb96e7a9
commit 1447056d23

View File

@ -7,12 +7,10 @@
"allOf": [
{
"type": "string",
"description": "All <> brackets come in pairs",
"pattern": "^[^><]*(\\<[^>]*\\>[^><]*)*$"
},
{
"type": "string",
"description": "All [] brackets come in pairs",
"pattern": "^[^\\[\\]]*(\\[[^\\[\\]]*\\][^\\[\\]]*)*$"
}
]