fix(ci): allow exceptLanguage in CF schema validation (#2166)

pull/2170/head
nuxen 3 months ago committed by GitHub
parent 309e7b842f
commit 1fb063b2c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,6 +12,9 @@
"properties": {
"value": {
"type": "integer"
},
"exceptLanguage": {
"type": "boolean"
}
},
"required": ["value"],

Loading…
Cancel
Save