Skip to content

Commit

Permalink
fix: specify type for definition
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyGraceSeville7cf committed Feb 28, 2024
1 parent 80a84c4 commit 913e535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json-schema/program.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"empty": {
"type": "string",
"pattern": "^\\s+$"
}
},
Expand Down

0 comments on commit 913e535

Please sign in to comment.