{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_dcv_delegation_response", "title": "tls-certificates-and-hostnames_dcv_delegation_response", "allOf": [ { "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single" }, { "properties": { "result": { "allOf": [ { "$ref": "#/components/schemas/tls-certificates-and-hostnames_uuidObject" } ], "type": "object" } } } ] }