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