mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
re-added 'id' as a property within schema for mem+com/par
This commit is contained in:
parent
c37ae0cbf8
commit
6b4f109479
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue