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
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
members:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
$ref: "#/$defs/members"
|
|
||||||
community-partners:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
$ref: "#/$defs/community-partners"
|
|
||||||
core-speakers:
|
core-speakers:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
@ -271,6 +263,16 @@ properties:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
members:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "#/$defs/members"
|
||||||
|
|
||||||
|
community-partners:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "#/$defs/community-partners"
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Reference in a new issue