mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
fixing person schema - error in new team entries
This commit is contained in:
parent
cc00f34264
commit
06cb4153d6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ $defs:
|
||||||
type: object
|
type: object
|
||||||
person:
|
person:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: true
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in a new issue