Skip to content

Commit

Permalink
add isVigilFor and liturgicalSeason Festivity properties to `LitC…
Browse files Browse the repository at this point in the history
…al.json` schema
  • Loading branch information
JohnRDOrazio committed Apr 6, 2024
1 parent dff5784 commit c1d9a75
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions schemas/LitCal.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@
"isVigilMass": {
"type": "boolean"
},
"isVigilFor": {
"type": "string"
},
"hasVigilMass": {
"type": "boolean"
},
Expand All @@ -215,6 +218,17 @@
},
"psalterWeek": {
"type": "integer"
},
"liturgicalSeason": {
"type": "string",
"enum": [
"ADVENT",
"CHRISTMAS",
"LENT",
"EASTER_TRIDUUM",
"EASTER",
"ORDINARY_TIME"
]
}
},
"required": [
Expand Down

0 comments on commit c1d9a75

Please sign in to comment.