Schema

{
    "title": "NtfyNotificationHandler",
    "type": "object",
    "properties": {
        "root_url": {
            "title": "Root Url",
            "default": "https://ntfy.sh/",
            "type": "string"
        },
        "topic": {
            "title": "Topic",
            "type": "string"
        },
        "routing": {
            "title": "Routing",
            "default": {},
            "type": "object",
            "additionalProperties": {
                "type": "string"
            }
        }
    }
}

Configuration - ntfy