Skip to content

Commit

Permalink
fixed camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Jan 10, 2024
1 parent e884f94 commit 1e0f2de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/Alert.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/alert.schema.json",
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Alert.schema.json",
"alert_datetime": "2024-06-01T00:05:00.00Z",
"alert_tense": "current",
"alert_type": "initial",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/Alert.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "BurstCube Trigger Alert",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/Test.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/test.schema.json",
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Test.schema.json",
"alert_datetime": "2024-06-01T00:05:00.00Z",
"alert_tense": "current",
"alert_type": "initial",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/Test.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/test.schema.json",
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Test.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "BurstCube Trigger Alert",
Expand Down

0 comments on commit 1e0f2de

Please sign in to comment.