From bc2e5802579ca97dfdbefd42e974f34abad4574b Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:52:35 +1100 Subject: [PATCH] Fix schema --- schema.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 4dccf1808..829864074 100644 --- a/schema.json +++ b/schema.json @@ -268,7 +268,17 @@ ] }, "url": { - "$ref": "#/definitions/non-empty-non-blank-string" + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/non-empty-non-blank-string" + } + }, + { + "$ref": "#/definitions/non-empty-non-blank-string" + } + ] }, "website": { "$ref": "#/definitions/non-empty-non-blank-string"