Skip to content

Commit

Permalink
add untilYear to nationalCalendar schema
Browse files Browse the repository at this point in the history
and missing readings from USA.json
  • Loading branch information
JohnRDOrazio committed May 11, 2022
1 parent 7e9e894 commit 1574c01
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion nations/USA/USA.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@
"day": null,
"month": null,
"common": [],
"readings": "",
"readings": {
"FIRST_READING": "",
"RESPONSORIAL_PSALM": "",
"SECOND_READING": "",
"ALLELUIA_VERSE": "",
"GOSPEL": ""
},
"strtotime": "fourth thursday of november"
},
"Metadata": {
Expand Down
3 changes: 2 additions & 1 deletion schemas/CommonDef.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@
"enum": [
"createNew",
"makePatron"
]
],
"title": "WiderRegionCalendarAction"
},
"NationalCalendarAction": {
"type": "string",
Expand Down
3 changes: 3 additions & 0 deletions schemas/NationalCalendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
"sinceYear": {
"type": "integer"
},
"untilYear": {
"type": "integer"
},
"missal": {
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/Missal"
},
Expand Down

0 comments on commit 1574c01

Please sign in to comment.