Skip to content

Commit

Permalink
Remove superfluous type property from json schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
awagner-mainz committed Nov 24, 2020
1 parent 4eae76e commit c65504c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,6 @@
"placeholder": "The URL of the resource"
}
},
"type": {
"title": "Type of Object",
"description": "This describes what type of entity this is.",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"Ordinance"
]
}
},
"_display": {
"className": "hidden"
}
},
"legislator": {
"title": "Legislator",
"type": "array",
Expand Down

0 comments on commit c65504c

Please sign in to comment.