addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / items / items / additionalProperties
Added value: +false
addedInput schema / properties / items / items / properties / affiliation
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / coupon
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / currency
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / discount
Added value: +{
+ "type": "number"
+}
addedInput schema / properties / items / items / properties / index
Added value: +{
+ "type": "number"
+}
addedInput schema / properties / items / items / properties / item_category2
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / item_category3
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / item_category4
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / item_category5
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / item_list_id
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / item_list_name
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / location_id
Added value: +{
+ "type": "string"
+}
changedInput schema / properties / user_properties / additionalProperties
Previous value: -trueNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "value": {
+ "type": [
+ "string",
+ "number"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+}
addedInput schema / properties / user_properties / description
Added value: +"User properties (e.g., {subscription_tier: {value: \"premium\"}})"