{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-create-domain-configuration-response-structure.json", "name": "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." } ] } } }