Skip to content

Commit

Permalink
$schema property fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shb46 committed Nov 1, 2024
1 parent 96bf975 commit 896bf94
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gcn/notices/fermi/gbm/strict/alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"description": "This schema is a stricter version of the more permissive main schema, https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/alert.schema.json. The Kafka server uses the main schema for new notices. Each Alert notice (classic numeric type 110) must validate against the main schema and should also validate against this one. Examples in this directory come in two versions referencing the main and the strict schemas respectively. The intent of the strict schema is to help understanding the Alert notice, since it better describes what content to be expected.",
"type": "object",
"properties": {
"$schema": {
"enum": [
"https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/alert.schema.json",
"https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/strict/alert.schema.json"
],
"description": "Required by GCN"
},
"$schema": { "type": "string", "format": "uri" },
"additional_info": {
"type": "string",
"default": null,
Expand Down

0 comments on commit 896bf94

Please sign in to comment.