Tyk · Schema

APIAllCertificates

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
certs array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-api-all-certificates-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "APIAllCertificates",
  "type": "object",
  "properties": {
    "certs": {
      "type": "array"
    }
  }
}