Skip to content

Commit

Permalink
propriumdetempore schema obj not array
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 20, 2022
1 parent 91a8d77 commit f682300
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions schemas/PropriumDeTempore.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"items": {
"$ref": "#/definitions/PropriumDeTempore"
},
"type": "object",
"$ref": "#/definitions/PropriumDeTempore",
"definitions": {
"PropriumDeTempore": {
"type": "object",
Expand Down

0 comments on commit f682300

Please sign in to comment.