{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-datazone/json-structure/domain-structure.json", "title": "Domain", "description": "A DataZone domain that serves as the organizational boundary for data catalog and governance.", "type": "typedMap", "fields": { "id": { "type": "str", "description": "The unique identifier of the domain" }, "arn": { "type": "str", "description": "The ARN of the DataZone domain. This ARN uniquely identifies the domain." }, "name": { "type": "str", "description": "name" }, "description": { "type": "str", "description": "description" }, "status": { "type": "str", "description": "status" }, "portalUrl": { "type": "str", "description": "portalUrl" }, "createdAt": { "type": "str", "description": "createdAt" } } }