email-security_Link

APIs.ioEngineeringPlatform

Properties

Name Type Description
href string
text string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-link-schema.json Raw ↑
{
  "$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"
}