mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
moved members and community-partners outside of nested 'teams' in schema
This commit is contained in:
parent
0bc46bad6a
commit
154d30b9bb
1 changed files with 10 additions and 8 deletions
|
@ -254,14 +254,6 @@ properties:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
members:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/members"
|
||||
community-partners:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/community-partners"
|
||||
core-speakers:
|
||||
type: array
|
||||
items:
|
||||
|
@ -271,6 +263,16 @@ properties:
|
|||
items:
|
||||
type: string
|
||||
|
||||
members:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/members"
|
||||
|
||||
community-partners:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/community-partners"
|
||||
|
||||
projects:
|
||||
type: array
|
||||
items:
|
||||
|
|
Loading…
Reference in a new issue