{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-list-entities-response-structure.json", "name": "ListEntitiesResponse", "description": "ListEntitiesResponse schema from Amazon Marketplace API", "type": "object", "properties": { "EntitySummaryList": { "allOf": [ { "$ref": "#/components/schemas/EntitySummaryList" }, { "description": " Array of EntitySummary object." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The value of the next token if it exists. Null if there is no more result." } ] } } }