WSO2 · Schema

Certificate

Representation of the details of a certificate

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
alias string
endpoint string
View JSON Schema on GitHub

JSON Schema

publisher-api-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-cert-metadata-schema.json",
  "title": "Certificate",
  "description": "Representation of the details of a certificate",
  "type": "object",
  "properties": {
    "alias": {
      "type": "string",
      "example": "wso2carbon"
    },
    "endpoint": {
      "type": "string",
      "example": "www.abc.com"
    }
  }
}