Skip to content

Commit

Permalink
fix: missing type on simpleTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Jun 18, 2021
1 parent 9619a71 commit 428bfdf
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 @@ -246,6 +246,7 @@
},
"simpleTypes": {
"title": "simpleTypes",
"type": "string",
"enum": ["array", "boolean", "integer", "null", "number", "object", "string"]
},
"stringArray": {
Expand Down

0 comments on commit 428bfdf

Please sign in to comment.