CreateDomainConfigurationResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-create-domain-configuration-response-schema.json", "title": "CreateDomainConfigurationResponse", "description": "CreateDomainConfigurationResponse schema", "type": "object", "properties": { "domainConfigurationName": { "allOf": [ { "$ref": "#/components/schemas/DomainConfigurationName" }, { "description": "The name of the domain configuration." } ] }, "domainConfigurationArn": { "allOf": [ { "$ref": "#/components/schemas/DomainConfigurationArn" }, { "description": "The ARN of the domain configuration." } ] } } }