From e11abdef25b6e28ae97ea37a39e5c0e8b1054504 Mon Sep 17 00:00:00 2001 From: Vidushi Sharma <103223246+Vidushi-GitHub@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:53:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbccca2d..9478e7ab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the schemas necessary for crafting new GCN notices. It also includes mission-specific schemas and illustrative examples, which are distributed by [GCN Kafka](https://gcn.nasa.gov). These schemas are one of the important step in the process of establishing [New Notice](https://gcn.nasa.gov/docs/producers) for both existing and new missions. -The alert format for new Notices over GCN Kafka is JSON. We have designed a set of core schema which serve as the building blocks for new GCN Notices. Instrument-specific schema can also be created, but we request that you utilize the core schema as much as possible. +The alert format for new Notices over GCN Kafka is JavaScript Object Notation (JSON), a widely adopted internet data format. We have designed a set of core schema which serve as the building blocks for new GCN Notices. Instrument-specific schema can also be created, but we request that you utilize the core schema as much as possible. Please add your schema to this repository under gcn/notices/mission/ and submit a pull request for the GCN Team to review. The GCN team is happy to iterate with the producers on their schema contents and format. Your pipeline will generate JSON files following these schema and send alerts to GCN as described in [New Notice Producers](https://gcn.nasa.gov/docs/producers).