diff --git a/shared-data/command/schemas/11.json b/shared-data/command/schemas/11.json index 432e8a08231..f7b89b96f70 100644 --- a/shared-data/command/schemas/11.json +++ b/shared-data/command/schemas/11.json @@ -2125,6 +2125,40 @@ ] } }, + "correctionByVolume": { + "title": "Correctionbyvolume", + "description": "Settings for volume correction keyed by by target aspiration volume.", + "type": "array", + "items": { + "type": "array", + "minItems": 2, + "maxItems": 2, + "items": [ + { + "anyOf": [ + { + "type": "integer", + "minimum": 0 + }, + { + "type": "number", + "minimum": 0.0 + } + ] + }, + { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "number" + } + ] + } + ] + } + }, "preWet": { "title": "Prewet", "description": "Whether to perform a pre-wet action.", @@ -2155,6 +2189,7 @@ "positionReference", "offset", "flowRateByVolume", + "correctionByVolume", "preWet", "mix", "delay" @@ -2403,6 +2438,40 @@ ] } }, + "correctionByVolume": { + "title": "Correctionbyvolume", + "description": "Settings for volume correction keyed by by target dispense volume.", + "type": "array", + "items": { + "type": "array", + "minItems": 2, + "maxItems": 2, + "items": [ + { + "anyOf": [ + { + "type": "integer", + "minimum": 0 + }, + { + "type": "number", + "minimum": 0.0 + } + ] + }, + { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "number" + } + ] + } + ] + } + }, "mix": { "title": "Mix", "description": "Mixing settings for after a dispense", @@ -2464,6 +2533,7 @@ "positionReference", "offset", "flowRateByVolume", + "correctionByVolume", "mix", "pushOutByVolume", "delay" @@ -2545,6 +2615,40 @@ ] } }, + "correctionByVolume": { + "title": "Correctionbyvolume", + "description": "Settings for volume correction keyed by by target dispense volume.", + "type": "array", + "items": { + "type": "array", + "minItems": 2, + "maxItems": 2, + "items": [ + { + "anyOf": [ + { + "type": "integer", + "minimum": 0 + }, + { + "type": "number", + "minimum": 0.0 + } + ] + }, + { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "number" + } + ] + } + ] + } + }, "conditioningByVolume": { "title": "Conditioningbyvolume", "description": "Settings for conditioning volume keyed by target dispense volume.", @@ -2633,6 +2737,7 @@ "positionReference", "offset", "flowRateByVolume", + "correctionByVolume", "conditioningByVolume", "disposalByVolume", "delay"