diff --git a/schemas/tests.v1.schema.json b/schemas/tests.v1.schema.json index b354aacc..e2aca8b6 100644 --- a/schemas/tests.v1.schema.json +++ b/schemas/tests.v1.schema.json @@ -21,12 +21,10 @@ "additionalProperties": false, "patternProperties": { "^[a-z][a-z0-9_]*$": { - "type": { - "anyOf": [ - {"type": "string"}, - {"type": "number"} - ] - } + "anyOf": [ + {"type": "string"}, + {"type": "number"} + ] } } },