Skip to content

Commit

Permalink
add bool and number property
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 29, 2024
1 parent 76fb802 commit 52fbc97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/level_1_simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"age": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"score": {
"type": "number"
},
"faculty": {
"type": "reference",
"target": "Faculty"
Expand Down

0 comments on commit 52fbc97

Please sign in to comment.