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 }