Skip to content

Commit

Permalink
Change number to integer in JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Aug 30, 2021
1 parent 91ae3fa commit 3bf5af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"minProperties": 1,
"additionalProperties": {
"type": [
"number",
"integer",
"array"
]
}
Expand Down

0 comments on commit 3bf5af9

Please sign in to comment.