changedInput schema / properties / reportData / additionalProperties
Previous value: -trueNew value: +false
changedInput schema / properties / reportData / description
Previous value: -"VERO report data containing item details and intellectual property violation information"New value: +"Generated VeroReportItemsRequest body"
removedInput schema / properties / reportData / properties / items
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "itemId": {
- "type": "string"
- },
- "reportingReason": {
- "type": "string"
- }
- },
- "required": [
- "itemId",
- "reportingReason"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedInput schema / properties / reportData / properties / message
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / reportData / properties / reportItems
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "brand": {
+ "type": "string"
+ },
+ "copyEmailToRightsOwner": {
+ "type": "boolean"
+ },
+ "countries": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "detailedMessage": {
+ "type": "string"
+ },
+ "itemId": {
+ "type": "string"
+ },
+ "messageToSeller": {
+ "type": "string"
+ },
+ "patent": {
+ "type": "string"
+ },
+ "regions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "veroReasonCodeId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedInput schema / properties / reportData / properties / rightsOwnerEmail
Removed value: -{
- "format": "email",
- "type": "string"
-}
removedInput schema / properties / reportData / required
Removed value: -[
- "items"
-]