{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/NotificationPreferencesAlertPost", "title": "NotificationPreferencesAlertPost", "type": "object", "properties": { "method": { "$ref": "#/components/schemas/NotificationPreferenceAlertMethod" }, "contact": { "type": "object", "oneOf": [ { "$ref": "#/components/schemas/ContactPhoneNumber" }, { "$ref": "#/components/schemas/ContactEmail" } ] }, "delayMin": { "$ref": "#/components/schemas/NotificationPreferencesAlertDelayMin" }, "type": { "$ref": "#/components/schemas/NotificationPreferenceAlertType" } } }