diff --git a/gcn/circulars.schema.json b/gcn/circulars.schema.json index 4e3fb1c..86276d7 100644 --- a/gcn/circulars.schema.json +++ b/gcn/circulars.schema.json @@ -14,12 +14,7 @@ "description": "Name, affiliation, and email address of the person who submitted the Circular, in the form `A. E. Einstein at IAS `" }, "submittedHow": { - "enum": [ - "web", - "email", - "email-legacy", - "api" - ], + "enum": ["web", "email", "email-legacy", "api"], "description": "Specifies the method by which the user submitted the Circular" }, "subject": { @@ -31,10 +26,7 @@ "description": "Circular ID assigned to the Circular in the GCN Circulars archive. This value is unique to each published Circular and increments by 1" }, "format": { - "enum": [ - "text/plain", - "text/markdown" - ], + "enum": ["text/plain", "text/markdown"], "description": "Format of the body text as a MIME type. See https://gcn.nasa.gov/docs/circulars/markdown for documentation on using Markdown in Circulars" }, "body": { @@ -46,11 +38,5 @@ "description": "Date and time the Circular is accepted and published onto the GCN Circulars archive, formatted as a UNIX timestamp (milliseconds since the UNIX epoch)" } }, - "required": [ - "submitter", - "subject", - "circularId", - "body", - "createdOn" - ] -} \ No newline at end of file + "required": ["submitter", "subject", "circularId", "body", "createdOn"] +}