{ "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-describe-file-system-associations-output-structure.json", "name": "DescribeFileSystemAssociationsOutput", "description": "DescribeFileSystemAssociationsOutput schema from Amazon Storage Gateway API", "properties": { "FileSystemAssociationInfoList": { "allOf": [ { "$ref": "#/components/schemas/FileSystemAssociationInfoList" }, { "description": "An array containing the FileSystemAssociationInfo data type of each file system association to be described. " } ] } } }