allow x- properties in schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-12 16:23:32 +02:00
parent eb7d7122e9
commit f250ddee2c
10 changed files with 58 additions and 13 deletions

View File

@@ -4,6 +4,11 @@
"description": "tibi-server index linter",
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^x\\-": {
"description": "template property"
}
},
"properties": {
"name": {
"type": "string",