From becf0519196cdb8283f5c3e361e808646c1936a3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 16 Jun 2021 17:47:29 +0200 Subject: [PATCH] Updated --- source/behavior/entities/filters/filters/is_mark_variant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/filters/filters/is_mark_variant.json b/source/behavior/entities/filters/filters/is_mark_variant.json index e14e34f5..0bb85600 100644 --- a/source/behavior/entities/filters/filters/is_mark_variant.json +++ b/source/behavior/entities/filters/filters/is_mark_variant.json @@ -7,7 +7,7 @@ "test": { "type": "string", "title": "Test Property", "description": "The test property" }, "operator": { "$ref": "./types/operator.json" }, "subject": { "$ref": "./types/subject.json" }, - "value": { "type": "integer", "description": "The altitude value to compare with", "minimum": 0, "title": "Value" } + "value": { "type": "integer", "description": "The altitude value to compare with", "title": "Value" } }, "additionalProperties": false }