tls-certificates-and-hostnames_custom_hostname_response_single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-custom-hostname-response-sing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single",
  "title": "tls-certificates-and-hostnames_custom_hostname_response_single",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single"
    },
    {
      "properties": {
        "result": {
          "allOf": [
            {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_custom-hostname"
            }
          ],
          "type": "object"
        }
      }
    }
  ]
}