WSO2 · Schema

Client certificate meta data

Meta data of certificate

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
alias string
apiId string
tier string
View JSON Schema on GitHub

JSON Schema

publisher-api-client-cert-metadata-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-client-cert-metadata-schema.json",
  "title": "Client certificate meta data",
  "description": "Meta data of certificate",
  "type": "object",
  "properties": {
    "alias": {
      "type": "string",
      "example": "wso2carbon"
    },
    "apiId": {
      "type": "string",
      "example": "64eca60b-2e55-4c38-8603-e9e6bad7d809"
    },
    "tier": {
      "type": "string",
      "example": "Gold"
    }
  }
}