Skip to content

Commit

Permalink
Merge pull request #10 from SNEWS2/clean-up-test-and-models
Browse files Browse the repository at this point in the history
Update model json schemas
  • Loading branch information
justinvasel authored Aug 19, 2024
2 parents f29646d + 2b3e987 commit f93c6af
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snews-data-formats"
version = "1.0.0a"
version = "1.0.0"
description = "A unified collection of SNEWS data, models, and schema"
authors = ["SNEWS Collaboration <snews2.0@lists.bnl.gov>"]
maintainers = ["Justin Vasel <justin.vasel@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion snews/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from single_version import get_version

__version__ = get_version("snews", Path(__file__).parent.parent)
schema_version = "0.1"
schema_version = "0.2"
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 f93c6af

Please sign in to comment.