{ "type": "object", "required": [ "productType", "attributes" ], "properties": { "productType": { "type": "string" }, "attributes": { "type": "object" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListingsItemPutRequest", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-listings-item-put-request-schema.json", "description": "ListingsItemPutRequest schema from Amazon Selling Partner API" }