diff --git a/userspace/engine/rule_json_schema.h b/userspace/engine/rule_json_schema.h index 189f290b..ef0b09b6 100644 --- a/userspace/engine/rule_json_schema.h +++ b/userspace/engine/rule_json_schema.h @@ -119,8 +119,7 @@ const char rule_schema_string[] = LONG_STRING_CONST( "values": {} }, "required": [ - "name", - "values" + "name" ], "title": "Exception" },