{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-get-registration-code-response-structure.json", "name": "GetRegistrationCodeResponse", "description": "The output from the GetRegistrationCode operation.", "type": "object", "properties": { "registrationCode": { "allOf": [ { "$ref": "#/components/schemas/RegistrationCode" }, { "description": "The CA certificate registration code." } ] } } }