reverted additionalParameters changed + refined schema for mem+com/par

This commit is contained in:
niclaz 2024-09-30 22:04:52 +02:00 committed by GitHub
parent 997f651078
commit cc00f34264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: