WSO2 · Schema

Subscriber Contact attribute object

SubscriberContactAttribute schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
recipient string recipient type of the email
delimiter string delimiter to seperate the email address
View JSON Schema on GitHub

JSON Schema

publisher-api-subscriber-contact-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-subscriber-contact-attribute-schema.json",
  "title": "Subscriber Contact attribute object",
  "description": "SubscriberContactAttribute schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "recipient": {
      "type": "string",
      "description": "recipient type of the email\n"
    },
    "delimiter": {
      "type": "string",
      "description": "delimiter to seperate the email address\n"
    }
  }
}