{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/EventLink", "title": "EventLink", "type": "object", "properties": { "href": { "type": "string" }, "text": { "type": "string" } } }