{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-create-domain-result-structure.json", "name": "CreateDomainResult", "description": "CreateDomainResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "domain": { "allOf": [ { "$ref": "#/components/schemas/DomainDescription" }, { "description": " Contains information about the created domain after processing the request. " } ] } } }