Skip to content

Commit

Permalink
Update model json schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvasel committed Aug 19, 2024
1 parent 4b1767b commit 79c50f3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions snews/schema/CoincidenceTierMessage.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_author": "Supernova Early Warning System (SNEWS)",
"schema_version": "0.1",
"schema_version": "0.2",
"$defs": {
"Tier": {
"enum": [
Expand Down Expand Up @@ -131,7 +131,7 @@
"type": "null"
}
],
"default": "0.1",
"default": "0.2",
"description": "Schema version of the message",
"title": "Schema Version"
},
Expand Down
2 changes: 1 addition & 1 deletion snews/schema/Detector.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_author": "Supernova Early Warning System (SNEWS)",
"schema_version": "0.1",
"schema_version": "0.2",
"$defs": {
"DetectorType": {
"enum": [
Expand Down
4 changes: 2 additions & 2 deletions snews/schema/HeartbeatMessage.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_author": "Supernova Early Warning System (SNEWS)",
"schema_version": "0.1",
"schema_version": "0.2",
"$defs": {
"Tier": {
"enum": [
Expand Down Expand Up @@ -131,7 +131,7 @@
"type": "null"
}
],
"default": "0.1",
"default": "0.2",
"description": "Schema version of the message",
"title": "Schema Version"
},
Expand Down
4 changes: 2 additions & 2 deletions snews/schema/RetractionMessage.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_author": "Supernova Early Warning System (SNEWS)",
"schema_version": "0.1",
"schema_version": "0.2",
"$defs": {
"Tier": {
"enum": [
Expand Down Expand Up @@ -131,7 +131,7 @@
"type": "null"
}
],
"default": "0.1",
"default": "0.2",
"description": "Schema version of the message",
"title": "Schema Version"
},
Expand Down
4 changes: 2 additions & 2 deletions snews/schema/SignificanceTierMessage.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_author": "Supernova Early Warning System (SNEWS)",
"schema_version": "0.1",
"schema_version": "0.2",
"$defs": {
"Tier": {
"enum": [
Expand Down Expand Up @@ -131,7 +131,7 @@
"type": "null"
}
],
"default": "0.1",
"default": "0.2",
"description": "Schema version of the message",
"title": "Schema Version"
},
Expand Down
4 changes: 2 additions & 2 deletions snews/schema/TimingTierMessage.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_author": "Supernova Early Warning System (SNEWS)",
"schema_version": "0.1",
"schema_version": "0.2",
"$defs": {
"Tier": {
"enum": [
Expand Down Expand Up @@ -131,7 +131,7 @@
"type": "null"
}
],
"default": "0.1",
"default": "0.2",
"description": "Schema version of the message",
"title": "Schema Version"
},
Expand Down

0 comments on commit 79c50f3

Please sign in to comment.