WSO2 · JSON Structure

Publisher Api Cert Metadata Structure

Representation of the details of a certificate

Type: object Properties: 2
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

alias endpoint

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