{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Notification", "type": "object", "description": "Envelope notification settings including reminders and expirations.", "properties": { "useAccountDefaults": { "type": "string", "description": "When true, use account default notification settings." }, "reminders": { "type": "object" }, "expirations": { "type": "object" } } }