mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
changed additionalProperties to true for mem+com/par
This commit is contained in:
parent
154d30b9bb
commit
78f10cf85b
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ $defs:
|
|||
type: object
|
||||
members:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
additionalProperties: true
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
|
@ -171,7 +171,7 @@ $defs:
|
|||
type: object
|
||||
community-partners:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
additionalProperties: true
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue