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:
|
thumbs:
|
||||||
type: object
|
type: object
|
||||||
|
|
||||||
community-partner:
|
community-partners:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
|
@ -282,10 +282,10 @@ members:
|
||||||
items:
|
items:
|
||||||
$ref: "#/$defs/members"
|
$ref: "#/$defs/members"
|
||||||
|
|
||||||
community-partner:
|
community-partners:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: "#/$defs/community-partner"
|
$ref: "#/$defs/community-partners"
|
||||||
|
|
||||||
research:
|
research:
|
||||||
type: array
|
type: array
|
||||||
|
|
Loading…
Reference in a new issue