Skip to content

Commit

Permalink
day/month no longer need null cases
Browse files Browse the repository at this point in the history
if mutually exclusive with strtotime
  • Loading branch information
JohnRDOrazio committed May 14, 2022
1 parent 3f79b05 commit 5e82f30
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions schemas/NationalCalendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,10 @@
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/LitGrade"
},
"day": {
"oneOf": [
{
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/Day"
},
{
"type": "null"
}
]
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/Day"
},
"month": {
"oneOf": [
{
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/Month"
},
{
"type": "null"
}
]
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/Month"
},
"common": {
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/LitCommon"
Expand Down

0 comments on commit 5e82f30

Please sign in to comment.