Skip to content

Commit

Permalink
Make fift_examples field required
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Feb 26, 2024
1 parent b812e2e commit 434d8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["fift", "description"],
"properties": {
"fift": {
"type": "string",
Expand Down

0 comments on commit 434d8ca

Please sign in to comment.