Skip to content

Commit

Permalink
schema:defs:types:date:fix-allowOnly-to-allow-null
Browse files Browse the repository at this point in the history
  • Loading branch information
Voldemat committed Sep 14, 2023
1 parent 9f6bdfe commit c3ca6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/defs/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"allowOnly": {
"type": ["string", "null"],
"enum": ["past", "future"],
"enum": ["past", "future", null],
"default": null
}
},
Expand Down

0 comments on commit c3ca6ba

Please sign in to comment.