WIP: enhance validation feedback in code editor, add support for multiple validation indicators and new validation types

This commit is contained in:
Michael Czechowski
2025-05-19 12:55:43 +02:00
parent 4f5154b795
commit e4d03c6b7f
7 changed files with 230 additions and 81 deletions

View File

@@ -97,7 +97,7 @@
"properties": {
"type": {
"type": "string",
"enum": ["contains", "regex", "property_value"],
"enum": ["contains", "not_contains", "regex", "property_value", "syntax", "custom"],
"description": "Type of validation to perform"
},
"value": {