{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/AlertSourceLinkTemplate", "title": "AlertSourceLinkTemplate", "required": [ "hrefTemplate", "text" ], "type": "object", "properties": { "text": { "type": "string" }, "hrefTemplate": { "$ref": "#/components/schemas/AlertSourceTemplate" } } }