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

@@ -15,6 +15,9 @@
}
},
"patternProperties": {
"^x\\-": {
"description": "template property"
},
"^token:": {
"description": "permissions for header or query token",
"$ref": "#/definitions/permissionSet"