From c8d4400325464104eb12de753462b19681bd5591 Mon Sep 17 00:00:00 2001 From: John Morgan <70619927+john-s-morgan@users.noreply.github.com> Date: Wed, 17 May 2023 14:25:04 -0400 Subject: [PATCH] Correct name in manifest schema (#327) * 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> --- data/1.0.0-preview-1/schema/manifest.schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/1.0.0-preview-1/schema/manifest.schema.json b/data/1.0.0-preview-1/schema/manifest.schema.json index 9dc7d94e..0150c684 100644 --- a/data/1.0.0-preview-1/schema/manifest.schema.json +++ b/data/1.0.0-preview-1/schema/manifest.schema.json @@ -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 }, @@ -267,7 +269,7 @@ "type": "string", "maxLength": 256 }, - "ballot_name": { + "name": { "title": "Party Name", "type": "object", "properties": { @@ -318,7 +320,7 @@ "type": "string", "maxLength": 256 }, - "ballot_name": { + "name": { "title": "Candidate Name", "type": "object", "properties": {