From 8d1807521df8ff17fb15a69c9fabe9a4f27068eb Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:21:10 +0200 Subject: [PATCH] adding 's' to community-partner in schema --- schema/index.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/index.yaml b/schema/index.yaml index 204bc2a..488bc8f 100644 --- a/schema/index.yaml +++ b/schema/index.yaml @@ -173,7 +173,7 @@ $defs: thumbs: type: object - community-partner: + community-partners: type: object additionalProperties: false required: @@ -282,10 +282,10 @@ members: items: $ref: "#/$defs/members" -community-partner: +community-partners: type: array items: - $ref: "#/$defs/community-partner" + $ref: "#/$defs/community-partners" research: type: array