{ "type": "object", "properties": { "sku": { "type": "string" }, "summaries": { "type": "array", "items": { "type": "object" } }, "attributes": { "type": "object" }, "issues": { "type": "array", "items": { "type": "object" } }, "offers": { "type": "array", "items": { "type": "object" } } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ListingsItem", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-listings-item-structure.json", "description": "ListingsItem schema from Amazon Selling Partner API" }