mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
moved members and community into team within schema
This commit is contained in:
parent
1a2b112b22
commit
d4d2523251
1 changed files with 16 additions and 10 deletions
|
@ -260,6 +260,22 @@ properties:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
members:
|
||||
type: array
|
||||
items:
|
||||
typs: string
|
||||
community-partners:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
core-speakers:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
core-contributors:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
||||
projects:
|
||||
type: array
|
||||
|
@ -276,16 +292,6 @@ properties:
|
|||
items:
|
||||
$ref: "#/$defs/person"
|
||||
|
||||
members:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/members"
|
||||
|
||||
community-partners:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/$defs/community-partners"
|
||||
|
||||
research:
|
||||
type: array
|
||||
items:
|
||||
|
|
Loading…
Reference in a new issue