Skip to content

Commit

Permalink
fix propriumdetempore schema
Browse files Browse the repository at this point in the history
required READINGS in wrong place
  • Loading branch information
JohnRDOrazio committed May 20, 2022
1 parent f682300 commit b48bb72
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions schemas/PropriumDeTempore.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"definitions": {
"PropriumDeTempore": {
"type": "object",
"additionalProperties": true,
"required": [
"READINGS"
],
"additionalProperties": {
"$ref": "#/definitions/LitEvent"
},
"title": "PropriumDeTempore"
},
"LitEvent": {
Expand All @@ -17,7 +16,10 @@
"READINGS": {
"$ref": "https://litcal.org/api/dev/schemas/CommonDef.json#/definitions/Readings"
}
}
},
"required": [
"READINGS"
]
}
}
}

0 comments on commit b48bb72

Please sign in to comment.