Skip to content

Commit 47b364b

Browse files
bump schema version [skip actions]
1 parent 5420b12 commit 47b364b

File tree

8 files changed

+398
-376
lines changed

8 files changed

+398
-376
lines changed

schemas/acquisition_schema.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5732,11 +5732,6 @@
57325732
"title": "Object Type",
57335733
"type": "string"
57345734
},
5735-
"device_name": {
5736-
"description": "Must match a device defined in the instrument.json",
5737-
"title": "Device name",
5738-
"type": "string"
5739-
},
57405735
"arc_angle": {
57415736
"title": "Arc Angle (deg)",
57425737
"type": "number"
@@ -5776,7 +5771,6 @@
57765771
}
57775772
},
57785773
"required": [
5779-
"device_name",
57805774
"arc_angle",
57815775
"module_angle"
57825776
],
@@ -52842,8 +52836,8 @@
5284252836
"type": "string"
5284352837
},
5284452838
"schema_version": {
52845-
"const": "2.0.23",
52846-
"default": "2.0.23",
52839+
"const": "2.0.24",
52840+
"default": "2.0.24",
5284752841
"title": "Schema Version",
5284852842
"type": "string"
5284952843
},

0 commit comments

Comments
 (0)