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
|
type: object
|
||||||
members:
|
members:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: true
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
imageUrl:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
refs:
|
refs:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
twitter:
|
twitter:
|
||||||
type: string
|
type: string
|
||||||
linkedin:
|
website:
|
||||||
type: string
|
type: string
|
||||||
bsky:
|
|
||||||
type: string
|
|
||||||
github:
|
|
||||||
type: string
|
|
||||||
matrix:
|
|
||||||
type: string
|
|
||||||
email:
|
|
||||||
type: string
|
|
||||||
imageUrl:
|
|
||||||
type: string
|
|
||||||
format: uri
|
|
||||||
thumbs:
|
thumbs:
|
||||||
type: object
|
type: object
|
||||||
community-partners:
|
community-partners:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: true
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
imageUrl:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
refs:
|
refs:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
twitter:
|
twitter:
|
||||||
type: string
|
type: string
|
||||||
linkedin:
|
website:
|
||||||
type: string
|
type: string
|
||||||
bsky:
|
|
||||||
type: string
|
|
||||||
github:
|
|
||||||
type: string
|
|
||||||
matrix:
|
|
||||||
type: string
|
|
||||||
email:
|
|
||||||
type: string
|
|
||||||
imageUrl:
|
|
||||||
type: string
|
|
||||||
format: uri
|
|
||||||
thumbs:
|
thumbs:
|
||||||
type: object
|
type: object
|
||||||
research:
|
research:
|
||||||
|
|
Loading…
Reference in a new issue