{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-join-domain-output-schema.json", "title": "JoinDomainOutput", "description": "JoinDomainOutput", "type": "object", "properties": { "GatewayARN": { "allOf": [ { "$ref": "#/components/schemas/GatewayARN" }, { "description": "The unique Amazon Resource Name (ARN) of the gateway that joined the domain." } ] }, "ActiveDirectoryStatus": { "allOf": [ { "$ref": "#/components/schemas/ActiveDirectoryStatus" }, { "description": "

Indicates the status of the gateway as a member of the Active Directory domain.

" } ] } } }