mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
reverted additionalParameters changed + refined schema for mem+com/par
This commit is contained in:
parent
997f651078
commit
cc00f34264
1 changed files with 10 additions and 26 deletions
|
@ -142,60 +142,44 @@ $defs:
|
|||
type: object
|
||||
members:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
imageUrl:
|
||||
type: string
|
||||
format: uri
|
||||
refs:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
twitter:
|
||||
type: string
|
||||
linkedin:
|
||||
website:
|
||||
type: string
|
||||
bsky:
|
||||
type: string
|
||||
github:
|
||||
type: string
|
||||
matrix:
|
||||
type: string
|
||||
email:
|
||||
type: string
|
||||
imageUrl:
|
||||
type: string
|
||||
format: uri
|
||||
thumbs:
|
||||
type: object
|
||||
community-partners:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
imageUrl:
|
||||
type: string
|
||||
format: uri
|
||||
refs:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
twitter:
|
||||
type: string
|
||||
linkedin:
|
||||
website:
|
||||
type: string
|
||||
bsky:
|
||||
type: string
|
||||
github:
|
||||
type: string
|
||||
matrix:
|
||||
type: string
|
||||
email:
|
||||
type: string
|
||||
imageUrl:
|
||||
type: string
|
||||
format: uri
|
||||
thumbs:
|
||||
type: object
|
||||
research:
|
||||
|
|
Loading…
Reference in a new issue