Skip to content

Commit

Permalink
fixed validation issue with DetectorStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Dec 13, 2023
1 parent c00d800 commit b953bb4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions gcn/notices/burstcube/Alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@
},
{
"$ref": "../core/Duration.schema.json"
},
{
"$ref": "../core/DetectorStatus.schema.json"
}
]
],
"properties": {
"detector_status": {
"type": "object",
"properties": {
"CsI0": { "$ref": "../core/DetectorStatus.schema.json" },
"CsI1": { "$ref": "../core/DetectorStatus.schema.json" },
"CsI2": { "$ref": "../core/DetectorStatus.schema.json" },
"CsI3": { "$ref": "../core/DetectorStatus.schema.json" }
}
}
}
}

0 comments on commit b953bb4

Please sign in to comment.