WSO2 · JSON Structure

Publisher Api Certificate Info Structure

CertificateInfo schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

status validity version subject

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-certificate-info-structure.json",
  "name": "Certificate information",
  "description": "CertificateInfo schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "Active"
    },
    "validity": {
      "$ref": "#/components/schemas/CertificateValidity"
    },
    "version": {
      "type": "string",
      "example": "V3"
    },
    "subject": {
      "type": "string",
      "example": "CN=wso2.com, OU=wso2, O=wso2, L=Colombo, ST=Western, C=LK"
    }
  }
}