You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
having “additional properties allowed” within owner property (not nested under meta) is misaligned with our goals for “stricter validation”
Acceptance criteria
1. add config meta to groups (not nested in owners) 2. add deprecation warning for group.owners additional properties - only support name and email (no additional properties allowed) in the future
groups:
- name: finance
owner:
# 'name' or 'email' is required; additional properties NOT allowed in the future
email: [email protected]
config:
# groups.config.meta is where all additional info should go
meta: ...