{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "NotificationEmail", "type": "object", "properties": { "allowed_recipients": { "type": "array" }, "default_recipients": { "type": "array" }, "default_subject": { "type": "string" } } }