{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/horizon/link.json", "title": "link", "type": "object", "properties": { "href": { "type": "string", "format": "link" }, "templated": { "type": "boolean" } }, "required": [ "href" ] }