made additionalProperties true for 'teams' at end of schema

This commit is contained in:
niclaz 2024-09-30 21:57:54 +02:00 committed by GitHub
parent 78f10cf85b
commit 997f651078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ properties:
type: object type: object
teams: teams:
type: object type: object
additionalProperties: false additionalProperties: true
properties: properties:
core-team: core-team:
type: array type: array