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