{ "$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-describe-chap-credentials-output-schema.json", "title": "DescribeChapCredentialsOutput", "description": "A JSON object containing the following fields:", "type": "object", "properties": { "ChapCredentials": { "allOf": [ { "$ref": "#/components/schemas/ChapCredentials" }, { "description": "

An array of ChapInfo objects that represent CHAP credentials. Each object in the array contains CHAP credential information for one target-initiator pair. If no CHAP credentials are set, an empty array is returned. CHAP credential information is provided in a JSON object with the following fields:

" } ] } } }