tls-certificates-and-hostnames_advanced_certificate_pack_response_single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-advanced-certificate-pack-res-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single",
  "title": "tls-certificates-and-hostnames_advanced_certificate_pack_response_single",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "certificate_authority": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-certificate_authority"
            },
            "cloudflare_branding": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"
            },
            "hosts": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-hosts"
            },
            "id": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
            },
            "status": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_certificate-packs_components-schemas-status"
            },
            "type": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_advanced_type"
            },
            "validation_method": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_validation_method"
            },
            "validity_days": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_validity_days"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  ]
}