{ "$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-create-smb-file-share-output-schema.json", "title": "CreateSMBFileShareOutput", "description": "CreateSMBFileShareOutput", "type": "object", "properties": { "FileShareARN": { "allOf": [ { "$ref": "#/components/schemas/FileShareARN" }, { "description": "The Amazon Resource Name (ARN) of the newly created file share." } ] } } }