We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4520402 commit 8fb92ffCopy full SHA for 8fb92ff
1 file changed
ukaea-schema/facility/hive/combinedPulse.schema.json
@@ -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