Skip to content

Commit 8fb92ff

Browse files
committed
feat: create combined pulse schema
1 parent 4520402 commit 8fb92ff

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"$id": "combinedPulse.schema.json",
4+
"description": "Metadata schema for a HIVE pulse",
5+
"type": "object",
6+
"properties": {
7+
"manual": {
8+
"$ref": "ukaea-schema/facility/hive/pulse.schema.json"
9+
},
10+
"processing": {
11+
"$ref": "ukaea-schema/facility/hive/postprocess.schema.json"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)