Skip to content

Commit

Permalink
Correct name in manifest schema (#327)
Browse files Browse the repository at this point in the history
* correct name in manifest schema

* describe start and end date field

Add details on start date and end date

---------

Co-authored-by: Steve Maier <82616727+SteveMaier-IRT@users.noreply.github.com>
  • Loading branch information
john-s-morgan and SteveMaier-IRT committed May 17, 2023
1 parent c043109 commit c8d4400
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/1.0.0-preview-1/schema/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,13 @@
},
"start_date": {
"title": "Start Date",
"description": "Date / time field in ISO 8601 format (e.g. 2020-03-01T18:03:06Z)",
"type": "string",
"maxLength": 256
},
"end_date": {
"title": "End Date",
"description": "Date / time field in ISO 8601 format (e.g. 2020-03-01T18:03:06Z)",
"type": "string",
"maxLength": 256
},
Expand Down Expand Up @@ -267,7 +269,7 @@
"type": "string",
"maxLength": 256
},
"ballot_name": {
"name": {
"title": "Party Name",
"type": "object",
"properties": {
Expand Down Expand Up @@ -318,7 +320,7 @@
"type": "string",
"maxLength": 256
},
"ballot_name": {
"name": {
"title": "Candidate Name",
"type": "object",
"properties": {
Expand Down

0 comments on commit c8d4400

Please sign in to comment.