re-added 'id' as a property within schema for mem+com/par

This commit is contained in:
niclaz 2024-10-01 11:30:21 +02:00 committed by GitHub
parent c37ae0cbf8
commit 6b4f109479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,6 +146,8 @@ $defs:
required: required:
- name - name
properties: properties:
id:
type: string
name: name:
type: string type: string
imageUrl: imageUrl:
@ -167,6 +169,8 @@ $defs:
required: required:
- name - name
properties: properties:
id:
type: string
name: name:
type: string type: string
imageUrl: imageUrl: