WSO2 · Schema

Certificate Valid period

CertificateValidity schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
from string
to string
View JSON Schema on GitHub

JSON Schema

publisher-api-certificate-validity-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-certificate-validity-schema.json",
  "title": "Certificate Valid period",
  "description": "CertificateValidity schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "from": {
      "type": "string",
      "example": "12-12-2017"
    },
    "to": {
      "type": "string",
      "example": "01-01-2019"
    }
  }
}