diff --git a/shared-data/command/schemas/13.json b/shared-data/command/schemas/13.json index 04db6ab32b2b..bca310c95732 100644 --- a/shared-data/command/schemas/13.json +++ b/shared-data/command/schemas/13.json @@ -576,11 +576,11 @@ "flowRate": { "anyOf": [ { - "minimum": 0, + "exclusiveMinimum": 0, "type": "integer" }, { - "minimum": 0.0, + "exclusiveMinimum": 0.0, "type": "number" } ],