{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-describe-c-a-certificate-response-schema.json", "title": "DescribeCACertificateResponse", "description": "The output from the DescribeCACertificate operation.", "type": "object", "properties": { "certificateDescription": { "allOf": [ { "$ref": "#/components/schemas/CACertificateDescription" }, { "description": "The CA certificate description." } ] }, "registrationConfig": { "allOf": [ { "$ref": "#/components/schemas/RegistrationConfig" }, { "description": "Information about the registration configuration." } ] } } }