{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PriorityAlertPatch", "title": "PriorityAlertPatch", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "description": "`true` if the Priority Alert feature is enabled." } } }