From 6b4f1094790bbfd57e972379b3c66df4f26cb076 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:30:21 +0200 Subject: [PATCH] re-added 'id' as a property within schema for mem+com/par --- schema/index.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/index.yaml b/schema/index.yaml index 433bd8d..1f0a98e 100644 --- a/schema/index.yaml +++ b/schema/index.yaml @@ -146,6 +146,8 @@ $defs: required: - name properties: + id: + type: string name: type: string imageUrl: @@ -167,6 +169,8 @@ $defs: required: - name properties: + id: + type: string name: type: string imageUrl: