diff --git a/guides/check_definition.schema.json b/guides/check_definition.schema.json index 2851fa12..a6bece79 100644 --- a/guides/check_definition.schema.json +++ b/guides/check_definition.schema.json @@ -96,7 +96,17 @@ "type": "string" }, { - "type": "array" + "type": "array", + "items": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } } ] }, @@ -126,7 +136,17 @@ "type": "string" }, { - "type": "array" + "type": "array", + "items": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } } ] },