Skip to content

Commit

Permalink
fix(ci): allow exceptLanguage in CF schema validation (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxencs authored Dec 21, 2024
1 parent 309e7b8 commit 1fb063b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/specs/language-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"properties": {
"value": {
"type": "integer"
},
"exceptLanguage": {
"type": "boolean"
}
},
"required": ["value"],
Expand Down

0 comments on commit 1fb063b

Please sign in to comment.