diff --git a/schemas/figure_description.json b/schemas/figure_description.json index 1f9a504..116d808 100644 --- a/schemas/figure_description.json +++ b/schemas/figure_description.json @@ -66,13 +66,7 @@ "title": "Field" }, "ScanRate": { - "type": "object", - "additionalProperties": false, - "$ref": "./general/quantity.json", - "required": [ - "unit", - "value" - ], + "allOf": [{ "$ref": "./general/quantity.json" }], "title": "ScanRate" } }