{
"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-list-long-term-pricing-result-structure.json",
"name": "ListLongTermPricingResult",
"description": "ListLongTermPricingResult schema from Amazon Snow Family API",
"properties": {
"LongTermPricingEntries": {
"allOf": [
{
"$ref": "#/components/schemas/LongTermPricingEntryList"
},
{
"description": "Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type. "
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Because HTTP requests are stateless, this is the starting point for your next list of returned ListLongTermPricing list."
}
]
}
}
}