From d4d2523251530f3912433937f3d6c9a49a10b79b Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:37:57 +0200 Subject: [PATCH] moved members and community into team within schema --- schema/index.yaml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/schema/index.yaml b/schema/index.yaml index 3cf2574..6090669 100644 --- a/schema/index.yaml +++ b/schema/index.yaml @@ -260,6 +260,22 @@ properties: type: array items: type: string + members: + type: array + items: + typs: string + community-partners: + type: array + items: + type: string + core-speakers: + type: array + items: + type: string + core-contributors: + type: array + items: + type: string projects: type: array @@ -276,16 +292,6 @@ properties: items: $ref: "#/$defs/person" -members: - type: array - items: - $ref: "#/$defs/members" - -community-partners: - type: array - items: - $ref: "#/$defs/community-partners" - research: type: array items: