{ "type": "object", "properties": { "payload": { "type": "object", "properties": { "Orders": { "type": "array", "items": { "$ref": "#/components/schemas/Order" } }, "NextToken": { "type": "string" } } } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "OrderList", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-order-list-structure.json", "description": "OrderList schema from Amazon Selling Partner API" }