CertificateInfo schema from WSO2 API Manager
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-certificate-info-schema.json", "title": "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" } } }