{
"$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-file-system-association-status-detail-schema.json",
"title": "FileSystemAssociationStatusDetail",
"description": "Detailed information on file system association status.",
"type": "object",
"properties": {
"ErrorCode": {
"allOf": [
{
"$ref": "#/components/schemas/FileSystemAssociationSyncErrorCode"
},
{
"description": "The error code for a given file system association status."
}
]
}
}
}