diff --git a/tests/schema.json b/tests/schema.json index 6c5e711..7cb4f48 100644 --- a/tests/schema.json +++ b/tests/schema.json @@ -15,7 +15,17 @@ "type": "string" }, "@type": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + } + } + ] }, "about": { "type": "object",