{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response", "title": "tls-certificates-and-hostnames_total_tls_settings_response", "allOf": [ { "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single" }, { "properties": { "result": { "properties": { "certificate_authority": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-certificate_authority" }, "enabled": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-enabled" }, "validity_period": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_validity_period" } } } } } ] }