From b58dcea3299b876f75a8f2aae6d467eadd076ad7 Mon Sep 17 00:00:00 2001 From: Sal Ricciardi Date: Tue, 7 Mar 2023 11:24:25 -0800 Subject: [PATCH] Update description for operationType --- schemas/feeds/listings-feed-schema-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/feeds/listings-feed-schema-v2.json b/schemas/feeds/listings-feed-schema-v2.json index 9d06469..7bdea0d 100644 --- a/schemas/feeds/listings-feed-schema-v2.json +++ b/schemas/feeds/listings-feed-schema-v2.json @@ -60,7 +60,7 @@ }, "operationType": { "title": "Operation Type", - "description": "Type of operation to perform for the listings data submission in this message. \"UPDATE\" indicates the full set of item attributes are provided and any existing attributes data will be replaced with the provided attributes. \"PARTIAL_UPDATE\" indicates only the provided item attributes will be updated with the provided attribute data. \"PATCH\" indicates the provided JSON Patch operations will be used to update the applicable attributes. \"DELETE\" indicates the listings item will be deleted.", + "description": "Type of operation to perform for the listings data submission in this message. \"UPDATE\" indicates the full set of item attributes are provided and any existing attributes data will be replaced with the provided attributes. \"PARTIAL_UPDATE\" indicates only the provided item attributes will be updated with the provided attribute data. \"PATCH\" indicates the provided JSON Patch operations will be used to update the applicable attributes. \"DELETE\" indicates the listings item will be deleted. \"PARTIAL_UPDATE\" is equivalent to using \"PATCH\" with the \"replace\" op.", "enum": [ "UPDATE", "PARTIAL_UPDATE",