mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
adding 's' to community-partner in schema
This commit is contained in:
parent
6fb1de6b32
commit
8d1807521d
1 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ $defs:
|
|||
thumbs:
|
||||
type: object
|
||||
|
||||
community-partner:
|
||||
community-partners:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
|
@ -282,10 +282,10 @@ members:
|
|||
items:
|
||||
$ref: "#/$defs/members"
|
||||
|
||||
community-partner:
|
||||
community-partners:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/community-partner"
|
||||
$ref: "#/$defs/community-partners"
|
||||
|
||||
research:
|
||||
type: array
|
||||
|
|
Loading…
Reference in a new issue