{
    "$schema": "https://schemas.amazon.com/selling-partners/definitions/product-types/meta-schema/v1",
    "$id": "https://schemas.amazon.com/selling-partners/definitions/product-types/schema/v1/LUGGAGE",
    "$comment": "Amazon product type definition for LUGGAGE product type",
    "$defs": {
        "marketplace_id": {
            "default": "A21TJRUUN4KGV",
            "editable": false,
            "hidden": true,
            "examples": [
                "Amazon.in"
            ],
            "type": "string",
            "anyOf": [
                {
                    "type": "string"
                },
                {
                    "type": "string",
                    "enum": [
                        "A21TJRUUN4KGV"
                    ],
                    "enumNames": [
                        "Amazon.in"
                    ]
                }
            ]
        },
        "language_tag": {
            "default": "en_IN",
            "editable": false,
            "hidden": true,
            "examples": [
                "English (India)"
            ],
            "type": "string",
            "anyOf": [
                {
                    "type": "string"
                },
                {
                    "type": "string",
                    "enum": [
                        "en_IN"
                    ],
                    "enumNames": [
                        "English (India)"
                    ]
                }
            ]
        }
    },
    "type": "object",
    "required": [
        "brand",
        "bullet_point",
        "country_of_origin",
        "item_name",
        "product_description",
        "recommended_browse_nodes",
        "supplier_declared_dg_hz_regulation"
    ],
    "properties": {
        "item_name": {
            "title": "Title",
            "description": "Provide a title for the item that may be customer facing",
            "examples": [
                "Adidas Blue Sneakers"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Item Name",
                        "description": "Provide a title for the item that may be customer facing",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Joe's Luggage Central Hardside Expandable Luggage with Spinner Wheels"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 200
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "brand": {
            "title": "Brand",
            "description": "A text string up to 50 characters. Type 1 High ASCII characters such as ®, © and ™ are not accepted.",
            "examples": [
                "Samsonite"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Brand Name",
                        "description": "Provide the brand name of the product",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Joe's Luggage"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 100
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "externally_assigned_product_identifier": {
            "title": "External Product ID",
            "description": "Provide the external ID (barcode) type and corresponding value that is being used to identify the product",
            "examples": [
                "714532191586"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "type"
            ],
            "items": {
                "type": "object",
                "required": [
                    "type",
                    "value"
                ],
                "properties": {
                    "type": {
                        "title": "External Product ID Type",
                        "description": "Select the type of external ID (barcode) that is being used to identify this product",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "UPC"
                        ],
                        "type": "string",
                        "enum": [
                            "ean",
                            "gtin",
                            "upc"
                        ],
                        "enumNames": [
                            "EAN",
                            "GTIN",
                            "UPC"
                        ]
                    },
                    "value": {
                        "title": "External Product ID",
                        "description": "Provide the corresponding external product id value based on the type that was selected",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "714532191586"
                        ],
                        "type": "string"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "merchant_suggested_asin": {
            "title": "Merchant Suggested ASIN",
            "description": "Provide an ASIN for your product if one exists. If a value is not provided, the system will attempt a match based on the External Product ID.",
            "examples": [
                "B007KQBXN0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "value"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Merchant Suggested Asin",
                        "description": "Provide an ASIN for your product if one exists. If a value is not provided, the system will attempt a match based on the External Product ID.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "BXXXXXXXXX"
                        ],
                        "type": "string",
                        "minLength": 10,
                        "maxLength": 10,
                        "maxUtf8ByteLength": 40
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "supplier_declared_has_product_identifier_exemption": {
            "title": "Is exempt from a supplier declared external identifier",
            "description": "Please specify if the product is exempt from supplier declared external product identifiers.",
            "examples": [
                "Y, N"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Is exempt from supplier declared external product identifier",
                        "description": "Please specify if the product is exempt from supplier declared external product identifiers.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes, No"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "recommended_browse_nodes": {
            "title": "Recommended Browse Node(s)",
            "description": "A text string up to 50 characters.",
            "examples": [
                "1.2587455E7"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 232,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Recommended Browse Nodes",
                        "description": "Indicate the browse node or section of the Amazon website where the product will be assigned. This allows customers to find the product on the website easily. If you don't provide a node or if you provide an incorrect node, customers may not be able to find your product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Diet Bars"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 15
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "model_number": {
            "title": "Model Number",
            "description": "A text string up to 50 characters.",
            "examples": [
                "AW80D-1AV"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Model Number",
                        "description": "Provide the manufacturer 's model number for the item",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "JL00013"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 40,
                        "maxUtf8ByteLength": 40
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "model_name": {
            "title": "Model Name",
            "description": "Specify the model name of the product as defined by the manufacturer or brand excluding item type, color, brand or size",
            "examples": [
                "Camedia"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Model Name",
                        "description": "Specify the model name of the product as defined by the manufacturer or brand excluding item type, color, brand or size",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Winfield"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 120
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "manufacturer": {
            "title": "Manufacturer",
            "description": "A text string up to 100 characters.",
            "examples": [
                "Samsonite"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Manufacturer",
                        "description": "Provide the company that manufactures the product.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Joe's Luggage"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 100
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "skip_offer": {
            "title": "Skip Offer",
            "description": "Please indicate whether the offer should be skipped and a buyable offer should not be created. A value of \"Yes\", means no offer will be created.",
            "examples": [
                "Yes"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Skip Offer",
                        "description": "Please indicate whether the offer should be skipped and a buyable offer should not be created. A value of \"Yes\", means no offer will be created.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "fulfillment_availability": {
            "title": "Fulfillment Availability",
            "description": "For those merchants using Amazon fulfillment services, please provide associated logistical information.",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "fulfillment_channel_code"
            ],
            "items": {
                "type": "object",
                "required": [
                    "fulfillment_channel_code"
                ],
                "properties": {
                    "fulfillment_channel_code": {
                        "title": "Fulfillment Channel Code",
                        "description": "For those merchants using Amazon fulfillment services, this designates which fulfillment network will be used. Specifying a value other than DEFAULT will cancel the Merchant-fulfilled offering.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "AMAZON_NA"
                        ],
                        "type": "string",
                        "enum": [
                            "AMAZON_IN",
                            "DEFAULT"
                        ],
                        "enumNames": [
                            "AMAZON_IN",
                            "DEFAULT"
                        ]
                    },
                    "quantity": {
                        "title": "Quantity",
                        "description": "Enter the quantity of the item you are making available for sale. This is your current inventory commitment (as a whole number)",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "152"
                        ],
                        "type": "integer",
                        "minimum": 0
                    },
                    "lead_time_to_ship_max_days": {
                        "title": "Handling Time",
                        "description": "Provide the time, in days, between when you receive an order for an item and when you can ship the item",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "5"
                        ],
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 30
                    },
                    "restock_date": {
                        "title": "Restock Date",
                        "description": "Date that product will be restocked",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "2020-05-05"
                        ],
                        "type": "string",
                        "oneOf": [
                            {
                                "type": "string",
                                "format": "date"
                            },
                            {
                                "type": "string",
                                "format": "date-time"
                            }
                        ]
                    },
                    "is_inventory_available": {
                        "title": "Inventory Always Available",
                        "description": "Always available inventory is an alternative to quantity that allows inventory to never deplete. Enabling or disabling will toggle this feature on or off. Note that a quantity cannot be specified when provided.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Enabled"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "Disabled",
                            "Enabled"
                        ]
                    }
                },
                "additionalProperties": false
            }
        },
        "map_policy": {
            "title": "Minimum Advertised Price Display",
            "description": "Select one.",
            "examples": [
                "Policy 9"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Minimum Advertised Price Display",
                        "description": "Select one.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Policy 9"
                        ],
                        "type": "string",
                        "enum": [
                            "policy_1",
                            "policy_10",
                            "policy_11",
                            "policy_2",
                            "policy_3",
                            "policy_4",
                            "policy_5",
                            "policy_6",
                            "policy_7",
                            "policy_8",
                            "policy_9"
                        ],
                        "enumNames": [
                            "Policy 1",
                            "Policy 10",
                            "Policy 11",
                            "Policy 2",
                            "Policy 3",
                            "Policy 4",
                            "Policy 5",
                            "Policy 6",
                            "Policy 7",
                            "Policy 8",
                            "Policy 9"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "purchasable_offer": {
            "title": "Purchasable Offer",
            "description": "The attribute indicates the Purchasable Offer of the product",
            "examples": [
                "EUR"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "currency",
                "audience"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "map_price": {
                        "title": "Purchasable Offer Map Price",
                        "description": "The attribute indicates the Purchasable Offer Map Price of the product",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [],
                            "properties": {
                                "schedule": {
                                    "title": "Purchasable Offer Map Price Schedule",
                                    "description": "The attribute indicates the Purchasable Offer Map Price Schedule of the product",
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [],
                                        "properties": {
                                            "value_with_tax": {
                                                "title": "Minimum Advertised Price",
                                                "description": "Provide the minimum advertised price",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "259.99"
                                                ],
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "currency": {
                        "title": "Currency",
                        "description": "Select the corresponding currency",
                        "default": "INR",
                        "editable": false,
                        "hidden": true,
                        "examples": [
                            "INR"
                        ],
                        "type": "string",
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "INR"
                                ],
                                "enumNames": [
                                    "INR"
                                ]
                            }
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "our_price": {
                        "title": "Purchasable Offer Our Price",
                        "description": "The attribute indicates the Purchasable Offer Our Price of the product",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "schedule"
                            ],
                            "properties": {
                                "schedule": {
                                    "title": "Purchasable Offer Our Price Schedule",
                                    "description": "The attribute indicates the Purchasable Offer Our Price Schedule of the product",
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [
                                            "value_with_tax"
                                        ],
                                        "properties": {
                                            "value_with_tax": {
                                                "title": "Your Price",
                                                "description": "Provide base price of the item at which it is being offered to the intended buyer segment",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "9.00"
                                                ],
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "maximum_retail_price": {
                        "title": "Maximum Retail Price",
                        "description": "Provide the maximum retail price that is physically printed on pre-packaged products by manufacturer according to legal metrology act. This is the maximum price that seller can charge a customer. This is only applicable to IN Marketplace.",
                        "examples": [
                            "195"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "schedule"
                            ],
                            "properties": {
                                "schedule": {
                                    "title": "Purchasable Offer List Price Schedule",
                                    "description": "The attribute indicates the Purchasable Offer List Price Schedule of the product",
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [
                                            "value_with_tax"
                                        ],
                                        "properties": {
                                            "value_with_tax": {
                                                "title": "Maximum Retail Price",
                                                "description": "Provide the maximum retail price that is physically printed on pre-packaged products by manufacturer according to legal metrology act. This is the maximum price that seller can charge a customer. This is only applicable to IN Marketplace.",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "195"
                                                ],
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "automated_pricing_merchandising_rule_plan": {
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [],
                            "properties": {
                                "merchandising_rule": {
                                    "type": "object",
                                    "required": [
                                        "rule_id"
                                    ],
                                    "properties": {
                                        "rule_id": {
                                            "title": "Pricing Rule",
                                            "description": "The pricing rule that will automate price on this offer",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Competitive Price Rule by Amazon"
                                            ],
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "minimum_seller_allowed_price": {
                        "title": "Purchasable Offer Minimum Seller Allowed Price",
                        "description": "The attribute indicates the Purchasable Offer Minimum Seller Allowed Price of the product",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [],
                            "properties": {
                                "schedule": {
                                    "title": "Purchasable Offer Minimum Seller Allowed Price Schedule",
                                    "description": "The attribute indicates the Purchasable Offer Minimum Seller Allowed Price Schedule of the product",
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [],
                                        "properties": {
                                            "value_with_tax": {
                                                "title": "Minimum Seller Allowed Price",
                                                "description": "Provide the minimum seller allowed price",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "259.99"
                                                ],
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "maximum_seller_allowed_price": {
                        "title": "Purchasable Offer Maximum Seller Allowed Price",
                        "description": "The attribute indicates the Purchasable Offer Maximum Seller Allowed Price of the product",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [],
                            "properties": {
                                "schedule": {
                                    "title": "Purchasable Offer Maximum Seller Allowed Price Schedule",
                                    "description": "The attribute indicates the Purchasable Offer Maximum Seller Allowed Price Schedule of the product",
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [],
                                        "properties": {
                                            "value_with_tax": {
                                                "title": "Maximum Seller Allowed Price",
                                                "description": "Provide the maximum seller allowed price",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "259.99"
                                                ],
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "discounted_price": {
                        "title": "Purchasable Offer Discounted Price",
                        "description": "The attribute indicates the Purchasable Offer Discounted Price of the product",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "schedule"
                            ],
                            "properties": {
                                "schedule": {
                                    "title": "Purchasable Offer Discounted Price Schedule",
                                    "description": "The attribute indicates the Purchasable Offer Discounted Price Schedule of the product",
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [
                                            "end_at",
                                            "start_at",
                                            "value_with_tax"
                                        ],
                                        "properties": {
                                            "value_with_tax": {
                                                "title": "Sale Price",
                                                "description": "The price at which you offer the product for sale.",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "219.99"
                                                ],
                                                "type": "number"
                                            },
                                            "start_at": {
                                                "title": "Sale Start Date",
                                                "description": "The date that the sale price will begin to override the product's standard price; the sale price will be displayed after 0:00AM of Sale From Date.",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "2017-06-30"
                                                ],
                                                "type": "string",
                                                "oneOf": [
                                                    {
                                                        "type": "string",
                                                        "format": "date"
                                                    },
                                                    {
                                                        "type": "string",
                                                        "format": "date-time"
                                                    }
                                                ]
                                            },
                                            "end_at": {
                                                "title": "Sale End Date",
                                                "description": "The last date that the sale price will override the item's standard price; the product's standard price will be displayed after 0:00AM of Sale End Date.",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "2017-07-01"
                                                ],
                                                "type": "string",
                                                "oneOf": [
                                                    {
                                                        "type": "string",
                                                        "format": "date"
                                                    },
                                                    {
                                                        "type": "string",
                                                        "format": "date-time"
                                                    }
                                                ]
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "start_at": {
                        "title": "Purchasable Offer Start At",
                        "description": "The attribute indicates the Purchasable Offer Start At of the product",
                        "type": "object",
                        "required": [],
                        "properties": {
                            "value": {
                                "title": "Offering Release Date",
                                "description": "Your price start date",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "2017-06-30"
                                ],
                                "type": "string",
                                "oneOf": [
                                    {
                                        "type": "string",
                                        "format": "date"
                                    },
                                    {
                                        "type": "string",
                                        "format": "date-time"
                                    }
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "end_at": {
                        "title": "Purchasable Offer End At",
                        "description": "The attribute indicates the Purchasable Offer End At of the product",
                        "type": "object",
                        "required": [],
                        "properties": {
                            "value": {
                                "title": "Stop Selling Date",
                                "description": "Your price end date",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "2017-07-01"
                                ],
                                "type": "string",
                                "oneOf": [
                                    {
                                        "type": "string",
                                        "format": "date"
                                    },
                                    {
                                        "type": "string",
                                        "format": "date-time"
                                    }
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "audience": {
                        "title": "Audience",
                        "description": "Provide the intended buyer segment or program that this purchasable offer is applicable to.",
                        "editable": false,
                        "hidden": true,
                        "examples": [
                            "B2B"
                        ],
                        "type": "string",
                        "enum": [
                            "ALL"
                        ],
                        "enumNames": [
                            "Sell on Amazon"
                        ]
                    },
                    "quantity_discount_plan": {
                        "title": "Purchasable Business Offer Quantity Discount Plan",
                        "description": "Provide and define the quantity discount plan for your business price.",
                        "examples": [
                            "Schedule Quantity Price Type: Fixed; Schedule Levels Quantity Lower Bound: 5; Schedule Levels Quantity Price: 10"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 0,
                        "items": {
                            "type": "object",
                            "required": [
                                "schedule"
                            ],
                            "properties": {
                                "schedule": {
                                    "title": "Schedule",
                                    "description": "Provide the details, such as dates, pricing type that define your scheduled quantity discount plan.",
                                    "examples": [
                                        "Quantity price start date: 06/30/2024; Quantity price end date: 07/01/2024"
                                    ],
                                    "type": "array",
                                    "minItems": 1,
                                    "items": {
                                        "type": "object",
                                        "required": [
                                            "discount_type",
                                            "levels"
                                        ],
                                        "properties": {
                                            "discount_type": {
                                                "title": "Quantity Price Type",
                                                "description": "Provide whether the quantity price type is fixed, a price set in local currency for each quantity threshold, or a percentage of business price",
                                                "editable": true,
                                                "hidden": false,
                                                "examples": [
                                                    "Fixed, Percent"
                                                ],
                                                "type": "string",
                                                "enum": [
                                                    "fixed",
                                                    "percent"
                                                ],
                                                "enumNames": [
                                                    "Fixed",
                                                    "Percent"
                                                ]
                                            },
                                            "levels": {
                                                "title": "Levels",
                                                "description": "Quantity Discount Plan Schedule Levels",
                                                "examples": [
                                                    "Quantity Discount Plan Schedule Levels"
                                                ],
                                                "type": "array",
                                                "minItems": 1,
                                                "maxItems": 5,
                                                "items": {
                                                    "type": "object",
                                                    "required": [
                                                        "lower_bound",
                                                        "value"
                                                    ],
                                                    "properties": {
                                                        "lower_bound": {
                                                            "title": "Quantity Threshold (Lower Bound)",
                                                            "description": "Provide the minimum purchase quantity necessary to receive the discount. It will apply to all units if the quantity threshold is met.",
                                                            "editable": true,
                                                            "hidden": false,
                                                            "examples": [
                                                                "5, 10"
                                                            ],
                                                            "type": "integer",
                                                            "minimum": 2
                                                        },
                                                        "value": {
                                                            "title": "Quantity Price (Fixed Price/Percentage Discount)",
                                                            "description": "Provide the quantity price for each quantity threshold or the discount percentage offered on the business price for each quantity threshold.",
                                                            "editable": true,
                                                            "hidden": false,
                                                            "examples": [
                                                                "10, 20"
                                                            ],
                                                            "type": "number",
                                                            "minimum": 0.01
                                                        }
                                                    },
                                                    "additionalProperties": false
                                                }
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "variable_weight_based_price": {
                        "title": "Variable Weight Based Price",
                        "description": "Provide the variable weight details of the product in order to power variable weight based pricing.",
                        "examples": [
                            "Pricing Strategy:Produce by UOM, Order Increment:1, Order Minimum:0.05, Order Maximum:1000, Average Size Measurement Type:Weight, Average Size Unit:Pounds, Average Size Value:1.5, Inventory Measurement Type: Weight, Inventory Measurement Unit: Pounds, Merchant Sale Measurement Type: Weight, Merchant Sale Measurement Unit: Pounds, Merchant Sale Measurement Value: 3"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 0,
                        "items": {
                            "type": "object",
                            "required": [
                                "inventory_measurement",
                                "merchant_sale_measurement",
                                "order_quantity_specification",
                                "pricing_strategy"
                            ],
                            "properties": {
                                "pricing_strategy": {
                                    "title": "Pricing Strategy",
                                    "description": "Provide the pricing strategy for the product. The pricing strategy defines how the variable weight product will be picked, priced and sold.",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Produce by UOM"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "bulk_by_uom",
                                        "catch_by_uom",
                                        "produce_by_uom"
                                    ],
                                    "enumNames": [
                                        "Bulk by UOM",
                                        "Catch by UOM",
                                        "Produce by UOM"
                                    ]
                                },
                                "average_size_measurement": {
                                    "title": "Average Size Measurement",
                                    "description": "Provide the average weight of the variable weight product.",
                                    "examples": [
                                        "Unit:Pounds, Value: 1.5"
                                    ],
                                    "type": "object",
                                    "required": [
                                        "type",
                                        "unit",
                                        "value"
                                    ],
                                    "properties": {
                                        "type": {
                                            "title": "Average Size Unit Type",
                                            "description": "Provide the unit of measure type for average size of the product.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Weight"
                                            ],
                                            "type": "string",
                                            "enum": [
                                                "weight"
                                            ],
                                            "enumNames": [
                                                "Weight"
                                            ]
                                        },
                                        "unit": {
                                            "title": "Average Size Measurement Unit",
                                            "description": "Provide the corresponding unit used to designate the variable weight product's average weight.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Pounds"
                                            ],
                                            "type": "string",
                                            "enum": [
                                                "grams",
                                                "kilograms",
                                                "ounces",
                                                "pounds"
                                            ],
                                            "enumNames": [
                                                "Grams",
                                                "Kilograms",
                                                "Ounces",
                                                "Pounds"
                                            ]
                                        },
                                        "value": {
                                            "title": "Average Size Measurement",
                                            "description": "Provide the average weight of the variable weight product.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "1.5"
                                            ],
                                            "type": "number",
                                            "minimum": 0.05,
                                            "maximum": 1000,
                                            "maxLength": 12,
                                            "multipleOf": 0.01
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "inventory_measurement": {
                                    "title": "Inventory Measurement",
                                    "description": "Provide the inventory measurement, this provides details on the measurement type, value and unit for the inventory of the product.",
                                    "examples": [
                                        "Type:Weight, Unit: Pounds"
                                    ],
                                    "type": "object",
                                    "required": [
                                        "type",
                                        "unit"
                                    ],
                                    "properties": {
                                        "type": {
                                            "title": "Inventory Measurement Type",
                                            "description": "Provide the inventory measurement type of the variable weight product. Measurement type indicates how the inventory of the product will be measured.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Weight"
                                            ],
                                            "type": "string",
                                            "enum": [
                                                "count",
                                                "weight"
                                            ],
                                            "enumNames": [
                                                "Count",
                                                "Weight"
                                            ]
                                        },
                                        "unit": {
                                            "title": "Inventory Measurement Unit",
                                            "description": "Provide the corresponding unit used to designate the variable weight product's inventory measurement.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Pounds"
                                            ],
                                            "type": "string",
                                            "enum": [
                                                "grams",
                                                "kilograms",
                                                "ounces",
                                                "pounds",
                                                "units"
                                            ],
                                            "enumNames": [
                                                "Grams",
                                                "Kilograms",
                                                "Ounces",
                                                "Pounds",
                                                "Units"
                                            ]
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "merchant_sale_measurement": {
                                    "title": "Merchant Sale Measurement",
                                    "description": "Provide the merchant sale measurement, this provides details on the measurement type, value and unit for how the product will be sold.",
                                    "examples": [
                                        "Type:Weight, Unit:Pounds, Value:3"
                                    ],
                                    "type": "object",
                                    "required": [
                                        "type",
                                        "unit",
                                        "value"
                                    ],
                                    "properties": {
                                        "type": {
                                            "title": "Merchant Sale Measurement Type",
                                            "description": "Provide the merchant sale measurement type of the variable weight product. Measurement type indicates how the product will be sold.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Weight"
                                            ],
                                            "type": "string",
                                            "enum": [
                                                "count",
                                                "weight"
                                            ],
                                            "enumNames": [
                                                "Count",
                                                "Weight"
                                            ]
                                        },
                                        "unit": {
                                            "title": "Merchant Sale Measurement Unit",
                                            "description": "Provide the corresponding unit in which the variable weight product will be sold.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "Pounds"
                                            ],
                                            "type": "string",
                                            "enum": [
                                                "grams",
                                                "kilograms",
                                                "ounces",
                                                "pounds",
                                                "units"
                                            ],
                                            "enumNames": [
                                                "Grams",
                                                "Kilograms",
                                                "Ounces",
                                                "Pounds",
                                                "Units"
                                            ]
                                        },
                                        "value": {
                                            "title": "Merchant Sale Measurement",
                                            "description": "Provide the merchant sale measurement value for the variable weight product. This defines the weight in which the product will be sold.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "5"
                                            ],
                                            "type": "number",
                                            "minimum": 0.05,
                                            "maximum": 1000,
                                            "maxLength": 12,
                                            "multipleOf": 0.01
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "order_quantity_specification": {
                                    "title": "Order Quantity Specification",
                                    "description": "Provide the order quantity specification, this provides details on the order increment, order minimum and order maximum for the product.",
                                    "examples": [
                                        "Order Increment:1, Order Minimum:0.05, Order Maximum:1000"
                                    ],
                                    "type": "object",
                                    "required": [
                                        "order_increment",
                                        "order_maximum",
                                        "order_minimum"
                                    ],
                                    "properties": {
                                        "order_minimum": {
                                            "title": "Order Minimum",
                                            "description": "Provide the minimum quantity that a customer can order for the variable weight product.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "0.05"
                                            ],
                                            "type": "number",
                                            "minimum": 0.05,
                                            "maximum": 1000,
                                            "maxLength": 12,
                                            "multipleOf": 0.01
                                        },
                                        "order_maximum": {
                                            "title": "Order Maximum",
                                            "description": "Provide the maximum quantity that a customer can order for the variable weight product.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "1000"
                                            ],
                                            "type": "number",
                                            "minimum": 0.05,
                                            "maximum": 1000,
                                            "maxLength": 12,
                                            "multipleOf": 0.01
                                        },
                                        "order_increment": {
                                            "title": "Order Increment",
                                            "description": "Provide the order increment for the product. Order increment defines the increment by which a variable weight will be sold.",
                                            "editable": true,
                                            "hidden": false,
                                            "examples": [
                                                "1"
                                            ],
                                            "type": "number",
                                            "minimum": 0.05,
                                            "maximum": 100,
                                            "maxLength": 12,
                                            "multipleOf": 0.01
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "additionalProperties": false
                        }
                    }
                },
                "additionalProperties": false
            }
        },
        "condition_type": {
            "title": "Item Condition",
            "description": "Provide the actual condition type of the product",
            "examples": [
                "New"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Item Condition",
                        "description": "Provide the actual condition type of the product",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "New"
                        ],
                        "type": "string",
                        "enum": [
                            "club_club",
                            "collectible_acceptable",
                            "collectible_good",
                            "collectible_like_new",
                            "collectible_very_good",
                            "new_new",
                            "new_oem",
                            "new_open_box",
                            "refurbished_refurbished",
                            "used_acceptable",
                            "used_good",
                            "used_like_new",
                            "used_very_good"
                        ],
                        "enumNames": [
                            "Club",
                            "Collectible - Acceptable",
                            "Collectible - Good",
                            "Collectible - Like New",
                            "Collectible - Very Good",
                            "New",
                            "New - OEM",
                            "New - Open Box",
                            "Refurbished",
                            "Used - Acceptable",
                            "Used - Good",
                            "Used - Like New",
                            "Used - Very Good"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "condition_note": {
            "title": "Offer Condition Note",
            "description": "Provide descriptive text explaining the actual condition of the item",
            "examples": [
                "Small dent in left side panel."
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Offer Condition Note",
                        "description": "Provide descriptive text explaining the actual condition of the item",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Small dent in left side panel."
                        ],
                        "type": "string",
                        "maxLength": 2204
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "product_tax_code": {
            "title": "Product Tax Code",
            "description": "Enter the product tax code supplied to you by Amazon.com",
            "examples": [
                "A_GEN_NOTAX"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Product Tax Code",
                        "description": "Enter the product tax code supplied to you by Amazon.com",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "A_GEN_NOTAX"
                        ],
                        "type": "string",
                        "maxLength": 949
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "merchant_release_date": {
            "title": "Release Date",
            "description": "A date in format YYYY-MM-DD.",
            "examples": [
                "41275.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "value": {
                        "title": "Merchant Release Date",
                        "description": "Provide the merchant release date using YYYY-MM-DD format",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "2017-07-20"
                        ],
                        "type": "string",
                        "oneOf": [
                            {
                                "type": "string",
                                "format": "date"
                            },
                            {
                                "type": "string",
                                "format": "date-time"
                            }
                        ]
                    }
                },
                "additionalProperties": false
            }
        },
        "merchant_shipping_group": {
            "title": "Merchant Shipping Group",
            "description": "The ship configuration group for an offer. The ship configuration group is created and managed by the seller through the ship setting UI.",
            "examples": [
                "\"Heavy Bulky Products\", \"NCR Large Appliance Delivery\""
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Merchant Shipping Group",
                        "description": "The ship configuration group for an offer. The ship configuration group is created and managed by the seller through the ship setting UI.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Heavy Bulky Products, NCR Large Appliance Delivery"
                        ],
                        "type": "string",
                        "maxLength": 100
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "max_order_quantity": {
            "title": "Maximum Order Quantity",
            "description": "A positive integer.",
            "examples": [
                "3.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Maximum Order Quantity",
                        "description": "Provide the maximum number of units of the item that can be purchased in a single order.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "3"
                        ],
                        "type": "integer",
                        "minimum": 1
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "gift_options": {
            "title": "Gift Options",
            "description": "Provide gift card options",
            "examples": [
                "Yes"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "can_be_messaged": {
                        "title": "Offering Can Be Gift Messaged",
                        "description": "If you can print a gift message with the item indicate that here. If left blank, defaults to 'No'",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "can_be_wrapped": {
                        "title": "Is Gift Wrap Available",
                        "description": "If you can gift wrap an item indicate that here.  If left blank, defaults to 'No'",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "main_offer_image_locator": {
            "title": "Main Offer Image Locator",
            "description": "Provide the location of the image",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Main Image Location",
                        "description": "The URL where the main offer-specific image of the product is located",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.offer.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_offer_image_locator_1": {
            "title": "Other Offer Image Locator",
            "description": "Provide the location of the image",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image Location",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_offer_image_locator_2": {
            "title": "Other Offer Image Locator",
            "description": "Provide the location of the image",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image Location",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_offer_image_locator_3": {
            "title": "Other Offer Image Locator",
            "description": "Provide the location of the image",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image Location",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_offer_image_locator_4": {
            "title": "Other Offer Image Locator",
            "description": "Provide the location of the image",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image Location",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_offer_image_locator_5": {
            "title": "Other Offer Image Locator",
            "description": "Provide the location and source of the image",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image Location",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "supplemental_condition_information": {
            "title": "Supplemental Condition Information",
            "description": "Provide the additional condition information on the non-new product.",
            "examples": [
                "iPhone 14, Open Box Never Used, OEM, Original, Greater than 90%, With Tags, Pristine, Fully Functional"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "accessories": {
                        "title": "Accessories",
                        "description": "Provide the type of accessory included in the non-new product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Generic"
                        ],
                        "type": "string",
                        "enum": [
                            "generic",
                            "not_applicable",
                            "not_included",
                            "oem"
                        ],
                        "enumNames": [
                            "Generic",
                            "Not Applicable",
                            "Not Included",
                            "OEM"
                        ]
                    },
                    "battery_life_percentage": {
                        "title": "Battery Life Percentage",
                        "description": "Provide the battery health information of the non-new product if it includes batteries.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "\u003E90%"
                        ],
                        "type": "string",
                        "enum": [
                            "equal_to_or_less_than_60_percent",
                            "greater_than_60_percent",
                            "greater_than_70_percent",
                            "greater_than_80_percent",
                            "greater_than_90_percent",
                            "no_battery"
                        ],
                        "enumNames": [
                            "=\u003C60%",
                            "\u003E60%",
                            "\u003E70%",
                            "\u003E80%",
                            "\u003E90%",
                            "No Battery"
                        ]
                    },
                    "cosmetic": {
                        "title": "Cosmetic",
                        "description": "Provide the overall cosmetic condition of the non-new product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "No Sign of Use"
                        ],
                        "type": "string",
                        "enum": [
                            "almost_no_sign_of_use",
                            "highly_visible_sign_of_use",
                            "light_sign_of_use",
                            "moderately_visible_sign_of_use",
                            "no_sign_of_use",
                            "unknown"
                        ],
                        "enumNames": [
                            "Almost No Sign Of Use",
                            "Highly Visible Sign Of Use",
                            "Light Sign Of Use",
                            "Moderately Visible Sign Of Use",
                            "No Sign Of Use",
                            "Unknown"
                        ]
                    },
                    "features": {
                        "title": "Features",
                        "description": "Provide the refurbishment type of the non-new product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Green Refurbishment"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 10,
                        "items": {
                            "type": "string",
                            "enum": [
                                "green_refurbishment",
                                "parts_inspected",
                                "parts_replaced",
                                "with_tags"
                            ],
                            "enumNames": [
                                "Green Refurbishment",
                                "Parts Inspected",
                                "Parts Replaced",
                                "With Tags"
                            ]
                        }
                    },
                    "functional_condition": {
                        "title": "Functional Condition",
                        "description": "Provide the functional condition of the non-new product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Fully Functional"
                        ],
                        "type": "string",
                        "enum": [
                            "fully_functional",
                            "partly_functional",
                            "unknown"
                        ],
                        "enumNames": [
                            "Fully Functional",
                            "Partly Functional",
                            "Unknown"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "packaging": {
                        "title": "Packaging",
                        "description": "Provide the packaging type of the non-new product",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "OEM Original"
                        ],
                        "type": "string",
                        "enum": [
                            "amazon",
                            "generic",
                            "not_applicable",
                            "oem_original",
                            "oem_pre_owned"
                        ],
                        "enumNames": [
                            "Amazon",
                            "Generic",
                            "Not Applicable",
                            "OEM Original",
                            "OEM Pre-Owned"
                        ]
                    },
                    "source_type": {
                        "title": "Source Type",
                        "description": "Provide the information on how the non-new product was sourced.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Returned Never Used"
                        ],
                        "type": "string",
                        "enum": [
                            "as_is",
                            "cpo",
                            "no_data",
                            "refurbished_amazon",
                            "refurbished_oem",
                            "refurbished_third_party",
                            "returned_never_used",
                            "returned_used"
                        ],
                        "enumNames": [
                            "As Is",
                            "CPO",
                            "No Data",
                            "Refurbished Amazon",
                            "Refurbished OEM",
                            "Refurbished Third Party",
                            "Returned Never Used",
                            "Returned Used"
                        ]
                    }
                },
                "additionalProperties": false
            }
        },
        "handmade_classification": {
            "title": "Handmade Classification",
            "description": "Select the value that best describes how the product was produced",
            "examples": [
                "Hand-Altered"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Handmade Classification",
                        "description": "Select the value that best describes how the product was produced",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Hand-Altered"
                        ],
                        "type": "string",
                        "enum": [
                            "hand_altered",
                            "hand_designed",
                            "handcrafted",
                            "repurposed",
                            "upcycled"
                        ],
                        "enumNames": [
                            "Hand-Altered",
                            "Hand-Designed",
                            "Handcrafted",
                            "Repurposed",
                            "Upcycled"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "product_description": {
            "title": "Product Description",
            "description": "A text string up to 2,000 characters.",
            "examples": [
                "The Samsonite Hyperspace Expandable Carry-On features a protective honeycomb frame and dual spinner wheels. Its security friendly features and fully featured interiors are ready for any journey."
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Product Description",
                        "description": "Provide a text description of the product. This information will appear in paragraph form on the detail page of your product. Include unique product features, product line details, and product specifications. Do not use all caps.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "This summer, boots by Jette made from high quality suede leather are real gems. They visually highlight the craftsmanship and fine leather braid positioned at the top of the shaft"
                        ],
                        "type": "string",
                        "maxUtf8ByteLength": 10000
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "bullet_point": {
            "title": "Product Feature(s)",
            "description": "A text string up to 100 characters.",
            "examples": [
                "Expandable"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 10,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Bullet Point",
                        "description": "Brief descriptive text, called out via a bullet point, regarding a specific aspect of the product. These display directly under or next to your product photo, it is useful to put interesting information in these fields. Do NOT use all caps or abbreviations. Please do NOT use for fabric content, care instructions or country as these are populated in different fields.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Meets most domestic carry-on size requirements"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 700
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "generic_keyword": {
            "title": "Search Keyword(s)",
            "description": "A text string up to 50 characters.",
            "examples": [
                "Backpack"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Generic Keyword",
                        "description": "Provide any terms that may be relevant to customer searches. No repetition, no competitor brand names or ASINs.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Suitcase; Carry-On; Carry On; Cabin Bag; Luggage"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 500,
                        "maxUtf8ByteLength": 2000
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "special_feature": {
            "title": "Special Feature(s)",
            "description": "Select from the list of valid values.",
            "examples": [
                "Expandable"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 14,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Special Features",
                        "description": "Provide any special features an item has that distinguish it from other, comparable products",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Expandable, TSA Lock"
                        ],
                        "type": "string",
                        "maxLength": 500,
                        "maxUtf8ByteLength": 2000,
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "Electrical Hazard",
                                    "Expandable",
                                    "Includes Card Holders",
                                    "Includes Coin Pouch",
                                    "Laptop Compartment",
                                    "Lightweight",
                                    "Phone Holder",
                                    "Photo & ID Holder",
                                    "RFID Blocking",
                                    "Telescoping Handles",
                                    "TSA-Approved",
                                    "Waterproof"
                                ],
                                "enumNames": [
                                    "Electrical Hazard",
                                    "Expandable",
                                    "Includes Card Holders",
                                    "Includes Coin Pouch",
                                    "Laptop Compartment",
                                    "Lightweight",
                                    "Phone Holder",
                                    "Photo & ID Holder",
                                    "RFID Blocking",
                                    "Telescoping Handles",
                                    "TSA-Approved",
                                    "Waterproof"
                                ]
                            }
                        ]
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "style": {
            "title": "Style",
            "description": "Select from the list of valid values.",
            "examples": [
                "Luggage"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Style",
                        "description": "Provide the style of the product. Style refers to the aesthetic choices of a person or a group of people. It describes the distinctive visual representation of a product",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Central Hardside Expandable Luggage with Spinner Wheels"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 100,
                        "maxUtf8ByteLength": 2000
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "department": {
            "title": "Gender",
            "description": "Select from the list of valid values.",
            "examples": [
                "Children"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Department Name",
                        "description": "Provide the gender/age for which this item is intended",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Unisex"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 50,
                        "maxUtf8ByteLength": 2000,
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "Baby Boys",
                                    "Baby Girls",
                                    "Boys",
                                    "Girls",
                                    "Mens",
                                    "Unisex",
                                    "Unisex Baby",
                                    "Unisex Kids",
                                    "Womens"
                                ],
                                "enumNames": [
                                    "Baby Boys",
                                    "Baby Girls",
                                    "Boys",
                                    "Girls",
                                    "Mens",
                                    "Unisex",
                                    "Unisex Baby",
                                    "Unisex Kids",
                                    "Womens"
                                ]
                            }
                        ]
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "material": {
            "title": "Outer Material Type(s)",
            "description": "Select from the list of valid values.",
            "examples": [
                "Canvas"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 10,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Material Type",
                        "description": "Specify the primary materials used for manufacturing the item",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Polycarbonate"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 500,
                        "maxUtf8ByteLength": 2000,
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "ABS",
                                    "Canvas",
                                    "Leather",
                                    "Metal",
                                    "Nylon",
                                    "Plastic",
                                    "Polycarbonate",
                                    "Polyester",
                                    "Polyethylene",
                                    "Polypropylene (PP)",
                                    "Synthetic",
                                    "Vinyl",
                                    "Wood"
                                ],
                                "enumNames": [
                                    "ABS",
                                    "Canvas",
                                    "Leather",
                                    "Metal",
                                    "Nylon",
                                    "Plastic",
                                    "Polycarbonate",
                                    "Polyester",
                                    "Polyethylene",
                                    "Polypropylene (PP)",
                                    "Synthetic",
                                    "Vinyl",
                                    "Wood"
                                ]
                            }
                        ]
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "number_of_items": {
            "title": "Number of Items",
            "description": "A positive integer.",
            "examples": [
                "3.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Number of Items",
                        "description": "Provide the total number of identical items in the selling unit to the customer",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "2"
                        ],
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 999999999999
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "item_package_quantity": {
            "title": "Item Package Quantity",
            "description": "A positive integer.",
            "examples": [
                "3.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Item Package Quantity",
                        "description": "Provide the number of packages sold as part of a single item. An ASIN selling 5 boxes of paperclips with 100 paperclips per box would have item package quantity = '5'",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "1"
                        ],
                        "type": "integer",
                        "minimum": 1,
                        "maximum": 999999999999
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "item_type_name": {
            "title": "Item Type Name",
            "description": "Select from the list or provide a customer-facing one to two-word phrase that describes the type of item the product is.",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Item Type Name",
                        "description": "Select from the list or provide a customer-facing one to two-word phrase that describes the type of item the product is.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Carry-On Luggage"
                        ],
                        "type": "string",
                        "maxLength": 500,
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "Bi-Fold Wallet",
                                    "Billfold",
                                    "Cosmetic Bag",
                                    "Luggage- Carry-On Luggage",
                                    "Luggage- Footlocker",
                                    "Luggage- Garment Bag",
                                    "Luggage- Kids' Luggage",
                                    "Luggage- Luggage Set",
                                    "Luggage- Messenger Bag",
                                    "Luggage- Rolling Garment Bag",
                                    "Luggage- Suitcase",
                                    "Luggage- Trunk",
                                    "Travel Accessory- Cosmetics Case",
                                    "Travel Accessory- Electrical Adapter",
                                    "Travel Accessory- Envelope Card Holder",
                                    "Travel Accessory- Eye Mask",
                                    "Travel Accessory- GPS",
                                    "Travel Accessory- Luggage Cart",
                                    "Travel Accessory- Luggage Lock",
                                    "Travel Accessory- Luggage Scale",
                                    "Travel Accessory- Luggage Strap",
                                    "Travel Accessory- Luggage Tags",
                                    "Travel Accessory- Money Belt",
                                    "Travel Accessory- Neck Stash",
                                    "Travel Accessory- Packing Cube",
                                    "Travel Accessory- Packing Folders",
                                    "Travel Accessory- Packing Organizer",
                                    "Travel Accessory- Passport Case",
                                    "Travel Accessory- Passport Cover",
                                    "Travel Accessory- Passport Wallet",
                                    "Travel Accessory- Power Strip",
                                    "Travel Accessory- Retractable Cable Lock",
                                    "Travel Accessory- Shave Kit",
                                    "Travel Accessory- Shoe Bag",
                                    "Travel Accessory- Stroller Cover",
                                    "Travel Accessory- Suitcase Cover",
                                    "Travel Accessory- Toiletry Kit",
                                    "Travel Accessory- Travel Belt",
                                    "Travel Accessory- Travel Blanket",
                                    "Travel Accessory- Travel Charger",
                                    "Travel Accessory- Travel Container",
                                    "Travel Accessory- Travel Pillow",
                                    "Travel Accessory- Travel Shoe Bags",
                                    "Travel Accessory- Travel Wallet",
                                    "Travel Accessory- Travelers Card Sleeves",
                                    "Travel Accessory- TSA Approved Lock",
                                    "Tri-Fold Wallet"
                                ],
                                "enumNames": [
                                    "Bi-Fold Wallet",
                                    "Billfold",
                                    "Cosmetic Bag",
                                    "Luggage- Carry-On Luggage",
                                    "Luggage- Footlocker",
                                    "Luggage- Garment Bag",
                                    "Luggage- Kids' Luggage",
                                    "Luggage- Luggage Set",
                                    "Luggage- Messenger Bag",
                                    "Luggage- Rolling Garment Bag",
                                    "Luggage- Suitcase",
                                    "Luggage- Trunk",
                                    "Travel Accessory- Cosmetics Case",
                                    "Travel Accessory- Electrical Adapter",
                                    "Travel Accessory- Envelope Card Holder",
                                    "Travel Accessory- Eye Mask",
                                    "Travel Accessory- GPS",
                                    "Travel Accessory- Luggage Cart",
                                    "Travel Accessory- Luggage Lock",
                                    "Travel Accessory- Luggage Scale",
                                    "Travel Accessory- Luggage Strap",
                                    "Travel Accessory- Luggage Tags",
                                    "Travel Accessory- Money Belt",
                                    "Travel Accessory- Neck Stash",
                                    "Travel Accessory- Packing Cube",
                                    "Travel Accessory- Packing Folders",
                                    "Travel Accessory- Packing Organizer",
                                    "Travel Accessory- Passport Case",
                                    "Travel Accessory- Passport Cover",
                                    "Travel Accessory- Passport Wallet",
                                    "Travel Accessory- Power Strip",
                                    "Travel Accessory- Retractable Cable Lock",
                                    "Travel Accessory- Shave Kit",
                                    "Travel Accessory- Shoe Bag",
                                    "Travel Accessory- Stroller Cover",
                                    "Travel Accessory- Suitcase Cover",
                                    "Travel Accessory- Toiletry Kit",
                                    "Travel Accessory- Travel Belt",
                                    "Travel Accessory- Travel Blanket",
                                    "Travel Accessory- Travel Charger",
                                    "Travel Accessory- Travel Container",
                                    "Travel Accessory- Travel Pillow",
                                    "Travel Accessory- Travel Shoe Bags",
                                    "Travel Accessory- Travel Wallet",
                                    "Travel Accessory- Travelers Card Sleeves",
                                    "Travel Accessory- TSA Approved Lock",
                                    "Tri-Fold Wallet"
                                ]
                            }
                        ]
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "number_of_wheels": {
            "title": "Number of Wheels",
            "description": "A positive integer.",
            "examples": [
                "2.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Number of Wheels",
                        "description": "Provide the quantity of wheels present on the item.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "4"
                        ],
                        "type": "integer",
                        "maximum": 10842326,
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "integer",
                                "enum": [
                                    2,
                                    4,
                                    6,
                                    8
                                ],
                                "enumNames": [
                                    "2",
                                    "4",
                                    "6",
                                    "8"
                                ]
                            }
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "wheel": {
            "title": "Wheel",
            "description": "Provide wheel information",
            "examples": [
                "In-Line Skate"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "type": {
                        "title": "Wheel Type",
                        "description": "Provide the type of wheel or wheels the item has",
                        "type": "array",
                        "minItems": 1,
                        "minUniqueItems": 1,
                        "maxUniqueItems": 1,
                        "selectors": [
                            "language_tag"
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "language_tag",
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Wheel Type",
                                    "description": "Provide the type of wheel or wheels the item has",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Inline, Spinner"
                                    ],
                                    "type": "string",
                                    "maxLength": 50,
                                    "anyOf": [
                                        {
                                            "type": "string"
                                        },
                                        {
                                            "type": "string",
                                            "enum": [
                                                "Double Spinner",
                                                "In-Line Skate",
                                                "Spinner"
                                            ],
                                            "enumNames": [
                                                "Double Spinner",
                                                "In-Line Skate",
                                                "Spinner"
                                            ]
                                        }
                                    ]
                                },
                                "language_tag": {
                                    "$ref": "#/$defs/language_tag"
                                }
                            },
                            "additionalProperties": false
                        }
                    }
                },
                "additionalProperties": false
            }
        },
        "color": {
            "title": "Colour",
            "description": "Provide the color of the product",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag"
                ],
                "properties": {
                    "standardized_values": {
                        "title": "Color Map",
                        "description": "Select the most dominant color of the product.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Black"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                            "type": "string",
                            "anyOf": [
                                {
                                    "type": "string"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        "Beige",
                                        "Black",
                                        "Blue",
                                        "Bronze",
                                        "Brown",
                                        "Clear",
                                        "Gold",
                                        "Green",
                                        "Grey",
                                        "Metallic",
                                        "Multicolor",
                                        "Off White",
                                        "Orange",
                                        "Pink",
                                        "Purple",
                                        "Red",
                                        "Silver",
                                        "Turquoise",
                                        "White",
                                        "Yellow"
                                    ],
                                    "enumNames": [
                                        "Beige",
                                        "Black",
                                        "Blue",
                                        "Bronze",
                                        "Brown",
                                        "Clear",
                                        "Gold",
                                        "Green",
                                        "Grey",
                                        "Metallic",
                                        "Multicolor",
                                        "Off White",
                                        "Orange",
                                        "Pink",
                                        "Purple",
                                        "Red",
                                        "Silver",
                                        "Turquoise",
                                        "White",
                                        "Yellow"
                                    ]
                                }
                            ]
                        }
                    },
                    "value": {
                        "title": "Color",
                        "description": "Provide the color of the product",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Jet Black"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 1000
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "size": {
            "title": "Size",
            "description": "An alphanumeric string detailing the size of the product that a customer would select when purchasing.  E.g. Small, Medium, Large.  For items that do not vary by size, simply state “One Size”.",
            "examples": [
                "X-Large"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Size",
                        "description": "Provide the size of the item",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Carry-On 20-Inch"
                        ],
                        "type": "string",
                        "maxLength": 50,
                        "maxUtf8ByteLength": 2000
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "part_number": {
            "title": "Part Number",
            "description": "A text string up to 50 characters.",
            "examples": [
                "AW80D-1AV"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Part Number",
                        "description": "Provide the part number. For many products, this will be identical to the model number however some manufacturers distinguish part number from model number",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "JL00013"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 40,
                        "maxUtf8ByteLength": 40
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "rtip_manufacturer_contact_information": {
            "title": "Manufacturer Contact Information",
            "description": "Provide the contact information (including address, zipcode) for the product's manufacturer",
            "examples": [
                "Manufacturer Name ltd., Street No. 24/4, New Delhi, India - 110011, Contact: +91-801-000-2400, service@manufacturer.com"
            ],
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Manufacturer Contact Information",
                        "description": "Provide the contact information (including address, zipcode) for the product's manufacturer",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Manufacturer Name ltd., Street No. 24/4, New Delhi, India - 110011, Contact: +91-801-000-2400, service@manufacturer.com"
                        ],
                        "type": "string",
                        "maxLength": 2461
                    }
                },
                "additionalProperties": false
            }
        },
        "pattern": {
            "title": "Pattern",
            "description": "Provide the most prominent repeated decorative design of the item",
            "examples": [
                "Floral, Geometric, Polka Dot"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Pattern",
                        "description": "Provide the most prominent repeated decorative design of the item",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Floral, Geometric, Polka Dot"
                        ],
                        "type": "string",
                        "maxLength": 2200,
                        "maxUtf8ByteLength": 2000,
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "Animal Print",
                                    "Argyle",
                                    "Camouflage",
                                    "Checkered",
                                    "Chevron",
                                    "Floral",
                                    "Geometric",
                                    "Herringbone",
                                    "Houndstooth",
                                    "Moiré",
                                    "Paisley",
                                    "Plaid",
                                    "Polka Dot",
                                    "Solid",
                                    "Striped",
                                    "Toile"
                                ],
                                "enumNames": [
                                    "Animal Print",
                                    "Argyle",
                                    "Camouflage",
                                    "Checkered",
                                    "Chevron",
                                    "Floral",
                                    "Geometric",
                                    "Herringbone",
                                    "Houndstooth",
                                    "Moiré",
                                    "Paisley",
                                    "Plaid",
                                    "Polka Dot",
                                    "Solid",
                                    "Striped",
                                    "Toile"
                                ]
                            }
                        ]
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "unit_count": {
            "title": "Unit Count",
            "description": "Specify the number of units and the unit type of the product",
            "examples": [
                "72.0 Ounces"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Unit Count",
                        "description": "For products that are consumed by volume, weight, linear dimension, etc., provide the net quantity that would be shipped to a customer who orders one ASIN (e.g. 12 pack of 6 floz. bottles of water = 72, vs. a single 2 liter bottle = 2). For products consumed as individual units, provide the total number of units (pack of 12 pens = 12). For packed assortments of non-identical items, enter 1",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "72.0"
                        ],
                        "type": "number"
                    },
                    "type": {
                        "title": "Unit Count Type",
                        "description": "For items consumed by volume, weight, linear dimension etc., provide the unit of measure listed on the products. For products consumed as individual units, enter: count",
                        "examples": [
                            "Ounces"
                        ],
                        "type": "object",
                        "required": [
                            "language_tag",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Unit Count Type",
                                "description": "For items consumed by volume, weight, linear dimension etc., provide the unit of measure listed on the products. For products consumed as individual units, enter: count",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "Piece"
                                ],
                                "type": "string",
                                "maxLength": 100,
                                "maxUtf8ByteLength": 20,
                                "anyOf": [
                                    {
                                        "type": "string"
                                    },
                                    {
                                        "type": "string",
                                        "enum": [
                                            "Can",
                                            "Case",
                                            "Count",
                                            "Feet",
                                            "fluid ounce(s)",
                                            "gram(s)",
                                            "inch(es)",
                                            "kilogram(s)",
                                            "liter(s)",
                                            "meter(s)",
                                            "milliliter(s)",
                                            "millimeter(s)",
                                            "Ounce",
                                            "Pack",
                                            "Piece",
                                            "Pint",
                                            "Pouch",
                                            "pound(s)",
                                            "Set",
                                            "Square Feet",
                                            "square meter(s)"
                                        ],
                                        "enumNames": [
                                            "Can",
                                            "Case",
                                            "Count",
                                            "Feet",
                                            "fluid ounce(s)",
                                            "gram(s)",
                                            "inch(es)",
                                            "kilogram(s)",
                                            "liter(s)",
                                            "meter(s)",
                                            "milliliter(s)",
                                            "millimeter(s)",
                                            "Ounce",
                                            "Pack",
                                            "Piece",
                                            "Pint",
                                            "Pouch",
                                            "pound(s)",
                                            "Set",
                                            "Square Feet",
                                            "square meter(s)"
                                        ]
                                    }
                                ]
                            },
                            "language_tag": {
                                "$ref": "#/$defs/language_tag"
                            }
                        },
                        "additionalProperties": false
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "product_site_launch_date": {
            "title": "Launch Date",
            "description": "A date in format YYYY-MM-DD.",
            "examples": [
                "41275.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "value": {
                        "title": "Product Site Launch Date",
                        "description": "Provide the date the product launches and should first be shown on the Amazon website (YYYY-MM-DD format). PSLD does not impact buyability or pre-order logic, it is used to indicate when a product will be visible and searchable on the Amazon website",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "2017-07-20"
                        ],
                        "type": "string",
                        "oneOf": [
                            {
                                "type": "string",
                                "format": "date"
                            },
                            {
                                "type": "string",
                                "format": "date-time"
                            }
                        ]
                    }
                },
                "additionalProperties": false
            }
        },
        "external_product_information": {
            "title": "External Product Information",
            "description": "Store external product information for a given key. For example 6 to 8-digit HSN for India marketplace.",
            "examples": [
                "QUJ85"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "entity",
                "key"
            ],
            "items": {
                "type": "object",
                "required": [
                    "entity",
                    "value"
                ],
                "properties": {
                    "entity": {
                        "title": "External Product Information Entity",
                        "description": "Store external product entity information. \"HSN\" for India marketplace.",
                        "$lifecycle": {
                            "enumDeprecated": [
                                "HSN"
                            ]
                        },
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "HSN Code"
                        ],
                        "type": "string",
                        "enum": [
                            "HSN",
                            "HSN Code"
                        ],
                        "enumNames": [
                            "HSN",
                            "HSN Code"
                        ],
                        "maxUtf8ByteLength": 5000
                    },
                    "key": {
                        "title": "External Product Information Key",
                        "description": "Store external product key information. Can be ignored for HSN in India marketplace.",
                        "editable": false,
                        "hidden": true,
                        "examples": [
                            "sku"
                        ],
                        "type": "string",
                        "maxUtf8ByteLength": 5000
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "value": {
                        "title": "External Product Information",
                        "description": "Store external product information for a given key. For example 6 to 8-digit HSN for India marketplace.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "QUJ85, 610510, 61051010"
                        ],
                        "type": "string",
                        "minLength": 4,
                        "maxLength": 8
                    }
                },
                "additionalProperties": false
            }
        },
        "importer_contact_information": {
            "title": "Importer Contact Information",
            "description": "Provide the contact information (including address, zipcode) of the importer of the product. The Importer is the person who brings the product into a country for sale",
            "examples": [
                "Importer Name ltd., Street No. 24/4, New Delhi, India - 110011, Contact: +91-111-000-2400, service@importer.com"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 10,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Importer Contact Information",
                        "description": "Provide the contact information (including address, zipcode) of the importer of the product. The Importer is the person who brings the product into a country for sale",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Importer Name ltd., Street No. 24/4, New Delhi, India - 110011, Contact: +91-111-000-2400, service@importer.com"
                        ],
                        "type": "string",
                        "maxLength": 2707
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "packer_contact_information": {
            "title": "Packer Contact Information",
            "description": "Provide the contact information (including address, zipcode) for the packer of the product. The packer is the person who does the primary pre-packaging of the product when it is not the manufacturer.",
            "examples": [
                "Packer Name ltd., Street No. 24/4, New Delhi, India - 110011, Contact: +91-221-000-2400, service@packer.com"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 10,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Packer Contact Information",
                        "description": "Provide the contact information (including address, zipcode) for the packer of the product. The packer is the person who does the primary pre-packaging of the product when it is not the manufacturer.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Packer Name ltd., Street No. 24/4, New Delhi, India - 110011, Contact: +91-221-000-2400, service@packer.com"
                        ],
                        "type": "string",
                        "maxLength": 2707
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "parentage_level": {
            "title": "Parentage Level",
            "description": "Specify whether a SKU is a parent or child",
            "examples": [
                "Parent"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Parentage Level",
                        "description": "Specify whether a SKU is a parent or child",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Parent"
                        ],
                        "type": "string",
                        "enum": [
                            "child",
                            "parent"
                        ],
                        "enumNames": [
                            "Child",
                            "Parent"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "child_parent_sku_relationship": {
            "title": "Child Parent Sku Relationship",
            "description": "The attribute indicates the Child Parent Sku Relationship of the product",
            "examples": [
                "Accessory"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "child_relationship_type"
                ],
                "properties": {
                    "child_relationship_type": {
                        "title": "Child Relationship Type",
                        "description": "The relationship that the child has to the parent",
                        "editable": false,
                        "hidden": true,
                        "examples": [
                            "accessory"
                        ],
                        "type": "string",
                        "enum": [
                            "variation"
                        ],
                        "enumNames": [
                            "Variation"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "parent_sku": {
                        "title": "Parent SKU",
                        "description": "The SKU of the parent item",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "ABC123"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 40,
                        "minUtf8ByteLength": 1,
                        "maxUtf8ByteLength": 40
                    }
                },
                "additionalProperties": false
            }
        },
        "variation_theme": {
            "title": "Variation Theme",
            "description": "Specify the variation theme that the product will use. The theme's attributes must be populated for all items in the grouping.",
            "examples": [
                "Size/Color"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
                "type": "object",
                "required": [
                    "name"
                ],
                "properties": {
                    "name": {
                        "title": "Variation Theme Name",
                        "description": "Specify the variation theme that the product will use. The theme's attributes must be populated for all items in the grouping.",
                        "$lifecycle": {
                            "enumDeprecated": [
                                "COLOR_NAME",
                                "COLOR_NAME/MATERIAL_TYPE",
                                "COLOR_NAME/NUMBER_OF_ITEMS",
                                "COLOR_NAME/PATTERN_NAME",
                                "COLOR_NAME/SIZE_NAME",
                                "COLOR_NAME/SIZE_NAME/PATTERN_NAME",
                                "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                                "COLOR_NAME/STYLE_NAME",
                                "ITEM_PACKAGE_QUANTITY",
                                "MATERIAL_TYPE/COLOR_NAME",
                                "PATTERN_NAME",
                                "PATTERN_NAME/COLOR_NAME",
                                "PATTERN_NAME/STYLE_NAME",
                                "SIZE_NAME",
                                "SIZE_NAME/COLOR_NAME",
                                "SIZE_NAME/COLOR_NAME/NUMBER_OF_ITEMS",
                                "SIZE_NAME/COLOR_NAME/PATTERN_NAME",
                                "SIZE_NAME/MATERIAL_TYPE",
                                "SIZE_NAME/STYLE_NAME",
                                "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                                "STYLE_NAME",
                                "STYLE_NAME/COLOR_NAME",
                                "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                                "STYLE_NAME/SIZE_NAME",
                                "STYLE_NAME/SIZE_NAME/COLOR_NAME"
                            ]
                        },
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Color, Color/Style"
                        ],
                        "type": "string",
                        "enum": [
                            "COLOR",
                            "COLOR/MATERIAL",
                            "COLOR/NUMBER_OF_ITEMS",
                            "COLOR/SIZE",
                            "COLOR/STYLE",
                            "COLOR_NAME",
                            "COLOR_NAME/MATERIAL_TYPE",
                            "COLOR_NAME/NUMBER_OF_ITEMS",
                            "COLOR_NAME/PATTERN_NAME",
                            "COLOR_NAME/SIZE_NAME",
                            "COLOR_NAME/SIZE_NAME/PATTERN_NAME",
                            "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                            "COLOR_NAME/STYLE_NAME",
                            "ITEM_PACKAGE_QUANTITY",
                            "ITEM_WEIGHT",
                            "MATERIAL/COLOR",
                            "MATERIAL/SIZE",
                            "MATERIAL/STYLE",
                            "MATERIAL_TYPE",
                            "MATERIAL_TYPE/COLOR_NAME",
                            "MODEL",
                            "MODEL_NUMBER/SIZE",
                            "NUMBER_OF_ITEMS",
                            "NUMBER_OF_ITEMS/STYLE",
                            "PATTERN_NAME",
                            "PATTERN_NAME/COLOR_NAME",
                            "PATTERN_NAME/STYLE_NAME",
                            "SIZE",
                            "SIZE/COLOR",
                            "SIZE/COLOR/NUMBER_OF_ITEMS",
                            "SIZE/MATERIAL",
                            "SIZE/NUMBER_OF_ITEMS",
                            "SIZE/STYLE",
                            "SIZE/STYLE/COLOR",
                            "SIZE_NAME",
                            "SIZE_NAME/COLOR_NAME",
                            "SIZE_NAME/COLOR_NAME/NUMBER_OF_ITEMS",
                            "SIZE_NAME/COLOR_NAME/PATTERN_NAME",
                            "SIZE_NAME/MATERIAL_TYPE",
                            "SIZE_NAME/STYLE_NAME",
                            "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                            "STYLE",
                            "STYLE/COLOR",
                            "STYLE/MATERIAL",
                            "STYLE/SIZE",
                            "STYLE_NAME",
                            "STYLE_NAME/COLOR_NAME",
                            "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                            "STYLE_NAME/SIZE_NAME",
                            "STYLE_NAME/SIZE_NAME/COLOR_NAME"
                        ],
                        "enumNames": [
                            "COLOR",
                            "COLOR/MATERIAL",
                            "COLOR/NUMBER_OF_ITEMS",
                            "COLOR/SIZE",
                            "COLOR/STYLE",
                            "COLOR_NAME",
                            "COLOR_NAME/MATERIAL_TYPE",
                            "COLOR_NAME/NUMBER_OF_ITEMS",
                            "COLOR_NAME/PATTERN_NAME",
                            "COLOR_NAME/SIZE_NAME",
                            "COLOR_NAME/SIZE_NAME/PATTERN_NAME",
                            "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                            "COLOR_NAME/STYLE_NAME",
                            "ITEM_PACKAGE_QUANTITY",
                            "ITEM_WEIGHT",
                            "MATERIAL/COLOR",
                            "MATERIAL/SIZE",
                            "MATERIAL/STYLE",
                            "MATERIAL_TYPE",
                            "MATERIAL_TYPE/COLOR_NAME",
                            "MODEL",
                            "MODEL_NUMBER/SIZE",
                            "NUMBER_OF_ITEMS",
                            "NUMBER_OF_ITEMS/STYLE",
                            "PATTERN_NAME",
                            "PATTERN_NAME/COLOR_NAME",
                            "PATTERN_NAME/STYLE_NAME",
                            "SIZE",
                            "SIZE/COLOR",
                            "SIZE/COLOR/NUMBER_OF_ITEMS",
                            "SIZE/MATERIAL",
                            "SIZE/NUMBER_OF_ITEMS",
                            "SIZE/STYLE",
                            "SIZE/STYLE/COLOR",
                            "SIZE_NAME",
                            "SIZE_NAME/COLOR_NAME",
                            "SIZE_NAME/COLOR_NAME/NUMBER_OF_ITEMS",
                            "SIZE_NAME/COLOR_NAME/PATTERN_NAME",
                            "SIZE_NAME/MATERIAL_TYPE",
                            "SIZE_NAME/STYLE_NAME",
                            "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                            "STYLE",
                            "STYLE/COLOR",
                            "STYLE/MATERIAL",
                            "STYLE/SIZE",
                            "STYLE_NAME",
                            "STYLE_NAME/COLOR_NAME",
                            "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                            "STYLE_NAME/SIZE_NAME",
                            "STYLE_NAME/SIZE_NAME/COLOR_NAME"
                        ]
                    }
                },
                "additionalProperties": false
            }
        },
        "country_of_origin": {
            "title": "Country of Origin",
            "description": "Select from the list of valid values.",
            "examples": [
                "Germany"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Country of Origin",
                        "description": "Select the product's country of origin",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "China"
                        ],
                        "type": "string",
                        "enum": [
                            "AF",
                            "AX",
                            "AL",
                            "DZ",
                            "AS",
                            "AD",
                            "AO",
                            "AI",
                            "AQ",
                            "AG",
                            "AR",
                            "AM",
                            "AW",
                            "AC",
                            "AU",
                            "AT",
                            "AZ",
                            "BH",
                            "BD",
                            "BB",
                            "BY",
                            "BE",
                            "BZ",
                            "BJ",
                            "BM",
                            "BT",
                            "BO",
                            "BQ",
                            "BA",
                            "BW",
                            "BV",
                            "BR",
                            "IO",
                            "VG",
                            "BN",
                            "BG",
                            "BF",
                            "BI",
                            "KH",
                            "CM",
                            "CA",
                            "IC",
                            "CV",
                            "KY",
                            "CF",
                            "TD",
                            "CL",
                            "CN",
                            "CX",
                            "CC",
                            "CO",
                            "KM",
                            "CG",
                            "CK",
                            "CR",
                            "HR",
                            "CU",
                            "CW",
                            "CY",
                            "CZ",
                            "KP",
                            "DK",
                            "DJ",
                            "DM",
                            "DO",
                            "TP",
                            "EC",
                            "EG",
                            "SV",
                            "GQ",
                            "ER",
                            "EE",
                            "ET",
                            "FK",
                            "FO",
                            "FM",
                            "FJ",
                            "FI",
                            "FR",
                            "GF",
                            "PF",
                            "TF",
                            "GA",
                            "GE",
                            "DE",
                            "GH",
                            "GI",
                            "GB",
                            "GR",
                            "GL",
                            "GD",
                            "GP",
                            "GU",
                            "GT",
                            "GG",
                            "GN",
                            "GW",
                            "GY",
                            "HT",
                            "HM",
                            "VA",
                            "HN",
                            "HK",
                            "HU",
                            "IS",
                            "IN",
                            "ID",
                            "IR",
                            "IE",
                            "IQ",
                            "IM",
                            "IL",
                            "IT",
                            "CI",
                            "JM",
                            "JP",
                            "JE",
                            "JO",
                            "KZ",
                            "KE",
                            "KI",
                            "KW",
                            "KG",
                            "LA",
                            "LV",
                            "LB",
                            "LS",
                            "LR",
                            "LY",
                            "LI",
                            "LT",
                            "LU",
                            "MO",
                            "MG",
                            "MW",
                            "MY",
                            "MV",
                            "ML",
                            "MT",
                            "MH",
                            "MQ",
                            "MR",
                            "MU",
                            "YT",
                            "MX",
                            "MC",
                            "MN",
                            "ME",
                            "MS",
                            "MA",
                            "MZ",
                            "MM",
                            "NA",
                            "NR",
                            "NP",
                            "NL",
                            "AN",
                            "NC",
                            "NZ",
                            "NI",
                            "NE",
                            "NG",
                            "NU",
                            "NF",
                            "MP",
                            "NO",
                            "OM",
                            "PK",
                            "PW",
                            "PS",
                            "PA",
                            "PG",
                            "PY",
                            "PE",
                            "PH",
                            "PN",
                            "PL",
                            "PT",
                            "PR",
                            "QA",
                            "KR",
                            "MD",
                            "RE",
                            "RO",
                            "RU",
                            "RW",
                            "BL",
                            "SH",
                            "KN",
                            "LC",
                            "MF",
                            "PM",
                            "VC",
                            "WS",
                            "SM",
                            "ST",
                            "SA",
                            "SN",
                            "RS",
                            "CS",
                            "SC",
                            "SL",
                            "SG",
                            "SX",
                            "SK",
                            "SI",
                            "SB",
                            "SO",
                            "ZA",
                            "GS",
                            "SS",
                            "ES",
                            "LK",
                            "SD",
                            "SR",
                            "SJ",
                            "SZ",
                            "SE",
                            "CH",
                            "SY",
                            "TW",
                            "TJ",
                            "TH",
                            "BS",
                            "CD",
                            "MK",
                            "GM",
                            "TL",
                            "TG",
                            "TK",
                            "TO",
                            "TT",
                            "TA",
                            "TN",
                            "TR",
                            "TM",
                            "TC",
                            "TV",
                            "VI",
                            "UG",
                            "UA",
                            "AE",
                            "UK",
                            "TZ",
                            "US",
                            "UM",
                            "unknown",
                            "UY",
                            "UZ",
                            "VU",
                            "VE",
                            "VN",
                            "WF",
                            "WD",
                            "EH",
                            "WZ",
                            "XB",
                            "XC",
                            "XE",
                            "XK",
                            "XM",
                            "XN",
                            "XY",
                            "YE",
                            "YU",
                            "ZR",
                            "ZM",
                            "ZW"
                        ],
                        "enumNames": [
                            "Afghanistan",
                            "Aland Islands",
                            "Albania",
                            "Algeria",
                            "American Samoa",
                            "Andorra",
                            "Angola",
                            "Anguilla",
                            "Antarctica",
                            "Antigua and Barbuda",
                            "Argentina",
                            "Armenia",
                            "Aruba",
                            "Ascension Island",
                            "Australia",
                            "Austria",
                            "Azerbaijan",
                            "Bahrain",
                            "Bangladesh",
                            "Barbados",
                            "Belarus",
                            "Belgium",
                            "Belize",
                            "Benin",
                            "Bermuda",
                            "Bhutan",
                            "Bolivia",
                            "Bonaire, Saint Eustatius and Saba",
                            "Bosnia and Herzegovina",
                            "Botswana",
                            "Bouvet Island",
                            "Brazil",
                            "British Indian Ocean Territory",
                            "British Virgin Islands",
                            "Brunei Darussalam",
                            "Bulgaria",
                            "Burkina Faso",
                            "Burundi",
                            "Cambodia",
                            "Cameroon",
                            "Canada",
                            "Canary Islands",
                            "Cape Verde",
                            "Cayman Islands",
                            "Central African Republic",
                            "Chad",
                            "Chile",
                            "China",
                            "Christmas Island",
                            "Cocos (Keeling) Islands",
                            "Colombia",
                            "Comoros",
                            "Congo",
                            "Cook Islands",
                            "Costa Rica",
                            "Croatia",
                            "Cuba",
                            "Curaçao",
                            "Cyprus",
                            "Czech Republic",
                            "Democratic People's Republic of Korea",
                            "Denmark",
                            "Djibouti",
                            "Dominica",
                            "Dominican Republic",
                            "East Timor",
                            "Ecuador",
                            "Egypt",
                            "El Salvador",
                            "Equatorial Guinea",
                            "Eritrea",
                            "Estonia",
                            "Ethiopia",
                            "Falkland Islands (Malvinas)",
                            "Faroe Islands",
                            "Federated States of Micronesia",
                            "Fiji",
                            "Finland",
                            "France",
                            "French Guiana",
                            "French Polynesia",
                            "French Southern Territories",
                            "Gabon",
                            "Georgia",
                            "Germany",
                            "Ghana",
                            "Gibraltar",
                            "Great Britain",
                            "Greece",
                            "Greenland",
                            "Grenada",
                            "Guadeloupe",
                            "Guam",
                            "Guatemala",
                            "Guernsey",
                            "Guinea",
                            "Guinea-Bissau",
                            "Guyana",
                            "Haiti",
                            "Heard Island and the McDonald Islands",
                            "Holy See",
                            "Honduras",
                            "Hong Kong",
                            "Hungary",
                            "Iceland",
                            "India",
                            "Indonesia",
                            "Iran",
                            "Ireland",
                            "Islamic Republic of Iraq",
                            "Isle of Man",
                            "Israel",
                            "Italy",
                            "Ivory Coast",
                            "Jamaica",
                            "Japan",
                            "Jersey",
                            "Jordan",
                            "Kazakhstan",
                            "Kenya",
                            "Kiribati",
                            "Kuwait",
                            "Kyrgyzstan",
                            "Lao People's Democratic Republic",
                            "Latvia",
                            "Lebanon",
                            "Lesotho",
                            "Liberia",
                            "Libya",
                            "Liechtenstein",
                            "Lithuania",
                            "Luxembourg",
                            "Macao",
                            "Madagascar",
                            "Malawi",
                            "Malaysia",
                            "Maldives",
                            "Mali",
                            "Malta",
                            "Marshall Islands",
                            "Martinique",
                            "Mauritania",
                            "Mauritius",
                            "Mayotte",
                            "Mexico",
                            "Monaco",
                            "Mongolia",
                            "Montenegro",
                            "Montserrat",
                            "Morocco",
                            "Mozambique",
                            "Myanmar",
                            "Namibia",
                            "Nauru",
                            "Nepal",
                            "Netherlands",
                            "Netherlands Antilles",
                            "New Caledonia",
                            "New Zealand",
                            "Nicaragua",
                            "Niger",
                            "Nigeria",
                            "Niue",
                            "Norfolk Island",
                            "Northern Mariana Islands",
                            "Norway",
                            "Oman",
                            "Pakistan",
                            "Palau",
                            "Palestinian Territories",
                            "Panama",
                            "Papua New Guinea",
                            "Paraguay",
                            "Peru",
                            "Philippines",
                            "Pitcairn",
                            "Poland",
                            "Portugal",
                            "Puerto Rico",
                            "Qatar",
                            "Republic of Korea",
                            "Republic of Moldova",
                            "Reunion",
                            "Romania",
                            "Russian Federation",
                            "Rwanda",
                            "Saint Barthelemy",
                            "Saint Helena, Ascension and Tristan da Cunha",
                            "Saint Kitts and Nevis",
                            "Saint Lucia",
                            "Saint Martin",
                            "Saint Pierre and Miquelon",
                            "Saint Vincent and the Grenadines",
                            "Samoa",
                            "San Marino",
                            "Sao Tome and Principe",
                            "Saudi Arabia",
                            "Senegal",
                            "Serbia",
                            "Serbia and Montenegro",
                            "Seychelles",
                            "Sierra Leone",
                            "Singapore",
                            "Sint Maarten",
                            "Slovakia",
                            "Slovenia",
                            "Solomon Islands",
                            "Somalia",
                            "South Africa",
                            "South Georgia and the South Sandwich Islands",
                            "South Sudan",
                            "Spain",
                            "Sri Lanka",
                            "Sudan",
                            "Suriname",
                            "Svalbard and Jan Mayen",
                            "Swaziland",
                            "Sweden",
                            "Switzerland",
                            "Syria",
                            "Taiwan",
                            "Tajikistan",
                            "Thailand",
                            "The Bahamas",
                            "The Democratic Republic of the Congo",
                            "The Former Yugoslav Republic of Macedonia",
                            "The Gambia",
                            "Timor-Leste",
                            "Togo",
                            "Tokelau",
                            "Tonga",
                            "Trinidad and Tobago",
                            "Tristan da Cunha",
                            "Tunisia",
                            "Turkey",
                            "Turkmenistan",
                            "Turks and Caicos Islands",
                            "Tuvalu",
                            "U.S. Virgin Islands",
                            "Uganda",
                            "Ukraine",
                            "United Arab Emirates",
                            "United Kingdom",
                            "United Republic of Tanzania",
                            "United States",
                            "United States Minor Outlying Islands",
                            "Unknown",
                            "Uruguay",
                            "Uzbekistan",
                            "Vanuatu",
                            "Venezuela",
                            "Vietnam",
                            "Wallis and Futuna",
                            "WD",
                            "Western Sahara",
                            "WZ",
                            "XB",
                            "XC",
                            "XE",
                            "XK",
                            "XM",
                            "XN",
                            "XY",
                            "Yemen",
                            "Yugoslavia",
                            "Zaire",
                            "Zambia",
                            "Zimbabwe"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "batteries_required": {
            "title": "Are Batteries Required",
            "description": "Indicate if batteries are required.",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Are batteries required?",
                        "description": "Select \"yes\" if batteries are required to power the item (or if the item is a battery) or \"no\" if they are not. Please note that an internal rechargeable battery is also considered a battery",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "batteries_included": {
            "title": "Batteries Included?",
            "description": "Select from the list of valid values.",
            "examples": [
                "Yes"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Are batteries included?",
                        "description": "Select \"yes\" if batteries are contained in the product (e.g. batteries inside a pair of Bluetooth headphones) and/or included with the product (e.g. batteries packed separately with a camera), otherwise select \"no\"",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "battery": {
            "title": "Battery",
            "description": "Provide battery information",
            "examples": [
                "Alkaline"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "cell_composition": {
                        "title": "Battery Composition",
                        "description": "Select from the list of valid values.",
                        "examples": [
                            "Lithium"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Battery Cell Composition",
                                    "description": "Select the chemical composition of the battery cell",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "NiMh"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "alkaline",
                                        "aluminum_oxygen",
                                        "lead_acid",
                                        "lead_calcium",
                                        "lead_acid_agm",
                                        "lithium",
                                        "lithium_ion",
                                        "lithium_manganese_dioxide",
                                        "lithium_metal",
                                        "lithium_polymer",
                                        "lithium_air",
                                        "lithium_cobalt",
                                        "lithium_nickel_cobalt_aluminum",
                                        "lithium_nickel_manganese_cobalt",
                                        "lithium_phosphate",
                                        "lithium_thionyl_chloride",
                                        "lithium_titanate",
                                        "manganese",
                                        "mercury_oxide",
                                        "NiCAD",
                                        "nickel_oxyhydroxide",
                                        "nickel_iron",
                                        "nickel_zinc",
                                        "NiMh",
                                        "other_than_listed",
                                        "polymer",
                                        "sealed_lead_acid",
                                        "silver_oxide",
                                        "silver_calcium",
                                        "silver_zinc",
                                        "sodium_ion",
                                        "wet_alkali",
                                        "zinc",
                                        "zinc_carbon",
                                        "zinc_chloride",
                                        "zinc_air"
                                    ],
                                    "enumNames": [
                                        "Alkaline",
                                        "Aluminium Oxygen",
                                        "Lead Acid",
                                        "Lead Calcium",
                                        "Lead-Acid, AGM",
                                        "Lithium",
                                        "Lithium Ion",
                                        "Lithium Manganese Dioxide",
                                        "Lithium Metal",
                                        "Lithium Polymer",
                                        "Lithium-Air",
                                        "Lithium-Cobalt",
                                        "Lithium-Nickel Cobalt Aluminium (NCA)",
                                        "Lithium-Nickel Manganese Cobalt (NMC)",
                                        "Lithium-Phosphate",
                                        "Lithium-Thionyl Chloride (Li-SOCL2)",
                                        "Lithium-Titanate",
                                        "Manganese",
                                        "Mercury Oxide",
                                        "NiCAD",
                                        "Nickel Oxyhydroxide",
                                        "Nickel-Iron",
                                        "Nickel-Zinc",
                                        "NiMH",
                                        "Other Than Listed",
                                        "Polymer",
                                        "Sealed Lead Acid",
                                        "Silver Oxide",
                                        "Silver-Calcium",
                                        "Silver-Zinc",
                                        "Sodium Ion",
                                        "Wet Alkali",
                                        "Zinc",
                                        "Zinc Carbon",
                                        "Zinc Chloride",
                                        "Zinc-Air"
                                    ]
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "cell_composition_other_than_listed": {
                        "title": "Battery Cell Composition Other Than Listed",
                        "description": "Provide the components of the item's battery cell that are not already listed under battery cell composition.",
                        "examples": [
                            "Silver Oxide"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "minUniqueItems": 1,
                        "maxUniqueItems": 1,
                        "selectors": [
                            "language_tag"
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "language_tag",
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Battery Cell Composition Other Than Listed",
                                    "description": "Provide the components of the item's battery cell that are not already listed under battery cell composition.",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Silver Oxide (Ag₂O)"
                                    ],
                                    "type": "string",
                                    "maxLength": 50
                                },
                                "language_tag": {
                                    "$ref": "#/$defs/language_tag"
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "weight": {
                        "title": "Battery Weight",
                        "description": "Provide the total net weight of the batteries included. This is the weight of the standalone batteries not including packaging or the device it may be used in",
                        "examples": [
                            "2.5 Grams"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "unit",
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Battery Weight",
                                    "description": "Provide the total net weight (numeric value) of the batteries included. This is the weight of the standalone batteries not including packaging or the device it may be used in.",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "2.5"
                                    ],
                                    "type": "number",
                                    "minimum": 0,
                                    "maxLength": 5000
                                },
                                "unit": {
                                    "title": "Battery Weight Unit",
                                    "description": "Provide unit for battery weight",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Grams"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "grams",
                                        "kilograms",
                                        "milligrams",
                                        "ounces",
                                        "pounds"
                                    ],
                                    "enumNames": [
                                        "Grams",
                                        "Kilograms",
                                        "Milligrams",
                                        "Ounces",
                                        "Pounds"
                                    ]
                                }
                            },
                            "additionalProperties": false
                        }
                    }
                },
                "additionalProperties": false
            }
        },
        "num_batteries": {
            "title": "Number of Batteries",
            "description": "Provide the quantity and type of batteries needed to power the item.  If batteries are included with the item be sure to account for spare batteries provided",
            "examples": [
                "1 AA, 2 AAA"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "type"
            ],
            "items": {
                "type": "object",
                "required": [
                    "quantity",
                    "type"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "quantity": {
                        "title": "Number of Batteries",
                        "description": "Specify the number of batteries needed to power the item.  If batteries are included with the item be sure to account for spare batteries provided",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "1, 4"
                        ],
                        "type": "integer",
                        "minimum": 0
                    },
                    "type": {
                        "title": "Battery Type",
                        "description": "Provide battery type needed to power the item, including spares if included. Some options may be moved under other attribute eg. IEC code",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "12V"
                        ],
                        "type": "string",
                        "enum": [
                            "12v",
                            "9v",
                            "a",
                            "aa",
                            "aaa",
                            "aaaa",
                            "c",
                            "cr123a",
                            "cr2",
                            "cr2032",
                            "cr2430",
                            "cr5",
                            "d",
                            "lithium_ion",
                            "lithium_metal",
                            "lithium_polymer",
                            "lr41",
                            "lr43",
                            "lr44",
                            "nonstandard_battery",
                            "p76",
                            "product_specific",
                            "unknown"
                        ],
                        "enumNames": [
                            "12V",
                            "9V",
                            "A",
                            "AA",
                            "AAA",
                            "AAAA",
                            "C",
                            "CR123A",
                            "CR2",
                            "CR2032",
                            "CR2430",
                            "CR5",
                            "D",
                            "Lithium Ion",
                            "Lithium Metal",
                            "Lithium Polymer",
                            "LR41",
                            "LR43",
                            "LR44",
                            "Nonstandard Battery",
                            "P76",
                            "Product Specific",
                            "Unknown"
                        ]
                    }
                },
                "additionalProperties": false
            }
        },
        "number_of_lithium_metal_cells": {
            "title": "Number of Lithium Metal Cells",
            "description": "Specify the total number of Lithium Metal cells in the product where the cell isn't contained in an encased battery (e.g. coin cells)",
            "examples": [
                "7"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Number of Lithium Metal Cells",
                        "description": "Specify the total number of Lithium Metal cells in the product where the cell isn't contained in an encased battery (e.g. coin cells)",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "7"
                        ],
                        "type": "integer",
                        "minimum": 0
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "number_of_lithium_ion_cells": {
            "title": "Number of Lithium-ion Cells",
            "description": "Specify the total number of Lithium-ion cells in the product where the cell isn't contained in an encased battery. For example, an AA battery is considered a cell",
            "examples": [
                "7"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Number of Lithium-ion Cells",
                        "description": "Specify the total number of Lithium-ion cells in the product where the cell isn't contained in an encased battery. For example, an AA battery is considered a cell",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "7"
                        ],
                        "type": "integer",
                        "minimum": 1
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "lithium_battery": {
            "title": "Lithium Battery",
            "description": "The attribute indicates the Lithium Battery of the product",
            "examples": [
                "Milligrams"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "energy_content": {
                        "title": "Lithium Battery Energy Content",
                        "description": "Provide the total energy stored in the lithium batteries used to power the item, measured in Watt Hours.",
                        "examples": [
                            "2.6 Watt Hours"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "unit",
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Lithium Battery Energy Content",
                                    "description": "Provide the total energy stored in the lithium batteries used to power the item, measured in Watt Hours.",
                                    "editable": false,
                                    "hidden": false,
                                    "examples": [
                                        "2.6"
                                    ],
                                    "type": "number",
                                    "minimum": 0,
                                    "maxLength": 5000
                                },
                                "unit": {
                                    "title": "Lithium Battery Energy Content Unit",
                                    "description": "Select the corresponding unit",
                                    "editable": false,
                                    "hidden": false,
                                    "examples": [
                                        "Watt Hours"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "btus",
                                        "cubic_feet",
                                        "cubic_meters",
                                        "joules",
                                        "kilowatt_hours",
                                        "milliamp_hours",
                                        "milliampere_hour",
                                        "milliampere_second",
                                        "watt_hours"
                                    ],
                                    "enumNames": [
                                        "British Thermal Units (BTUs)",
                                        "Cubic Feet",
                                        "Cubic Meters",
                                        "Joules",
                                        "Kilowatt Hours",
                                        "Milliamp Hours (mAh)",
                                        "Milliampere Hour (mAh)",
                                        "Milliampere Second (mAs)",
                                        "Watt Hours"
                                    ]
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "packaging": {
                        "title": "Lithium Battery Packaging",
                        "description": "Select “in equipment” if the battery is contained in the item. Select “with equipment” if the battery is packed separately with the device it is meant to power. Select “only” if the product is a battery sold alone or with items it is not meant to power.",
                        "examples": [
                            "Batteries Contained in Equipment, Batteries Only, Batteries Packed with Equipment"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Lithium Battery Packaging",
                                    "description": "Select “in equipment” if the battery is contained in the item. Select “with equipment” if the battery is packed separately with the device it is meant to power. Select “only” if the product is a battery sold alone or with items it is not meant to power.",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Batteries contained in equipment, Batteries packed with equipment, Batteries only"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "batteries_contained_in_equipment",
                                        "batteries_only",
                                        "batteries_packed_with_equipment"
                                    ],
                                    "enumNames": [
                                        "Batteries contained in equipment",
                                        "Batteries only",
                                        "Batteries packed with equipment"
                                    ]
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "weight": {
                        "title": "Lithium Battery Weight",
                        "description": "Provide the weight of lithium contained in the cell or battery",
                        "examples": [
                            "0.5 grams, 0.03 grams"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "unit",
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Lithium Battery Weight",
                                    "description": "Provide the weight of lithium contained in the cell or battery as a numeric value",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "0.5, 0.03"
                                    ],
                                    "type": "number",
                                    "minimum": 0,
                                    "maxLength": 12
                                },
                                "unit": {
                                    "title": "Lithium Battery Weight Unit",
                                    "description": "Select the corresponding weight unit",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Grams"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "grams",
                                        "kilograms",
                                        "milligrams",
                                        "ounces",
                                        "pounds"
                                    ],
                                    "enumNames": [
                                        "Grams",
                                        "Kilograms",
                                        "Milligrams",
                                        "Ounces",
                                        "Pounds"
                                    ]
                                }
                            },
                            "additionalProperties": false
                        }
                    }
                },
                "additionalProperties": false
            }
        },
        "supplier_declared_dg_hz_regulation": {
            "title": "Dangerous Goods Regulations",
            "description": "Provide the regulations that apply to the item if it is classified as a dangerous good, hazardous material, substance, or waste.",
            "examples": [
                "GHS, Storage, Transportation"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1000,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Dangerous Goods Regulations",
                        "description": "Provide the regulations that apply to the item if it is classified as a dangerous good, hazardous material, substance, or waste.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "GHS, Storage, Transportation"
                        ],
                        "type": "string",
                        "enum": [
                            "ghs",
                            "not_applicable",
                            "other",
                            "storage",
                            "transportation",
                            "unknown",
                            "waste"
                        ],
                        "enumNames": [
                            "GHS",
                            "Not Applicable",
                            "Other",
                            "Storage",
                            "Transportation",
                            "Unknown",
                            "Waste"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "ghs": {
            "title": "GHS",
            "description": "Provide the Global Harmonized System (GHS) information",
            "examples": [
                "NGK"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "classification": {
                        "title": "GHS Classification",
                        "description": "Provide the Global Harmonized System (GHS) CLP classification for the product",
                        "examples": [
                            "Class: Explosive, Subcategory: Liquid"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "minUniqueItems": 1,
                        "maxUniqueItems": 9,
                        "selectors": [
                            "class"
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "class"
                            ],
                            "properties": {
                                "class": {
                                    "title": "GHS Class",
                                    "description": "Select the GHS Class of the product from the list of valid values if GHS is selected as the Dangerous Goods Regulation. GHS Class indicates the warning statement assigned by the GHS classification system.",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Explosive"
                                    ],
                                    "type": "string",
                                    "enum": [
                                        "amzn_specific_no_label_with_warning",
                                        "compressed_gas",
                                        "corrosive",
                                        "environmentally_damaging",
                                        "explosive",
                                        "flammable",
                                        "health_hazard",
                                        "irritant",
                                        "oxidizing",
                                        "toxic"
                                    ],
                                    "enumNames": [
                                        "Amazon Specific No Label With Warning",
                                        "Compressed Gas",
                                        "Corrosive",
                                        "Environmentally Damaging",
                                        "Explosive",
                                        "Flammable",
                                        "Health Hazard",
                                        "Irritant",
                                        "Oxidizing",
                                        "Toxic"
                                    ]
                                }
                            },
                            "additionalProperties": false
                        }
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "hazmat": {
            "title": "Hazmat",
            "description": "Provide hazmat information that is relevant to the product based on the aspect selected",
            "examples": [
                "UN1993"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "aspect"
            ],
            "items": {
                "type": "object",
                "required": [
                    "aspect",
                    "value"
                ],
                "properties": {
                    "aspect": {
                        "title": "Hazmat Aspect",
                        "description": "Select the aspect or regulatory body used for the hazardous product information",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "UN Regulatory Id"
                        ],
                        "type": "string",
                        "enum": [
                            "united_nations_regulatory_id"
                        ],
                        "enumNames": [
                            "UN Regulatory Id"
                        ]
                    },
                    "value": {
                        "title": "Hazmat",
                        "description": "Provide hazmat information that is relevant to the product based on the aspect selected",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "UN1993"
                        ],
                        "type": "string",
                        "maxLength": 2197
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "safety_data_sheet_url": {
            "title": "Safety Data Sheet (SDS or MSDS) URL",
            "description": "Provide the SDS/MSDS URL. Required for Hazardous material SDS/MSDS provides information such as physical data (flashpoint, pH, etc.), health concerns, storage, and transportation information for potentially dangerous substances.",
            "examples": [
                "www.safetysheetsRus.com/hazardous_substance/msds.pdf"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Safety Data Sheet (SDS or MSDS) URL",
                        "description": "Provide the web address for the Safety Data Sheet, containing essential safety information for potentially hazardous materials.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "www.safetysheetsRus.com/hazardous_substance/msds.pdf"
                        ],
                        "type": "string",
                        "maxLength": 23397
                    },
                    "language_tag": {
                        "$ref": "#/$defs/language_tag"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "item_weight": {
            "title": "Item Weight",
            "description": "A number with up to 10 digits to the left of the decimal point and 2 digits to the right of the decimal point. Commas are not accepted.",
            "examples": [
                "30.0 Pounds, 1.5 Kilograms"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "unit",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Item Weight",
                        "description": "Provide the item weight numeric value (not including the packaging)",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "30.0, 1.5"
                        ],
                        "type": "number",
                        "minimum": 0,
                        "maximum": 1000000000,
                        "maxLength": 5000
                    },
                    "unit": {
                        "title": "Item Weight Unit",
                        "description": "Provide unit for item weight",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Grams, Kilograms"
                        ],
                        "type": "string",
                        "enum": [
                            "grams",
                            "kilograms",
                            "milligrams",
                            "ounces",
                            "pounds"
                        ],
                        "enumNames": [
                            "Grams",
                            "Kilograms",
                            "Milligrams",
                            "Ounces",
                            "Pounds"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "is_this_product_subject_to_buyer_age_restrictions": {
            "title": "Is This Product Subject To Buyer Age Restrictions",
            "description": "Provide whether the product is subject to buyer age restrictions. These can influence the purchase and/or delivery of the product.",
            "examples": [
                "Yes"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Is This Product Subject To Buyer Age Restrictions",
                        "description": "Provide whether the product is subject to buyer age restrictions. These can influence the purchase and/or delivery of the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "outer": {
            "title": "Outer",
            "description": "Provide the products outer material",
            "examples": [
                "Leather, Carbon Fiber"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "material": {
                        "title": "Outer Material Type",
                        "description": "Specify the type of material used for the outer lining of the product.",
                        "examples": [
                            "leather"
                        ],
                        "type": "array",
                        "minItems": 1,
                        "minUniqueItems": 1,
                        "maxUniqueItems": 5,
                        "selectors": [
                            "language_tag"
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "language_tag",
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "title": "Outer Material",
                                    "description": "Provide the material used to construct the exterior or outer layer of the item.",
                                    "editable": true,
                                    "hidden": false,
                                    "examples": [
                                        "Hardside, Softside"
                                    ],
                                    "type": "string",
                                    "maxLength": 500,
                                    "anyOf": [
                                        {
                                            "type": "string"
                                        },
                                        {
                                            "type": "string",
                                            "enum": [
                                                "Acrylonitrile Butadiene Styrene",
                                                "Aluminium",
                                                "Cotton",
                                                "Cotton Blend",
                                                "Faux Leather",
                                                "Leather",
                                                "Nylon",
                                                "Plastic",
                                                "Polycarbonate",
                                                "Polyester",
                                                "Polypropylene",
                                                "Suede"
                                            ],
                                            "enumNames": [
                                                "Acrylonitrile Butadiene Styrene",
                                                "Aluminium",
                                                "Cotton",
                                                "Cotton Blend",
                                                "Faux Leather",
                                                "Leather",
                                                "Nylon",
                                                "Plastic",
                                                "Polycarbonate",
                                                "Polyester",
                                                "Polypropylene",
                                                "Suede"
                                            ]
                                        }
                                    ]
                                },
                                "language_tag": {
                                    "$ref": "#/$defs/language_tag"
                                }
                            },
                            "additionalProperties": false
                        }
                    }
                },
                "additionalProperties": false
            }
        },
        "regulatory_compliance_certification": {
            "title": "Regulatory Compliance Certification",
            "description": "Provide any regulation that is relevant to the product as well as any required regulatory identications such as certification numbers.",
            "examples": [
                "FDA 510(k) Number,\r\nF2345G234"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 5,
            "selectors": [
                "marketplace_id",
                "regulation_type"
            ],
            "items": {
                "type": "object",
                "required": [
                    "regulation_type",
                    "value"
                ],
                "properties": {
                    "regulation_type": {
                        "title": "Compliance Regulation Type",
                        "description": "Select applicable regulation type",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "CDPR Pest Identification"
                        ],
                        "type": "string",
                        "enum": [
                            "3b_registration_number"
                        ],
                        "enumNames": [
                            "3B Registration Number"
                        ]
                    },
                    "value": {
                        "title": "Regulatory Identification",
                        "description": "Provide the regulatory identification associated with the regulation type.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "1AB1331-121A"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 135
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "dsa_responsible_party_address": {
            "title": "Responsible Person's Email or Electronic Address",
            "description": "Provide the email address or URL for the EU Responsible Person, representing the product in compliance with EU regulations.",
            "examples": [
                "rsp-email@example.com"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Responsible Person's Email or Electronic Address",
                        "description": "Provide the email address or URL for the EU Responsible Person, representing the product in compliance with EU regulations.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "rsp-email@example.com"
                        ],
                        "type": "string",
                        "maxLength": 1000
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "compliance_media": {
            "title": "Compliance Media",
            "description": "Provide information on the product documents you want to display on the product detail page to comply with the General Product Safety Regulation (GPSR). Alternatively, you can upload images under the PS01-PS06 variants in the Image Manager.",
            "examples": [
                "Installation Manual"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "content_type",
                "content_language"
            ],
            "items": {
                "type": "object",
                "required": [
                    "content_language",
                    "content_type",
                    "source_location"
                ],
                "properties": {
                    "content_type": {
                        "title": "Compliance Media Content Type",
                        "description": "Please enter the content type of the compliance document.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Safety Data Sheet"
                        ],
                        "type": "string",
                        "enum": [
                            "application_guide",
                            "certificate_of_analysis",
                            "certificate_of_compliance",
                            "compatibility_guide",
                            "emergency_use_authorization",
                            "emergency_use_authorization_amendment",
                            "installation_manual",
                            "instructions_for_use",
                            "patient_fact_sheet",
                            "provider_fact_sheet",
                            "safety_data_sheet",
                            "safety_information",
                            "specification_sheet",
                            "troubleshooting_guide",
                            "user_guide",
                            "user_manual",
                            "warranty"
                        ],
                        "enumNames": [
                            "Application Guide",
                            "Certificate of Analysis",
                            "Certificate of Compliance",
                            "Compatibility Guide",
                            "Emergency Use Authorization",
                            "Emergency Use Authorization Amendment",
                            "Installation Manual",
                            "Instructions for Use",
                            "Patient Fact Sheet",
                            "Provider Fact Sheet",
                            "Safety Data Sheet",
                            "Safety Information",
                            "Specification Sheet",
                            "Troubleshooting Guide",
                            "User Guide",
                            "User Manual",
                            "Warranty"
                        ]
                    },
                    "content_language": {
                        "title": "Compliance Media Language",
                        "description": "Provide the language used for the content of the compliance media.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "en_US"
                        ],
                        "type": "string",
                        "enum": [
                            "ar_AE",
                            "ar_BH",
                            "ar_DZ",
                            "ar_EG",
                            "ar_IQ",
                            "ar_JO",
                            "ar_KW",
                            "ar_LB",
                            "ar_LY",
                            "ar_MA",
                            "ar_OM",
                            "ar_QA",
                            "ar_SA",
                            "ar_SD",
                            "ar_SY",
                            "ar_TN",
                            "ar_YE",
                            "az_AZ",
                            "be_BY",
                            "bg_BG",
                            "bn_IN",
                            "bs_BA",
                            "ca_AD",
                            "ca_ES",
                            "cs_CZ",
                            "da_DK",
                            "de_AT",
                            "de_CH",
                            "de_DE",
                            "de_LU",
                            "el_CY",
                            "el_GR",
                            "en_AE",
                            "en_AU",
                            "en_CA",
                            "en_GB",
                            "en_IE",
                            "en_IN",
                            "en_MT",
                            "en_NG",
                            "en_NZ",
                            "en_PH",
                            "en_SG",
                            "en_US",
                            "en_ZA",
                            "es_AR",
                            "es_BO",
                            "es_CL",
                            "es_CO",
                            "es_CR",
                            "es_DO",
                            "es_EC",
                            "es_ES",
                            "es_GT",
                            "es_HN",
                            "es_MX",
                            "es_NI",
                            "es_PA",
                            "es_PE",
                            "es_PR",
                            "es_PY",
                            "es_SV",
                            "es_US",
                            "es_UY",
                            "es_VE",
                            "et_EE",
                            "fi_FI",
                            "fil",
                            "fil_PH",
                            "fr_BE",
                            "fr_CA",
                            "fr_CH",
                            "fr_FR",
                            "fr_LU",
                            "ga_IE",
                            "gu_IN",
                            "he_IL",
                            "hi_IN",
                            "hr_HR",
                            "hu_HU",
                            "id_ID",
                            "in_ID",
                            "is_IS",
                            "it_CH",
                            "it_IT",
                            "iw_IL",
                            "ja_JP",
                            "ka_GE",
                            "kn_IN",
                            "ko_KR",
                            "lt_LT",
                            "lv_LV",
                            "mk_MK",
                            "ml_IN",
                            "mr_IN",
                            "ms_MY",
                            "mt_MT",
                            "nb_NO",
                            "nl_BE",
                            "nl_NL",
                            "no_NO",
                            "pl_PL",
                            "pt_BR",
                            "pt_PT",
                            "ro_RO",
                            "ru_RU",
                            "sk_SK",
                            "sl_SI",
                            "sq_AL",
                            "sr_BA",
                            "sr_CS",
                            "sr_ME",
                            "sr_RS",
                            "sv_SE",
                            "ta_IN",
                            "te_IN",
                            "th_TH",
                            "tr_TR",
                            "uk_UA",
                            "vi_VN",
                            "zh_CN",
                            "zh_HK",
                            "zh_SG",
                            "zh_TW"
                        ],
                        "enumNames": [
                            "ar_AE",
                            "ar_BH",
                            "ar_DZ",
                            "ar_EG",
                            "ar_IQ",
                            "ar_JO",
                            "ar_KW",
                            "ar_LB",
                            "ar_LY",
                            "ar_MA",
                            "ar_OM",
                            "ar_QA",
                            "ar_SA",
                            "ar_SD",
                            "ar_SY",
                            "ar_TN",
                            "ar_YE",
                            "az_AZ",
                            "be_BY",
                            "bg_BG",
                            "bn_IN",
                            "bs_BA",
                            "ca_AD",
                            "ca_ES",
                            "cs_CZ",
                            "da_DK",
                            "de_AT",
                            "de_CH",
                            "de_DE",
                            "de_LU",
                            "el_CY",
                            "el_GR",
                            "en_AE",
                            "en_AU",
                            "en_CA",
                            "en_GB",
                            "en_IE",
                            "en_IN",
                            "en_MT",
                            "en_NG",
                            "en_NZ",
                            "en_PH",
                            "en_SG",
                            "en_US",
                            "en_ZA",
                            "es_AR",
                            "es_BO",
                            "es_CL",
                            "es_CO",
                            "es_CR",
                            "es_DO",
                            "es_EC",
                            "es_ES",
                            "es_GT",
                            "es_HN",
                            "es_MX",
                            "es_NI",
                            "es_PA",
                            "es_PE",
                            "es_PR",
                            "es_PY",
                            "es_SV",
                            "es_US",
                            "es_UY",
                            "es_VE",
                            "et_EE",
                            "fi_FI",
                            "fil",
                            "fil_PH",
                            "fr_BE",
                            "fr_CA",
                            "fr_CH",
                            "fr_FR",
                            "fr_LU",
                            "ga_IE",
                            "gu_IN",
                            "he_IL",
                            "hi_IN",
                            "hr_HR",
                            "hu_HU",
                            "id_ID",
                            "in_ID",
                            "is_IS",
                            "it_CH",
                            "it_IT",
                            "iw_IL",
                            "ja_JP",
                            "ka_GE",
                            "kn_IN",
                            "ko_KR",
                            "lt_LT",
                            "lv_LV",
                            "mk_MK",
                            "ml_IN",
                            "mr_IN",
                            "ms_MY",
                            "mt_MT",
                            "nb_NO",
                            "nl_BE",
                            "nl_NL",
                            "no_NO",
                            "pl_PL",
                            "pt_BR",
                            "pt_PT",
                            "ro_RO",
                            "ru_RU",
                            "sk_SK",
                            "sl_SI",
                            "sq_AL",
                            "sr_BA",
                            "sr_CS",
                            "sr_ME",
                            "sr_RS",
                            "sv_SE",
                            "ta_IN",
                            "te_IN",
                            "th_TH",
                            "tr_TR",
                            "uk_UA",
                            "vi_VN",
                            "zh_CN",
                            "zh_HK",
                            "zh_SG",
                            "zh_TW"
                        ]
                    },
                    "source_location": {
                        "title": "Compliance Media Source Location",
                        "description": "Provide the source location of the compliance media.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://example.eg/sds_1.pdf"
                        ],
                        "type": "string"
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "gpsr_safety_attestation": {
            "title": "GPSR Safety Attestation",
            "description": "Check “yes” if your product doesn’t have any warning and safety information, as it can be used safely and as intended without it.",
            "examples": [
                "Yes"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "GPSR Safety Attestation",
                        "description": "Check “yes” if your product doesn’t have any warning and safety information, as it can be used safely and as intended without it.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "gpsr_manufacturer_reference": {
            "title": "GPSR Manufacturer Reference",
            "description": "Provide the email address or URL of the manufacturer to comply with the EU General Product Safety Regulation (GPSR). If you’ve already submitted this manufacturer’s information in the past, make sure you use the same email or URL.",
            "examples": [
                "abc@example.com"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [],
                "properties": {
                    "gpsr_manufacturer_email_address": {
                        "title": "Manufacturer’s Email or Electronic Address",
                        "description": "Provide the email address or URL of the manufacturer to comply with the EU General Product Safety Regulation (GPSR). If you’ve already submitted this manufacturer’s information in the past, make sure you use the same email or URL.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "abc@example.com"
                        ],
                        "type": "string",
                        "maxLength": 100
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "ships_globally": {
            "title": "Ships Globally",
            "description": "Provide whether the item can be shipped globally by Amazon ",
            "examples": [
                "Yes"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Ships Globally",
                        "description": "Provide whether the item can be shipped globally by Amazon ",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Yes"
                        ],
                        "type": "boolean",
                        "enum": [
                            false,
                            true
                        ],
                        "enumNames": [
                            "No",
                            "Yes"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "ghs_chemical_h_code": {
            "title": "GHS Chemical H Code",
            "description": "Provide the GHS chemical hazard codes for the chemical substance/mixture in order to display warnings to customers.",
            "examples": [
                "H200"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 100,
            "selectors": [
                "marketplace_id",
                "value"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "GHS Chemical H Code",
                        "description": "Provide the GHS chemical hazard codes for the chemical substance/mixture in order to display warnings to customers.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "H200"
                        ],
                        "type": "string",
                        "enum": [
                            "EUH014",
                            "EUH018",
                            "EUH019",
                            "EUH029",
                            "EUH031",
                            "EUH032",
                            "EUH044",
                            "EUH066",
                            "EUH070",
                            "EUH071",
                            "EUH201",
                            "EUH201A",
                            "EUH202",
                            "EUH203",
                            "EUH204",
                            "EUH205",
                            "EUH206",
                            "EUH207",
                            "EUH208",
                            "EUH209",
                            "EUH209A",
                            "EUH210",
                            "EUH211",
                            "EUH212",
                            "EUH380",
                            "EUH381",
                            "EUH401",
                            "EUH430",
                            "EUH431",
                            "EUH440",
                            "EUH441",
                            "EUH450",
                            "EUH451",
                            "H200",
                            "H201",
                            "H202",
                            "H203",
                            "H204",
                            "H205",
                            "H220",
                            "H221",
                            "H222",
                            "H223",
                            "H224",
                            "H225",
                            "H226",
                            "H228",
                            "H229",
                            "H230",
                            "H231",
                            "H240",
                            "H241",
                            "H242",
                            "H250",
                            "H251",
                            "H252",
                            "H260",
                            "H261",
                            "H270",
                            "H271",
                            "H272",
                            "H280",
                            "H281",
                            "H290",
                            "H300",
                            "H301",
                            "H302",
                            "H304",
                            "H310",
                            "H311",
                            "H312",
                            "H314",
                            "H315",
                            "H317",
                            "H318",
                            "H319",
                            "H330",
                            "H331",
                            "H332",
                            "H334",
                            "H335",
                            "H336",
                            "H340",
                            "H341",
                            "H350",
                            "H350I",
                            "H351",
                            "H360",
                            "H361",
                            "H362",
                            "H370",
                            "H371",
                            "H372",
                            "H373",
                            "H400",
                            "H410",
                            "H411",
                            "H412",
                            "H413",
                            "H420"
                        ],
                        "enumNames": [
                            "EUH014",
                            "EUH018",
                            "EUH019",
                            "EUH029",
                            "EUH031",
                            "EUH032",
                            "EUH044",
                            "EUH066",
                            "EUH070",
                            "EUH071",
                            "EUH201",
                            "EUH201A",
                            "EUH202",
                            "EUH203",
                            "EUH204",
                            "EUH205",
                            "EUH206",
                            "EUH207",
                            "EUH208",
                            "EUH209",
                            "EUH209A",
                            "EUH210",
                            "EUH211",
                            "EUH212",
                            "EUH380",
                            "EUH381",
                            "EUH401",
                            "EUH430",
                            "EUH431",
                            "EUH440",
                            "EUH441",
                            "EUH450",
                            "EUH451",
                            "H200",
                            "H201",
                            "H202",
                            "H203",
                            "H204",
                            "H205",
                            "H220",
                            "H221",
                            "H222",
                            "H223",
                            "H224",
                            "H225",
                            "H226",
                            "H228",
                            "H229",
                            "H230",
                            "H231",
                            "H240",
                            "H241",
                            "H242",
                            "H250",
                            "H251",
                            "H252",
                            "H260",
                            "H261",
                            "H270",
                            "H271",
                            "H272",
                            "H280",
                            "H281",
                            "H290",
                            "H300",
                            "H301",
                            "H302",
                            "H304",
                            "H310",
                            "H311",
                            "H312",
                            "H314",
                            "H315",
                            "H317",
                            "H318",
                            "H319",
                            "H330",
                            "H331",
                            "H332",
                            "H334",
                            "H335",
                            "H336",
                            "H340",
                            "H341",
                            "H350",
                            "H350I",
                            "H351",
                            "H360",
                            "H361",
                            "H362",
                            "H370",
                            "H371",
                            "H372",
                            "H373",
                            "H400",
                            "H410",
                            "H411",
                            "H412",
                            "H413",
                            "H420"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "main_product_image_locator": {
            "title": "Main Product Image Locator",
            "description": "The attribute indicates the Main Product Image Locator of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Main Image URL",
                        "description": "The URL where the main offer-specific image of the product is located.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.main.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_1": {
            "title": "Other Product Image Locator 1",
            "description": "The attribute indicates the Other Product Image Locator 1 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_2": {
            "title": "Other Product Image Locator 2",
            "description": "The attribute indicates the Other Product Image Locator 2 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_3": {
            "title": "Other Product Image Locator 3",
            "description": "The attribute indicates the Other Product Image Locator 3 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_4": {
            "title": "Other Product Image Locator 4",
            "description": "The attribute indicates the Other Product Image Locator 4 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_5": {
            "title": "Other Product Image Locator 5",
            "description": "The attribute indicates the Other Product Image Locator 5 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_6": {
            "title": "Other Product Image Locator 6",
            "description": "The attribute indicates the Other Product Image Locator 6 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_7": {
            "title": "Other Product Image Locator 7",
            "description": "The attribute indicates the Other Product Image Locator 7 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "other_product_image_locator_8": {
            "title": "Other Product Image Locator 8",
            "description": "The attribute indicates the Other Product Image Locator 8 of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Other Image URL",
                        "description": "The URL for additional images of your product. These images will be shown on the detail page when the customer clicks through to see other views associated with the product.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.other1.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "swatch_product_image_locator": {
            "title": "Swatch Product Image Locator",
            "description": "The attribute indicates the Swatch Product Image Locator of the product",
            "examples": [
                "Feed"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "media_location"
                ],
                "properties": {
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    },
                    "media_location": {
                        "title": "Swatch Image URL",
                        "description": "The URL where an image of a color swatch from the product is located",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "http://www.companyname.com/images/1250.swatch.jpg"
                        ],
                        "type": "string",
                        "format": "uri",
                        "pattern": "^(https?|s3)://"
                    }
                },
                "additionalProperties": false
            }
        },
        "item_dimensions": {
            "title": "Item Dimensions",
            "description": "Provide the item's dimensions",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "height",
                    "length",
                    "width"
                ],
                "properties": {
                    "length": {
                        "title": "Item Length",
                        "description": "Provide the length of the item",
                        "examples": [
                            "10"
                        ],
                        "type": "object",
                        "required": [
                            "unit",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Item Length",
                                "description": "Provide the item length as a numeric value.",
                                "editable": false,
                                "hidden": false,
                                "examples": [
                                    "10"
                                ],
                                "type": "number",
                                "minimum": 0,
                                "maximum": 1000000000
                            },
                            "unit": {
                                "title": "Item Length Unit",
                                "description": "Select the unit of measure for Item Length. If a value is provided for Item Length, you must also enter the corresponding unit.",
                                "editable": false,
                                "hidden": false,
                                "examples": [
                                    "Inches"
                                ],
                                "type": "string",
                                "enum": [
                                    "centimeters",
                                    "feet",
                                    "inches",
                                    "meters",
                                    "millimeters",
                                    "yards"
                                ],
                                "enumNames": [
                                    "Centimetres",
                                    "Feet",
                                    "Inches",
                                    "Metres",
                                    "Millimetres",
                                    "Yards"
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "width": {
                        "title": "Item Width",
                        "description": "Provide the width of the item",
                        "examples": [
                            "2"
                        ],
                        "type": "object",
                        "required": [
                            "unit",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Item Width",
                                "description": "Provide the item width as a numeric value.",
                                "editable": false,
                                "hidden": false,
                                "examples": [
                                    "8"
                                ],
                                "type": "number",
                                "minimum": 0,
                                "maximum": 1000000000
                            },
                            "unit": {
                                "title": "Item Width Unit",
                                "description": "Select the unit of measure for Item Width. If a value is provided for Item Width, you must also enter the corresponding unit.",
                                "editable": false,
                                "hidden": false,
                                "examples": [
                                    "Inches"
                                ],
                                "type": "string",
                                "enum": [
                                    "centimeters",
                                    "feet",
                                    "inches",
                                    "meters",
                                    "millimeters",
                                    "yards"
                                ],
                                "enumNames": [
                                    "Centimetres",
                                    "Feet",
                                    "Inches",
                                    "Metres",
                                    "Millimetres",
                                    "Yards"
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "height": {
                        "title": "Item Height",
                        "description": "Provide the height of the item",
                        "examples": [
                            "2.7 Inches"
                        ],
                        "type": "object",
                        "required": [
                            "unit",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Item Height",
                                "description": "Provide the item height as a numeric value.",
                                "editable": false,
                                "hidden": false,
                                "examples": [
                                    "2"
                                ],
                                "type": "number",
                                "minimum": 0,
                                "maximum": 1000000000
                            },
                            "unit": {
                                "title": "Item Height Unit",
                                "description": "Select the unit of measure for Item Height. If a value is provided for Item Height, you must also enter the corresponding unit.",
                                "editable": false,
                                "hidden": false,
                                "examples": [
                                    "Inches"
                                ],
                                "type": "string",
                                "enum": [
                                    "centimeters",
                                    "feet",
                                    "inches",
                                    "meters",
                                    "millimeters",
                                    "yards"
                                ],
                                "enumNames": [
                                    "Centimetres",
                                    "Feet",
                                    "Inches",
                                    "Metres",
                                    "Millimetres",
                                    "Yards"
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "item_package_dimensions": {
            "title": "Item Package Dimensions",
            "description": "Provide the item's package dimensions",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "height",
                    "length",
                    "width"
                ],
                "properties": {
                    "length": {
                        "title": "Package Length",
                        "description": "Provide the package length",
                        "examples": [
                            "10"
                        ],
                        "type": "object",
                        "required": [
                            "unit",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Item Package Length",
                                "description": "Provide the package length as a numeric value.",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "11"
                                ],
                                "type": "number",
                                "minimum": 0,
                                "maximum": 1000000000
                            },
                            "unit": {
                                "title": "Package Length Unit",
                                "description": "Select the unit of measure for Package Length. If a value is provided for Package Length, you must also enter the corresponding unit.",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "Inches"
                                ],
                                "type": "string",
                                "enum": [
                                    "centimeters",
                                    "feet",
                                    "inches",
                                    "meters",
                                    "millimeters",
                                    "yards"
                                ],
                                "enumNames": [
                                    "Centimetres",
                                    "Feet",
                                    "Inches",
                                    "Metres",
                                    "Millimetres",
                                    "Yards"
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "width": {
                        "title": "Package Width",
                        "description": "Provide the package width",
                        "examples": [
                            "2"
                        ],
                        "type": "object",
                        "required": [
                            "unit",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Item Package Width",
                                "description": "Provide the package width as a numeric value.",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "9"
                                ],
                                "type": "number",
                                "minimum": 0,
                                "maximum": 1000000000
                            },
                            "unit": {
                                "title": "Package Width Unit",
                                "description": "Select the unit of measure for Package Width. If a value is provided for Package Width, you must also enter the corresponding unit.",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "Inches"
                                ],
                                "type": "string",
                                "enum": [
                                    "centimeters",
                                    "feet",
                                    "inches",
                                    "meters",
                                    "millimeters",
                                    "yards"
                                ],
                                "enumNames": [
                                    "Centimetres",
                                    "Feet",
                                    "Inches",
                                    "Metres",
                                    "Millimetres",
                                    "Yards"
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "height": {
                        "title": "Package Height",
                        "description": "Provide the package height",
                        "examples": [
                            "2.7"
                        ],
                        "type": "object",
                        "required": [
                            "unit",
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "title": "Item Package Height",
                                "description": "Provide the package height as a numeric value.",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "3"
                                ],
                                "type": "number",
                                "minimum": 0,
                                "maximum": 1000000000
                            },
                            "unit": {
                                "title": "Package Height Unit",
                                "description": "Select the unit of measure for Package Height. If a value is provided for Package Height, you must also enter the corresponding unit.",
                                "editable": true,
                                "hidden": false,
                                "examples": [
                                    "Inches"
                                ],
                                "type": "string",
                                "enum": [
                                    "centimeters",
                                    "feet",
                                    "inches",
                                    "meters",
                                    "millimeters",
                                    "yards"
                                ],
                                "enumNames": [
                                    "Centimetres",
                                    "Feet",
                                    "Inches",
                                    "Metres",
                                    "Millimetres",
                                    "Yards"
                                ]
                            }
                        },
                        "additionalProperties": false
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        },
        "item_package_weight": {
            "title": "Item Package Weight",
            "description": "A number with up to 10 digits to the left of the decimal point and 2 digits to the right of the decimal point. Commas are not accepted.",
            "examples": [
                "5.0"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "unit",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Package Weight",
                        "description": "This attribute represents the weight of the item plus the packaging. If your item is shipped to the customer in multiple packages, enter the dimensions of the heaviest package",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "6"
                        ],
                        "type": "number",
                        "exclusiveMinimum": 0,
                        "minimum": 0,
                        "maximum": 1000000000
                    },
                    "unit": {
                        "title": "Package Weight Unit",
                        "description": "Select the unit of measure for Package Weight. If a value is provided for Package Weight, you must also enter the corresponding unit.",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "pounds"
                        ],
                        "type": "string",
                        "enum": [
                            "grams",
                            "kilograms",
                            "milligrams",
                            "ounces",
                            "pounds"
                        ],
                        "enumNames": [
                            "Grams",
                            "Kilograms",
                            "Milligrams",
                            "Ounces",
                            "Pounds"
                        ]
                    },
                    "marketplace_id": {
                        "$ref": "#/$defs/marketplace_id"
                    }
                },
                "additionalProperties": false
            }
        }
    },
    "additionalProperties": false,
    "allOf": [
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "merchant_suggested_asin"
                                    ],
                                    "properties": {
                                        "merchant_suggested_asin": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "supplier_declared_has_product_identifier_exemption"
                                ],
                                "properties": {
                                    "supplier_declared_has_product_identifier_exemption": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        false
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "merchant_suggested_asin"
                                    ],
                                    "properties": {
                                        "merchant_suggested_asin": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "supplier_declared_has_product_identifier_exemption"
                                ],
                                "properties": {
                                    "supplier_declared_has_product_identifier_exemption": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        false
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "merchant_suggested_asin"
                                    ],
                                    "properties": {
                                        "merchant_suggested_asin": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "supplier_declared_has_product_identifier_exemption"
                                    ],
                                    "properties": {
                                        "supplier_declared_has_product_identifier_exemption": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "merchant_suggested_asin"
                                    ],
                                    "properties": {
                                        "merchant_suggested_asin": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "supplier_declared_has_product_identifier_exemption"
                                    ],
                                    "properties": {
                                        "supplier_declared_has_product_identifier_exemption": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "externally_assigned_product_identifier"
                ]
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "externally_assigned_product_identifier"
                                    ],
                                    "properties": {
                                        "externally_assigned_product_identifier": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "supplier_declared_has_product_identifier_exemption"
                                ],
                                "properties": {
                                    "supplier_declared_has_product_identifier_exemption": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        false
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "externally_assigned_product_identifier"
                                    ],
                                    "properties": {
                                        "externally_assigned_product_identifier": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "supplier_declared_has_product_identifier_exemption"
                                ],
                                "properties": {
                                    "supplier_declared_has_product_identifier_exemption": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        false
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "externally_assigned_product_identifier"
                                    ],
                                    "properties": {
                                        "externally_assigned_product_identifier": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "supplier_declared_has_product_identifier_exemption"
                                    ],
                                    "properties": {
                                        "supplier_declared_has_product_identifier_exemption": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "externally_assigned_product_identifier"
                                    ],
                                    "properties": {
                                        "externally_assigned_product_identifier": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "supplier_declared_has_product_identifier_exemption"
                                    ],
                                    "properties": {
                                        "supplier_declared_has_product_identifier_exemption": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "merchant_suggested_asin"
                ]
            }
        },
        {
            "allOf": [
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "model_number"
                        ]
                    }
                },
                {
                    "if": {
                        "allOf": [
                            {
                                "required": [
                                    "child_parent_sku_relationship"
                                ],
                                "properties": {
                                    "child_parent_sku_relationship": {
                                        "items": {
                                            "required": [
                                                "parent_sku"
                                            ]
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "variation_theme"
                                ],
                                "properties": {
                                    "variation_theme": {
                                        "contains": {
                                            "required": [
                                                "name"
                                            ],
                                            "properties": {
                                                "name": {
                                                    "enum": [
                                                        "MODEL_NUMBER/SIZE",
                                                        "MODEL"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "model_number"
                        ]
                    }
                }
            ]
        },
        {
            "if": {
                "anyOf": [
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "items": {
                                        "required": [
                                            "value"
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "parent"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "department",
                    "external_product_information",
                    "item_dimensions",
                    "item_type_name",
                    "manufacturer",
                    "model_name",
                    "packer_contact_information",
                    "part_number",
                    "rtip_manufacturer_contact_information",
                    "unit_count"
                ]
            }
        },
        {
            "properties": {
                "fulfillment_availability": {
                    "items": {
                        "if": {
                            "allOf": [
                                {
                                    "required": [
                                        "fulfillment_channel_code"
                                    ],
                                    "properties": {
                                        "fulfillment_channel_code": {
                                            "enum": [
                                                "DEFAULT"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "is_inventory_available"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "required": [
                                "quantity"
                            ]
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "fulfillment_availability": {
                    "items": {
                        "if": {
                            "not": {
                                "allOf": [
                                    {
                                        "required": [
                                            "fulfillment_channel_code"
                                        ],
                                        "properties": {
                                            "fulfillment_channel_code": {
                                                "enum": [
                                                    "DEFAULT"
                                                ]
                                            }
                                        }
                                    },
                                    {
                                        "not": {
                                            "required": [
                                                "is_inventory_available"
                                            ]
                                        }
                                    }
                                ]
                            }
                        },
                        "then": {
                            "not": {
                                "required": [
                                    "quantity"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "fulfillment_availability": {
                    "items": {
                        "if": {
                            "not": {
                                "required": [
                                    "fulfillment_channel_code"
                                ],
                                "properties": {
                                    "fulfillment_channel_code": {
                                        "enum": [
                                            "DEFAULT"
                                        ]
                                    }
                                }
                            }
                        },
                        "then": {
                            "not": {
                                "required": [
                                    "lead_time_to_ship_max_days"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "fulfillment_availability": {
                    "items": {
                        "if": {
                            "not": {
                                "required": [
                                    "fulfillment_channel_code"
                                ],
                                "properties": {
                                    "fulfillment_channel_code": {
                                        "enum": [
                                            "DEFAULT"
                                        ]
                                    }
                                }
                            }
                        },
                        "then": {
                            "not": {
                                "required": [
                                    "restock_date"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "fulfillment_availability": {
                    "items": {
                        "if": {
                            "allOf": [
                                {
                                    "required": [
                                        "fulfillment_channel_code"
                                    ],
                                    "properties": {
                                        "fulfillment_channel_code": {
                                            "enum": [
                                                "DEFAULT"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "quantity"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "required": [
                                "is_inventory_available"
                            ]
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "fulfillment_availability": {
                    "items": {
                        "if": {
                            "not": {
                                "allOf": [
                                    {
                                        "required": [
                                            "fulfillment_channel_code"
                                        ],
                                        "properties": {
                                            "fulfillment_channel_code": {
                                                "enum": [
                                                    "DEFAULT"
                                                ]
                                            }
                                        }
                                    },
                                    {
                                        "not": {
                                            "required": [
                                                "quantity"
                                            ]
                                        }
                                    }
                                ]
                            }
                        },
                        "then": {
                            "not": {
                                "required": [
                                    "is_inventory_available"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "allOf": [
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "parent"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "skip_offer"
                            ],
                            "properties": {
                                "skip_offer": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    true
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "fulfillment_availability"
                ]
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "map_price": {
                                "properties": {
                                    "schedule": {
                                        "if": {
                                            "required": [
                                                "currency"
                                            ],
                                            "properties": {
                                                "currency": {
                                                    "enum": [
                                                        "JPY"
                                                    ]
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "value_with_tax": {
                                                    "multipleOf": 1
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "anyOf": [
                                {
                                    "required": [
                                        "audience"
                                    ],
                                    "properties": {
                                        "audience": {
                                            "enum": [
                                                "ALL"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "audience"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "properties": {
                                "map_price": {
                                    "maxItems": 1
                                }
                            }
                        },
                        "else": {
                            "not": {
                                "required": [
                                    "map_price"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "anyOf": [
                                {
                                    "required": [
                                        "discounted_price"
                                    ],
                                    "properties": {
                                        "discounted_price": {
                                            "items": {
                                                "required": [
                                                    "schedule"
                                                ],
                                                "properties": {
                                                    "schedule": {
                                                        "items": {
                                                            "required": [
                                                                "value_with_tax"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                {
                                    "required": [
                                        "maximum_retail_price"
                                    ],
                                    "properties": {
                                        "maximum_retail_price": {
                                            "items": {
                                                "required": [
                                                    "schedule"
                                                ],
                                                "properties": {
                                                    "schedule": {
                                                        "items": {
                                                            "required": [
                                                                "value_with_tax"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                {
                                    "required": [
                                        "maximum_seller_allowed_price"
                                    ],
                                    "properties": {
                                        "maximum_seller_allowed_price": {
                                            "items": {
                                                "required": [
                                                    "schedule"
                                                ],
                                                "properties": {
                                                    "schedule": {
                                                        "items": {
                                                            "required": [
                                                                "value_with_tax"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                {
                                    "required": [
                                        "map_price"
                                    ],
                                    "properties": {
                                        "map_price": {
                                            "items": {
                                                "required": [
                                                    "schedule"
                                                ],
                                                "properties": {
                                                    "schedule": {
                                                        "items": {
                                                            "required": [
                                                                "value_with_tax"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                {
                                    "required": [
                                        "minimum_seller_allowed_price"
                                    ],
                                    "properties": {
                                        "minimum_seller_allowed_price": {
                                            "items": {
                                                "required": [
                                                    "schedule"
                                                ],
                                                "properties": {
                                                    "schedule": {
                                                        "items": {
                                                            "required": [
                                                                "value_with_tax"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                {
                                    "required": [
                                        "our_price"
                                    ],
                                    "properties": {
                                        "our_price": {
                                            "items": {
                                                "required": [
                                                    "schedule"
                                                ],
                                                "properties": {
                                                    "schedule": {
                                                        "items": {
                                                            "required": [
                                                                "value_with_tax"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            ]
                        },
                        "then": {
                            "required": [
                                "currency"
                            ]
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "our_price": {
                                "properties": {
                                    "schedule": {
                                        "if": {
                                            "required": [
                                                "currency"
                                            ],
                                            "properties": {
                                                "currency": {
                                                    "enum": [
                                                        "JPY"
                                                    ]
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "value_with_tax": {
                                                    "multipleOf": 1
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "required": [
                                "discounted_price"
                            ],
                            "properties": {
                                "discounted_price": {
                                    "items": {
                                        "required": [
                                            "schedule"
                                        ],
                                        "properties": {
                                            "schedule": {
                                                "items": {
                                                    "required": [
                                                        "value_with_tax"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        },
                        "then": {
                            "required": [
                                "our_price"
                            ],
                            "properties": {
                                "our_price": {
                                    "minItems": 1
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "maximum_retail_price": {
                                "properties": {
                                    "schedule": {
                                        "if": {
                                            "required": [
                                                "currency"
                                            ],
                                            "properties": {
                                                "currency": {
                                                    "enum": [
                                                        "JPY"
                                                    ]
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "value_with_tax": {
                                                    "multipleOf": 1
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "purchasable_offer",
                    "skip_offer"
                ],
                "properties": {
                    "skip_offer": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        true
                                    ]
                                }
                            }
                        }
                    },
                    "purchasable_offer": {
                        "items": {
                            "anyOf": [
                                {
                                    "required": [
                                        "audience"
                                    ],
                                    "properties": {
                                        "audience": {
                                            "enum": [
                                                "ALL"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "audience"
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                }
            },
            "then": {
                "properties": {
                    "purchasable_offer": {
                        "items": {
                            "properties": {
                                "maximum_retail_price": {
                                    "maxItems": 1
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "anyOf": [
                                {
                                    "required": [
                                        "audience"
                                    ],
                                    "properties": {
                                        "audience": {
                                            "enum": [
                                                "ALL"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "audience"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "properties": {
                                "automated_pricing_merchandising_rule_plan": {
                                    "maxItems": 1
                                }
                            }
                        },
                        "else": {
                            "not": {
                                "required": [
                                    "automated_pricing_merchandising_rule_plan"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "minimum_seller_allowed_price": {
                                "properties": {
                                    "schedule": {
                                        "if": {
                                            "required": [
                                                "currency"
                                            ],
                                            "properties": {
                                                "currency": {
                                                    "enum": [
                                                        "JPY"
                                                    ]
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "value_with_tax": {
                                                    "multipleOf": 1
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "anyOf": [
                                {
                                    "required": [
                                        "audience"
                                    ],
                                    "properties": {
                                        "audience": {
                                            "enum": [
                                                "ALL"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "audience"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "properties": {
                                "minimum_seller_allowed_price": {
                                    "maxItems": 1
                                }
                            }
                        },
                        "else": {
                            "not": {
                                "required": [
                                    "minimum_seller_allowed_price"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "maximum_seller_allowed_price": {
                                "properties": {
                                    "schedule": {
                                        "if": {
                                            "required": [
                                                "currency"
                                            ],
                                            "properties": {
                                                "currency": {
                                                    "enum": [
                                                        "JPY"
                                                    ]
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "value_with_tax": {
                                                    "multipleOf": 1
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "anyOf": [
                                {
                                    "required": [
                                        "audience"
                                    ],
                                    "properties": {
                                        "audience": {
                                            "enum": [
                                                "ALL"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "audience"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "properties": {
                                "maximum_seller_allowed_price": {
                                    "maxItems": 1
                                }
                            }
                        },
                        "else": {
                            "not": {
                                "required": [
                                    "maximum_seller_allowed_price"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "discounted_price": {
                                "properties": {
                                    "schedule": {
                                        "if": {
                                            "required": [
                                                "currency"
                                            ],
                                            "properties": {
                                                "currency": {
                                                    "enum": [
                                                        "JPY"
                                                    ]
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "value_with_tax": {
                                                    "multipleOf": 1
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "if": {
                            "anyOf": [
                                {
                                    "required": [
                                        "audience"
                                    ],
                                    "properties": {
                                        "audience": {
                                            "enum": [
                                                "ALL"
                                            ]
                                        }
                                    }
                                },
                                {
                                    "not": {
                                        "required": [
                                            "audience"
                                        ]
                                    }
                                }
                            ]
                        },
                        "then": {
                            "properties": {
                                "discounted_price": {
                                    "maxItems": 1
                                }
                            }
                        },
                        "else": {
                            "not": {
                                "required": [
                                    "discounted_price"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "quantity_discount_plan": {
                                "properties": {
                                    "schedule": {
                                        "properties": {
                                            "levels": {
                                                "if": {
                                                    "required": [
                                                        "currency"
                                                    ],
                                                    "properties": {
                                                        "currency": {
                                                            "enum": [
                                                                "JPY"
                                                            ]
                                                        }
                                                    }
                                                },
                                                "then": {
                                                    "properties": {
                                                        "value": {
                                                            "multipleOf": 1
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "purchasable_offer"
                ],
                "properties": {
                    "purchasable_offer": {
                        "contains": {
                            "required": [
                                "quantity_discount_plan"
                            ],
                            "properties": {
                                "quantity_discount_plan": {
                                    "contains": {
                                        "required": [
                                            "schedule"
                                        ],
                                        "properties": {
                                            "schedule": {
                                                "contains": {
                                                    "required": [
                                                        "discount_type"
                                                    ],
                                                    "properties": {
                                                        "discount_type": {
                                                            "enum": [
                                                                "percent"
                                                            ]
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "properties": {
                    "purchasable_offer": {
                        "items": {
                            "properties": {
                                "quantity_discount_plan": {
                                    "properties": {
                                        "schedule": {
                                            "properties": {
                                                "levels": {
                                                    "properties": {
                                                        "value": {
                                                            "maximum": 99
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "variable_weight_based_price": {
                                "if": {
                                    "required": [
                                        "variable_weight_based_price#?"
                                    ],
                                    "properties": {
                                        "variable_weight_based_price#?": {
                                            "contains": {
                                                "required": [
                                                    "pricing_strategy"
                                                ],
                                                "properties": {
                                                    "pricing_strategy": {
                                                        "enum": [
                                                            "produce_by_uom"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "then": {
                                    "required": [
                                        "average_size_measurement"
                                    ]
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "variable_weight_based_price": {
                                "properties": {
                                    "inventory_measurement": {
                                        "if": {
                                            "required": [
                                                "variable_weight_based_price#?"
                                            ],
                                            "properties": {
                                                "variable_weight_based_price#?": {
                                                    "contains": {
                                                        "required": [
                                                            "inventory_measurement"
                                                        ],
                                                        "properties": {
                                                            "inventory_measurement": {
                                                                "contains": {
                                                                    "required": [
                                                                        "type"
                                                                    ],
                                                                    "properties": {
                                                                        "type": {
                                                                            "enum": [
                                                                                "weight"
                                                                            ]
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "unit": {
                                                    "enum": [
                                                        "grams",
                                                        "kilograms",
                                                        "ounces",
                                                        "pounds"
                                                    ]
                                                }
                                            }
                                        },
                                        "else": {
                                            "if": {
                                                "required": [
                                                    "variable_weight_based_price#?"
                                                ],
                                                "properties": {
                                                    "variable_weight_based_price#?": {
                                                        "contains": {
                                                            "required": [
                                                                "inventory_measurement"
                                                            ],
                                                            "properties": {
                                                                "inventory_measurement": {
                                                                    "contains": {
                                                                        "required": [
                                                                            "type"
                                                                        ],
                                                                        "properties": {
                                                                            "type": {
                                                                                "enum": [
                                                                                    "count"
                                                                                ]
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            "then": {
                                                "properties": {
                                                    "unit": {
                                                        "enum": [
                                                            "units"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "purchasable_offer": {
                    "items": {
                        "properties": {
                            "variable_weight_based_price": {
                                "properties": {
                                    "merchant_sale_measurement": {
                                        "if": {
                                            "required": [
                                                "variable_weight_based_price#?"
                                            ],
                                            "properties": {
                                                "variable_weight_based_price#?": {
                                                    "contains": {
                                                        "required": [
                                                            "merchant_sale_measurement"
                                                        ],
                                                        "properties": {
                                                            "merchant_sale_measurement": {
                                                                "contains": {
                                                                    "required": [
                                                                        "type"
                                                                    ],
                                                                    "properties": {
                                                                        "type": {
                                                                            "enum": [
                                                                                "weight"
                                                                            ]
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        },
                                        "then": {
                                            "properties": {
                                                "unit": {
                                                    "enum": [
                                                        "grams",
                                                        "kilograms",
                                                        "ounces",
                                                        "pounds"
                                                    ]
                                                }
                                            }
                                        },
                                        "else": {
                                            "if": {
                                                "required": [
                                                    "variable_weight_based_price#?"
                                                ],
                                                "properties": {
                                                    "variable_weight_based_price#?": {
                                                        "contains": {
                                                            "required": [
                                                                "merchant_sale_measurement"
                                                            ],
                                                            "properties": {
                                                                "merchant_sale_measurement": {
                                                                    "contains": {
                                                                        "required": [
                                                                            "type"
                                                                        ],
                                                                        "properties": {
                                                                            "type": {
                                                                                "enum": [
                                                                                    "count"
                                                                                ]
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            "then": {
                                                "properties": {
                                                    "unit": {
                                                        "enum": [
                                                            "units"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "skip_offer"
                                    ],
                                    "properties": {
                                        "skip_offer": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            true
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "skip_offer"
                                    ],
                                    "properties": {
                                        "skip_offer": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            true
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "condition_type"
                ]
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "required": [
                                    "fulfillment_availability"
                                ],
                                "properties": {
                                    "fulfillment_availability": {
                                        "contains": {
                                            "required": [
                                                "fulfillment_channel_code"
                                            ],
                                            "properties": {
                                                "fulfillment_channel_code": {
                                                    "enum": [
                                                        "DEFAULT"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "skip_offer"
                                    ],
                                    "properties": {
                                        "skip_offer": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            true
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "required": [
                                    "fulfillment_availability"
                                ],
                                "properties": {
                                    "fulfillment_availability": {
                                        "contains": {
                                            "required": [
                                                "fulfillment_channel_code"
                                            ],
                                            "properties": {
                                                "fulfillment_channel_code": {
                                                    "enum": [
                                                        "DEFAULT"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "skip_offer"
                                    ],
                                    "properties": {
                                        "skip_offer": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            true
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "merchant_shipping_group"
                ]
            }
        },
        {
            "allOf": [
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "style"
                        ]
                    }
                },
                {
                    "if": {
                        "allOf": [
                            {
                                "required": [
                                    "child_parent_sku_relationship"
                                ],
                                "properties": {
                                    "child_parent_sku_relationship": {
                                        "items": {
                                            "required": [
                                                "parent_sku"
                                            ]
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "variation_theme"
                                ],
                                "properties": {
                                    "variation_theme": {
                                        "contains": {
                                            "required": [
                                                "name"
                                            ],
                                            "properties": {
                                                "name": {
                                                    "enum": [
                                                        "MATERIAL/STYLE",
                                                        "STYLE/MATERIAL",
                                                        "STYLE",
                                                        "COLOR/STYLE",
                                                        "COLOR_NAME/STYLE_NAME",
                                                        "STYLE_NAME/SIZE_NAME",
                                                        "STYLE_NAME",
                                                        "STYLE_NAME/COLOR_NAME",
                                                        "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                                                        "SIZE/STYLE",
                                                        "PATTERN_NAME/STYLE_NAME",
                                                        "STYLE/SIZE",
                                                        "STYLE/COLOR",
                                                        "NUMBER_OF_ITEMS/STYLE",
                                                        "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                                                        "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                                                        "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                                                        "SIZE_NAME/STYLE_NAME",
                                                        "SIZE/STYLE/COLOR"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "style"
                        ]
                    }
                }
            ]
        },
        {
            "allOf": [
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "material"
                        ]
                    }
                },
                {
                    "if": {
                        "allOf": [
                            {
                                "required": [
                                    "child_parent_sku_relationship"
                                ],
                                "properties": {
                                    "child_parent_sku_relationship": {
                                        "items": {
                                            "required": [
                                                "parent_sku"
                                            ]
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "variation_theme"
                                ],
                                "properties": {
                                    "variation_theme": {
                                        "contains": {
                                            "required": [
                                                "name"
                                            ],
                                            "properties": {
                                                "name": {
                                                    "enum": [
                                                        "COLOR/MATERIAL",
                                                        "MATERIAL/COLOR",
                                                        "MATERIAL/SIZE",
                                                        "MATERIAL/STYLE",
                                                        "SIZE/MATERIAL",
                                                        "STYLE/MATERIAL",
                                                        "MATERIAL_TYPE/COLOR_NAME",
                                                        "COLOR_NAME/MATERIAL_TYPE",
                                                        "MATERIAL_TYPE",
                                                        "SIZE_NAME/MATERIAL_TYPE"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "material"
                        ]
                    }
                },
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "material"
                        ]
                    }
                }
            ]
        },
        {
            "if": {
                "allOf": [
                    {
                        "required": [
                            "child_parent_sku_relationship"
                        ],
                        "properties": {
                            "child_parent_sku_relationship": {
                                "items": {
                                    "required": [
                                        "parent_sku"
                                    ]
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "parent"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    {
                        "required": [
                            "variation_theme"
                        ],
                        "properties": {
                            "variation_theme": {
                                "contains": {
                                    "required": [
                                        "name"
                                    ],
                                    "properties": {
                                        "name": {
                                            "enum": [
                                                "SIZE/COLOR/NUMBER_OF_ITEMS",
                                                "COLOR/NUMBER_OF_ITEMS",
                                                "NUMBER_OF_ITEMS",
                                                "NUMBER_OF_ITEMS/STYLE",
                                                "COLOR_NAME/NUMBER_OF_ITEMS",
                                                "SIZE/NUMBER_OF_ITEMS",
                                                "SIZE_NAME/COLOR_NAME/NUMBER_OF_ITEMS"
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "number_of_items"
                ]
            }
        },
        {
            "if": {
                "allOf": [
                    {
                        "required": [
                            "child_parent_sku_relationship"
                        ],
                        "properties": {
                            "child_parent_sku_relationship": {
                                "items": {
                                    "required": [
                                        "parent_sku"
                                    ]
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "parent"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    {
                        "required": [
                            "variation_theme"
                        ],
                        "properties": {
                            "variation_theme": {
                                "contains": {
                                    "required": [
                                        "name"
                                    ],
                                    "properties": {
                                        "name": {
                                            "enum": [
                                                "ITEM_PACKAGE_QUANTITY"
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "item_package_quantity"
                ]
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "wheel"
                                ],
                                "properties": {
                                    "wheel": {
                                        "contains": {
                                            "required": [
                                                "type"
                                            ],
                                            "properties": {
                                                "type": {
                                                    "contains": {
                                                        "required": [
                                                            "value"
                                                        ],
                                                        "properties": {
                                                            "value": {
                                                                "enum": [
                                                                    "Inline",
                                                                    "Spinner",
                                                                    "En línea",
                                                                    "En ligne",
                                                                    "Rotante",
                                                                    "Bagage à roulettes",
                                                                    "インライン",
                                                                    "スピナー"
                                                                ]
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "wheel"
                                ],
                                "properties": {
                                    "wheel": {
                                        "contains": {
                                            "required": [
                                                "type"
                                            ],
                                            "properties": {
                                                "type": {
                                                    "contains": {
                                                        "required": [
                                                            "value"
                                                        ],
                                                        "properties": {
                                                            "value": {
                                                                "enum": [
                                                                    "Inline",
                                                                    "Spinner",
                                                                    "En línea",
                                                                    "En ligne",
                                                                    "Rotante",
                                                                    "Bagage à roulettes",
                                                                    "インライン",
                                                                    "スピナー"
                                                                ]
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "number_of_wheels"
                ]
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "required": [
                                    "item_type_name"
                                ],
                                "properties": {
                                    "item_type_name": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        "Luggage- Carry-On Luggage",
                                                        "Luggage- Kids' Luggage",
                                                        "Luggage- Luggage Set",
                                                        "Luggage- Suitcase",
                                                        "Bagagli- Bagaglio a mano",
                                                        "Gepäck- Handgepäck",
                                                        "Bagage - Bagage de cabine",
                                                        "Equipaje- Equipaje de mano",
                                                        "",
                                                        "Bagagli- Bagagli per bambini",
                                                        "Bagage - Bagage pour enfant",
                                                        "Equipaje- Equipaje para niños",
                                                        "Gepäck- Kindergepäck",
                                                        "Bagage - Ensemble de bagage",
                                                        "Bagagli- Set di bagagli",
                                                        "Equipaje- Juego de equipaje",
                                                        "Gepäck- Koffer-Set",
                                                        "Bagagli- Valigia",
                                                        "Equipaje- Maletas",
                                                        "Bagage - Valise",
                                                        "Gepäck- Koffer",
                                                        "キャリーケース",
                                                        "キッズキャリーケース",
                                                        "ラゲッジセット",
                                                        "スーツケース",
                                                        "Bagage – resväska",
                                                        "Bagaż — walizka",
                                                        "Bagage – barnbagage",
                                                        "Bagaż — dla dzieci",
                                                        "Bagage – bagagesset",
                                                        "Bagaż — zestaw bagażowy",
                                                        "Bagage – handbagage",
                                                        "Bagaż — bagaż podręczny"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "required": [
                                    "item_type_name"
                                ],
                                "properties": {
                                    "item_type_name": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        "Luggage- Carry-On Luggage",
                                                        "Luggage- Kids' Luggage",
                                                        "Luggage- Luggage Set",
                                                        "Luggage- Suitcase",
                                                        "Bagagli- Bagaglio a mano",
                                                        "Gepäck- Handgepäck",
                                                        "Bagage - Bagage de cabine",
                                                        "Equipaje- Equipaje de mano",
                                                        "",
                                                        "Bagagli- Bagagli per bambini",
                                                        "Bagage - Bagage pour enfant",
                                                        "Equipaje- Equipaje para niños",
                                                        "Gepäck- Kindergepäck",
                                                        "Bagage - Ensemble de bagage",
                                                        "Bagagli- Set di bagagli",
                                                        "Equipaje- Juego de equipaje",
                                                        "Gepäck- Koffer-Set",
                                                        "Bagagli- Valigia",
                                                        "Equipaje- Maletas",
                                                        "Bagage - Valise",
                                                        "Gepäck- Koffer",
                                                        "キャリーケース",
                                                        "キッズキャリーケース",
                                                        "ラゲッジセット",
                                                        "スーツケース",
                                                        "Bagage – resväska",
                                                        "Bagaż — walizka",
                                                        "Bagage – barnbagage",
                                                        "Bagaż — dla dzieci",
                                                        "Bagage – bagagesset",
                                                        "Bagaż — zestaw bagażowy",
                                                        "Bagage – handbagage",
                                                        "Bagaż — bagaż podręczny"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "wheel"
                ],
                "properties": {
                    "wheel": {
                        "items": {
                            "required": [
                                "type"
                            ]
                        }
                    }
                }
            }
        },
        {
            "properties": {
                "color": {
                    "items": {
                        "if": {
                            "not": {
                                "required": [
                                    "value"
                                ]
                            }
                        },
                        "then": {
                            "required": [
                                "standardized_values"
                            ],
                            "properties": {
                                "standardized_values": {
                                    "minItems": 1
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "allOf": [
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "color"
                        ]
                    }
                },
                {
                    "if": {
                        "allOf": [
                            {
                                "required": [
                                    "child_parent_sku_relationship"
                                ],
                                "properties": {
                                    "child_parent_sku_relationship": {
                                        "items": {
                                            "required": [
                                                "parent_sku"
                                            ]
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "variation_theme"
                                ],
                                "properties": {
                                    "variation_theme": {
                                        "contains": {
                                            "required": [
                                                "name"
                                            ],
                                            "properties": {
                                                "name": {
                                                    "enum": [
                                                        "COLOR/MATERIAL",
                                                        "MATERIAL/COLOR",
                                                        "SIZE/COLOR/NUMBER_OF_ITEMS",
                                                        "COLOR_NAME/SIZE_NAME/PATTERN_NAME",
                                                        "COLOR/NUMBER_OF_ITEMS",
                                                        "COLOR/STYLE",
                                                        "COLOR_NAME/STYLE_NAME",
                                                        "SIZE/COLOR",
                                                        "COLOR_NAME",
                                                        "PATTERN_NAME/COLOR_NAME",
                                                        "MATERIAL_TYPE/COLOR_NAME",
                                                        "STYLE_NAME/COLOR_NAME",
                                                        "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                                                        "COLOR_NAME/SIZE_NAME",
                                                        "STYLE/COLOR",
                                                        "SIZE_NAME/COLOR_NAME/PATTERN_NAME",
                                                        "COLOR_NAME/MATERIAL_TYPE",
                                                        "COLOR_NAME/NUMBER_OF_ITEMS",
                                                        "COLOR",
                                                        "COLOR/SIZE",
                                                        "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                                                        "SIZE_NAME/COLOR_NAME",
                                                        "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                                                        "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                                                        "SIZE_NAME/COLOR_NAME/NUMBER_OF_ITEMS",
                                                        "COLOR_NAME/PATTERN_NAME",
                                                        "SIZE/STYLE/COLOR"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "color"
                        ]
                    }
                },
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "color"
                        ]
                    }
                }
            ]
        },
        {
            "if": {
                "allOf": [
                    {
                        "required": [
                            "child_parent_sku_relationship"
                        ],
                        "properties": {
                            "child_parent_sku_relationship": {
                                "items": {
                                    "required": [
                                        "parent_sku"
                                    ]
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "parent"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    {
                        "required": [
                            "variation_theme"
                        ],
                        "properties": {
                            "variation_theme": {
                                "contains": {
                                    "required": [
                                        "name"
                                    ],
                                    "properties": {
                                        "name": {
                                            "enum": [
                                                "MATERIAL/SIZE",
                                                "MODEL_NUMBER/SIZE",
                                                "SIZE/COLOR/NUMBER_OF_ITEMS",
                                                "SIZE/MATERIAL",
                                                "COLOR_NAME/SIZE_NAME/PATTERN_NAME",
                                                "SIZE",
                                                "STYLE_NAME/SIZE_NAME",
                                                "SIZE_NAME",
                                                "SIZE/COLOR",
                                                "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                                                "SIZE/STYLE",
                                                "COLOR_NAME/SIZE_NAME",
                                                "STYLE/SIZE",
                                                "SIZE_NAME/COLOR_NAME/PATTERN_NAME",
                                                "SIZE/NUMBER_OF_ITEMS",
                                                "COLOR/SIZE",
                                                "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                                                "SIZE_NAME/COLOR_NAME",
                                                "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                                                "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                                                "SIZE_NAME/COLOR_NAME/NUMBER_OF_ITEMS",
                                                "SIZE_NAME/STYLE_NAME",
                                                "SIZE_NAME/MATERIAL_TYPE",
                                                "SIZE/STYLE/COLOR"
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "size"
                ]
            }
        },
        {
            "if": {
                "allOf": [
                    {
                        "required": [
                            "child_parent_sku_relationship"
                        ],
                        "properties": {
                            "child_parent_sku_relationship": {
                                "items": {
                                    "required": [
                                        "parent_sku"
                                    ]
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "parentage_level"
                            ],
                            "properties": {
                                "parentage_level": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "parent"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    {
                        "required": [
                            "variation_theme"
                        ],
                        "properties": {
                            "variation_theme": {
                                "contains": {
                                    "required": [
                                        "name"
                                    ],
                                    "properties": {
                                        "name": {
                                            "enum": [
                                                "COLOR_NAME/SIZE_NAME/PATTERN_NAME",
                                                "PATTERN_NAME/COLOR_NAME",
                                                "PATTERN_NAME/STYLE_NAME",
                                                "SIZE_NAME/COLOR_NAME/PATTERN_NAME",
                                                "PATTERN_NAME",
                                                "COLOR_NAME/PATTERN_NAME"
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "pattern"
                ]
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "country_of_origin"
                                    ],
                                    "properties": {
                                        "country_of_origin": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "IN"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "country_of_origin"
                                    ],
                                    "properties": {
                                        "country_of_origin": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "IN"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "importer_contact_information"
                ]
            }
        },
        {
            "if": {
                "not": {
                    "required": [
                        "parentage_level"
                    ],
                    "properties": {
                        "parentage_level": {
                            "contains": {
                                "required": [
                                    "value"
                                ],
                                "properties": {
                                    "value": {
                                        "enum": [
                                            "child"
                                        ]
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "properties": {
                    "child_parent_sku_relationship": {
                        "items": {
                            "not": {
                                "required": [
                                    "parent_sku"
                                ]
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "parentage_level"
                ],
                "properties": {
                    "parentage_level": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        "child"
                                    ]
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "properties": {
                    "child_parent_sku_relationship": {
                        "items": {
                            "required": [
                                "parent_sku"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "parentage_level"
                ],
                "properties": {
                    "parentage_level": {
                        "items": {
                            "required": [
                                "value"
                            ]
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "child_parent_sku_relationship",
                    "variation_theme"
                ]
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "required": [
                            "fulfillment_availability"
                        ],
                        "properties": {
                            "fulfillment_availability": {
                                "contains": {
                                    "required": [
                                        "fulfillment_channel_code"
                                    ],
                                    "properties": {
                                        "fulfillment_channel_code": {
                                            "enum": [
                                                "AMAZON_IN"
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    },
                    {
                        "not": {
                            "required": [
                                "fulfillment_availability"
                            ],
                            "properties": {
                                "fulfillment_availability": {
                                    "items": {
                                        "required": [
                                            "fulfillment_channel_code"
                                        ]
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "then": {
                "required": [
                    "batteries_required"
                ]
            }
        },
        {
            "if": {
                "required": [
                    "batteries_required"
                ],
                "properties": {
                    "batteries_required": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        true
                                    ]
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "batteries_included"
                ]
            }
        },
        {
            "if": {
                "required": [
                    "batteries_included"
                ],
                "properties": {
                    "batteries_included": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        true
                                    ]
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "battery"
                ],
                "properties": {
                    "battery": {
                        "items": {
                            "required": [
                                "cell_composition"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "not": {
                    "required": [
                        "battery"
                    ],
                    "properties": {
                        "battery": {
                            "contains": {
                                "required": [
                                    "cell_composition"
                                ],
                                "properties": {
                                    "cell_composition": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        "other_than_listed"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "properties": {
                    "battery": {
                        "items": {
                            "properties": {
                                "cell_composition_other_than_listed": {
                                    "not": {
                                        "required": [
                                            "value"
                                        ]
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "required": [
                                    "battery"
                                ],
                                "properties": {
                                    "battery": {
                                        "contains": {
                                            "required": [
                                                "cell_composition"
                                            ],
                                            "properties": {
                                                "cell_composition": {
                                                    "contains": {
                                                        "required": [
                                                            "value"
                                                        ],
                                                        "properties": {
                                                            "value": {
                                                                "enum": [
                                                                    "other_than_listed"
                                                                ]
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "required": [
                                    "battery"
                                ],
                                "properties": {
                                    "battery": {
                                        "contains": {
                                            "required": [
                                                "cell_composition"
                                            ],
                                            "properties": {
                                                "cell_composition": {
                                                    "contains": {
                                                        "required": [
                                                            "value"
                                                        ],
                                                        "properties": {
                                                            "value": {
                                                                "enum": [
                                                                    "other_than_listed"
                                                                ]
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "battery"
                ],
                "properties": {
                    "battery": {
                        "items": {
                            "required": [
                                "cell_composition_other_than_listed"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "battery"
                ],
                "properties": {
                    "battery": {
                        "contains": {
                            "required": [
                                "cell_composition"
                            ],
                            "properties": {
                                "cell_composition": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "lithium",
                                                    "lithium_air",
                                                    "lithium_cobalt",
                                                    "lithium_ion",
                                                    "lithium_manganese_dioxide",
                                                    "lithium_metal",
                                                    "lithium_nickel_cobalt_aluminum",
                                                    "lithium_nickel_manganese_cobalt",
                                                    "lithium_phosphate",
                                                    "lithium_polymer",
                                                    "lithium_thionyl_chloride",
                                                    "lithium_titanate",
                                                    "polymer"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "battery",
                    "lithium_battery",
                    "num_batteries"
                ],
                "properties": {
                    "battery": {
                        "items": {
                            "required": [
                                "weight"
                            ]
                        }
                    },
                    "lithium_battery": {
                        "items": {
                            "required": [
                                "packaging"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "battery"
                ],
                "properties": {
                    "battery": {
                        "contains": {
                            "required": [
                                "cell_composition"
                            ],
                            "properties": {
                                "cell_composition": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "lithium",
                                                    "lithium_manganese_dioxide",
                                                    "lithium_metal",
                                                    "lithium_thionyl_chloride"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "lithium_battery",
                    "number_of_lithium_metal_cells"
                ],
                "properties": {
                    "lithium_battery": {
                        "items": {
                            "required": [
                                "weight"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "battery"
                ],
                "properties": {
                    "battery": {
                        "contains": {
                            "required": [
                                "cell_composition"
                            ],
                            "properties": {
                                "cell_composition": {
                                    "contains": {
                                        "required": [
                                            "value"
                                        ],
                                        "properties": {
                                            "value": {
                                                "enum": [
                                                    "lithium",
                                                    "lithium_air",
                                                    "lithium_cobalt",
                                                    "lithium_ion",
                                                    "lithium_nickel_cobalt_aluminum",
                                                    "lithium_nickel_manganese_cobalt",
                                                    "lithium_phosphate",
                                                    "lithium_polymer",
                                                    "lithium_titanate",
                                                    "polymer"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "lithium_battery",
                    "number_of_lithium_ion_cells"
                ],
                "properties": {
                    "lithium_battery": {
                        "items": {
                            "required": [
                                "energy_content"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "supplier_declared_dg_hz_regulation"
                ],
                "properties": {
                    "supplier_declared_dg_hz_regulation": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        "not_applicable"
                                    ]
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "properties": {
                    "supplier_declared_dg_hz_regulation": {
                        "items": {
                            "properties": {
                                "value": {
                                    "not": {
                                        "enum": [
                                            "other",
                                            "storage",
                                            "transportation",
                                            "waste"
                                        ]
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "supplier_declared_dg_hz_regulation"
                ],
                "properties": {
                    "supplier_declared_dg_hz_regulation": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        "ghs"
                                    ]
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "ghs",
                    "safety_data_sheet_url"
                ],
                "properties": {
                    "ghs": {
                        "items": {
                            "required": [
                                "classification"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "required": [
                    "supplier_declared_dg_hz_regulation"
                ],
                "properties": {
                    "supplier_declared_dg_hz_regulation": {
                        "contains": {
                            "required": [
                                "value"
                            ],
                            "properties": {
                                "value": {
                                    "enum": [
                                        "transportation"
                                    ]
                                }
                            }
                        }
                    }
                }
            },
            "then": {
                "required": [
                    "hazmat"
                ],
                "properties": {
                    "hazmat": {
                        "contains": {
                            "required": [
                                "aspect"
                            ],
                            "properties": {
                                "aspect": {
                                    "enum": [
                                        "united_nations_regulatory_id"
                                    ]
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "allOf": [
                {
                    "if": {
                        "anyOf": [
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "item_weight"
                        ]
                    }
                },
                {
                    "if": {
                        "allOf": [
                            {
                                "required": [
                                    "child_parent_sku_relationship"
                                ],
                                "properties": {
                                    "child_parent_sku_relationship": {
                                        "items": {
                                            "required": [
                                                "parent_sku"
                                            ]
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "required": [
                                    "variation_theme"
                                ],
                                "properties": {
                                    "variation_theme": {
                                        "contains": {
                                            "required": [
                                                "name"
                                            ],
                                            "properties": {
                                                "name": {
                                                    "enum": [
                                                        "ITEM_WEIGHT"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    "then": {
                        "required": [
                            "item_weight"
                        ]
                    }
                }
            ]
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "required": [
                                    "item_type_name"
                                ],
                                "properties": {
                                    "item_type_name": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        "Luggage- Carry-On Luggage",
                                                        "Luggage- Garment Bag",
                                                        "Luggage- Kids' Luggage",
                                                        "Luggage- Luggage Set",
                                                        "Luggage- Rolling Garment Bag",
                                                        "Luggage- Suitcase",
                                                        "Bagagli- Bagaglio a mano",
                                                        "Gepäck- Handgepäck",
                                                        "Bagage - Bagage de cabine",
                                                        "Equipaje- Equipaje de mano",
                                                        "Equipaje- Bolsa para prendas",
                                                        "Bagage - Sac de vêtements",
                                                        "Bagagli- Borsa porta abiti",
                                                        "Gepäck- Kleidersack",
                                                        "Bagagli- Bagagli per bambini",
                                                        "Bagage - Bagage pour enfant",
                                                        "Equipaje- Equipaje para niños",
                                                        "Gepäck- Kindergepäck",
                                                        "Bagage - Ensemble de bagage",
                                                        "Bagagli- Set di bagagli",
                                                        "Equipaje- Juego de equipaje",
                                                        "Gepäck- Koffer-Set",
                                                        "Bagage - Sac de vêtements de roulement",
                                                        "Equipaje- Bolsa para prendas con ruedas",
                                                        "Gepäck- Kleidersack mit Rollen",
                                                        "Bagagli- Borsa porta abiti con le ruote",
                                                        "Bagagli- Valigia",
                                                        "Equipaje- Maletas",
                                                        "Bagage - Valise",
                                                        "Gepäck- Koffer",
                                                        "キャリーケース",
                                                        "ガーメントバッグ",
                                                        "キッズキャリーケース",
                                                        "ラゲッジセット",
                                                        "ローリングガーメントバッグ",
                                                        "スーツケース",
                                                        "Bagage – resväska",
                                                        "Bagaż — walizka",
                                                        "Bagage – rullande plaggväska",
                                                        "Bagaż — zwijana torba na ubrania",
                                                        "Bagage – klädväska",
                                                        "Bagaż — worek na ubrania",
                                                        "Bagage – barnbagage",
                                                        "Bagaż — dla dzieci",
                                                        "Bagage – bagagesset",
                                                        "Bagaż — zestaw bagażowy",
                                                        "Bagage – handbagage",
                                                        "Bagaż — bagaż podręczny"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "required": [
                                    "item_type_name"
                                ],
                                "properties": {
                                    "item_type_name": {
                                        "contains": {
                                            "required": [
                                                "value"
                                            ],
                                            "properties": {
                                                "value": {
                                                    "enum": [
                                                        "Luggage- Carry-On Luggage",
                                                        "Luggage- Garment Bag",
                                                        "Luggage- Kids' Luggage",
                                                        "Luggage- Luggage Set",
                                                        "Luggage- Rolling Garment Bag",
                                                        "Luggage- Suitcase",
                                                        "Bagagli- Bagaglio a mano",
                                                        "Gepäck- Handgepäck",
                                                        "Bagage - Bagage de cabine",
                                                        "Equipaje- Equipaje de mano",
                                                        "Equipaje- Bolsa para prendas",
                                                        "Bagage - Sac de vêtements",
                                                        "Bagagli- Borsa porta abiti",
                                                        "Gepäck- Kleidersack",
                                                        "Bagagli- Bagagli per bambini",
                                                        "Bagage - Bagage pour enfant",
                                                        "Equipaje- Equipaje para niños",
                                                        "Gepäck- Kindergepäck",
                                                        "Bagage - Ensemble de bagage",
                                                        "Bagagli- Set di bagagli",
                                                        "Equipaje- Juego de equipaje",
                                                        "Gepäck- Koffer-Set",
                                                        "Bagage - Sac de vêtements de roulement",
                                                        "Equipaje- Bolsa para prendas con ruedas",
                                                        "Gepäck- Kleidersack mit Rollen",
                                                        "Bagagli- Borsa porta abiti con le ruote",
                                                        "Bagagli- Valigia",
                                                        "Equipaje- Maletas",
                                                        "Bagage - Valise",
                                                        "Gepäck- Koffer",
                                                        "キャリーケース",
                                                        "ガーメントバッグ",
                                                        "キッズキャリーケース",
                                                        "ラゲッジセット",
                                                        "ローリングガーメントバッグ",
                                                        "スーツケース",
                                                        "Bagage – resväska",
                                                        "Bagaż — walizka",
                                                        "Bagage – rullande plaggväska",
                                                        "Bagaż — zwijana torba na ubrania",
                                                        "Bagage – klädväska",
                                                        "Bagaż — worek na ubrania",
                                                        "Bagage – barnbagage",
                                                        "Bagaż — dla dzieci",
                                                        "Bagage – bagagesset",
                                                        "Bagaż — zestaw bagażowy",
                                                        "Bagage – handbagage",
                                                        "Bagaż — bagaż podręczny"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "outer"
                ],
                "properties": {
                    "outer": {
                        "items": {
                            "required": [
                                "material"
                            ]
                        }
                    }
                }
            }
        },
        {
            "if": {
                "anyOf": [
                    {
                        "allOf": [
                            {
                                "required": [
                                    "fulfillment_availability"
                                ],
                                "properties": {
                                    "fulfillment_availability": {
                                        "contains": {
                                            "required": [
                                                "fulfillment_channel_code"
                                            ],
                                            "properties": {
                                                "fulfillment_channel_code": {
                                                    "enum": [
                                                        "AMAZON_IN"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "required": [
                                    "fulfillment_availability"
                                ],
                                "properties": {
                                    "fulfillment_availability": {
                                        "contains": {
                                            "required": [
                                                "fulfillment_channel_code"
                                            ],
                                            "properties": {
                                                "fulfillment_channel_code": {
                                                    "enum": [
                                                        "AMAZON_IN"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "fulfillment_availability"
                                    ],
                                    "properties": {
                                        "fulfillment_availability": {
                                            "items": {
                                                "required": [
                                                    "fulfillment_channel_code"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "items": {
                                                "required": [
                                                    "value"
                                                ]
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "allOf": [
                            {
                                "not": {
                                    "required": [
                                        "fulfillment_availability"
                                    ],
                                    "properties": {
                                        "fulfillment_availability": {
                                            "items": {
                                                "required": [
                                                    "fulfillment_channel_code"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            {
                                "not": {
                                    "required": [
                                        "parentage_level"
                                    ],
                                    "properties": {
                                        "parentage_level": {
                                            "contains": {
                                                "required": [
                                                    "value"
                                                ],
                                                "properties": {
                                                    "value": {
                                                        "enum": [
                                                            "parent"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                    }
                ]
            },
            "then": {
                "required": [
                    "item_package_dimensions",
                    "item_package_weight"
                ]
            }
        }
    ]
}
