{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_ssl_validation_method_response_collection", "title": "tls-certificates-and-hostnames_ssl_validation_method_response_collection", "allOf": [ { "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single" }, { "properties": { "result": { "properties": { "status": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_validation_method_components-schemas-status" }, "validation_method": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_validation_method_definition" } } } } } ] }