diff --git a/gcn/circulars.schema.json b/gcn/circulars.schema.json index 90fd319..86276d7 100644 --- a/gcn/circulars.schema.json +++ b/gcn/circulars.schema.json @@ -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"] } diff --git a/package-lock.json b/package-lock.json index e65d281..9e2db79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1156,9 +1156,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js"