From 9997d3e0f7cdb42f26803eac6a9fde52a1ac217c Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 17 Jun 2024 14:00:01 -0400 Subject: [PATCH] Update gcn/circulars.schema.json Co-authored-by: Tyler Barna <57914086+tylerbarna@users.noreply.github.com> --- gcn/circulars.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcn/circulars.schema.json b/gcn/circulars.schema.json index 681dd8c0..9ddc12b9 100644 --- a/gcn/circulars.schema.json +++ b/gcn/circulars.schema.json @@ -32,7 +32,7 @@ "body": { "type": "string", "description": "Body text" }, "createdOn": { "type": "number", - "description": "Date and time the Circular is accepted and published onto the GCN Circular archive, formatted as a UNIX timestamp (milliseconds since the UNIX epoch)" + "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)" } } }