mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Added community-partner to schema (following members)
This commit is contained in:
parent
dc4d1c3039
commit
6ce6b647f7
1 changed files with 39 additions and 3 deletions
|
@ -172,7 +172,39 @@ $defs:
|
||||||
format: uri
|
format: uri
|
||||||
thumbs:
|
thumbs:
|
||||||
type: object
|
type: object
|
||||||
|
|
||||||
|
oommunity-partner:
|
||||||
|
type: object
|
||||||
|
additionalProperties: false
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
properties:
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
pattern: "^[a-z0-9-]+$"
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
refs:
|
||||||
|
type: object
|
||||||
|
additionalProperties: false
|
||||||
|
properties:
|
||||||
|
twitter:
|
||||||
|
type: string
|
||||||
|
linkedin:
|
||||||
|
type: string
|
||||||
|
bsky:
|
||||||
|
type: string
|
||||||
|
github:
|
||||||
|
type: string
|
||||||
|
matrix:
|
||||||
|
type: string
|
||||||
|
email:
|
||||||
|
type: string
|
||||||
|
imageUrl:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
|
thumbs:
|
||||||
|
type: object
|
||||||
research:
|
research:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
@ -248,9 +280,13 @@ properties:
|
||||||
members:
|
members:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: "#/$defs/person"
|
$ref: "#/$defs/members"
|
||||||
|
|
||||||
|
|
||||||
|
community-partner:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "#/$defs/community-partner"
|
||||||
|
|
||||||
research:
|
research:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Reference in a new issue