Skip to content

Commit

Permalink
undowing formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey authored and lpsinger committed Nov 20, 2024
1 parent 38a20c1 commit a31d7ba
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions gcn/circulars.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>`"
},
"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": {
Expand All @@ -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": {
Expand All @@ -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"
]
}
"required": ["submitter", "subject", "circularId", "body", "createdOn"]
}

0 comments on commit a31d7ba

Please sign in to comment.