{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-list-long-term-pricing-request-schema.json",
"title": "ListLongTermPricingRequest",
"description": "ListLongTermPricingRequest schema from Amazon Snow Family API",
"type": "object",
"properties": {
"MaxResults": {
"allOf": [
{
"$ref": "#/components/schemas/ListLimit"
},
{
"description": "The maximum number of ListLongTermPricing objects to return."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Because HTTP requests are stateless, this is the starting point for your next list of ListLongTermPricing to return."
}
]
}
}
}