{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email-security_Link", "title": "email-security_Link", "properties": { "href": { "type": "string" }, "text": { "nullable": true, "type": "string" } }, "required": [ "href" ], "type": "object" }