{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-associate-file-system-output-structure.json", "name": "AssociateFileSystemOutput", "description": "AssociateFileSystemOutput schema from Amazon Storage Gateway API", "properties": { "FileSystemAssociationARN": { "allOf": [ { "$ref": "#/components/schemas/FileSystemAssociationARN" }, { "description": "The ARN of the newly created file system association." } ] } } }