{ "type": "object", "required": [ "productType", "patches" ], "properties": { "productType": { "type": "string" }, "patches": { "type": "array", "items": { "type": "object", "properties": { "op": { "type": "string", "enum": [ "add", "replace", "delete" ] }, "path": { "type": "string" }, "value": { "type": "array", "items": { "type": "object" } } } } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListingsItemPatchRequest", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-listings-item-patch-request-schema.json", "description": "ListingsItemPatchRequest schema from Amazon Selling Partner API" }