{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/AlertSourcePriorityTemplateMapping", "title": "AlertSourcePriorityTemplateMapping", "required": [ "priority", "value" ], "type": "object", "properties": { "value": { "type": "string" }, "priority": { "type": "string", "enum": [ "LOW", "HIGH" ] } } }