WSO2 · JSON Structure

Publisher Api Client Cert Metadata Structure

Meta data of certificate

Type: object Properties: 3
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Client certificate meta data is a JSON Structure definition published by WSO2, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

alias apiId tier

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-client-cert-metadata-structure.json",
  "name": "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"
    }
  }
}