Skip to content

Commit

Permalink
fix request body descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 14, 2024
1 parent a1bf3b6 commit ab7faef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schemas/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@
"schema": {
"type": "object",
"title": "Liturgical or Civil year",
"description": "The liturgical year starts from the First Sunday of Advent of the preceding year and ends on the Saturday of the 34th week of Ordinary Time",
"description": "The liturgical year starts from the First Sunday of Advent of the preceding year and ends on the Saturday of the 34th week of Ordinary Time, as opposed to the civil year which starts on Jan 1st and ends on Dec 31st",
"additionalProperties": false,
"properties": {
"year_type": {
Expand Down Expand Up @@ -4196,15 +4196,15 @@
}
},
"LiturgicalYearRequestBody": {
"summary": "National Liturgical Calendar request",
"description": "A national calendar is a calendar that corresponds to a language edition of the Roman Missal as curated by an Episcopal Conference in a given region",
"summary": "Liturgical Year Calendar request",
"description": "The liturgical year starts from the First Sunday of Advent of the preceding year and ends on the Saturday of the 34th week of Ordinary Time",
"value": {
"year_type": "LITURGICAL"
}
},
"CivilYearRequestBody": {
"summary": "Diocesan Liturgical Calendar request",
"description": "Diocesan calendars inherit directly from a corresponding national calendar, and add a few local liturgical events",
"summary": "Civil Year Calendar request",
"description": "The civil year starts on Jan 1st and ends on Dec 31st of the requested year",
"value": {
"year_type": "CIVIL"
}
Expand Down

0 comments on commit ab7faef

Please sign in to comment.