{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-describe-addresses-request-structure.json", "name": "DescribeAddressesRequest", "description": "DescribeAddressesRequest schema from Amazon Snow Family API", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/ListLimit" }, { "description": "The number of ADDRESS objects to return." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses." } ] } } }