tls-certificates-and-hostnames_certificate_pack_quota_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-certificate-pack-quota-respon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_pack_quota_response",
  "title": "tls-certificates-and-hostnames_certificate_pack_quota_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "advanced": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_quota"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  ]
}