Skip to content

Commit

Permalink
Merge branch 'nasa-gcn:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub authored Nov 20, 2024
2 parents 922f069 + a31d7ba commit 1029a4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
14 changes: 5 additions & 9 deletions gcn/circulars.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,14 @@
"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": { "type": "string", "description": "Body text" },
"body": {
"type": "string",
"description": "Body text"
},
"createdOn": {
"type": "number",
"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": [
"eventId",
"submitter",
"subject",
"circularId",
"body",
"createdOn"
]
"required": ["submitter", "subject", "circularId", "body", "createdOn"]
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1029a4b

Please sign in to comment.