{
  "$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/TELEVISION",
  "$comment": "Amazon product type definition for TELEVISION 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": [
              "Sony QuietComfort Noise Cancelling Wireless Headphones"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 200
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "brand": {
      "title": "Brand Name",
      "description": "The brand name of the product. This may be different from the name of the manufacturer of the product",
      "examples": [
        "Compaq"
      ],
      "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": [
              "Sony"
            ],
            "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": [
              "B007KQBXN0"
            ],
            "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",
      "description": "The browse node the item should be assigned to. Please consult the Browse Tree Guide for more information and to find the best node for your product. It is very important that you categorise your product correctly; if you don't provide a node, or if you provide an incorrect node, customers may not be able to find your product easily",
      "examples": [
        "123456.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1000,
      "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": false,
            "hidden": false,
            "examples": [
              "Diet Bars"
            ],
            "type": "string",
            "maxLength": 15
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "model_number": {
      "title": "Model Number",
      "description": "The model number of the product, as assigned by the manufacturer. Note that this should be distinct from Model Name and Manufacturer Part Number",
      "examples": [
        "AK3-AT1-GL-M-X, MC700LL/A"
      ],
      "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": [
              "RXZER23"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 40,
            "maxUtf8ByteLength": 40,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "22LB4510",
                  "22LJ4540",
                  "22LN4500",
                  "22LN4510",
                  "22PFH4000/88",
                  "22PFK4000/12",
                  "22PFS4232/12",
                  "22PFS5303/12",
                  "22PFS5403/12",
                  "22PFT4232/12",
                  "22PFT5303/12",
                  "24HA10T3",
                  "24HC3023",
                  "24HE2100",
                  "24HN10T2",
                  "24HN10T3",
                  "24LB4510",
                  "24LB451B",
                  "24LF452B",
                  "24LF454B",
                  "24LH4830-PU",
                  "24LJ4540",
                  "24LJ4540-WU",
                  "24LM530S-PU",
                  "24LN4510",
                  "24MT48DF-PZ",
                  "24PFL3603/F7",
                  "24PFS4032/12",
                  "24PFS5303/12",
                  "24PFS5505/12",
                  "24PFS5603/12",
                  "24PFS6805/12",
                  "24PFT4022/12",
                  "24PFT5303/12",
                  "24PHH4000/88",
                  "24PHK5210/12",
                  "24PHS4022/12",
                  "24PHS4304/12",
                  "24PHS4354/12",
                  "24PHS5537/12",
                  "24TL520S",
                  "24TQ510S-PZ",
                  "24WK3C63DB",
                  "24WK3C64DB",
                  "26LN4500",
                  "27LQ615S-PU",
                  "28D2700",
                  "28LJ430B-PU",
                  "28LN4500",
                  "28S305",
                  "28TK410V",
                  "28TL510S-PZ",
                  "29LB4510",
                  "29LN4510",
                  "32A4BG",
                  "32A4DG",
                  "32A4EG",
                  "32A4EGTUK",
                  "32A4FG",
                  "32A4H",
                  "32A5600F",
                  "32A5KQ",
                  "32CB2E",
                  "32D100",
                  "32D2700",
                  "32D3763DA",
                  "32DS520",
                  "32E4KT",
                  "32E635BHS",
                  "32F510B",
                  "32FE2E",
                  "32FG6EA",
                  "32H4030F3",
                  "32H4F",
                  "32H4G",
                  "32H5500F",
                  "32H5590F",
                  "32HA20V3",
                  "32HA2S13",
                  "32HAE4250",
                  "32HAE4350",
                  "32HC2003",
                  "32HC4043",
                  "32HE1005",
                  "32HE2100",
                  "32HE2200",
                  "32HE4100",
                  "32HE4300",
                  "32HFL2889S/12",
                  "32HFL5014/12",
                  "32L3733DG",
                  "32L3753DB",
                  "32LB520B",
                  "32LB5600",
                  "32LB560B",
                  "32LB5800",
                  "32LF561V",
                  "32LF595B",
                  "32LH500B",
                  "32LH530V",
                  "32LH550B",
                  "32LH570U",
                  "32LH604V",
                  "32LJ500B",
                  "32LJ510U",
                  "32LJ550B",
                  "32LJ550M",
                  "32LJ610V",
                  "32LK500BPLA",
                  "32LK510BPLD",
                  "32LK540BPUA",
                  "32LK6100PLB",
                  "32LK610B",
                  "32LK610BPUA",
                  "32LL3A63DG",
                  "32LM500BPUA",
                  "32LM570BPUA",
                  "32LM6300PLA",
                  "32LM630BPLA",
                  "32LM637BPLA",
                  "32LN520B",
                  "32LN5300",
                  "32LN530B",
                  "32LN5310",
                  "32LN5700",
                  "32LQ63006LA",
                  "32LQ63806LC",
                  "32M325BH",
                  "32MTB2000",
                  "32MTC6000",
                  "32PFH4100/88",
                  "32PFH5300/88",
                  "32PFH5501/88",
                  "32PFK4100/12",
                  "32PFK4101/12",
                  "32PFK5300/12",
                  "32PFK5500/12",
                  "32PFK6500/12",
                  "32PFL4664/F7",
                  "32PFL5505/F7",
                  "32PFS4131/12",
                  "32PFS4132/12",
                  "32PFS5362/12",
                  "32PFS5603/12",
                  "32PFS5803/12",
                  "32PFS5823/12",
                  "32PFS6402/12",
                  "32PFS6805/12",
                  "32PFS6905/12",
                  "32PFS6906/12",
                  "32PFS6908/12",
                  "32PFT4132/12",
                  "32PFT5603/12",
                  "32PFT6500/12",
                  "32PHH4100/88",
                  "32PHK4100/12",
                  "32PHS4012/12",
                  "32PHS4032/12",
                  "32PHS4131/12",
                  "32PHS4503/12",
                  "32PHS5301/12",
                  "32PHS5505/12",
                  "32PHS5507/12",
                  "32PHS5525/12",
                  "32PHS5527/12",
                  "32PHS6605/12",
                  "32PHS6808/12",
                  "32PHT4001/05",
                  "32PHT4032/12",
                  "32PHT4203/12",
                  "32PHT5505/05",
                  "32S21",
                  "32S305",
                  "32S325",
                  "32S327",
                  "32S331",
                  "32S334",
                  "32S335",
                  "32S350R",
                  "32S355",
                  "32S356",
                  "32S357",
                  "32S359",
                  "32S3750",
                  "32S3800",
                  "32S5400",
                  "32SF540",
                  "32V35KU",
                  "32W1633DB",
                  "32W1863DG",
                  "32W2863DG",
                  "32W3963DG",
                  "32WK3C64DB",
                  "32WL3A63DG",
                  "32WV2353DB",
                  "32WV3E63DG",
                  "39HE2200",
                  "39HE4005",
                  "39L2863DG",
                  "39L3769DA",
                  "39LB5600",
                  "39LB650V",
                  "39LN5300",
                  "39LN5700",
                  "39PHS6707/12",
                  "40A45H",
                  "40A4FG",
                  "40A4GV",
                  "40A4H",
                  "40A4K",
                  "40A5KQ",
                  "40BL3EA",
                  "40BL5EA",
                  "40BN3EA",
                  "40BN5EA",
                  "40D100",
                  "40E4KT",
                  "40FA20V3",
                  "40FB4003",
                  "40FD2700",
                  "40FG6EA",
                  "40FI6EA",
                  "40FS3750",
                  "40FS3850",
                  "40H4030F1",
                  "40H4F",
                  "40H5500F",
                  "40L2863DG",
                  "40LF6300",
                  "40PFH5300/88",
                  "40PFK4100/12",
                  "40PFK5300/12",
                  "40PFK5500/12",
                  "40PFK6510/12",
                  "40PFT4200/12",
                  "40PFT5501/12",
                  "40PUK6400/12",
                  "40S305",
                  "40S325",
                  "40S334",
                  "40S350R",
                  "40S355",
                  "40S5200",
                  "40S5401A",
                  "40S615",
                  "40SF540",
                  "40UB8000",
                  "42GA6400",
                  "42LA6200",
                  "42LB5600",
                  "42LB5800",
                  "42LB6300",
                  "42LF5800",
                  "42LN5200",
                  "42LN5300",
                  "42LN5400",
                  "42LN5700",
                  "42MTC6000",
                  "42OLED808/12",
                  "42PFL7406K/02",
                  "42PN4500",
                  "43A4H",
                  "43A67H",
                  "43A6BGTUK",
                  "43A6EGTUK",
                  "43A6FG",
                  "43A6G",
                  "43A6K",
                  "43A7300F",
                  "43A7500F",
                  "43A78GQ",
                  "43A7GQ",
                  "43AE7200F",
                  "43C350KU",
                  "43C635",
                  "43C645",
                  "43DM72UA",
                  "43E6KT",
                  "43E6KTUK",
                  "43E78HQ",
                  "43E7KQ",
                  "43FN10T2",
                  "43FP110",
                  "43H4030F3",
                  "43H4F",
                  "43H5500G",
                  "43H6570G",
                  "43HAE4251",
                  "43HAK5350",
                  "43HAK5751",
                  "43HE4005",
                  "43HE4205",
                  "43HFL5014/12",
                  "43HK5600",
                  "43L3653DB",
                  "43L3663DA",
                  "43L3753DB",
                  "43L3863DG",
                  "43LF5100",
                  "43LF5400",
                  "43LF590V",
                  "43LH5500",
                  "43LH5700",
                  "43LH570A",
                  "43LJ5000",
                  "43LJ500M",
                  "43LJ5500",
                  "43LK5700PUA",
                  "43LL3C63DAY",
                  "43MUB8001",
                  "43NANO75UQA",
                  "43NANO766QA",
                  "43P610",
                  "43P615",
                  "43P638",
                  "43P639",
                  "43P725K",
                  "43PFL5603/F7",
                  "43PFL5703/F7",
                  "43PFL5704/F7",
                  "43PFL5766/F6",
                  "43PFL5766/F7",
                  "43PFS4012/12",
                  "43PFS4112/12",
                  "43PFS4131/12",
                  "43PFS5301/12",
                  "43PFS5302/12",
                  "43PFS5503/12",
                  "43PFS5505/12",
                  "43PFS5507/12",
                  "43PFS5525/12",
                  "43PFS5803/12",
                  "43PFS5823/12",
                  "43PFS6805/12",
                  "43PFS6808/12",
                  "43PFT5503/12",
                  "43PUK7100/12",
                  "43PUS6101/12",
                  "43PUS6162/12",
                  "43PUS6201/12",
                  "43PUS6262/12",
                  "43PUS6401/12",
                  "43PUS6432/12",
                  "43PUS6501/12",
                  "43PUS6503/12",
                  "43PUS6504/12",
                  "43PUS6551/12",
                  "43PUS6554/12",
                  "43PUS6703/12",
                  "43PUS6704/12",
                  "43PUS6754/12",
                  "43PUS6804/12",
                  "43PUS6814/12",
                  "43PUS7100/12",
                  "43PUS7303/12",
                  "43PUS7304/12",
                  "43PUS7394/12",
                  "43PUS7406/12",
                  "43PUS7505/12",
                  "43PUS7506/12",
                  "43PUS7556/12",
                  "43PUS7607/12",
                  "43PUS7608/12",
                  "43PUS7805/12",
                  "43PUS7855/12",
                  "43PUS7906/12",
                  "43PUS7956/12",
                  "43PUS8007/12",
                  "43PUS8106/12",
                  "43PUS8108/12",
                  "43PUS8118/12",
                  "43PUS8505/12",
                  "43PUS8506/12",
                  "43PUS8507/12",
                  "43PUS8508/12",
                  "43PUS8807/12",
                  "43PUS8808/12",
                  "43PUS8818/12",
                  "43PUS8837/12",
                  "43PUS8887/12",
                  "43PUT4900/12",
                  "43QA7D63DG",
                  "43QF5D53DB",
                  "43QNED75URA",
                  "43R6090G",
                  "43R6G",
                  "43S305",
                  "43S325",
                  "43S350G",
                  "43S350R",
                  "43S403",
                  "43S405",
                  "43S423",
                  "43S425",
                  "43S431",
                  "43S434",
                  "43S435",
                  "43S446",
                  "43S45",
                  "43S450F",
                  "43S450G",
                  "43S451",
                  "43S453",
                  "43S455",
                  "43S517",
                  "43S525",
                  "43T6863DG",
                  "43U2963DB",
                  "43U2963DG",
                  "43U6763DB",
                  "43U6863DG",
                  "43UA10V3",
                  "43UA2063DG",
                  "43UA20V3",
                  "43UA2B63DG",
                  "43UA3A63DG",
                  "43UF3D53",
                  "43UF3D63DA",
                  "43UF6400",
                  "43UF6430",
                  "43UH6030",
                  "43UH6100",
                  "43UH610A",
                  "43UH6500",
                  "43UJ6200",
                  "43UJ6300",
                  "43UK3163DG",
                  "43UK6090PUA",
                  "43UK6300PUE",
                  "43UK6500AUA",
                  "43UL3063DG",
                  "43UL3A63DG",
                  "43UL3B63DG",
                  "43UL4B63DG",
                  "43UM6910PUA",
                  "43UM6950DUB",
                  "43UM7300PUA",
                  "43UM7600PLB",
                  "43UN6950ZUA",
                  "43UN6955ZUF",
                  "43UP7670PUC",
                  "43UP8000PUR",
                  "43UQ7070ZUD",
                  "43UQ7590PUB",
                  "43UQ8000AUB",
                  "43UQ9000PUD",
                  "43UR640S",
                  "43UR78006LK",
                  "43UR8000AUA",
                  "43UR9000PUA",
                  "43UV10V1",
                  "47GA7900",
                  "47LA6200",
                  "47LA6900",
                  "47LA7400",
                  "47LB5800",
                  "47LB5900",
                  "47LB6100",
                  "47LB6300",
                  "47LM4600",
                  "47LN5200",
                  "47LN5400",
                  "47LN5700",
                  "47LN5750",
                  "47LN5790",
                  "47LS4500",
                  "48A85H",
                  "48OLED707/12",
                  "48OLED708/12",
                  "48OLED806/12",
                  "48OLED807/12",
                  "48OLED808/12",
                  "48OLED857/12",
                  "48OLED935/12",
                  "48OLED936/12",
                  "48PFH5500/88",
                  "48PFK4101/12",
                  "48PFK6300/12",
                  "48PUS7600/12",
                  "49BJ5E",
                  "49D100",
                  "49FP110",
                  "49HFL5011T/12",
                  "49HFL7011T/12",
                  "49L2863DG",
                  "49LB5550",
                  "49LF5100",
                  "49LF5400",
                  "49LF5900",
                  "49LF6300",
                  "49LH5700",
                  "49LJ5100",
                  "49LJ510M",
                  "49LJ5500",
                  "49LJ550M",
                  "49LK5400",
                  "49LK5700PUA",
                  "49LV340H",
                  "49NANO85UNA",
                  "49PFL7900/F7",
                  "49PFS4131/12",
                  "49PFS4132/12",
                  "49PUH4900/88",
                  "49PUK4900/12",
                  "49PUK7100/12",
                  "49PUS6101/12",
                  "49PUS6401/12",
                  "49PUS6412/12",
                  "49PUS6482/12",
                  "49PUS6501/12",
                  "49PUS6561/12",
                  "49PUS6581/12",
                  "49PUS6803/12",
                  "49PUS7100/12",
                  "49PUS7150/12",
                  "49PUS7181/12",
                  "49PUS7272/12",
                  "49PUS7502/12",
                  "49PUS7503/12",
                  "49PUS7803/12",
                  "49PUS8303/12",
                  "49PUS8503/12",
                  "49S325",
                  "49S403",
                  "49S405",
                  "49S517",
                  "49SK8000PUA",
                  "49SM8600PUA",
                  "49U2963DG",
                  "49U7863DA",
                  "49UB8200",
                  "49UB8500",
                  "49UF6400",
                  "49UF6430",
                  "49UF6700",
                  "49UF680V",
                  "49UF690V",
                  "49UF695V",
                  "49UF7600",
                  "49UF770V",
                  "49UH600V",
                  "49UH6030",
                  "49UH603V",
                  "49UH6100",
                  "49UH6107",
                  "49UH610V",
                  "49UH620V",
                  "49UH6500",
                  "49UJ6200",
                  "49UJ6300",
                  "49UJ6500",
                  "49UJ670V",
                  "49UJ701V",
                  "49UJ750V",
                  "49UJ7700",
                  "49UK6090PUA",
                  "49UK6300MLB",
                  "49UK6300PLB",
                  "49UK6300PUE",
                  "49UK6470PLC",
                  "49UK7550PLA",
                  "49UL5A63DB",
                  "49UL5A63DG",
                  "49UL7A63DB",
                  "49UM6950DUB",
                  "49UM7000PLA",
                  "49UM7050PLF",
                  "49UM7100PLB",
                  "49UM7300PUA",
                  "49UN73906LE",
                  "49UT640S",
                  "49V5863DG",
                  "5000A",
                  "50A60GMV",
                  "50A63H",
                  "50A66H",
                  "50A67H",
                  "50A68G",
                  "50A6FG",
                  "50A6G",
                  "50A6GG",
                  "50A6H",
                  "50A6K",
                  "50A6KTUK",
                  "50A7100F",
                  "50A7300F",
                  "50A7500F",
                  "50A78GQ",
                  "50A7GQ",
                  "50A7HQ",
                  "50AE7200F",
                  "50BL2EA",
                  "50BL3EA",
                  "50BN3EA",
                  "50BN5EA",
                  "50C635",
                  "50C641",
                  "50C715",
                  "50C725",
                  "50CF630",
                  "50DL6EA",
                  "50DM62UA",
                  "50DN2EA",
                  "50E635SUS",
                  "50E6KT",
                  "50E6KTUK",
                  "50E76GQ",
                  "50E77HQ",
                  "50E78HQ",
                  "50E7KQ",
                  "50EP6EA",
                  "50EQ3EA",
                  "50FN2EA",
                  "50FN6EA",
                  "50FS3850",
                  "50GA6400",
                  "50H6570G",
                  "50H8C",
                  "50H8F",
                  "50H8G",
                  "50HAK5350",
                  "50HAK5751",
                  "50HK5600",
                  "50LA6200",
                  "50LB5900",
                  "50LB6100",
                  "50LB6300",
                  "50LB650V",
                  "50LF6090",
                  "50LF652V",
                  "50LN5200",
                  "50LN5400",
                  "50LN5600",
                  "50LN5700",
                  "50LN5750",
                  "50MUB8001",
                  "50NANO756PA",
                  "50NANO759PA",
                  "50NANO75UQA",
                  "50NANO766QA",
                  "50NANO769QA",
                  "50NANO776PA",
                  "50NANO806PA",
                  "50NANO816QA",
                  "50NANO819QA",
                  "50NANO856PA",
                  "50NANO866PA",
                  "50P610",
                  "50P615",
                  "50P639",
                  "50P715",
                  "50P815",
                  "50PB6600",
                  "50PB6650",
                  "50PFH5300/88",
                  "50PFL4662/F7",
                  "50PFL4756/F7",
                  "50PFL5601/F7",
                  "50PFL5703/F7",
                  "50PFL5766/F6",
                  "50PFL5806/F7",
                  "50PFS5503/12",
                  "50PFS5803/12",
                  "50PN4500",
                  "50PN6500",
                  "50PUK6400/12",
                  "50PUS6162/12",
                  "50PUS6262/12",
                  "50PUS6503/12",
                  "50PUS6504/12",
                  "50PUS6554/12",
                  "50PUS6703/12",
                  "50PUS6704/12",
                  "50PUS6753/12",
                  "50PUS6754/12",
                  "50PUS6814/12",
                  "50PUS7303/12",
                  "50PUS7304/12",
                  "50PUS7334/12",
                  "50PUS7354/12",
                  "50PUS7394/12",
                  "50PUS7504/12",
                  "50PUS7505/12",
                  "50PUS7506/12",
                  "50PUS7556/12",
                  "50PUS7607/12",
                  "50PUS7608/12",
                  "50PUS7805/12",
                  "50PUS7855/12",
                  "50PUS7906/12",
                  "50PUS7956/12",
                  "50PUS8007/12",
                  "50PUS8106/12",
                  "50PUS8108/12",
                  "50PUS8118/12",
                  "50PUS8505/12",
                  "50PUS8506/12",
                  "50PUS8507/12",
                  "50PUS8508/12",
                  "50PUS8536/12",
                  "50PUS8546/12",
                  "50PUS8804/12",
                  "50PUS8807/12",
                  "50PUS8808/12",
                  "50QA4C63DG",
                  "50QNED756RA",
                  "50QNED80UQA",
                  "50QNED80URA",
                  "50QNED813QA",
                  "50QNED816QA",
                  "50QNED816RE",
                  "50QNED819QA",
                  "50QNED826RE",
                  "50R6090G",
                  "50R6E",
                  "50R6G",
                  "50R7E",
                  "50S423",
                  "50S425",
                  "50S431",
                  "50S434",
                  "50S435",
                  "50S446",
                  "50S450F",
                  "50S450G",
                  "50S451",
                  "50S453",
                  "50S455",
                  "50S525",
                  "50S535",
                  "50S546",
                  "50S555",
                  "50T555",
                  "50U2063DG",
                  "50U2963DG",
                  "50U6G",
                  "50U6HF",
                  "50UA2063DG",
                  "50UC7433",
                  "50UF3D53",
                  "50UF3D63DA",
                  "50UF8300",
                  "50UG10V3",
                  "50UH5500",
                  "50UH5530",
                  "50UH635V",
                  "50UK3163DG",
                  "50UK6300BUB",
                  "50UK6300PLB",
                  "50UK6500AUA",
                  "50UK6500PLA",
                  "50UK6750PLD",
                  "50UK6950PLB",
                  "50UL3063DG",
                  "50UL4B63DG",
                  "50UL6B63DG",
                  "50UM7600PLB",
                  "50UN6950ZUF",
                  "50UN6955ZUF",
                  "50UN70006LA",
                  "50UN7000PUC",
                  "50UP120",
                  "50UP130",
                  "50UP7000PUA",
                  "50UP7670PUC",
                  "50UP77006LB",
                  "50UP78006LB",
                  "50UQ70006LB",
                  "50UQ7070ZUE",
                  "50UQ75003LF",
                  "50UQ75006LF",
                  "50UQ75009LF",
                  "50UQ80003LB",
                  "50UQ80006LB",
                  "50UQ80009LB",
                  "50UQ8000AUB",
                  "50UQ9000PUD",
                  "50UQ91006LA",
                  "50UR8000AUA",
                  "50UR9000PUA",
                  "50VL5A63DB",
                  "50VL5A63DG",
                  "54444O57",
                  "54444T57",
                  "5500A",
                  "55402W89",
                  "55A68G",
                  "55A6BGTUK",
                  "55A6FG",
                  "55A6G",
                  "55A6H",
                  "55A6K",
                  "55A6KTUK",
                  "55A7100F",
                  "55A7300F",
                  "55A7500F",
                  "55A78GQ",
                  "55A7GQ",
                  "55A85K",
                  "55A8G",
                  "55A9G",
                  "55BJ5E",
                  "55BL3EA",
                  "55BL5EA",
                  "55C635",
                  "55C715",
                  "55C725",
                  "55C728",
                  "55C735",
                  "55C8",
                  "55C803",
                  "55C807",
                  "55C815",
                  "55C825",
                  "55C835",
                  "55C845",
                  "55CF630",
                  "55DP600",
                  "55E635SUS",
                  "55E6KT",
                  "55E76GQ",
                  "55E77KQ PRO",
                  "55E7HQ",
                  "55E7KQ",
                  "55E7KQ PRO",
                  "55EA8800",
                  "55EG9A7V",
                  "55EQ3EA",
                  "55FN6EA",
                  "55FS3750",
                  "55FS3850",
                  "55GA6400",
                  "55GA7900",
                  "55H8C",
                  "55H8F",
                  "55H8G",
                  "55H9F",
                  "55HAK5350",
                  "55HAK5751",
                  "55HK5600",
                  "55HK6000",
                  "55LA6200",
                  "55LA6900",
                  "55LA7400",
                  "55LA8600",
                  "55LA9650",
                  "55LA9700",
                  "55LB5900",
                  "55LB6300",
                  "55LB650V",
                  "55LB7200",
                  "55LF5800",
                  "55LF630V",
                  "55LF652V",
                  "55LH545V",
                  "55LH5750",
                  "55LH604V",
                  "55LJ5500",
                  "55LM4600",
                  "55LM4700",
                  "55LN5200",
                  "55LN5400",
                  "55LN5600",
                  "55LN5700",
                  "55LN5710",
                  "55LN5790",
                  "55LX1Q6LA",
                  "55NANO756PA",
                  "55NANO759PA",
                  "55NANO766QA",
                  "55NANO776PA",
                  "55NANO806NA",
                  "55NANO806PA",
                  "55NANO813QA",
                  "55NANO816NA",
                  "55NANO816QA",
                  "55NANO826QB",
                  "55NANO856PA",
                  "55NANO85UNA",
                  "55NANO866PA",
                  "55NANO906NA",
                  "55NANO90UNA",
                  "55NANO90UPA",
                  "55NANO916NA",
                  "55NANO916PA",
                  "55OLED705/12",
                  "55OLED706/12",
                  "55OLED707/12",
                  "55OLED708/12",
                  "55OLED754/12",
                  "55OLED803/12",
                  "55OLED805/12",
                  "55OLED806/12",
                  "55OLED807/12",
                  "55OLED808/12",
                  "55OLED854/12",
                  "55OLED855/12",
                  "55OLED856/12",
                  "55OLED865/12",
                  "55OLED903/12",
                  "55OLED907/12",
                  "55OLED934/12",
                  "55OLED935/12",
                  "55OLED936/12",
                  "55P605",
                  "55P607",
                  "55P610",
                  "55P615",
                  "55P639",
                  "55P715",
                  "55P735",
                  "55PFK6550/12",
                  "55PFL5601/F7",
                  "55PFT6510/12",
                  "55PML9507/12",
                  "55POS9002/12",
                  "55POS901F/12",
                  "55PUK4900/12",
                  "55PUK7100/12",
                  "55PUK7150/12",
                  "55PUL7552/F7",
                  "55PUS6031/12",
                  "55PUS6262/12",
                  "55PUS6272/12",
                  "55PUS6401/12",
                  "55PUS6482/12",
                  "55PUS6501/12",
                  "55PUS6551/12",
                  "55PUS6554/12",
                  "55PUS6561/12",
                  "55PUS6581/12",
                  "55PUS6703/12",
                  "55PUS6704/12",
                  "55PUS6753/12",
                  "55PUS6754/12",
                  "55PUS6803/12",
                  "55PUS6804/12",
                  "55PUS6814/12",
                  "55PUS7101/12",
                  "55PUS7181/12",
                  "55PUS7303/12",
                  "55PUS7304/12",
                  "55PUS7334/12",
                  "55PUS7354/12",
                  "55PUS7406/12",
                  "55PUS7502/12",
                  "55PUS7503/12",
                  "55PUS7504/12",
                  "55PUS7506/12",
                  "55PUS7556/12",
                  "55PUS7600/12",
                  "55PUS7607/12",
                  "55PUS7608/12",
                  "55PUS7803/12",
                  "55PUS7805/12",
                  "55PUS7906/12",
                  "55PUS7956/12",
                  "55PUS8007/12",
                  "55PUS8106/12",
                  "55PUS8108/12",
                  "55PUS8118/12",
                  "55PUS8503/12",
                  "55PUS8508/12",
                  "55PUS8518/12",
                  "55PUS8601/12",
                  "55PUS8602/12",
                  "55PUS8700/12",
                  "55PUS8804/12",
                  "55PUS8807/12",
                  "55PUS8808/12",
                  "55PUS9206/12",
                  "55PUS9435/12",
                  "55Q650F",
                  "55Q650G",
                  "55Q750G",
                  "55QA4C63DG",
                  "55QA7D63DG",
                  "55QNED756RA",
                  "55QNED75URA",
                  "55QNED80URA",
                  "55QNED813QA",
                  "55QNED816QA",
                  "55QNED819QA",
                  "55QNED85UQA",
                  "55QNED863QA",
                  "55QNED866QA",
                  "55QNED866RE",
                  "55QNED873QB",
                  "55QNED879QB",
                  "55R6090G",
                  "55R617",
                  "55R625",
                  "55R635",
                  "55R646",
                  "55R655",
                  "55R6E",
                  "55R6G",
                  "55R7E",
                  "55S21",
                  "55S401",
                  "55S403",
                  "55S41",
                  "55S421",
                  "55S423",
                  "55S425",
                  "55S431",
                  "55S434",
                  "55S435",
                  "55S446",
                  "55S450F",
                  "55S450G",
                  "55S451",
                  "55S455",
                  "55S517",
                  "55S525",
                  "55S535",
                  "55S546",
                  "55S555",
                  "55SJ8000",
                  "55SJ800V",
                  "55SJ810V",
                  "55SJ8500",
                  "55SJ850V",
                  "55SJ950V",
                  "55SK7900PLA",
                  "55SK8100PLA",
                  "55SK8500PLA",
                  "55SK9500PLA",
                  "55SM8050PLC",
                  "55SM8100AUA",
                  "55SM8200PLA",
                  "55SM8600PLA",
                  "55SM8600PUA",
                  "55SM9000PUA",
                  "55SM9010PLA",
                  "55T555",
                  "55U2963DG",
                  "55U5766DB",
                  "55U62KQ",
                  "55U6G",
                  "55U6H",
                  "55U6KQ",
                  "55U71HQ",
                  "55U72KQ",
                  "55U7863DA",
                  "55U7G",
                  "55U7H",
                  "55U7QF",
                  "55U8G",
                  "55U8GQ",
                  "55U8H",
                  "55U8K",
                  "55U8KQ",
                  "55U8QF",
                  "55UA2063DG",
                  "55UA3A63DG",
                  "55UA4B63DG",
                  "55UB8200",
                  "55UB820V",
                  "55UB830V",
                  "55UB850V",
                  "55UB9500",
                  "55UB950V",
                  "55UF3D53DB",
                  "55UF3D63DA",
                  "55UF6450",
                  "55UF675V",
                  "55UF6800",
                  "55UF695V",
                  "55UF770V",
                  "55UF8600",
                  "55UF950V",
                  "55UG10V3",
                  "55UH6030",
                  "55UH615A",
                  "55UH615V",
                  "55UH625V",
                  "55UH650V",
                  "55UH6550",
                  "55UH668V",
                  "55UH750V",
                  "55UH7650",
                  "55UH7700",
                  "55UH770V",
                  "55UH850V",
                  "55UH950V",
                  "55UJ6200",
                  "55UJ630V",
                  "55UJ634V",
                  "55UJ635V",
                  "55UJ651V",
                  "55UJ6540",
                  "55UJ670V",
                  "55UJ701V",
                  "55UJ750V",
                  "55UJ7700",
                  "55UK6100PLB",
                  "55UK6300PLB",
                  "55UK6300PUE",
                  "55UK6500PLA",
                  "55UK6750PLD",
                  "55UL2063DG",
                  "55UL3063DG",
                  "55UL4B63DG",
                  "55UL5A63DB",
                  "55UL5A63DG",
                  "55UL6B63DG",
                  "55UM6910PUC",
                  "55UM7100PLB",
                  "55UM7300AUE",
                  "55UM7300PUA",
                  "55UM7510PLA",
                  "55UM7610PLB",
                  "55UM7660PLA",
                  "55UN71006LB",
                  "55UN74006LB",
                  "55UN80006LA",
                  "55UN81006LB",
                  "55UP7000PUA",
                  "55UP77006LB",
                  "55UP78006LB",
                  "55UP80006LA",
                  "55UP81006LA",
                  "55UQ70006LB",
                  "55UQ7070ZUE",
                  "55UQ75006LF",
                  "55UQ75009LF",
                  "55UQ7570PUJ",
                  "55UQ80006LB",
                  "55UQ80009LB",
                  "55UQ8000AUB",
                  "55UQ81003LB",
                  "55UQ81006LB",
                  "55UQ9000PUD",
                  "55UQ91006LA",
                  "55UR640S",
                  "55UR78006LK",
                  "55UR9000PUA",
                  "55US57",
                  "55US5800",
                  "55UT640S",
                  "55UV10V1",
                  "55V5863DG",
                  "55VL5A63DB",
                  "55VL5A63DG",
                  "55X9863DB",
                  "56404W73",
                  "56459S80",
                  "57419D50",
                  "57419S50",
                  "57419S80",
                  "58E6KT",
                  "58H6550E",
                  "58HAK5751",
                  "58MUB6010",
                  "58PUS6203/12",
                  "58PUS6504/12",
                  "58PUS7304/12",
                  "58PUS7505/12",
                  "58PUS7805/12",
                  "58PUS8505/12",
                  "58PUS8506/12",
                  "58PUS8507/12",
                  "58PUS8546/12",
                  "58U6HF",
                  "58UA3A63DG",
                  "58UF8300",
                  "58UH635V",
                  "58UK3163DB",
                  "58UL2063DB",
                  "58UL2B63DB",
                  "58UL3B63DG",
                  "58UL6B63DG",
                  "60GA6400",
                  "60LA6200",
                  "60LA7400",
                  "60LA8600",
                  "60LB5200",
                  "60LB5900",
                  "60LB6100",
                  "60LB6300",
                  "60LB650V",
                  "60LB7100",
                  "60LF6100",
                  "60LN5400",
                  "60LN5600",
                  "60LN6150",
                  "60PB5600",
                  "60PB6600",
                  "60PB6650",
                  "60PB6900",
                  "60PH6700",
                  "60PN5700",
                  "60PN6500",
                  "60SJ8000",
                  "60SJ810V",
                  "60SJ850V",
                  "60UB8200",
                  "60UB850V",
                  "60UF675V",
                  "60UF695V",
                  "60UF7700",
                  "60UF770V",
                  "60UF850V",
                  "60UH6090",
                  "60UH6150",
                  "60UH6550",
                  "60UH7700",
                  "60UH770V",
                  "60UH8500",
                  "60UH850V",
                  "60UJ6050",
                  "60UJ630V",
                  "60UJ634V",
                  "60UJ651V",
                  "60UJ750V",
                  "60UJ7700",
                  "60UK6090PUA",
                  "60UN7000PUB",
                  "60UN71006LB",
                  "60UQ81006LB",
                  "6500A",
                  "65A63H",
                  "65A6BGTUK",
                  "65A6FG",
                  "65A6G",
                  "65A6H",
                  "65A6K",
                  "65A7300F",
                  "65A78GQ",
                  "65A85H",
                  "65A85K",
                  "65A9G",
                  "65A9H",
                  "65BL2EA",
                  "65BL3EA",
                  "65BL5EA",
                  "65BN5EA",
                  "65C635",
                  "65C715",
                  "65C725",
                  "65C728",
                  "65C735",
                  "65C745",
                  "65C807",
                  "65C815",
                  "65C825",
                  "65C835",
                  "65C845",
                  "65C935",
                  "65DL6EA",
                  "65DP600",
                  "65E6KT",
                  "65E77HQ",
                  "65E78HQ",
                  "65E7HQ",
                  "65E7KQ",
                  "65EQ3EA",
                  "65FN6EA",
                  "65H6570G",
                  "65H8G",
                  "65H9E",
                  "65H9F",
                  "65H9G",
                  "65HAK5751",
                  "65HK5600",
                  "65LA9650",
                  "65LA9700",
                  "65LB5200",
                  "65LB6190",
                  "65LB6300",
                  "65LB7100",
                  "65NANO756PA",
                  "65NANO759PA",
                  "65NANO75UPA",
                  "65NANO75UQA",
                  "65NANO763QA",
                  "65NANO766QA",
                  "65NANO769QA",
                  "65NANO783QA",
                  "65NANO786QA",
                  "65NANO796NE",
                  "65NANO806PA",
                  "65NANO816NA",
                  "65NANO816QA",
                  "65NANO819QA",
                  "65NANO823QB",
                  "65NANO856PA",
                  "65NANO85UNA",
                  "65NANO866PA",
                  "65NANO867NA",
                  "65NANO886PB",
                  "65NANO906NA",
                  "65NANO90UNA",
                  "65NANO90UPA",
                  "65NANO916NA",
                  "65NANO916PA",
                  "65NANO917NA",
                  "65NANO926PB",
                  "65NANO956NA",
                  "65NANO966PA",
                  "65OLED706/12",
                  "65OLED707/12",
                  "65OLED708/12",
                  "65OLED754/12",
                  "65OLED803/12",
                  "65OLED804/12",
                  "65OLED805/12",
                  "65OLED806/12",
                  "65OLED807/12",
                  "65OLED808/12",
                  "65OLED854/12",
                  "65OLED855/12",
                  "65OLED856/12",
                  "65OLED865/12",
                  "65OLED873/12",
                  "65OLED903/12",
                  "65OLED907/12",
                  "65OLED934/12",
                  "65OLED935/12",
                  "65OLED936/12",
                  "65OLED937/12",
                  "65OLED984/12",
                  "65OLED986/12",
                  "65P610",
                  "65P615",
                  "65P638",
                  "65P639",
                  "65P715",
                  "65P815",
                  "65PML9507/12",
                  "65PML9636/12",
                  "65PUK7120/12",
                  "65PUS6121/12",
                  "65PUS6162/12",
                  "65PUS6262/12",
                  "65PUS6412/12",
                  "65PUS6503/12",
                  "65PUS6504/12",
                  "65PUS6521/12",
                  "65PUS6523/12",
                  "65PUS6554/12",
                  "65PUS6703/12",
                  "65PUS6704/12",
                  "65PUS6753/12",
                  "65PUS6754/12",
                  "65PUS6814/12",
                  "65PUS7303/12",
                  "65PUS7304/12",
                  "65PUS7354/12",
                  "65PUS7363/12",
                  "65PUS7506/12",
                  "65PUS7556/12",
                  "65PUS7600/12",
                  "65PUS7601/12",
                  "65PUS7607/12",
                  "65PUS7608/12",
                  "65PUS7803/12",
                  "65PUS7805/12",
                  "65PUS7906/12",
                  "65PUS7956/12",
                  "65PUS8102/12",
                  "65PUS8106/12",
                  "65PUS8108/12",
                  "65PUS8118/12",
                  "65PUS8303/12",
                  "65PUS8505/12",
                  "65PUS8506/12",
                  "65PUS8507/12",
                  "65PUS8508/12",
                  "65PUS8517/12",
                  "65PUS8546/12",
                  "65PUS8601/12",
                  "65PUS8700/12",
                  "65PUS8807/12",
                  "65PUS8808/12",
                  "65PUS9435/12",
                  "65Q650F",
                  "65Q650G",
                  "65Q750G",
                  "65QA4C63DG",
                  "65QA7D63DG",
                  "65QF5D53DB",
                  "65QM850G",
                  "65QNED75URA",
                  "65QNED80UQA",
                  "65QNED80URA",
                  "65QNED816QA",
                  "65QNED816RE",
                  "65QNED819QA",
                  "65QNED826QB",
                  "65QNED826RE",
                  "65QNED85UQA",
                  "65QNED866QA",
                  "65QNED866RE",
                  "65QNED876QB",
                  "65QNED916QA",
                  "65QNED966QA",
                  "65QNED996PB",
                  "65R6090G",
                  "65R615",
                  "65R617",
                  "65R625",
                  "65R635",
                  "65R646",
                  "65R648",
                  "65R655",
                  "65R6E3",
                  "65R6G",
                  "65R8F",
                  "65S401",
                  "65S403",
                  "65S421",
                  "65S423",
                  "65S425",
                  "65S431",
                  "65S435",
                  "65S446",
                  "65S450F",
                  "65S450G",
                  "65S455",
                  "65S525",
                  "65S535",
                  "65S546",
                  "65S555",
                  "65SJ8000",
                  "65SJ800V",
                  "65SJ810V",
                  "65SJ8500",
                  "65SJ850V",
                  "65SJ9500",
                  "65SJ950V",
                  "65SK7900PLA",
                  "65SK8000AUB",
                  "65SK8000PLB",
                  "65SK8000PUA",
                  "65SK8100PLA",
                  "65SK8500PLA",
                  "65SK9000PUA",
                  "65SM8050PLC",
                  "65SM8100AUA",
                  "65SM8500PLA",
                  "65SM8600PLA",
                  "65SM8600PUA",
                  "65SM9000PUA",
                  "65SM9010PLA",
                  "65SM9500PUA",
                  "65SM9800PLA",
                  "65T555",
                  "65U1S",
                  "65U6863DG",
                  "65U6G",
                  "65U6H",
                  "65U6K",
                  "65U71HQ",
                  "65U7H",
                  "65U7HQTUK",
                  "65U7QF",
                  "65U8G",
                  "65U8GQ",
                  "65U8H",
                  "65U8KQ",
                  "65U8QF",
                  "65UA2063DG",
                  "65UA2B63DG",
                  "65UA3A63DG",
                  "65UB9200",
                  "65UB9500",
                  "65UB9800",
                  "65UB980V",
                  "65UF3D53",
                  "65UF6450",
                  "65UF671V",
                  "65UF675V",
                  "65UF6800",
                  "65UF7690",
                  "65UF770V",
                  "65UF850V",
                  "65UF8600",
                  "65UF860V",
                  "65UG870V",
                  "65UH6030",
                  "65UH6150",
                  "65UH615A",
                  "65UH615V",
                  "65UH625V",
                  "65UH6550",
                  "65UH661V",
                  "65UH7650",
                  "65UH7700",
                  "65UH770V",
                  "65UH8500",
                  "65UH9500",
                  "65UJ6200",
                  "65UJ620V",
                  "65UJ6300",
                  "65UJ630V",
                  "65UJ634V",
                  "65UJ651V",
                  "65UJ6540",
                  "65UJ670V",
                  "65UJ701V",
                  "65UJ750V",
                  "65UJ7700",
                  "65UK6090PUA",
                  "65UK6100PLB",
                  "65UK6300PUE",
                  "65UK6400PLF",
                  "65UK6470PLC",
                  "65UK6750PLD",
                  "65UK6950PLB",
                  "65UK7550PLA",
                  "65UK7700PUD",
                  "65UM7000PLA",
                  "65UM7050PLA",
                  "65UM7100PLA",
                  "65UM7300PUA",
                  "65UM7400PLB",
                  "65UM7450PLA",
                  "65UM7510PLA",
                  "65UM7610PLB",
                  "65UM7660PLA",
                  "65UN70006LA",
                  "65UN71006LB",
                  "65UN73006LA",
                  "65UN74006LB",
                  "65UN80006LA",
                  "65UN81006LB",
                  "65UP7000PUA",
                  "65UP75006LF",
                  "65UP77006LB",
                  "65UQ70006LB",
                  "65UQ75006LF",
                  "65UQ75009LF",
                  "65UQ7570PUJ",
                  "65UQ80006LB",
                  "65UQ80009LB",
                  "65UQ81006LB",
                  "65UQ9000PUD",
                  "65UQ91006LA",
                  "65UR640S",
                  "65UR73006LA",
                  "65UR9000PUA",
                  "65UR91006LA",
                  "65US5800",
                  "65UXKQ",
                  "65X925",
                  "70A6BG",
                  "70CL6EA",
                  "70DN6EA",
                  "70E7HQ",
                  "70LB650V",
                  "70LB7100",
                  "70NANO766QA",
                  "70P615",
                  "70PUS6504/12",
                  "70PUS6704/12",
                  "70PUS7304/12",
                  "70PUS7505/12",
                  "70PUS7607/12",
                  "70PUS7805/12",
                  "70PUS7906/12",
                  "70PUS7956/12",
                  "70PUS8108/12",
                  "70PUS8505/12",
                  "70PUS8506/12",
                  "70PUS8555/12",
                  "70UF7700",
                  "70UJ6570",
                  "70UJ675V",
                  "70UK6190PUB",
                  "70UK6570PUB",
                  "70UK6950PLA",
                  "70UM6970PUA",
                  "70UM7100PLA",
                  "70UM7370PUA",
                  "70UM7450PLA",
                  "70UN71006LA",
                  "70UP7070PUE",
                  "70UP77006LB",
                  "70UP8070PUR",
                  "70UP81006LA",
                  "70UQ7590PUB",
                  "70UQ81006LB",
                  "70UQ9000PUD",
                  "7500A",
                  "75A6FG",
                  "75A6G",
                  "75A6GG",
                  "75A6H",
                  "75A6K",
                  "75A72KQ",
                  "75A7GQ",
                  "75A7KQ",
                  "75C350KU",
                  "75C635",
                  "75C725",
                  "75C728",
                  "75C803",
                  "75C807",
                  "75C815",
                  "75C835",
                  "75C845",
                  "75C935",
                  "75CU7105",
                  "75E6KT",
                  "75E7KQ",
                  "75E7KQ PRO",
                  "75EP660",
                  "75EQ3EA",
                  "75H6570G",
                  "75M550KU",
                  "75NANO756PA",
                  "75NANO756QA",
                  "75NANO75UQA",
                  "75NANO766QA",
                  "75NANO796NF",
                  "75NANO806PA",
                  "75NANO80UNA",
                  "75NANO80UPA",
                  "75NANO816PA",
                  "75NANO819QA",
                  "75NANO826QB",
                  "75NANO856PA",
                  "75NANO85UNA",
                  "75NANO866PA",
                  "75NANO886PB",
                  "75NANO906NA",
                  "75NANO916NA",
                  "75NANO916PA",
                  "75NANO926PB",
                  "75NANO966PA",
                  "75NANO999NA",
                  "75NANO99UNA",
                  "75P615",
                  "75P735",
                  "75PFL4756/F7",
                  "75PML9506/12",
                  "75PML9507/12",
                  "75PML9636/12",
                  "75PUS6754/12",
                  "75PUS7354/12",
                  "75PUS7608/12",
                  "75PUS7803/12",
                  "75PUS7805/12",
                  "75PUS7906/12",
                  "75PUS8007/12",
                  "75PUS8108/12",
                  "75PUS8118/12",
                  "75PUS8303/12",
                  "75PUS8505/12",
                  "75PUS8506/12",
                  "75PUS8536/12",
                  "75PUS8807/12",
                  "75PUS8808/12",
                  "75Q650F",
                  "75Q650G",
                  "75Q750G",
                  "75QLED760",
                  "75QM850G",
                  "75QNED75URA",
                  "75QNED80UQA",
                  "75QNED80URA",
                  "75QNED816QA",
                  "75QNED816RE",
                  "75QNED819QA",
                  "75QNED826QB",
                  "75QNED826RE",
                  "75QNED85UQA",
                  "75QNED866QA",
                  "75QNED866RE",
                  "75QNED869QA",
                  "75QNED873QB",
                  "75QNED916PA",
                  "75QNED916QA",
                  "75QNED966QA",
                  "75QNED996PB",
                  "75QNED999QB",
                  "75QNED99UQA",
                  "75R617",
                  "75R635",
                  "75R646",
                  "75R648",
                  "75R655",
                  "75R6E3",
                  "75S423",
                  "75S425",
                  "75S435",
                  "75S446",
                  "75S45",
                  "75S450F",
                  "75S450G",
                  "75S451",
                  "75S455",
                  "75S535",
                  "75S546",
                  "75S555",
                  "75SJ8570",
                  "75SJ955V",
                  "75SK8070PUA",
                  "75SK8100PLA",
                  "75SM8610PLA",
                  "75SM8670PUA",
                  "75SM9000PLA",
                  "75SM9070PUA",
                  "75SM9900PLA",
                  "75SM9970PUA",
                  "75U6H",
                  "75U6K",
                  "75U72KQ",
                  "75U7G",
                  "75U7H",
                  "75U7K",
                  "75U800GR",
                  "75U8H",
                  "75UH6550",
                  "75UH780V",
                  "75UH8500",
                  "75UH855V",
                  "75UJ6450",
                  "75UJ6470",
                  "75UJ657A",
                  "75UJ675V",
                  "75UK6190PUB",
                  "75UK6200PLB",
                  "75UK6500PLA",
                  "75UK6570PUB",
                  "75UM6970PUB",
                  "75UM7050PLA",
                  "75UM7110PLB",
                  "75UM7600PLB",
                  "75UM8070PUA",
                  "75UN71006LC",
                  "75UN81006LB",
                  "75UN85006LA",
                  "75UN8570AUD",
                  "75UP7070PUD",
                  "75UP75006LC",
                  "75UP77006LB",
                  "75UP78006LB",
                  "75UP8070PUR",
                  "75UP81006LA",
                  "75UQ7590PUB",
                  "75UQ80006LB",
                  "75UQ80009LB",
                  "75UQ81006LB",
                  "75UQ9000PUD",
                  "75UQ91006LA",
                  "75UR9000PUA",
                  "75UR91006LA",
                  "75UT640S",
                  "75X925",
                  "77EG9700",
                  "77OLED806/12",
                  "77OLED807/12",
                  "77OLED808/12",
                  "79UB9800",
                  "79UB980V",
                  "79UF7700",
                  "79UF770V",
                  "82UM7600PLB",
                  "82UM8070PUA",
                  "82UN85006LA",
                  "82UP80006LA",
                  "82UP80009LA",
                  "84LM9600",
                  "84UB9800",
                  "84UB980V",
                  "85A6BG",
                  "85A7H",
                  "85C645",
                  "85C735",
                  "85C845",
                  "85H6570G",
                  "85Q650G",
                  "85Q750G",
                  "85QM850G",
                  "85S435",
                  "85S450G",
                  "85S455",
                  "85U7H",
                  "85U7K",
                  "86NANO756PA",
                  "86NANO75UPA",
                  "86NANO75UQA",
                  "86NANO766QA",
                  "86NANO769QA",
                  "86NANO866PA",
                  "86NANO906NA",
                  "86NANO90UNA",
                  "86NANO916NA",
                  "86PUS8807/12",
                  "86QNED80UQA",
                  "86QNED80URA",
                  "86QNED816QA",
                  "86QNED816RE",
                  "86QNED819QA",
                  "86QNED85AQA",
                  "86QNED866QA",
                  "86QNED866RE",
                  "86QNED996QB",
                  "86QNED999QB",
                  "86SJ9570",
                  "86SJ957V",
                  "86SM9000PLA",
                  "86SM9070PUA",
                  "86UK6500PLA",
                  "86UK6570PUB",
                  "86UM7600PLB",
                  "86UM8070AUB",
                  "86UM8070PUA",
                  "86UN85006LA",
                  "86UP80006LA",
                  "86UP80009LA",
                  "86UQ7590PUD",
                  "86UQ80006LB",
                  "86UQ80009LB",
                  "86UQ91006LA",
                  "86UR78006LB",
                  "98C735",
                  "98QM850G",
                  "98R754",
                  "98UB9810",
                  "A322BV-SRC",
                  "A328BV-SRC",
                  "A515CV-UMC",
                  "AB 32D1",
                  "D24f-F1",
                  "D24f-J9",
                  "D24fM-K01",
                  "D24h-G9",
                  "D32f-F1",
                  "D32f-J04",
                  "D32f4-J01",
                  "D32fM-K01",
                  "D32h-D1",
                  "D32h-J09",
                  "D32hn-D0",
                  "D32hn-E0",
                  "D32hn-E1",
                  "D32hnx-E1",
                  "D39h-D0",
                  "D39hn-D0",
                  "D39hn-E0",
                  "D40-D1",
                  "D40f-E1",
                  "D40f-G9",
                  "D40f-J09",
                  "D40fM-K09",
                  "D40u-D1",
                  "D43-D1",
                  "D43-D2",
                  "D43f-F1",
                  "D43f-J04",
                  "D43fM-K04",
                  "D43n-E1",
                  "D48-D0",
                  "D50-D1",
                  "D50-E1",
                  "D50-F1",
                  "D50f-E1",
                  "D50n-E1",
                  "D50u-D1",
                  "D50x-G9",
                  "D55-D2",
                  "D55-E0",
                  "D55-F2",
                  "D55n-E2",
                  "D55u-D1",
                  "D55x-G1",
                  "D58u-D3",
                  "D60-F3",
                  "D65-D2",
                  "D65-E0",
                  "D65-F1",
                  "D65u-D2",
                  "D70-F3",
                  "D800157",
                  "D800230",
                  "E231-B1",
                  "E231i-B1",
                  "E24-C1",
                  "E241i-A1",
                  "E241i-B1",
                  "E280-B1",
                  "E280i-B1",
                  "E28h-C1",
                  "E291i-A1",
                  "E32-C1",
                  "E32-D1",
                  "E320-B2",
                  "E320i-B2",
                  "E32h-C1",
                  "E32h-D1",
                  "E390i-B1E",
                  "E40-C2",
                  "E400i-B2",
                  "E401i-A2",
                  "E405BD-FR",
                  "E420i-B0",
                  "E43-C2",
                  "E43-D2",
                  "E43-F1",
                  "E43u-D2",
                  "E48-C2",
                  "E48-D0",
                  "E50-C1",
                  "E50-F2",
                  "E50u-D2",
                  "E50x-E1",
                  "E55-C1",
                  "E55-D0",
                  "E55-E2",
                  "E55-F1",
                  "E551i-A2",
                  "E55u-D0",
                  "E55u-D2",
                  "E60-C3",
                  "E60-E3",
                  "E60u-D3",
                  "E65-C3",
                  "E65-E1",
                  "E65-F0",
                  "E65-F1",
                  "E65u-D3",
                  "E65x-C2",
                  "E70-C3",
                  "E70-E3",
                  "E70u-D3",
                  "E75-E3",
                  "E75-F2",
                  "E80-E3",
                  "F2",
                  "FDUF43CBS",
                  "FNE32GV210",
                  "FW-55XE8001",
                  "FWD-43X80G/T",
                  "FWD-43X80H",
                  "FWD-49X80G/T",
                  "FWD-75X81J",
                  "FWD-75X85G/T",
                  "GQ43Q60AAUXZG",
                  "GQ43Q60BAUXZG",
                  "GQ49Q80TGTXZG",
                  "GQ50LS03BAUXZG",
                  "GQ50Q60BAUXZG",
                  "GQ55LS03BAUXZG",
                  "GQ55Q60AAUXZG",
                  "GQ55Q60BAUXZG",
                  "GQ55Q70AAUXZG",
                  "GQ55Q80BATXZG",
                  "GQ55QN95BATXZG",
                  "GQ55S95BATXZG",
                  "GQ65Q60BAUXZG",
                  "GQ75Q70AATXZG",
                  "GU32T5379CDXZG",
                  "GU43AU7199UXZG",
                  "GU43AU8079UXZG",
                  "GU43BU8079UXZG",
                  "GU43TU7079UXZG",
                  "GU43TU8079UXZG",
                  "GU50AU8079UXZG",
                  "GU55AU7199UXZG",
                  "GU55AU8079UXZG",
                  "GU65TU8079UXZG",
                  "GU65TU8509UXZG",
                  "GU70TU7199UXZG",
                  "GU75AU7179UXZG",
                  "GU75BU8079UXZG",
                  "GU75BU8579UXZG",
                  "GU75TU6979UXZG",
                  "GU75TU7079UXZG",
                  "GU75TU8079UXZG",
                  "GU82TU8079UXZG",
                  "GU85AU7179UXZG",
                  "GU85AU8079UXZG",
                  "GU85BU8079UXZG",
                  "H32A5800",
                  "H32B5100",
                  "H32B5600",
                  "H32K702FG",
                  "H40B5100",
                  "H40B5600",
                  "H43A6140",
                  "H43B7100",
                  "H43K702UG",
                  "H50B7100",
                  "H50B7500",
                  "H50K702UG",
                  "H50U7B",
                  "H55B7100",
                  "H55B7500",
                  "H55K702UG",
                  "H55U7B",
                  "H55U8B",
                  "H65B7100",
                  "H65K702UG",
                  "H65U7B",
                  "H65U8B",
                  "H75B7510",
                  "HNE24GV210",
                  "HY-TQL32R4-010",
                  "K24DLX10H",
                  "K24DLX10HS",
                  "K40DLC18GLE",
                  "K40DLM8FS",
                  "K50DLM8FS",
                  "K55DLG12US",
                  "K55DLJ10US",
                  "K65DLX14GLQ",
                  "KD-32W800",
                  "KD-32W830K",
                  "KD-43X7055",
                  "KD-43X720E",
                  "KD-43X75WL",
                  "KD-43X77L",
                  "KD-43X80J",
                  "KD-43X80K",
                  "KD-43X80L",
                  "KD-43X81J",
                  "KD-43X85J",
                  "KD-43X85K",
                  "KD-43XD8005",
                  "KD-43XD8305",
                  "KD-43XE7004",
                  "KD-43XE7005",
                  "KD-43XE8005",
                  "KD-43XE8077",
                  "KD-43XF7003",
                  "KD-43XF7004",
                  "KD-43XF7096",
                  "KD-43XF7596",
                  "KD-43XF8096",
                  "KD-43XF8596",
                  "KD-43XF8599",
                  "KD-43XG7005",
                  "KD-43XG7096",
                  "KD-43XG8096",
                  "KD-43XG8196",
                  "KD-43XG8396",
                  "KD-43XH8096",
                  "KD-43XH8196",
                  "KD-43XH8505",
                  "KD-43XH8596",
                  "KD-48A9",
                  "KD-49X7055",
                  "KD-49X720E",
                  "KD-49XD7005",
                  "KD-49XD8005",
                  "KD-49XD8099",
                  "KD-49XD8305",
                  "KD-49XE7005",
                  "KD-49XE7077",
                  "KD-49XE7096",
                  "KD-49XE8005",
                  "KD-49XE8077",
                  "KD-49XE8099",
                  "KD-49XE9005",
                  "KD-49XF7002",
                  "KD-49XF7003",
                  "KD-49XF7004",
                  "KD-49XF7005",
                  "KD-49XF7096",
                  "KD-49XF7596",
                  "KD-49XF8096",
                  "KD-49XF8505",
                  "KD-49XF8577",
                  "KD-49XF8596",
                  "KD-49XF9005",
                  "KD-49XG7005",
                  "KD-49XG7096",
                  "KD-49XG8096",
                  "KD-49XG8196",
                  "KD-49XG8396",
                  "KD-49XG9005",
                  "KD-49XH8096",
                  "KD-49XH8196",
                  "KD-49XH8505",
                  "KD-49XH8596",
                  "KD-49XH9505",
                  "KD-50SD8005",
                  "KD-50X690E",
                  "KD-50X72K",
                  "KD-50X75WL",
                  "KD-50X77L",
                  "KD-50X80J",
                  "KD-50X80K",
                  "KD-50X81J",
                  "KD-50X85J",
                  "KD-50X85K",
                  "KD-50X89K",
                  "KD-55A1",
                  "KD-55A8",
                  "KD-55AF8",
                  "KD-55AF9",
                  "KD-55AG8",
                  "KD-55AG9",
                  "KD-55SD8505",
                  "KD-55X7055",
                  "KD-55X720E",
                  "KD-55X750H",
                  "KD-55X75WL",
                  "KD-55X77L",
                  "KD-55X80J",
                  "KD-55X85K",
                  "KD-55XD8505",
                  "KD-55XE7004",
                  "KD-55XE7005",
                  "KD-55XE8096",
                  "KD-55XE8396",
                  "KD-55XE8505",
                  "KD-55XE8577",
                  "KD-55XE8596",
                  "KD-55XE9005",
                  "KD-55XF7002",
                  "KD-55XF7003",
                  "KD-55XF7004",
                  "KD-55XF7073",
                  "KD-55XF7096",
                  "KD-55XF7596",
                  "KD-55XF8096",
                  "KD-55XF8505",
                  "KD-55XF8596",
                  "KD-55XF9005",
                  "KD-55XG7005",
                  "KD-55XG7096",
                  "KD-55XG8196",
                  "KD-55XG8505",
                  "KD-55XG8577",
                  "KD-55XG8596",
                  "KD-55XG9505",
                  "KD-55XH8096",
                  "KD-55XH8196",
                  "KD-55XH9096",
                  "KD-55XH9505",
                  "KD-60X690E",
                  "KD-60XF8305",
                  "KD-65A1",
                  "KD-65A8",
                  "KD-65A89",
                  "KD-65AF8",
                  "KD-65AG8",
                  "KD-65AG9",
                  "KD-65SD8505",
                  "KD-65X7055",
                  "KD-65X750F",
                  "KD-65X750H",
                  "KD-65X75WL",
                  "KD-65X77L",
                  "KD-65X80J",
                  "KD-65X80K",
                  "KD-65X80L",
                  "KD-65X81J",
                  "KD-65X85J",
                  "KD-65X85K",
                  "KD-65X85L",
                  "KD-65X89K",
                  "KD-65XD7505",
                  "KD-65XD8599",
                  "KD-65XD9305",
                  "KD-65XE7002",
                  "KD-65XE7004",
                  "KD-65XE8577",
                  "KD-65XE8596",
                  "KD-65XE9005",
                  "KD-65XF7002",
                  "KD-65XF7003",
                  "KD-65XF7004",
                  "KD-65XF7005",
                  "KD-65XF7096",
                  "KD-65XF7596",
                  "KD-65XF8505",
                  "KD-65XF8596",
                  "KD-65XF8599",
                  "KD-65XF9005",
                  "KD-65XG7005",
                  "KD-65XG8096",
                  "KD-65XG8196",
                  "KD-65XG8596",
                  "KD-65XG8599",
                  "KD-65XG9505",
                  "KD-65XH8096",
                  "KD-65XH8196",
                  "KD-65XH9005",
                  "KD-65XH9299",
                  "KD-65XH9505",
                  "KD-65ZD9",
                  "KD-65ZF9",
                  "KD-70X690E",
                  "KD-70XF8305",
                  "KD-75X750H",
                  "KD-75X75WL",
                  "KD-75X77L",
                  "KD-75X80J",
                  "KD-75X80K",
                  "KD-75X80L",
                  "KD-75X81J",
                  "KD-75X81K",
                  "KD-75X85J",
                  "KD-75X85K",
                  "KD-75X85L",
                  "KD-75XD8505",
                  "KD-75XD9405",
                  "KD-75XE8596",
                  "KD-75XE9005",
                  "KD-75XE9405",
                  "KD-75XF8596",
                  "KD-75XF9005",
                  "KD-75XG8096",
                  "KD-75XG8599",
                  "KD-75XG9505",
                  "KD-75XH8096",
                  "KD-75XH9005",
                  "KD-75XH9096",
                  "KD-75XH9505",
                  "KD-75ZF9",
                  "KD-75ZH8",
                  "KD-77AG9",
                  "KD-85X77L",
                  "KD-85X80K",
                  "KD-85X85J",
                  "KD-85X85K",
                  "KD-85X91J",
                  "KD-85XD8505",
                  "KD-85XF8596",
                  "KD-85XG8596",
                  "KD-85XG9505",
                  "KD-85XH8096",
                  "KD85XH9096",
                  "KDL-32RD433",
                  "KDL-32RE403",
                  "KDL-32W600D",
                  "KDL-32W6605",
                  "KDL-32WD750",
                  "KDL-32WD752",
                  "KDL-32WD753",
                  "KDL-32WD754",
                  "KDL-32WD755",
                  "KDL-32WD757",
                  "KDL-32WD759",
                  "KDL-32WE610",
                  "KDL-32WE613",
                  "KDL-40RD453",
                  "KDL-40WE660",
                  "KDL-40WE663",
                  "KDL-40WE665",
                  "KDL-43RF455",
                  "KDL-43WE750",
                  "KDL-43WE753",
                  "KDL-43WE755",
                  "KDL-43WF663",
                  "KDL-43WF665",
                  "KDL-43WG665",
                  "KDL-49WE750",
                  "KDL-49WE753",
                  "KDL-49WE755",
                  "KE-48A9",
                  "KE-55A8",
                  "KE-65A8",
                  "L32G7L",
                  "L43M7-7AEU",
                  "L43M7-FVEU",
                  "L55M7-FVEU",
                  "LC-32HI3322E",
                  "LC-40CFG6452E",
                  "LC-40FI3222EW",
                  "LC-40FI3322E",
                  "LC-40FI5342E",
                  "LC-43CFE6352E",
                  "LC-49XUF8772ES",
                  "LC-50UI7222E",
                  "LC-50UI7422E",
                  "LC-55XUF8772ES",
                  "LC-60UQ10E",
                  "LC-65CUG8062E",
                  "LC-65Q7000U",
                  "LC-70LE660U",
                  "LC-70UH30U",
                  "LC-80UH30U",
                  "LDS-4368",
                  "LS32AM500NNXZA",
                  "LS32AM502HNXZA",
                  "LS32AM702UNXZA",
                  "LS32BM702UNXGO",
                  "LS32BM703UNXZA",
                  "LS34C500GAUXXU",
                  "LS43BM702UNXZA",
                  "LT-32VF5955",
                  "LT-32VH5955",
                  "LT-43VA6955",
                  "LT-50VU8055",
                  "LT-55VU8055",
                  "LT-58VU8055",
                  "LT-65VU8055",
                  "M321i-A2",
                  "M322i-B1",
                  "M401i-A3",
                  "M422i-B1",
                  "M43-C1",
                  "M437-G0",
                  "M43Q6-J04",
                  "M43Q6M-K04",
                  "M471i-A2",
                  "M492i-B2",
                  "M50-C1",
                  "M50-E1",
                  "M501d-A2R",
                  "M502i-B1",
                  "M507-G1",
                  "M507RED-G1",
                  "M50Q6-J01",
                  "M50Q7-H1",
                  "M50Q7-J01",
                  "M50QXM-K01",
                  "M55-C2",
                  "M55-E0",
                  "M55-F0",
                  "M551d-A2R",
                  "M552i-B2",
                  "M556-G4",
                  "M556-H1",
                  "M557-G0",
                  "M558-G1",
                  "M55Q6-J01",
                  "M55Q6M-K01",
                  "M55Q7-H1",
                  "M55Q8-H1",
                  "M58Q7-J01",
                  "M60-C3",
                  "M60-D1",
                  "M602i-B3",
                  "M65-C1",
                  "M65-D0",
                  "M65-E0",
                  "M65-F0",
                  "M652i-B2",
                  "M656-G4",
                  "M657-G0",
                  "M658-G1",
                  "M65Q6-J09",
                  "M65Q6M-K04",
                  "M65Q7-H1",
                  "M65Q7-J01",
                  "M65Q8-H1",
                  "M65QXM-K03",
                  "M70-C3",
                  "M70-D3",
                  "M70-E3",
                  "M702i-B3",
                  "M70Q6-J03",
                  "M70Q6M-K03",
                  "M70Q7-J03",
                  "M75-C1",
                  "M75-E1",
                  "M75Q6-J03",
                  "M75Q6M-K03",
                  "M75Q7-J03",
                  "M75QXM-K03",
                  "M80-C3",
                  "M801i-A3",
                  "Mi TV P1 32",
                  "Mi TV P1 43",
                  "Mi TV P1 50",
                  "Mi TV P1 55",
                  "Mi TV Q1 75",
                  "NS-19E320A13",
                  "NS-24D310NA17",
                  "NS-24D420NA16",
                  "NS-24DF310NA19",
                  "NS-24DF310NA21",
                  "NS-24DF311SE21",
                  "NS-24F201NA23",
                  "NS-24F202NA23",
                  "NS-24LD120A13",
                  "NS-32D220NA18",
                  "NS-32D310NA15",
                  "NS-32DF310NA19",
                  "NS-32E740A12",
                  "NS-32F201NA23",
                  "NS-39D220NA16",
                  "NS-39DF510NA19",
                  "NS-39L240A13",
                  "NS-40D420NA16",
                  "NS-40D510NA17",
                  "NS-40DR420NA16",
                  "NS-42F201NA22",
                  "NS-42F201NA23",
                  "NS-43DF710NA19",
                  "NS-43DF710NA21",
                  "NS-43DR620NA18",
                  "NS-43F301NA22",
                  "NS-46L780A12",
                  "NS-50D510NA17",
                  "NS-50D510NA19",
                  "NS-50DF710NA19",
                  "NS-50DF710NA21",
                  "NS-50DF711SE21",
                  "NS-50F301NA24",
                  "NS-50F501NA22",
                  "NS-55DF710NA19",
                  "NS-55DF710NA21",
                  "NS-55F301NA22",
                  "NS-55F501NA22",
                  "NS-58F301NA22",
                  "NS-65DF710NA21",
                  "NS-65F301NA23",
                  "NS-65F501NA22",
                  "NS-70F301NA23",
                  "NS-70F501NA22",
                  "OLED42C24LA",
                  "OLED42C27LA",
                  "OLED42C2AUA",
                  "OLED42C2PUA",
                  "OLED42C31LA",
                  "OLED42C34LA",
                  "OLED42C37LA",
                  "OLED42C3PUA",
                  "OLED48A16LA",
                  "OLED48A26LA",
                  "OLED48A29LA",
                  "OLED48C14LB",
                  "OLED48C15LA",
                  "OLED48C16LA",
                  "OLED48C1AUB",
                  "OLED48C1PSA",
                  "OLED48C1PUB",
                  "OLED48C24LA",
                  "OLED48C25LB",
                  "OLED48C26LB",
                  "OLED48C2AUA",
                  "OLED48C2PUA",
                  "OLED48C34LA",
                  "OLED48C36LA",
                  "OLED48C37LA",
                  "OLED48C3PUA",
                  "OLED48CX6LB",
                  "OLED48CX8LC",
                  "OLED48CX9LB",
                  "OLED48CXPUB",
                  "OLED55-H1",
                  "OLED55A16LA",
                  "OLED55A1PUA",
                  "OLED55A26LA",
                  "OLED55A2PUA",
                  "OLED55B16LA",
                  "OLED55B26LA",
                  "OLED55B29LA",
                  "OLED55B2PUA",
                  "OLED55B36LA",
                  "OLED55B39LA",
                  "OLED55B3PUA",
                  "OLED55B6P",
                  "OLED55B6V",
                  "OLED55B7A",
                  "OLED55B7P",
                  "OLED55B7V",
                  "OLED55B8PUA",
                  "OLED55B8SLC",
                  "OLED55B9PLA",
                  "OLED55B9PUA",
                  "OLED55B9S",
                  "OLED55BX6LB",
                  "OLED55BX9LB",
                  "OLED55BXPUA",
                  "OLED55C14LB",
                  "OLED55C16LA",
                  "OLED55C24LA",
                  "OLED55C25LB",
                  "OLED55C26LD",
                  "OLED55C27LA",
                  "OLED55C2AUA",
                  "OLED55C2PUA",
                  "OLED55C34LA",
                  "OLED55C36LC",
                  "OLED55C37LA",
                  "OLED55C3AUA",
                  "OLED55C3PUA",
                  "OLED55C6P",
                  "OLED55C7P",
                  "OLED55C7V",
                  "OLED55C8AUA",
                  "OLED55C8PLA",
                  "OLED55C8PUA",
                  "OLED55C9AUA",
                  "OLED55C9PLA",
                  "OLED55C9PUA",
                  "OLED55CS6LA",
                  "OLED55CX3LA",
                  "OLED55CX9LA",
                  "OLED55CXPUA",
                  "OLED55E6P",
                  "OLED55E6V",
                  "OLED55E7N",
                  "OLED55E7P",
                  "OLED55E8PLA",
                  "OLED55E8PUA",
                  "OLED55E9PLA",
                  "OLED55E9PUA",
                  "OLED55G19LA",
                  "OLED55G1PUA",
                  "OLED55G26LA",
                  "OLED55G29LA",
                  "OLED55G2PUA",
                  "OLED55G36LA",
                  "OLED55G39LA",
                  "OLED55G3PUA",
                  "OLED55GXPUA",
                  "OLED65-H1",
                  "OLED65A16LA",
                  "OLED65A19LA",
                  "OLED65A1PUA",
                  "OLED65A29LA",
                  "OLED65A2PUA",
                  "OLED65B16LA",
                  "OLED65B26LA",
                  "OLED65B29LA",
                  "OLED65B2AUA",
                  "OLED65B2PUA",
                  "OLED65B36LA",
                  "OLED65B39LA",
                  "OLED65B3PUA",
                  "OLED65B6P",
                  "OLED65B6V",
                  "OLED65B7A",
                  "OLED65B7P",
                  "OLED65B8PLA",
                  "OLED65B8PUA",
                  "OLED65B8SLC",
                  "OLED65B9PLA",
                  "OLED65B9PUA",
                  "OLED65B9SLA",
                  "OLED65BX9LB",
                  "OLED65BXPUA",
                  "OLED65C14LB",
                  "OLED65C16LA",
                  "OLED65C1PUB",
                  "OLED65C24LA",
                  "OLED65C26LD",
                  "OLED65C27LA",
                  "OLED65C2AUA",
                  "OLED65C2PUA",
                  "OLED65C34LA",
                  "OLED65C36LC",
                  "OLED65C3AUA",
                  "OLED65C3PUA",
                  "OLED65C6P",
                  "OLED65C8AUA",
                  "OLED65C8PLA",
                  "OLED65C8PUA",
                  "OLED65C9AUA",
                  "OLED65C9PLA",
                  "OLED65C9PUA",
                  "OLED65CS6LA",
                  "OLED65CX9LA",
                  "OLED65CXPUA",
                  "OLED65E7P",
                  "OLED65E8PLA",
                  "OLED65E8PUA",
                  "OLED65E9PLA",
                  "OLED65E9PUA",
                  "OLED65G19LA",
                  "OLED65G23LA",
                  "OLED65G26LA",
                  "OLED65G29LA",
                  "OLED65G2PUA",
                  "OLED65G36LA",
                  "OLED65G39LA",
                  "OLED77A16LA",
                  "OLED77A19LA",
                  "OLED77A1PUA",
                  "OLED77B16LA",
                  "OLED77B19LA",
                  "OLED77B26LA",
                  "OLED77B29LA",
                  "OLED77B2PUA",
                  "OLED77B36LA",
                  "OLED77B39LA",
                  "OLED77B3PUA",
                  "OLED77C14LB",
                  "OLED77C16LA",
                  "OLED77C24LA",
                  "OLED77C26LD",
                  "OLED77C27LA",
                  "OLED77C2PUA",
                  "OLED77C34LA",
                  "OLED77C37LA",
                  "OLED77C3PUA",
                  "OLED77C8PUA",
                  "OLED77C9PUB",
                  "OLED77CS9LA",
                  "OLED77CX9LA",
                  "OLED77CXPUA",
                  "OLED77G19LA",
                  "OLED77G23LA",
                  "OLED77G26LA",
                  "OLED77G36LA",
                  "OLED77G3PUA",
                  "OLED77G6P",
                  "OLED77G7P",
                  "OLED77Z19LA",
                  "OLED77Z2PUA",
                  "OLED77ZX9LA",
                  "OLED77ZXPUA",
                  "OLED83C14LA",
                  "OLED83C1PUA",
                  "OLED83C24LA",
                  "OLED83C27LA",
                  "OLED83C2PUA",
                  "OLED83C34LA",
                  "OLED83C37LA",
                  "OLED83C3PUA",
                  "OLED83G26LA",
                  "OLED83G2PUA",
                  "OLED83G3PUA",
                  "OLED88Z2PUA",
                  "OLED97G2PUA",
                  "OLED97M3PUA",
                  "OT55A1KAGC",
                  "P14327",
                  "P14900",
                  "P15501",
                  "P15511",
                  "P15521",
                  "P15522",
                  "P16512",
                  "P50-C1",
                  "P55-C1",
                  "P55-E1",
                  "P55-F1",
                  "P552ui-B2",
                  "P602ui-B3",
                  "P65-C1",
                  "P65-E1",
                  "P65-F1",
                  "P652ui-B2",
                  "P659-G1",
                  "P65Q9-J01",
                  "P65QX-H1",
                  "P702ui-B3",
                  "P75-C1",
                  "P75-F1",
                  "P759-G1",
                  "P75Q9-H61",
                  "P75Q9-J01",
                  "P75QX-H1",
                  "P85QX-H1",
                  "P85QX-J01",
                  "PQ65-F1",
                  "PRIME24C14S",
                  "PRIME32C15GLE",
                  "PRIME32M14H",
                  "PRIME40C15GLE",
                  "PRIME40X14F",
                  "QE32Q50AAUXXU",
                  "QE43LS03BGUXXU",
                  "QE43Q60BAUXXC",
                  "QE43Q60BAUXXU",
                  "QE43Q65AAUXXU",
                  "QE43Q65BAUXZT",
                  "QE43QN90BATXXC",
                  "QE43QN94BATXZT",
                  "QE50LS03BG",
                  "QE50Q60BAUXXC",
                  "QE50Q60BAUXXU",
                  "QE50Q60BAUXZT",
                  "QE50Q65AAUXXU",
                  "QE50Q65CAUXZT",
                  "QE50Q80BATXXC",
                  "QE50QN90BATXXC",
                  "QE50QN90BATXXU",
                  "QE50QN90BATXZT",
                  "QE50QN94BATXZT",
                  "QE55Q60BAUXXC",
                  "QE55Q60BAUXXU",
                  "QE55Q64BAUXXC",
                  "QE55Q65AAUXXU",
                  "QE55Q70BATXXC",
                  "QE55Q75BATXXU",
                  "QE55Q80BATXXU",
                  "QE55QN700BTXXU",
                  "QE55QN85BATXXC",
                  "QE55QN90BATXXC",
                  "QE55QN90BATXXU",
                  "QE55QN94AATXXU",
                  "QE55QN94BATXZT",
                  "QE55QN95BATXXC",
                  "QE55S90CATXXU",
                  "QE65Q64BAUXXC",
                  "QE65Q65BAUXXU",
                  "QE65Q70BATXXC",
                  "QE65Q80BATXXC",
                  "QE65Q80BATXXU",
                  "QE65QN700ATXXU",
                  "QE65QN700BTXXU",
                  "QE65QN900ATXZT",
                  "QE65QN900BTXZT",
                  "QE65QN94AATXXU",
                  "QE65QN94BATXZT",
                  "QE65S90CATXXU",
                  "QE65S95BATXZT",
                  "QE75Q60BAUXXU",
                  "QE75Q64BAUXXC",
                  "QE75Q65AAUXXU",
                  "QE75Q75BATXXU",
                  "QE75Q7FNATXXC",
                  "QE75Q80AATXXC",
                  "QE75QN700ATXXU",
                  "QE75QN700BTXXU",
                  "QE75QN800ATXXC",
                  "QE75QN85BATXXC",
                  "QE75QN90BATXXC",
                  "QE75QN90BATXZT",
                  "QE75QN94AATXXU",
                  "QE75QN95BATXXU",
                  "QE75QN95BATXZT",
                  "QE77S90CATXXU",
                  "QE85Q60CAUXXU",
                  "QE85QN800BTXXC",
                  "QE98QN90AATXXU",
                  "QN32LS03BBFXZA",
                  "QN32Q60AAFXZA",
                  "QN43LS03AAFXZA",
                  "QN43LS03BAFXZA",
                  "QN43LS03RAFXZA",
                  "QN43Q60AAFXZA",
                  "QN43Q60BAFXZA",
                  "QN43Q60RAFXZA",
                  "QN43QN90AAFXZA",
                  "QN43QN90BAFXZA",
                  "QN49Q60RAFXZA",
                  "QN49Q6FAMFXZA",
                  "QN49Q70RAFXZA",
                  "QN49Q80TAFXZA",
                  "QN50LS03AAFXZA",
                  "QN50LS03BAFXZA",
                  "QN50LS03TAFXZA",
                  "QN50Q60AAFXZA",
                  "QN50Q60BAFXZA",
                  "QN50Q60BDFXZA",
                  "QN50Q80AAFXZA",
                  "QN50Q80BAFXZA",
                  "QN50Q80TAFXZA",
                  "QN50QN90AAFXZA",
                  "QN50QN90BAFXZA",
                  "QN55LS01BAFXZA",
                  "QN55LS03AAFXZA",
                  "QN55LS03BAFXZA",
                  "QN55LS03RAFXZA",
                  "QN55LS03TAFXZA",
                  "QN55Q60AAFXZA",
                  "QN55Q60BAFXZA",
                  "QN55Q60BDFXZA",
                  "QN55Q60RAFXZA",
                  "QN55Q70AAFXZA",
                  "QN55Q7CNAFXZA",
                  "QN55Q7FAMFXZA",
                  "QN55Q7FNAFXZA",
                  "QN55Q80AAFXZA",
                  "QN55Q80BAFXZA",
                  "QN55Q80RAFXZA",
                  "QN55Q8CAMFXZA",
                  "QN55QN85AAFXZA",
                  "QN55QN85BAFXZA",
                  "QN55QN90AAFXZA",
                  "QN55QN90BAFXZA",
                  "QN55QN95BAFXZA",
                  "QN55S95BAFXZA",
                  "QN60Q60AAFXZA",
                  "QN60Q60BAFXZA",
                  "QN65LS03AAFXZA",
                  "QN65LS03RAFXZA",
                  "QN65LS03TAFXZA",
                  "QN65LST9TAFXZA",
                  "QN65Q60AAFXZA",
                  "QN65Q60BAFXZA",
                  "QN65Q60RAFXZA",
                  "QN65Q6DRAFXZA",
                  "QN65Q70AAFXZA",
                  "QN65Q70RAFXZA",
                  "QN65Q7DRAFXZA",
                  "QN65Q7FAMFXZA",
                  "QN65Q7FNAFXZA",
                  "QN65Q80AAFXZA",
                  "QN65Q80BAFXZA",
                  "QN65Q80BDFXZA",
                  "QN65Q80RAFXZA",
                  "QN65Q80TAFXZA",
                  "QN65Q900RBFXZA",
                  "QN65Q900TSFXZA",
                  "QN65Q90RAFXZA",
                  "QN65QN800AFXZA",
                  "QN65QN800BFXZA",
                  "QN65QN85BAFXZA",
                  "QN65QN900BFXZA",
                  "QN65QN90AAFXZA",
                  "QN65QN90BAFXZA",
                  "QN65QN95BAFXZA",
                  "QN65S95BAFXZA",
                  "QN70Q60AAVXZA",
                  "QN70Q60BAFXZA",
                  "QN70Q60BDFXZA",
                  "QN75LS03AAFXZA",
                  "QN75LS03BAFXZA",
                  "QN75LST9TAFXZA",
                  "QN75Q60AAFXZA",
                  "QN75Q60BAFXZA",
                  "QN75Q60RAFXZA",
                  "QN75Q70AAFXZA",
                  "QN75Q70TAFXZA",
                  "QN75Q800TAFXZA",
                  "QN75Q80AAFXZA",
                  "QN75Q80BAFXZA",
                  "QN75Q80RAFXZA",
                  "QN75Q900RBFXZA",
                  "QN75Q900TSFXZA",
                  "QN75Q90RAFXZA",
                  "QN75Q90TAFXZA",
                  "QN75Q9FAMFXZA",
                  "QN75QN800AFXZA",
                  "QN75QN800BFXZA",
                  "QN75QN850BFXZA",
                  "QN75QN85BAFXZA",
                  "QN75QN900AFXZA",
                  "QN75QN900BFXZA",
                  "QN75QN90AAFXZA",
                  "QN75QN90BAFXZA",
                  "QN75QN95BAFXZA",
                  "QN77S95CAFXZA",
                  "QN82Q60RAFXZA",
                  "QN82Q60TAFXZA",
                  "QN82Q70RAFXZA",
                  "QN82Q800TAFXZA",
                  "QN82Q80RAFXZA",
                  "QN82Q8FNBFXZA",
                  "QN82Q900RBFXZA",
                  "QN82Q90RAFXZA",
                  "QN83S90CAEXZA",
                  "QN85LS03BAFXZA",
                  "QN85Q60AAFXZA",
                  "QN85Q60BAFXZA",
                  "QN85Q60BDFXZA",
                  "QN85Q70AAFXZA",
                  "QN85Q70RAFXZA",
                  "QN85Q70TAFXZA",
                  "QN85Q80AAFXZA",
                  "QN85Q80BAFXZA",
                  "QN85Q80TAFXZA",
                  "QN85Q900RAFXZA",
                  "QN85QN800AFXZA",
                  "QN85QN800BFXZA",
                  "QN85QN85BAFXZA",
                  "QN85QN900AFXZA",
                  "QN85QN900BFXZA",
                  "QN85QN90AAFXZA",
                  "QN85QN90BAFXZA",
                  "QN85QN95BAFXZA",
                  "QN98QN90AAFXZA",
                  "SB-V-55-4KHDR-BL",
                  "SS215U22",
                  "TC-55CX800U",
                  "TQ43Q60CAUXXC",
                  "TQ50Q60CAUXXC",
                  "TQ55Q60CAUXXC",
                  "TU55CU7105KXXC",
                  "TX-24DS500B",
                  "TX-24FS503",
                  "TX-24FSW504",
                  "TX-24JSW354",
                  "TX-24LS480",
                  "TX-32DS500B",
                  "TX-32DS600E",
                  "TX-32ES400",
                  "TX-32ES400E",
                  "TX-32FS400E",
                  "TX-32FS503E",
                  "TX-32FSW504",
                  "TX-32G310E",
                  "TX-32G320E",
                  "TX-32GW334",
                  "TX-32JSW354",
                  "TX-32LS480E",
                  "TX-32LS490B",
                  "TX-40CS520E",
                  "TX-40CS620E",
                  "TX-40CX700E",
                  "TX-40DS400E",
                  "TX-40DS500B",
                  "TX-40DS500E",
                  "TX-40DX653",
                  "TX-40DXW734",
                  "TX-40ES403",
                  "TX-40ES510E",
                  "TX-40EX600E",
                  "TX-40EX700B",
                  "TX-40FS503E",
                  "TX-40GX700B",
                  "TX-40GX710E",
                  "TX-40GX810E",
                  "TX-40GX830E",
                  "TX-40GXW704",
                  "TX-40GXW804",
                  "TX-40JXW834",
                  "TX-40JXW854",
                  "TX-43CX750E",
                  "TX-43FX600B",
                  "TX-43HX580B",
                  "TX-43HXW944",
                  "TX-43LX800B",
                  "TX-43MX610B",
                  "TX-43MX800B",
                  "TX-43MXW834",
                  "TX-49DS500B",
                  "TX-49FX600E",
                  "TX-49FX650B",
                  "TX-49FX700B",
                  "TX-49FX700E",
                  "TX-49FX780E",
                  "TX-49LXW944",
                  "TX-50CX700E",
                  "TX-50DX730",
                  "TX-50DX750B",
                  "TX-50DX800E",
                  "TX-50DXW734",
                  "TX-50EX700B",
                  "TX-50EX703E",
                  "TX-50EX750B",
                  "TX-50GX700B",
                  "TX-50GX800B",
                  "TX-50GX800E",
                  "TX-50GX810E",
                  "TX-50GXW584",
                  "TX-50GXW804",
                  "TX-50HX580",
                  "TX-50HX600",
                  "TX-50HXW584",
                  "TX-50HXW804",
                  "TX-50JX600B",
                  "TX-50JX800B",
                  "TX-50JX800E",
                  "TX-50JXW704",
                  "TX-50JXW834",
                  "TX-50JXW854",
                  "TX-50MX610B",
                  "TX-55CX700E",
                  "TX-55EX600E",
                  "TX-55FX550E",
                  "TX-55FX600B",
                  "TX-55FX600E",
                  "TX-55FX613",
                  "TX-55FX623E",
                  "TX-55FX650B",
                  "TX-55FX700B",
                  "TX-55FX700E",
                  "TX-55FX740E",
                  "TX-55FX780E",
                  "TX-55FZ800E",
                  "TX-55FZ802B",
                  "TX-55FZ950E",
                  "TX-55GXW904",
                  "TX-55GZ1000",
                  "TX-55GZ2000E",
                  "TX-55GZ950E",
                  "TX-55GZ960E",
                  "TX-55HX580B",
                  "TX-55HXW584",
                  "TX-55HZ1500E",
                  "TX-55JX710E",
                  "TX-55JX940E",
                  "TX-55JXW704",
                  "TX-55JZ1500E",
                  "TX-55JZ2000E",
                  "TX-55LX800B",
                  "TX-55LZ800B",
                  "TX-55LZ800E",
                  "TX-55LZW804",
                  "TX-55MX610B",
                  "TX-58DX700",
                  "TX-58DX730",
                  "TX-58DX780E",
                  "TX-58DX800E",
                  "TX-58DX900E",
                  "TX-58DX902B",
                  "TX-58DXW734",
                  "TX-58EX700B",
                  "TX-58EX703E",
                  "TX-58EX780E",
                  "TX-58GX700E",
                  "TX-58GX800E",
                  "TX-58GX810E",
                  "TX-58GXW704",
                  "TX-58HX800B",
                  "TX-58HXW804",
                  "TX-58JX800E",
                  "TX-65DX902B",
                  "TX-65EX600E",
                  "TX-65EX700B",
                  "TX-65EX730E",
                  "TX-65EX750B",
                  "TX-65EX780E",
                  "TX-65EZ950E",
                  "TX-65FX600B",
                  "TX-65FX623E",
                  "TX-65FX700B",
                  "TX-65FX750B",
                  "TX-65FX780E",
                  "TX-65FZ800E",
                  "TX-65FZ950E",
                  "TX-65GX700B",
                  "TX-65GX800B",
                  "TX-65GXW704",
                  "TX-65GXW904",
                  "TX-65GZ950B",
                  "TX-65GZ950E",
                  "TX-65GZW1004",
                  "TX-65HXW804",
                  "TX-65HXW944",
                  "TX-65HZ1500E",
                  "TX-65HZ980B",
                  "TX-65JX800B",
                  "TX-65JX800E",
                  "TX-65JX940B",
                  "TX-65JXW704",
                  "TX-65JXW834",
                  "TX-65JXW854",
                  "TX-65JZ1000E",
                  "TX-65JZ2000E",
                  "TX-65LX650E",
                  "TX-65LX800B",
                  "TX-65LZ1500E",
                  "TX-65LZ800B",
                  "TX-65LZ800E",
                  "TX-65LZW804",
                  "TX-65MX700E",
                  "TX-75FX750B",
                  "TX-75FX780E",
                  "TX-75HX940E",
                  "TX-75JX940B",
                  "TX-75JX940E",
                  "TX-75LX800B",
                  "TX-75MX800B",
                  "TX-77EZ1000E",
                  "U43H7A",
                  "U558CV-UMR",
                  "U65C7006",
                  "U758CV-UMR",
                  "UA32T5300AUXLY",
                  "UE24N4305",
                  "UE32T4300AKXXU",
                  "UE40KU6000K",
                  "UE40MU6102KXXH",
                  "UE40MU6170UXZG",
                  "UE43AU7020KXXU",
                  "UE43AU7090UXZT",
                  "UE43AU7095UXXC",
                  "UE43AU7172UXXH",
                  "UE43AU7190UXZT",
                  "UE43BU8000KXXU",
                  "UE43BU8500KXXU",
                  "UE43CU7100KXXU",
                  "UE43CU7172UXXH",
                  "UE43CU71A0KXXU",
                  "UE43TU8005KXXC",
                  "UE48JU6450U",
                  "UE49MU6220KXXU",
                  "UE49MU7000TXXU",
                  "UE49RU7379UXZG",
                  "UE50AU7095",
                  "UE50AU7110KXXU",
                  "UE50BU8000KXXN",
                  "UE50BU8000KXXU",
                  "UE50BU8500KXXU",
                  "UE50CU7100KXXU",
                  "UE50CU7110KXXU",
                  "UE50CU8000KXXU",
                  "UE50MU6172UXXH",
                  "UE55AU7090UXZT",
                  "UE55AU7095UXXC",
                  "UE55AU7110KXXU",
                  "UE55AU7190UXZT",
                  "UE55AU8000KXXU",
                  "UE55AU9000KXXU",
                  "UE55BU8000KXXU",
                  "UE55CU7110KXXU",
                  "UE55CU8500KXXU",
                  "UE55MU6170UXZG",
                  "UE55MU7000TXXU",
                  "UE55MU8000TXXU",
                  "UE55RU7379UXZG",
                  "UE55TU8005KXXC",
                  "UE58AU7100KXXU",
                  "UE58AU7110KXXU",
                  "UE58CU7100KXXU",
                  "UE60BU8000KXXU",
                  "UE65AU7020KXXU",
                  "UE65AU7095",
                  "UE65AU7100KXXU",
                  "UE65AU8000KXXU",
                  "UE65AU9000KXXU",
                  "UE65BU8570UXZT",
                  "UE65JS9500T",
                  "UE65MU6220KXXU",
                  "UE65MU7000TXXU",
                  "UE65MU8000TXXU",
                  "UE70BU8000KXXU",
                  "UE75BU8000KXXU",
                  "UE75BU8005KXXC",
                  "UE75BU8500KXXU",
                  "UE85BU8000KXXC",
                  "UE85BU8000KXXU",
                  "UN32M4500AFXZA",
                  "UN40J5500AFXZA",
                  "UN40KU6300FXZA",
                  "UN40N5200AFXZA",
                  "UN43AU8000FXZA",
                  "UN43CU7000FXZA",
                  "UN43RU7100FXZA",
                  "UN43TU690TFXZA",
                  "UN49KS8000FXZA",
                  "UN50J5200AFXZA",
                  "UN50RU7100FXZA",
                  "UN55AU8000FXZA",
                  "UN55K6250AFXZA",
                  "UN55KS850D",
                  "UN55KU630DFXZA",
                  "UN55KU6500FXZA",
                  "UN55KU7000FXZA",
                  "UN55NU7100FXZA",
                  "UN55RU7100FXZA",
                  "UN55RU7300FXZA",
                  "UN55RU8000FXZA",
                  "UN55TU690TFXZA",
                  "UN58RU7100FXZA",
                  "UN60TU7000FXZA",
                  "UN65KS850DFXZA",
                  "UN65MU6500FXZA",
                  "UN65RU7100FXZA",
                  "UN65RU7300FXZA",
                  "UN65RU8000FXZA",
                  "UN65TU7000FXZA",
                  "UN65TU8300FXZA",
                  "UN75RU7100FXZA",
                  "UN75RU8000FXZA",
                  "UN85CU8000FXZA",
                  "UN86TU9000FXZA",
                  "UN86TU9010FXZA",
                  "V405-G9",
                  "V435-G0",
                  "V435-J01",
                  "V435M-K04",
                  "V436-G1",
                  "V505-G9",
                  "V505-H19",
                  "V505-J09",
                  "V505M-K09",
                  "V555-G1",
                  "V555-J01",
                  "V555M-K01",
                  "V585-J01",
                  "V585M-K01",
                  "V605-G3",
                  "V655-G9",
                  "V655-J09",
                  "V655M-K03",
                  "V705-H13",
                  "V705-J01",
                  "V705-J03",
                  "V705M-K03",
                  "V755-J04",
                  "V755M-K03",
                  "WD24HX1201",
                  "WD24HX5201",
                  "WD32HX1201",
                  "WD32HX5201",
                  "WR42FX2210",
                  "WR43FX2212",
                  "WR50UX4210",
                  "X14311",
                  "X14330",
                  "X14351",
                  "X14912",
                  "X15031",
                  "X15052",
                  "X15511",
                  "X15513",
                  "X15523",
                  "X15532",
                  "X15554",
                  "X15556",
                  "X322BV-SR",
                  "X328BV-SR",
                  "X405BV-FSR",
                  "X415BV-FSR",
                  "X438BV-FSR",
                  "X505BV-FSR",
                  "XBR-100Z9D",
                  "XBR-43X800D",
                  "XBR-43X800E",
                  "XBR-43X800G",
                  "XBR-43X800H",
                  "XBR-48A9S",
                  "XBR-49X700D",
                  "XBR-49X800D",
                  "XBR-49X800E",
                  "XBR-49X800G",
                  "XBR-49X800H",
                  "XBR-49X900E",
                  "XBR-49X950H",
                  "XBR-55A1E",
                  "XBR-55A8F",
                  "XBR-55A8G",
                  "XBR-55A8H",
                  "XBR-55A9F",
                  "XBR-55A9G",
                  "XBR-55X700D",
                  "XBR-55X800E",
                  "XBR-55X800G",
                  "XBR-55X800H",
                  "XBR-55X850D",
                  "XBR-55X850G",
                  "XBR-55X900E",
                  "XBR-55X900H",
                  "XBR-55X930D",
                  "XBR-55X930E",
                  "XBR-55X950G",
                  "XBR-55X950H",
                  "XBR-60X830F",
                  "XBR-65A1E",
                  "XBR-65A8F",
                  "XBR-65A8G",
                  "XBR-65A8H",
                  "XBR-65A9F",
                  "XBR-65A9G",
                  "XBR-65X750D",
                  "XBR-65X800G",
                  "XBR-65X800H",
                  "XBR-65X850E",
                  "XBR-65X850G",
                  "XBR-65X900E",
                  "XBR-65X900F",
                  "XBR-65X900H",
                  "XBR-65X930E",
                  "XBR-65X950G",
                  "XBR-65X950H",
                  "XBR-65Z9D",
                  "XBR-70X830F",
                  "XBR-75X800G",
                  "XBR-75X800H",
                  "XBR-75X850D",
                  "XBR-75X850E",
                  "XBR-75X850G",
                  "XBR-75X900E",
                  "XBR-75X900F",
                  "XBR-75X900H",
                  "XBR-75X940D",
                  "XBR-75X940E",
                  "XBR-75X950G",
                  "XBR-75X950H",
                  "XBR-75Z8H",
                  "XBR-75Z9D",
                  "XBR-77A1E",
                  "XBR-77A9G",
                  "XBR-85X800H",
                  "XBR-85X850D",
                  "XBR-85X850F",
                  "XBR-85X850G",
                  "XBR-85X900F",
                  "XBR-85X900H",
                  "XBR-85X950G",
                  "XBR-85X950H",
                  "XBR-85Z8H",
                  "XBR-85Z9G",
                  "XR-100X92",
                  "XR-42A90K",
                  "XR-48A90K",
                  "XR-50X90J",
                  "XR-50X90S",
                  "XR-55A75K",
                  "XR-55A80J",
                  "XR-55A80K",
                  "XR-55A80L",
                  "XR-55A90J",
                  "XR-55A95K",
                  "XR-55A95L",
                  "XR-55X90J",
                  "XR-55X90K",
                  "XR-55X90L",
                  "XR-65A75K",
                  "XR-65A80J",
                  "XR-65A80K",
                  "XR-65A80L",
                  "XR-65A83K",
                  "XR-65A90J",
                  "XR-65A95K",
                  "XR-65A95L",
                  "XR-65X90J",
                  "XR-65X90K",
                  "XR-65X90L",
                  "XR-65X93L",
                  "XR-65X95J",
                  "XR-65X95K",
                  "XR-65X95L",
                  "XR-75X90J",
                  "XR-75X90K",
                  "XR-75X90L",
                  "XR-75X93L",
                  "XR-75X95J",
                  "XR-75X95K",
                  "XR-75Z9J",
                  "XR-75Z9K",
                  "XR-77A80J",
                  "XR-77A80K",
                  "XR-77A80L",
                  "XR-77A95L",
                  "XR-83A80L",
                  "XR-83A90J",
                  "XR-85X90K",
                  "XR-85X90L",
                  "XR-85X93L",
                  "XR-85X95J",
                  "XR-85X95K",
                  "XR-85X95L",
                  "XR-85Z9J",
                  "XR-85Z9K",
                  "XR-98X90L"
                ],
                "enumNames": [
                  "22LB4510",
                  "22LJ4540",
                  "22LN4500",
                  "22LN4510",
                  "22PFH4000/88",
                  "22PFK4000/12",
                  "22PFS4232/12",
                  "22PFS5303/12",
                  "22PFS5403/12",
                  "22PFT4232/12",
                  "22PFT5303/12",
                  "24HA10T3",
                  "24HC3023",
                  "24HE2100",
                  "24HN10T2",
                  "24HN10T3",
                  "24LB4510",
                  "24LB451B",
                  "24LF452B",
                  "24LF454B",
                  "24LH4830-PU",
                  "24LJ4540",
                  "24LJ4540-WU",
                  "24LM530S-PU",
                  "24LN4510",
                  "24MT48DF-PZ",
                  "24PFL3603/F7",
                  "24PFS4032/12",
                  "24PFS5303/12",
                  "24PFS5505/12",
                  "24PFS5603/12",
                  "24PFS6805/12",
                  "24PFT4022/12",
                  "24PFT5303/12",
                  "24PHH4000/88",
                  "24PHK5210/12",
                  "24PHS4022/12",
                  "24PHS4304/12",
                  "24PHS4354/12",
                  "24PHS5537/12",
                  "24TL520S",
                  "24TQ510S-PZ",
                  "24WK3C63DB",
                  "24WK3C64DB",
                  "26LN4500",
                  "27LQ615S-PU",
                  "28D2700",
                  "28LJ430B-PU",
                  "28LN4500",
                  "28S305",
                  "28TK410V",
                  "28TL510S-PZ",
                  "29LB4510",
                  "29LN4510",
                  "32A4BG",
                  "32A4DG",
                  "32A4EG",
                  "32A4EGTUK",
                  "32A4FG",
                  "32A4H",
                  "32A5600F",
                  "32A5KQ",
                  "32CB2E",
                  "32D100",
                  "32D2700",
                  "32D3763DA",
                  "32DS520",
                  "32E4KT",
                  "32E635BHS",
                  "32F510B",
                  "32FE2E",
                  "32FG6EA",
                  "32H4030F3",
                  "32H4F",
                  "32H4G",
                  "32H5500F",
                  "32H5590F",
                  "32HA20V3",
                  "32HA2S13",
                  "32HAE4250",
                  "32HAE4350",
                  "32HC2003",
                  "32HC4043",
                  "32HE1005",
                  "32HE2100",
                  "32HE2200",
                  "32HE4100",
                  "32HE4300",
                  "32HFL2889S/12",
                  "32HFL5014/12",
                  "32L3733DG",
                  "32L3753DB",
                  "32LB520B",
                  "32LB5600",
                  "32LB560B",
                  "32LB5800",
                  "32LF561V",
                  "32LF595B",
                  "32LH500B",
                  "32LH530V",
                  "32LH550B",
                  "32LH570U",
                  "32LH604V",
                  "32LJ500B",
                  "32LJ510U",
                  "32LJ550B",
                  "32LJ550M",
                  "32LJ610V",
                  "32LK500BPLA",
                  "32LK510BPLD",
                  "32LK540BPUA",
                  "32LK6100PLB",
                  "32LK610B",
                  "32LK610BPUA",
                  "32LL3A63DG",
                  "32LM500BPUA",
                  "32LM570BPUA",
                  "32LM6300PLA",
                  "32LM630BPLA",
                  "32LM637BPLA",
                  "32LN520B",
                  "32LN5300",
                  "32LN530B",
                  "32LN5310",
                  "32LN5700",
                  "32LQ63006LA",
                  "32LQ63806LC",
                  "32M325BH",
                  "32MTB2000",
                  "32MTC6000",
                  "32PFH4100/88",
                  "32PFH5300/88",
                  "32PFH5501/88",
                  "32PFK4100/12",
                  "32PFK4101/12",
                  "32PFK5300/12",
                  "32PFK5500/12",
                  "32PFK6500/12",
                  "32PFL4664/F7",
                  "32PFL5505/F7",
                  "32PFS4131/12",
                  "32PFS4132/12",
                  "32PFS5362/12",
                  "32PFS5603/12",
                  "32PFS5803/12",
                  "32PFS5823/12",
                  "32PFS6402/12",
                  "32PFS6805/12",
                  "32PFS6905/12",
                  "32PFS6906/12",
                  "32PFS6908/12",
                  "32PFT4132/12",
                  "32PFT5603/12",
                  "32PFT6500/12",
                  "32PHH4100/88",
                  "32PHK4100/12",
                  "32PHS4012/12",
                  "32PHS4032/12",
                  "32PHS4131/12",
                  "32PHS4503/12",
                  "32PHS5301/12",
                  "32PHS5505/12",
                  "32PHS5507/12",
                  "32PHS5525/12",
                  "32PHS5527/12",
                  "32PHS6605/12",
                  "32PHS6808/12",
                  "32PHT4001/05",
                  "32PHT4032/12",
                  "32PHT4203/12",
                  "32PHT5505/05",
                  "32S21",
                  "32S305",
                  "32S325",
                  "32S327",
                  "32S331",
                  "32S334",
                  "32S335",
                  "32S350R",
                  "32S355",
                  "32S356",
                  "32S357",
                  "32S359",
                  "32S3750",
                  "32S3800",
                  "32S5400",
                  "32SF540",
                  "32V35KU",
                  "32W1633DB",
                  "32W1863DG",
                  "32W2863DG",
                  "32W3963DG",
                  "32WK3C64DB",
                  "32WL3A63DG",
                  "32WV2353DB",
                  "32WV3E63DG",
                  "39HE2200",
                  "39HE4005",
                  "39L2863DG",
                  "39L3769DA",
                  "39LB5600",
                  "39LB650V",
                  "39LN5300",
                  "39LN5700",
                  "39PHS6707/12",
                  "40A45H",
                  "40A4FG",
                  "40A4GV",
                  "40A4H",
                  "40A4K",
                  "40A5KQ",
                  "40BL3EA",
                  "40BL5EA",
                  "40BN3EA",
                  "40BN5EA",
                  "40D100",
                  "40E4KT",
                  "40FA20V3",
                  "40FB4003",
                  "40FD2700",
                  "40FG6EA",
                  "40FI6EA",
                  "40FS3750",
                  "40FS3850",
                  "40H4030F1",
                  "40H4F",
                  "40H5500F",
                  "40L2863DG",
                  "40LF6300",
                  "40PFH5300/88",
                  "40PFK4100/12",
                  "40PFK5300/12",
                  "40PFK5500/12",
                  "40PFK6510/12",
                  "40PFT4200/12",
                  "40PFT5501/12",
                  "40PUK6400/12",
                  "40S305",
                  "40S325",
                  "40S334",
                  "40S350R",
                  "40S355",
                  "40S5200",
                  "40S5401A",
                  "40S615",
                  "40SF540",
                  "40UB8000",
                  "42GA6400",
                  "42LA6200",
                  "42LB5600",
                  "42LB5800",
                  "42LB6300",
                  "42LF5800",
                  "42LN5200",
                  "42LN5300",
                  "42LN5400",
                  "42LN5700",
                  "42MTC6000",
                  "42OLED808/12",
                  "42PFL7406K/02",
                  "42PN4500",
                  "43A4H",
                  "43A67H",
                  "43A6BGTUK",
                  "43A6EGTUK",
                  "43A6FG",
                  "43A6G",
                  "43A6K",
                  "43A7300F",
                  "43A7500F",
                  "43A78GQ",
                  "43A7GQ",
                  "43AE7200F",
                  "43C350KU",
                  "43C635",
                  "43C645",
                  "43DM72UA",
                  "43E6KT",
                  "43E6KTUK",
                  "43E78HQ",
                  "43E7KQ",
                  "43FN10T2",
                  "43FP110",
                  "43H4030F3",
                  "43H4F",
                  "43H5500G",
                  "43H6570G",
                  "43HAE4251",
                  "43HAK5350",
                  "43HAK5751",
                  "43HE4005",
                  "43HE4205",
                  "43HFL5014/12",
                  "43HK5600",
                  "43L3653DB",
                  "43L3663DA",
                  "43L3753DB",
                  "43L3863DG",
                  "43LF5100",
                  "43LF5400",
                  "43LF590V",
                  "43LH5500",
                  "43LH5700",
                  "43LH570A",
                  "43LJ5000",
                  "43LJ500M",
                  "43LJ5500",
                  "43LK5700PUA",
                  "43LL3C63DAY",
                  "43MUB8001",
                  "43NANO75UQA",
                  "43NANO766QA",
                  "43P610",
                  "43P615",
                  "43P638",
                  "43P639",
                  "43P725K",
                  "43PFL5603/F7",
                  "43PFL5703/F7",
                  "43PFL5704/F7",
                  "43PFL5766/F6",
                  "43PFL5766/F7",
                  "43PFS4012/12",
                  "43PFS4112/12",
                  "43PFS4131/12",
                  "43PFS5301/12",
                  "43PFS5302/12",
                  "43PFS5503/12",
                  "43PFS5505/12",
                  "43PFS5507/12",
                  "43PFS5525/12",
                  "43PFS5803/12",
                  "43PFS5823/12",
                  "43PFS6805/12",
                  "43PFS6808/12",
                  "43PFT5503/12",
                  "43PUK7100/12",
                  "43PUS6101/12",
                  "43PUS6162/12",
                  "43PUS6201/12",
                  "43PUS6262/12",
                  "43PUS6401/12",
                  "43PUS6432/12",
                  "43PUS6501/12",
                  "43PUS6503/12",
                  "43PUS6504/12",
                  "43PUS6551/12",
                  "43PUS6554/12",
                  "43PUS6703/12",
                  "43PUS6704/12",
                  "43PUS6754/12",
                  "43PUS6804/12",
                  "43PUS6814/12",
                  "43PUS7100/12",
                  "43PUS7303/12",
                  "43PUS7304/12",
                  "43PUS7394/12",
                  "43PUS7406/12",
                  "43PUS7505/12",
                  "43PUS7506/12",
                  "43PUS7556/12",
                  "43PUS7607/12",
                  "43PUS7608/12",
                  "43PUS7805/12",
                  "43PUS7855/12",
                  "43PUS7906/12",
                  "43PUS7956/12",
                  "43PUS8007/12",
                  "43PUS8106/12",
                  "43PUS8108/12",
                  "43PUS8118/12",
                  "43PUS8505/12",
                  "43PUS8506/12",
                  "43PUS8507/12",
                  "43PUS8508/12",
                  "43PUS8807/12",
                  "43PUS8808/12",
                  "43PUS8818/12",
                  "43PUS8837/12",
                  "43PUS8887/12",
                  "43PUT4900/12",
                  "43QA7D63DG",
                  "43QF5D53DB",
                  "43QNED75URA",
                  "43R6090G",
                  "43R6G",
                  "43S305",
                  "43S325",
                  "43S350G",
                  "43S350R",
                  "43S403",
                  "43S405",
                  "43S423",
                  "43S425",
                  "43S431",
                  "43S434",
                  "43S435",
                  "43S446",
                  "43S45",
                  "43S450F",
                  "43S450G",
                  "43S451",
                  "43S453",
                  "43S455",
                  "43S517",
                  "43S525",
                  "43T6863DG",
                  "43U2963DB",
                  "43U2963DG",
                  "43U6763DB",
                  "43U6863DG",
                  "43UA10V3",
                  "43UA2063DG",
                  "43UA20V3",
                  "43UA2B63DG",
                  "43UA3A63DG",
                  "43UF3D53",
                  "43UF3D63DA",
                  "43UF6400",
                  "43UF6430",
                  "43UH6030",
                  "43UH6100",
                  "43UH610A",
                  "43UH6500",
                  "43UJ6200",
                  "43UJ6300",
                  "43UK3163DG",
                  "43UK6090PUA",
                  "43UK6300PUE",
                  "43UK6500AUA",
                  "43UL3063DG",
                  "43UL3A63DG",
                  "43UL3B63DG",
                  "43UL4B63DG",
                  "43UM6910PUA",
                  "43UM6950DUB",
                  "43UM7300PUA",
                  "43UM7600PLB",
                  "43UN6950ZUA",
                  "43UN6955ZUF",
                  "43UP7670PUC",
                  "43UP8000PUR",
                  "43UQ7070ZUD",
                  "43UQ7590PUB",
                  "43UQ8000AUB",
                  "43UQ9000PUD",
                  "43UR640S",
                  "43UR78006LK",
                  "43UR8000AUA",
                  "43UR9000PUA",
                  "43UV10V1",
                  "47GA7900",
                  "47LA6200",
                  "47LA6900",
                  "47LA7400",
                  "47LB5800",
                  "47LB5900",
                  "47LB6100",
                  "47LB6300",
                  "47LM4600",
                  "47LN5200",
                  "47LN5400",
                  "47LN5700",
                  "47LN5750",
                  "47LN5790",
                  "47LS4500",
                  "48A85H",
                  "48OLED707/12",
                  "48OLED708/12",
                  "48OLED806/12",
                  "48OLED807/12",
                  "48OLED808/12",
                  "48OLED857/12",
                  "48OLED935/12",
                  "48OLED936/12",
                  "48PFH5500/88",
                  "48PFK4101/12",
                  "48PFK6300/12",
                  "48PUS7600/12",
                  "49BJ5E",
                  "49D100",
                  "49FP110",
                  "49HFL5011T/12",
                  "49HFL7011T/12",
                  "49L2863DG",
                  "49LB5550",
                  "49LF5100",
                  "49LF5400",
                  "49LF5900",
                  "49LF6300",
                  "49LH5700",
                  "49LJ5100",
                  "49LJ510M",
                  "49LJ5500",
                  "49LJ550M",
                  "49LK5400",
                  "49LK5700PUA",
                  "49LV340H",
                  "49NANO85UNA",
                  "49PFL7900/F7",
                  "49PFS4131/12",
                  "49PFS4132/12",
                  "49PUH4900/88",
                  "49PUK4900/12",
                  "49PUK7100/12",
                  "49PUS6101/12",
                  "49PUS6401/12",
                  "49PUS6412/12",
                  "49PUS6482/12",
                  "49PUS6501/12",
                  "49PUS6561/12",
                  "49PUS6581/12",
                  "49PUS6803/12",
                  "49PUS7100/12",
                  "49PUS7150/12",
                  "49PUS7181/12",
                  "49PUS7272/12",
                  "49PUS7502/12",
                  "49PUS7503/12",
                  "49PUS7803/12",
                  "49PUS8303/12",
                  "49PUS8503/12",
                  "49S325",
                  "49S403",
                  "49S405",
                  "49S517",
                  "49SK8000PUA",
                  "49SM8600PUA",
                  "49U2963DG",
                  "49U7863DA",
                  "49UB8200",
                  "49UB8500",
                  "49UF6400",
                  "49UF6430",
                  "49UF6700",
                  "49UF680V",
                  "49UF690V",
                  "49UF695V",
                  "49UF7600",
                  "49UF770V",
                  "49UH600V",
                  "49UH6030",
                  "49UH603V",
                  "49UH6100",
                  "49UH6107",
                  "49UH610V",
                  "49UH620V",
                  "49UH6500",
                  "49UJ6200",
                  "49UJ6300",
                  "49UJ6500",
                  "49UJ670V",
                  "49UJ701V",
                  "49UJ750V",
                  "49UJ7700",
                  "49UK6090PUA",
                  "49UK6300MLB",
                  "49UK6300PLB",
                  "49UK6300PUE",
                  "49UK6470PLC",
                  "49UK7550PLA",
                  "49UL5A63DB",
                  "49UL5A63DG",
                  "49UL7A63DB",
                  "49UM6950DUB",
                  "49UM7000PLA",
                  "49UM7050PLF",
                  "49UM7100PLB",
                  "49UM7300PUA",
                  "49UN73906LE",
                  "49UT640S",
                  "49V5863DG",
                  "5000A",
                  "50A60GMV",
                  "50A63H",
                  "50A66H",
                  "50A67H",
                  "50A68G",
                  "50A6FG",
                  "50A6G",
                  "50A6GG",
                  "50A6H",
                  "50A6K",
                  "50A6KTUK",
                  "50A7100F",
                  "50A7300F",
                  "50A7500F",
                  "50A78GQ",
                  "50A7GQ",
                  "50A7HQ",
                  "50AE7200F",
                  "50BL2EA",
                  "50BL3EA",
                  "50BN3EA",
                  "50BN5EA",
                  "50C635",
                  "50C641",
                  "50C715",
                  "50C725",
                  "50CF630",
                  "50DL6EA",
                  "50DM62UA",
                  "50DN2EA",
                  "50E635SUS",
                  "50E6KT",
                  "50E6KTUK",
                  "50E76GQ",
                  "50E77HQ",
                  "50E78HQ",
                  "50E7KQ",
                  "50EP6EA",
                  "50EQ3EA",
                  "50FN2EA",
                  "50FN6EA",
                  "50FS3850",
                  "50GA6400",
                  "50H6570G",
                  "50H8C",
                  "50H8F",
                  "50H8G",
                  "50HAK5350",
                  "50HAK5751",
                  "50HK5600",
                  "50LA6200",
                  "50LB5900",
                  "50LB6100",
                  "50LB6300",
                  "50LB650V",
                  "50LF6090",
                  "50LF652V",
                  "50LN5200",
                  "50LN5400",
                  "50LN5600",
                  "50LN5700",
                  "50LN5750",
                  "50MUB8001",
                  "50NANO756PA",
                  "50NANO759PA",
                  "50NANO75UQA",
                  "50NANO766QA",
                  "50NANO769QA",
                  "50NANO776PA",
                  "50NANO806PA",
                  "50NANO816QA",
                  "50NANO819QA",
                  "50NANO856PA",
                  "50NANO866PA",
                  "50P610",
                  "50P615",
                  "50P639",
                  "50P715",
                  "50P815",
                  "50PB6600",
                  "50PB6650",
                  "50PFH5300/88",
                  "50PFL4662/F7",
                  "50PFL4756/F7",
                  "50PFL5601/F7",
                  "50PFL5703/F7",
                  "50PFL5766/F6",
                  "50PFL5806/F7",
                  "50PFS5503/12",
                  "50PFS5803/12",
                  "50PN4500",
                  "50PN6500",
                  "50PUK6400/12",
                  "50PUS6162/12",
                  "50PUS6262/12",
                  "50PUS6503/12",
                  "50PUS6504/12",
                  "50PUS6554/12",
                  "50PUS6703/12",
                  "50PUS6704/12",
                  "50PUS6753/12",
                  "50PUS6754/12",
                  "50PUS6814/12",
                  "50PUS7303/12",
                  "50PUS7304/12",
                  "50PUS7334/12",
                  "50PUS7354/12",
                  "50PUS7394/12",
                  "50PUS7504/12",
                  "50PUS7505/12",
                  "50PUS7506/12",
                  "50PUS7556/12",
                  "50PUS7607/12",
                  "50PUS7608/12",
                  "50PUS7805/12",
                  "50PUS7855/12",
                  "50PUS7906/12",
                  "50PUS7956/12",
                  "50PUS8007/12",
                  "50PUS8106/12",
                  "50PUS8108/12",
                  "50PUS8118/12",
                  "50PUS8505/12",
                  "50PUS8506/12",
                  "50PUS8507/12",
                  "50PUS8508/12",
                  "50PUS8536/12",
                  "50PUS8546/12",
                  "50PUS8804/12",
                  "50PUS8807/12",
                  "50PUS8808/12",
                  "50QA4C63DG",
                  "50QNED756RA",
                  "50QNED80UQA",
                  "50QNED80URA",
                  "50QNED813QA",
                  "50QNED816QA",
                  "50QNED816RE",
                  "50QNED819QA",
                  "50QNED826RE",
                  "50R6090G",
                  "50R6E",
                  "50R6G",
                  "50R7E",
                  "50S423",
                  "50S425",
                  "50S431",
                  "50S434",
                  "50S435",
                  "50S446",
                  "50S450F",
                  "50S450G",
                  "50S451",
                  "50S453",
                  "50S455",
                  "50S525",
                  "50S535",
                  "50S546",
                  "50S555",
                  "50T555",
                  "50U2063DG",
                  "50U2963DG",
                  "50U6G",
                  "50U6HF",
                  "50UA2063DG",
                  "50UC7433",
                  "50UF3D53",
                  "50UF3D63DA",
                  "50UF8300",
                  "50UG10V3",
                  "50UH5500",
                  "50UH5530",
                  "50UH635V",
                  "50UK3163DG",
                  "50UK6300BUB",
                  "50UK6300PLB",
                  "50UK6500AUA",
                  "50UK6500PLA",
                  "50UK6750PLD",
                  "50UK6950PLB",
                  "50UL3063DG",
                  "50UL4B63DG",
                  "50UL6B63DG",
                  "50UM7600PLB",
                  "50UN6950ZUF",
                  "50UN6955ZUF",
                  "50UN70006LA",
                  "50UN7000PUC",
                  "50UP120",
                  "50UP130",
                  "50UP7000PUA",
                  "50UP7670PUC",
                  "50UP77006LB",
                  "50UP78006LB",
                  "50UQ70006LB",
                  "50UQ7070ZUE",
                  "50UQ75003LF",
                  "50UQ75006LF",
                  "50UQ75009LF",
                  "50UQ80003LB",
                  "50UQ80006LB",
                  "50UQ80009LB",
                  "50UQ8000AUB",
                  "50UQ9000PUD",
                  "50UQ91006LA",
                  "50UR8000AUA",
                  "50UR9000PUA",
                  "50VL5A63DB",
                  "50VL5A63DG",
                  "54444O57",
                  "54444T57",
                  "5500A",
                  "55402W89",
                  "55A68G",
                  "55A6BGTUK",
                  "55A6FG",
                  "55A6G",
                  "55A6H",
                  "55A6K",
                  "55A6KTUK",
                  "55A7100F",
                  "55A7300F",
                  "55A7500F",
                  "55A78GQ",
                  "55A7GQ",
                  "55A85K",
                  "55A8G",
                  "55A9G",
                  "55BJ5E",
                  "55BL3EA",
                  "55BL5EA",
                  "55C635",
                  "55C715",
                  "55C725",
                  "55C728",
                  "55C735",
                  "55C8",
                  "55C803",
                  "55C807",
                  "55C815",
                  "55C825",
                  "55C835",
                  "55C845",
                  "55CF630",
                  "55DP600",
                  "55E635SUS",
                  "55E6KT",
                  "55E76GQ",
                  "55E77KQ PRO",
                  "55E7HQ",
                  "55E7KQ",
                  "55E7KQ PRO",
                  "55EA8800",
                  "55EG9A7V",
                  "55EQ3EA",
                  "55FN6EA",
                  "55FS3750",
                  "55FS3850",
                  "55GA6400",
                  "55GA7900",
                  "55H8C",
                  "55H8F",
                  "55H8G",
                  "55H9F",
                  "55HAK5350",
                  "55HAK5751",
                  "55HK5600",
                  "55HK6000",
                  "55LA6200",
                  "55LA6900",
                  "55LA7400",
                  "55LA8600",
                  "55LA9650",
                  "55LA9700",
                  "55LB5900",
                  "55LB6300",
                  "55LB650V",
                  "55LB7200",
                  "55LF5800",
                  "55LF630V",
                  "55LF652V",
                  "55LH545V",
                  "55LH5750",
                  "55LH604V",
                  "55LJ5500",
                  "55LM4600",
                  "55LM4700",
                  "55LN5200",
                  "55LN5400",
                  "55LN5600",
                  "55LN5700",
                  "55LN5710",
                  "55LN5790",
                  "55LX1Q6LA",
                  "55NANO756PA",
                  "55NANO759PA",
                  "55NANO766QA",
                  "55NANO776PA",
                  "55NANO806NA",
                  "55NANO806PA",
                  "55NANO813QA",
                  "55NANO816NA",
                  "55NANO816QA",
                  "55NANO826QB",
                  "55NANO856PA",
                  "55NANO85UNA",
                  "55NANO866PA",
                  "55NANO906NA",
                  "55NANO90UNA",
                  "55NANO90UPA",
                  "55NANO916NA",
                  "55NANO916PA",
                  "55OLED705/12",
                  "55OLED706/12",
                  "55OLED707/12",
                  "55OLED708/12",
                  "55OLED754/12",
                  "55OLED803/12",
                  "55OLED805/12",
                  "55OLED806/12",
                  "55OLED807/12",
                  "55OLED808/12",
                  "55OLED854/12",
                  "55OLED855/12",
                  "55OLED856/12",
                  "55OLED865/12",
                  "55OLED903/12",
                  "55OLED907/12",
                  "55OLED934/12",
                  "55OLED935/12",
                  "55OLED936/12",
                  "55P605",
                  "55P607",
                  "55P610",
                  "55P615",
                  "55P639",
                  "55P715",
                  "55P735",
                  "55PFK6550/12",
                  "55PFL5601/F7",
                  "55PFT6510/12",
                  "55PML9507/12",
                  "55POS9002/12",
                  "55POS901F/12",
                  "55PUK4900/12",
                  "55PUK7100/12",
                  "55PUK7150/12",
                  "55PUL7552/F7",
                  "55PUS6031/12",
                  "55PUS6262/12",
                  "55PUS6272/12",
                  "55PUS6401/12",
                  "55PUS6482/12",
                  "55PUS6501/12",
                  "55PUS6551/12",
                  "55PUS6554/12",
                  "55PUS6561/12",
                  "55PUS6581/12",
                  "55PUS6703/12",
                  "55PUS6704/12",
                  "55PUS6753/12",
                  "55PUS6754/12",
                  "55PUS6803/12",
                  "55PUS6804/12",
                  "55PUS6814/12",
                  "55PUS7101/12",
                  "55PUS7181/12",
                  "55PUS7303/12",
                  "55PUS7304/12",
                  "55PUS7334/12",
                  "55PUS7354/12",
                  "55PUS7406/12",
                  "55PUS7502/12",
                  "55PUS7503/12",
                  "55PUS7504/12",
                  "55PUS7506/12",
                  "55PUS7556/12",
                  "55PUS7600/12",
                  "55PUS7607/12",
                  "55PUS7608/12",
                  "55PUS7803/12",
                  "55PUS7805/12",
                  "55PUS7906/12",
                  "55PUS7956/12",
                  "55PUS8007/12",
                  "55PUS8106/12",
                  "55PUS8108/12",
                  "55PUS8118/12",
                  "55PUS8503/12",
                  "55PUS8508/12",
                  "55PUS8518/12",
                  "55PUS8601/12",
                  "55PUS8602/12",
                  "55PUS8700/12",
                  "55PUS8804/12",
                  "55PUS8807/12",
                  "55PUS8808/12",
                  "55PUS9206/12",
                  "55PUS9435/12",
                  "55Q650F",
                  "55Q650G",
                  "55Q750G",
                  "55QA4C63DG",
                  "55QA7D63DG",
                  "55QNED756RA",
                  "55QNED75URA",
                  "55QNED80URA",
                  "55QNED813QA",
                  "55QNED816QA",
                  "55QNED819QA",
                  "55QNED85UQA",
                  "55QNED863QA",
                  "55QNED866QA",
                  "55QNED866RE",
                  "55QNED873QB",
                  "55QNED879QB",
                  "55R6090G",
                  "55R617",
                  "55R625",
                  "55R635",
                  "55R646",
                  "55R655",
                  "55R6E",
                  "55R6G",
                  "55R7E",
                  "55S21",
                  "55S401",
                  "55S403",
                  "55S41",
                  "55S421",
                  "55S423",
                  "55S425",
                  "55S431",
                  "55S434",
                  "55S435",
                  "55S446",
                  "55S450F",
                  "55S450G",
                  "55S451",
                  "55S455",
                  "55S517",
                  "55S525",
                  "55S535",
                  "55S546",
                  "55S555",
                  "55SJ8000",
                  "55SJ800V",
                  "55SJ810V",
                  "55SJ8500",
                  "55SJ850V",
                  "55SJ950V",
                  "55SK7900PLA",
                  "55SK8100PLA",
                  "55SK8500PLA",
                  "55SK9500PLA",
                  "55SM8050PLC",
                  "55SM8100AUA",
                  "55SM8200PLA",
                  "55SM8600PLA",
                  "55SM8600PUA",
                  "55SM9000PUA",
                  "55SM9010PLA",
                  "55T555",
                  "55U2963DG",
                  "55U5766DB",
                  "55U62KQ",
                  "55U6G",
                  "55U6H",
                  "55U6KQ",
                  "55U71HQ",
                  "55U72KQ",
                  "55U7863DA",
                  "55U7G",
                  "55U7H",
                  "55U7QF",
                  "55U8G",
                  "55U8GQ",
                  "55U8H",
                  "55U8K",
                  "55U8KQ",
                  "55U8QF",
                  "55UA2063DG",
                  "55UA3A63DG",
                  "55UA4B63DG",
                  "55UB8200",
                  "55UB820V",
                  "55UB830V",
                  "55UB850V",
                  "55UB9500",
                  "55UB950V",
                  "55UF3D53DB",
                  "55UF3D63DA",
                  "55UF6450",
                  "55UF675V",
                  "55UF6800",
                  "55UF695V",
                  "55UF770V",
                  "55UF8600",
                  "55UF950V",
                  "55UG10V3",
                  "55UH6030",
                  "55UH615A",
                  "55UH615V",
                  "55UH625V",
                  "55UH650V",
                  "55UH6550",
                  "55UH668V",
                  "55UH750V",
                  "55UH7650",
                  "55UH7700",
                  "55UH770V",
                  "55UH850V",
                  "55UH950V",
                  "55UJ6200",
                  "55UJ630V",
                  "55UJ634V",
                  "55UJ635V",
                  "55UJ651V",
                  "55UJ6540",
                  "55UJ670V",
                  "55UJ701V",
                  "55UJ750V",
                  "55UJ7700",
                  "55UK6100PLB",
                  "55UK6300PLB",
                  "55UK6300PUE",
                  "55UK6500PLA",
                  "55UK6750PLD",
                  "55UL2063DG",
                  "55UL3063DG",
                  "55UL4B63DG",
                  "55UL5A63DB",
                  "55UL5A63DG",
                  "55UL6B63DG",
                  "55UM6910PUC",
                  "55UM7100PLB",
                  "55UM7300AUE",
                  "55UM7300PUA",
                  "55UM7510PLA",
                  "55UM7610PLB",
                  "55UM7660PLA",
                  "55UN71006LB",
                  "55UN74006LB",
                  "55UN80006LA",
                  "55UN81006LB",
                  "55UP7000PUA",
                  "55UP77006LB",
                  "55UP78006LB",
                  "55UP80006LA",
                  "55UP81006LA",
                  "55UQ70006LB",
                  "55UQ7070ZUE",
                  "55UQ75006LF",
                  "55UQ75009LF",
                  "55UQ7570PUJ",
                  "55UQ80006LB",
                  "55UQ80009LB",
                  "55UQ8000AUB",
                  "55UQ81003LB",
                  "55UQ81006LB",
                  "55UQ9000PUD",
                  "55UQ91006LA",
                  "55UR640S",
                  "55UR78006LK",
                  "55UR9000PUA",
                  "55US57",
                  "55US5800",
                  "55UT640S",
                  "55UV10V1",
                  "55V5863DG",
                  "55VL5A63DB",
                  "55VL5A63DG",
                  "55X9863DB",
                  "56404W73",
                  "56459S80",
                  "57419D50",
                  "57419S50",
                  "57419S80",
                  "58E6KT",
                  "58H6550E",
                  "58HAK5751",
                  "58MUB6010",
                  "58PUS6203/12",
                  "58PUS6504/12",
                  "58PUS7304/12",
                  "58PUS7505/12",
                  "58PUS7805/12",
                  "58PUS8505/12",
                  "58PUS8506/12",
                  "58PUS8507/12",
                  "58PUS8546/12",
                  "58U6HF",
                  "58UA3A63DG",
                  "58UF8300",
                  "58UH635V",
                  "58UK3163DB",
                  "58UL2063DB",
                  "58UL2B63DB",
                  "58UL3B63DG",
                  "58UL6B63DG",
                  "60GA6400",
                  "60LA6200",
                  "60LA7400",
                  "60LA8600",
                  "60LB5200",
                  "60LB5900",
                  "60LB6100",
                  "60LB6300",
                  "60LB650V",
                  "60LB7100",
                  "60LF6100",
                  "60LN5400",
                  "60LN5600",
                  "60LN6150",
                  "60PB5600",
                  "60PB6600",
                  "60PB6650",
                  "60PB6900",
                  "60PH6700",
                  "60PN5700",
                  "60PN6500",
                  "60SJ8000",
                  "60SJ810V",
                  "60SJ850V",
                  "60UB8200",
                  "60UB850V",
                  "60UF675V",
                  "60UF695V",
                  "60UF7700",
                  "60UF770V",
                  "60UF850V",
                  "60UH6090",
                  "60UH6150",
                  "60UH6550",
                  "60UH7700",
                  "60UH770V",
                  "60UH8500",
                  "60UH850V",
                  "60UJ6050",
                  "60UJ630V",
                  "60UJ634V",
                  "60UJ651V",
                  "60UJ750V",
                  "60UJ7700",
                  "60UK6090PUA",
                  "60UN7000PUB",
                  "60UN71006LB",
                  "60UQ81006LB",
                  "6500A",
                  "65A63H",
                  "65A6BGTUK",
                  "65A6FG",
                  "65A6G",
                  "65A6H",
                  "65A6K",
                  "65A7300F",
                  "65A78GQ",
                  "65A85H",
                  "65A85K",
                  "65A9G",
                  "65A9H",
                  "65BL2EA",
                  "65BL3EA",
                  "65BL5EA",
                  "65BN5EA",
                  "65C635",
                  "65C715",
                  "65C725",
                  "65C728",
                  "65C735",
                  "65C745",
                  "65C807",
                  "65C815",
                  "65C825",
                  "65C835",
                  "65C845",
                  "65C935",
                  "65DL6EA",
                  "65DP600",
                  "65E6KT",
                  "65E77HQ",
                  "65E78HQ",
                  "65E7HQ",
                  "65E7KQ",
                  "65EQ3EA",
                  "65FN6EA",
                  "65H6570G",
                  "65H8G",
                  "65H9E",
                  "65H9F",
                  "65H9G",
                  "65HAK5751",
                  "65HK5600",
                  "65LA9650",
                  "65LA9700",
                  "65LB5200",
                  "65LB6190",
                  "65LB6300",
                  "65LB7100",
                  "65NANO756PA",
                  "65NANO759PA",
                  "65NANO75UPA",
                  "65NANO75UQA",
                  "65NANO763QA",
                  "65NANO766QA",
                  "65NANO769QA",
                  "65NANO783QA",
                  "65NANO786QA",
                  "65NANO796NE",
                  "65NANO806PA",
                  "65NANO816NA",
                  "65NANO816QA",
                  "65NANO819QA",
                  "65NANO823QB",
                  "65NANO856PA",
                  "65NANO85UNA",
                  "65NANO866PA",
                  "65NANO867NA",
                  "65NANO886PB",
                  "65NANO906NA",
                  "65NANO90UNA",
                  "65NANO90UPA",
                  "65NANO916NA",
                  "65NANO916PA",
                  "65NANO917NA",
                  "65NANO926PB",
                  "65NANO956NA",
                  "65NANO966PA",
                  "65OLED706/12",
                  "65OLED707/12",
                  "65OLED708/12",
                  "65OLED754/12",
                  "65OLED803/12",
                  "65OLED804/12",
                  "65OLED805/12",
                  "65OLED806/12",
                  "65OLED807/12",
                  "65OLED808/12",
                  "65OLED854/12",
                  "65OLED855/12",
                  "65OLED856/12",
                  "65OLED865/12",
                  "65OLED873/12",
                  "65OLED903/12",
                  "65OLED907/12",
                  "65OLED934/12",
                  "65OLED935/12",
                  "65OLED936/12",
                  "65OLED937/12",
                  "65OLED984/12",
                  "65OLED986/12",
                  "65P610",
                  "65P615",
                  "65P638",
                  "65P639",
                  "65P715",
                  "65P815",
                  "65PML9507/12",
                  "65PML9636/12",
                  "65PUK7120/12",
                  "65PUS6121/12",
                  "65PUS6162/12",
                  "65PUS6262/12",
                  "65PUS6412/12",
                  "65PUS6503/12",
                  "65PUS6504/12",
                  "65PUS6521/12",
                  "65PUS6523/12",
                  "65PUS6554/12",
                  "65PUS6703/12",
                  "65PUS6704/12",
                  "65PUS6753/12",
                  "65PUS6754/12",
                  "65PUS6814/12",
                  "65PUS7303/12",
                  "65PUS7304/12",
                  "65PUS7354/12",
                  "65PUS7363/12",
                  "65PUS7506/12",
                  "65PUS7556/12",
                  "65PUS7600/12",
                  "65PUS7601/12",
                  "65PUS7607/12",
                  "65PUS7608/12",
                  "65PUS7803/12",
                  "65PUS7805/12",
                  "65PUS7906/12",
                  "65PUS7956/12",
                  "65PUS8102/12",
                  "65PUS8106/12",
                  "65PUS8108/12",
                  "65PUS8118/12",
                  "65PUS8303/12",
                  "65PUS8505/12",
                  "65PUS8506/12",
                  "65PUS8507/12",
                  "65PUS8508/12",
                  "65PUS8517/12",
                  "65PUS8546/12",
                  "65PUS8601/12",
                  "65PUS8700/12",
                  "65PUS8807/12",
                  "65PUS8808/12",
                  "65PUS9435/12",
                  "65Q650F",
                  "65Q650G",
                  "65Q750G",
                  "65QA4C63DG",
                  "65QA7D63DG",
                  "65QF5D53DB",
                  "65QM850G",
                  "65QNED75URA",
                  "65QNED80UQA",
                  "65QNED80URA",
                  "65QNED816QA",
                  "65QNED816RE",
                  "65QNED819QA",
                  "65QNED826QB",
                  "65QNED826RE",
                  "65QNED85UQA",
                  "65QNED866QA",
                  "65QNED866RE",
                  "65QNED876QB",
                  "65QNED916QA",
                  "65QNED966QA",
                  "65QNED996PB",
                  "65R6090G",
                  "65R615",
                  "65R617",
                  "65R625",
                  "65R635",
                  "65R646",
                  "65R648",
                  "65R655",
                  "65R6E3",
                  "65R6G",
                  "65R8F",
                  "65S401",
                  "65S403",
                  "65S421",
                  "65S423",
                  "65S425",
                  "65S431",
                  "65S435",
                  "65S446",
                  "65S450F",
                  "65S450G",
                  "65S455",
                  "65S525",
                  "65S535",
                  "65S546",
                  "65S555",
                  "65SJ8000",
                  "65SJ800V",
                  "65SJ810V",
                  "65SJ8500",
                  "65SJ850V",
                  "65SJ9500",
                  "65SJ950V",
                  "65SK7900PLA",
                  "65SK8000AUB",
                  "65SK8000PLB",
                  "65SK8000PUA",
                  "65SK8100PLA",
                  "65SK8500PLA",
                  "65SK9000PUA",
                  "65SM8050PLC",
                  "65SM8100AUA",
                  "65SM8500PLA",
                  "65SM8600PLA",
                  "65SM8600PUA",
                  "65SM9000PUA",
                  "65SM9010PLA",
                  "65SM9500PUA",
                  "65SM9800PLA",
                  "65T555",
                  "65U1S",
                  "65U6863DG",
                  "65U6G",
                  "65U6H",
                  "65U6K",
                  "65U71HQ",
                  "65U7H",
                  "65U7HQTUK",
                  "65U7QF",
                  "65U8G",
                  "65U8GQ",
                  "65U8H",
                  "65U8KQ",
                  "65U8QF",
                  "65UA2063DG",
                  "65UA2B63DG",
                  "65UA3A63DG",
                  "65UB9200",
                  "65UB9500",
                  "65UB9800",
                  "65UB980V",
                  "65UF3D53",
                  "65UF6450",
                  "65UF671V",
                  "65UF675V",
                  "65UF6800",
                  "65UF7690",
                  "65UF770V",
                  "65UF850V",
                  "65UF8600",
                  "65UF860V",
                  "65UG870V",
                  "65UH6030",
                  "65UH6150",
                  "65UH615A",
                  "65UH615V",
                  "65UH625V",
                  "65UH6550",
                  "65UH661V",
                  "65UH7650",
                  "65UH7700",
                  "65UH770V",
                  "65UH8500",
                  "65UH9500",
                  "65UJ6200",
                  "65UJ620V",
                  "65UJ6300",
                  "65UJ630V",
                  "65UJ634V",
                  "65UJ651V",
                  "65UJ6540",
                  "65UJ670V",
                  "65UJ701V",
                  "65UJ750V",
                  "65UJ7700",
                  "65UK6090PUA",
                  "65UK6100PLB",
                  "65UK6300PUE",
                  "65UK6400PLF",
                  "65UK6470PLC",
                  "65UK6750PLD",
                  "65UK6950PLB",
                  "65UK7550PLA",
                  "65UK7700PUD",
                  "65UM7000PLA",
                  "65UM7050PLA",
                  "65UM7100PLA",
                  "65UM7300PUA",
                  "65UM7400PLB",
                  "65UM7450PLA",
                  "65UM7510PLA",
                  "65UM7610PLB",
                  "65UM7660PLA",
                  "65UN70006LA",
                  "65UN71006LB",
                  "65UN73006LA",
                  "65UN74006LB",
                  "65UN80006LA",
                  "65UN81006LB",
                  "65UP7000PUA",
                  "65UP75006LF",
                  "65UP77006LB",
                  "65UQ70006LB",
                  "65UQ75006LF",
                  "65UQ75009LF",
                  "65UQ7570PUJ",
                  "65UQ80006LB",
                  "65UQ80009LB",
                  "65UQ81006LB",
                  "65UQ9000PUD",
                  "65UQ91006LA",
                  "65UR640S",
                  "65UR73006LA",
                  "65UR9000PUA",
                  "65UR91006LA",
                  "65US5800",
                  "65UXKQ",
                  "65X925",
                  "70A6BG",
                  "70CL6EA",
                  "70DN6EA",
                  "70E7HQ",
                  "70LB650V",
                  "70LB7100",
                  "70NANO766QA",
                  "70P615",
                  "70PUS6504/12",
                  "70PUS6704/12",
                  "70PUS7304/12",
                  "70PUS7505/12",
                  "70PUS7607/12",
                  "70PUS7805/12",
                  "70PUS7906/12",
                  "70PUS7956/12",
                  "70PUS8108/12",
                  "70PUS8505/12",
                  "70PUS8506/12",
                  "70PUS8555/12",
                  "70UF7700",
                  "70UJ6570",
                  "70UJ675V",
                  "70UK6190PUB",
                  "70UK6570PUB",
                  "70UK6950PLA",
                  "70UM6970PUA",
                  "70UM7100PLA",
                  "70UM7370PUA",
                  "70UM7450PLA",
                  "70UN71006LA",
                  "70UP7070PUE",
                  "70UP77006LB",
                  "70UP8070PUR",
                  "70UP81006LA",
                  "70UQ7590PUB",
                  "70UQ81006LB",
                  "70UQ9000PUD",
                  "7500A",
                  "75A6FG",
                  "75A6G",
                  "75A6GG",
                  "75A6H",
                  "75A6K",
                  "75A72KQ",
                  "75A7GQ",
                  "75A7KQ",
                  "75C350KU",
                  "75C635",
                  "75C725",
                  "75C728",
                  "75C803",
                  "75C807",
                  "75C815",
                  "75C835",
                  "75C845",
                  "75C935",
                  "75CU7105",
                  "75E6KT",
                  "75E7KQ",
                  "75E7KQ PRO",
                  "75EP660",
                  "75EQ3EA",
                  "75H6570G",
                  "75M550KU",
                  "75NANO756PA",
                  "75NANO756QA",
                  "75NANO75UQA",
                  "75NANO766QA",
                  "75NANO796NF",
                  "75NANO806PA",
                  "75NANO80UNA",
                  "75NANO80UPA",
                  "75NANO816PA",
                  "75NANO819QA",
                  "75NANO826QB",
                  "75NANO856PA",
                  "75NANO85UNA",
                  "75NANO866PA",
                  "75NANO886PB",
                  "75NANO906NA",
                  "75NANO916NA",
                  "75NANO916PA",
                  "75NANO926PB",
                  "75NANO966PA",
                  "75NANO999NA",
                  "75NANO99UNA",
                  "75P615",
                  "75P735",
                  "75PFL4756/F7",
                  "75PML9506/12",
                  "75PML9507/12",
                  "75PML9636/12",
                  "75PUS6754/12",
                  "75PUS7354/12",
                  "75PUS7608/12",
                  "75PUS7803/12",
                  "75PUS7805/12",
                  "75PUS7906/12",
                  "75PUS8007/12",
                  "75PUS8108/12",
                  "75PUS8118/12",
                  "75PUS8303/12",
                  "75PUS8505/12",
                  "75PUS8506/12",
                  "75PUS8536/12",
                  "75PUS8807/12",
                  "75PUS8808/12",
                  "75Q650F",
                  "75Q650G",
                  "75Q750G",
                  "75QLED760",
                  "75QM850G",
                  "75QNED75URA",
                  "75QNED80UQA",
                  "75QNED80URA",
                  "75QNED816QA",
                  "75QNED816RE",
                  "75QNED819QA",
                  "75QNED826QB",
                  "75QNED826RE",
                  "75QNED85UQA",
                  "75QNED866QA",
                  "75QNED866RE",
                  "75QNED869QA",
                  "75QNED873QB",
                  "75QNED916PA",
                  "75QNED916QA",
                  "75QNED966QA",
                  "75QNED996PB",
                  "75QNED999QB",
                  "75QNED99UQA",
                  "75R617",
                  "75R635",
                  "75R646",
                  "75R648",
                  "75R655",
                  "75R6E3",
                  "75S423",
                  "75S425",
                  "75S435",
                  "75S446",
                  "75S45",
                  "75S450F",
                  "75S450G",
                  "75S451",
                  "75S455",
                  "75S535",
                  "75S546",
                  "75S555",
                  "75SJ8570",
                  "75SJ955V",
                  "75SK8070PUA",
                  "75SK8100PLA",
                  "75SM8610PLA",
                  "75SM8670PUA",
                  "75SM9000PLA",
                  "75SM9070PUA",
                  "75SM9900PLA",
                  "75SM9970PUA",
                  "75U6H",
                  "75U6K",
                  "75U72KQ",
                  "75U7G",
                  "75U7H",
                  "75U7K",
                  "75U800GR",
                  "75U8H",
                  "75UH6550",
                  "75UH780V",
                  "75UH8500",
                  "75UH855V",
                  "75UJ6450",
                  "75UJ6470",
                  "75UJ657A",
                  "75UJ675V",
                  "75UK6190PUB",
                  "75UK6200PLB",
                  "75UK6500PLA",
                  "75UK6570PUB",
                  "75UM6970PUB",
                  "75UM7050PLA",
                  "75UM7110PLB",
                  "75UM7600PLB",
                  "75UM8070PUA",
                  "75UN71006LC",
                  "75UN81006LB",
                  "75UN85006LA",
                  "75UN8570AUD",
                  "75UP7070PUD",
                  "75UP75006LC",
                  "75UP77006LB",
                  "75UP78006LB",
                  "75UP8070PUR",
                  "75UP81006LA",
                  "75UQ7590PUB",
                  "75UQ80006LB",
                  "75UQ80009LB",
                  "75UQ81006LB",
                  "75UQ9000PUD",
                  "75UQ91006LA",
                  "75UR9000PUA",
                  "75UR91006LA",
                  "75UT640S",
                  "75X925",
                  "77EG9700",
                  "77OLED806/12",
                  "77OLED807/12",
                  "77OLED808/12",
                  "79UB9800",
                  "79UB980V",
                  "79UF7700",
                  "79UF770V",
                  "82UM7600PLB",
                  "82UM8070PUA",
                  "82UN85006LA",
                  "82UP80006LA",
                  "82UP80009LA",
                  "84LM9600",
                  "84UB9800",
                  "84UB980V",
                  "85A6BG",
                  "85A7H",
                  "85C645",
                  "85C735",
                  "85C845",
                  "85H6570G",
                  "85Q650G",
                  "85Q750G",
                  "85QM850G",
                  "85S435",
                  "85S450G",
                  "85S455",
                  "85U7H",
                  "85U7K",
                  "86NANO756PA",
                  "86NANO75UPA",
                  "86NANO75UQA",
                  "86NANO766QA",
                  "86NANO769QA",
                  "86NANO866PA",
                  "86NANO906NA",
                  "86NANO90UNA",
                  "86NANO916NA",
                  "86PUS8807/12",
                  "86QNED80UQA",
                  "86QNED80URA",
                  "86QNED816QA",
                  "86QNED816RE",
                  "86QNED819QA",
                  "86QNED85AQA",
                  "86QNED866QA",
                  "86QNED866RE",
                  "86QNED996QB",
                  "86QNED999QB",
                  "86SJ9570",
                  "86SJ957V",
                  "86SM9000PLA",
                  "86SM9070PUA",
                  "86UK6500PLA",
                  "86UK6570PUB",
                  "86UM7600PLB",
                  "86UM8070AUB",
                  "86UM8070PUA",
                  "86UN85006LA",
                  "86UP80006LA",
                  "86UP80009LA",
                  "86UQ7590PUD",
                  "86UQ80006LB",
                  "86UQ80009LB",
                  "86UQ91006LA",
                  "86UR78006LB",
                  "98C735",
                  "98QM850G",
                  "98R754",
                  "98UB9810",
                  "A322BV-SRC",
                  "A328BV-SRC",
                  "A515CV-UMC",
                  "AB 32D1",
                  "D24f-F1",
                  "D24f-J9",
                  "D24fM-K01",
                  "D24h-G9",
                  "D32f-F1",
                  "D32f-J04",
                  "D32f4-J01",
                  "D32fM-K01",
                  "D32h-D1",
                  "D32h-J09",
                  "D32hn-D0",
                  "D32hn-E0",
                  "D32hn-E1",
                  "D32hnx-E1",
                  "D39h-D0",
                  "D39hn-D0",
                  "D39hn-E0",
                  "D40-D1",
                  "D40f-E1",
                  "D40f-G9",
                  "D40f-J09",
                  "D40fM-K09",
                  "D40u-D1",
                  "D43-D1",
                  "D43-D2",
                  "D43f-F1",
                  "D43f-J04",
                  "D43fM-K04",
                  "D43n-E1",
                  "D48-D0",
                  "D50-D1",
                  "D50-E1",
                  "D50-F1",
                  "D50f-E1",
                  "D50n-E1",
                  "D50u-D1",
                  "D50x-G9",
                  "D55-D2",
                  "D55-E0",
                  "D55-F2",
                  "D55n-E2",
                  "D55u-D1",
                  "D55x-G1",
                  "D58u-D3",
                  "D60-F3",
                  "D65-D2",
                  "D65-E0",
                  "D65-F1",
                  "D65u-D2",
                  "D70-F3",
                  "D800157",
                  "D800230",
                  "E231-B1",
                  "E231i-B1",
                  "E24-C1",
                  "E241i-A1",
                  "E241i-B1",
                  "E280-B1",
                  "E280i-B1",
                  "E28h-C1",
                  "E291i-A1",
                  "E32-C1",
                  "E32-D1",
                  "E320-B2",
                  "E320i-B2",
                  "E32h-C1",
                  "E32h-D1",
                  "E390i-B1E",
                  "E40-C2",
                  "E400i-B2",
                  "E401i-A2",
                  "E405BD-FR",
                  "E420i-B0",
                  "E43-C2",
                  "E43-D2",
                  "E43-F1",
                  "E43u-D2",
                  "E48-C2",
                  "E48-D0",
                  "E50-C1",
                  "E50-F2",
                  "E50u-D2",
                  "E50x-E1",
                  "E55-C1",
                  "E55-D0",
                  "E55-E2",
                  "E55-F1",
                  "E551i-A2",
                  "E55u-D0",
                  "E55u-D2",
                  "E60-C3",
                  "E60-E3",
                  "E60u-D3",
                  "E65-C3",
                  "E65-E1",
                  "E65-F0",
                  "E65-F1",
                  "E65u-D3",
                  "E65x-C2",
                  "E70-C3",
                  "E70-E3",
                  "E70u-D3",
                  "E75-E3",
                  "E75-F2",
                  "E80-E3",
                  "F2",
                  "FDUF43CBS",
                  "FNE32GV210",
                  "FW-55XE8001",
                  "FWD-43X80G/T",
                  "FWD-43X80H",
                  "FWD-49X80G/T",
                  "FWD-75X81J",
                  "FWD-75X85G/T",
                  "GQ43Q60AAUXZG",
                  "GQ43Q60BAUXZG",
                  "GQ49Q80TGTXZG",
                  "GQ50LS03BAUXZG",
                  "GQ50Q60BAUXZG",
                  "GQ55LS03BAUXZG",
                  "GQ55Q60AAUXZG",
                  "GQ55Q60BAUXZG",
                  "GQ55Q70AAUXZG",
                  "GQ55Q80BATXZG",
                  "GQ55QN95BATXZG",
                  "GQ55S95BATXZG",
                  "GQ65Q60BAUXZG",
                  "GQ75Q70AATXZG",
                  "GU32T5379CDXZG",
                  "GU43AU7199UXZG",
                  "GU43AU8079UXZG",
                  "GU43BU8079UXZG",
                  "GU43TU7079UXZG",
                  "GU43TU8079UXZG",
                  "GU50AU8079UXZG",
                  "GU55AU7199UXZG",
                  "GU55AU8079UXZG",
                  "GU65TU8079UXZG",
                  "GU65TU8509UXZG",
                  "GU70TU7199UXZG",
                  "GU75AU7179UXZG",
                  "GU75BU8079UXZG",
                  "GU75BU8579UXZG",
                  "GU75TU6979UXZG",
                  "GU75TU7079UXZG",
                  "GU75TU8079UXZG",
                  "GU82TU8079UXZG",
                  "GU85AU7179UXZG",
                  "GU85AU8079UXZG",
                  "GU85BU8079UXZG",
                  "H32A5800",
                  "H32B5100",
                  "H32B5600",
                  "H32K702FG",
                  "H40B5100",
                  "H40B5600",
                  "H43A6140",
                  "H43B7100",
                  "H43K702UG",
                  "H50B7100",
                  "H50B7500",
                  "H50K702UG",
                  "H50U7B",
                  "H55B7100",
                  "H55B7500",
                  "H55K702UG",
                  "H55U7B",
                  "H55U8B",
                  "H65B7100",
                  "H65K702UG",
                  "H65U7B",
                  "H65U8B",
                  "H75B7510",
                  "HNE24GV210",
                  "HY-TQL32R4-010",
                  "K24DLX10H",
                  "K24DLX10HS",
                  "K40DLC18GLE",
                  "K40DLM8FS",
                  "K50DLM8FS",
                  "K55DLG12US",
                  "K55DLJ10US",
                  "K65DLX14GLQ",
                  "KD-32W800",
                  "KD-32W830K",
                  "KD-43X7055",
                  "KD-43X720E",
                  "KD-43X75WL",
                  "KD-43X77L",
                  "KD-43X80J",
                  "KD-43X80K",
                  "KD-43X80L",
                  "KD-43X81J",
                  "KD-43X85J",
                  "KD-43X85K",
                  "KD-43XD8005",
                  "KD-43XD8305",
                  "KD-43XE7004",
                  "KD-43XE7005",
                  "KD-43XE8005",
                  "KD-43XE8077",
                  "KD-43XF7003",
                  "KD-43XF7004",
                  "KD-43XF7096",
                  "KD-43XF7596",
                  "KD-43XF8096",
                  "KD-43XF8596",
                  "KD-43XF8599",
                  "KD-43XG7005",
                  "KD-43XG7096",
                  "KD-43XG8096",
                  "KD-43XG8196",
                  "KD-43XG8396",
                  "KD-43XH8096",
                  "KD-43XH8196",
                  "KD-43XH8505",
                  "KD-43XH8596",
                  "KD-48A9",
                  "KD-49X7055",
                  "KD-49X720E",
                  "KD-49XD7005",
                  "KD-49XD8005",
                  "KD-49XD8099",
                  "KD-49XD8305",
                  "KD-49XE7005",
                  "KD-49XE7077",
                  "KD-49XE7096",
                  "KD-49XE8005",
                  "KD-49XE8077",
                  "KD-49XE8099",
                  "KD-49XE9005",
                  "KD-49XF7002",
                  "KD-49XF7003",
                  "KD-49XF7004",
                  "KD-49XF7005",
                  "KD-49XF7096",
                  "KD-49XF7596",
                  "KD-49XF8096",
                  "KD-49XF8505",
                  "KD-49XF8577",
                  "KD-49XF8596",
                  "KD-49XF9005",
                  "KD-49XG7005",
                  "KD-49XG7096",
                  "KD-49XG8096",
                  "KD-49XG8196",
                  "KD-49XG8396",
                  "KD-49XG9005",
                  "KD-49XH8096",
                  "KD-49XH8196",
                  "KD-49XH8505",
                  "KD-49XH8596",
                  "KD-49XH9505",
                  "KD-50SD8005",
                  "KD-50X690E",
                  "KD-50X72K",
                  "KD-50X75WL",
                  "KD-50X77L",
                  "KD-50X80J",
                  "KD-50X80K",
                  "KD-50X81J",
                  "KD-50X85J",
                  "KD-50X85K",
                  "KD-50X89K",
                  "KD-55A1",
                  "KD-55A8",
                  "KD-55AF8",
                  "KD-55AF9",
                  "KD-55AG8",
                  "KD-55AG9",
                  "KD-55SD8505",
                  "KD-55X7055",
                  "KD-55X720E",
                  "KD-55X750H",
                  "KD-55X75WL",
                  "KD-55X77L",
                  "KD-55X80J",
                  "KD-55X85K",
                  "KD-55XD8505",
                  "KD-55XE7004",
                  "KD-55XE7005",
                  "KD-55XE8096",
                  "KD-55XE8396",
                  "KD-55XE8505",
                  "KD-55XE8577",
                  "KD-55XE8596",
                  "KD-55XE9005",
                  "KD-55XF7002",
                  "KD-55XF7003",
                  "KD-55XF7004",
                  "KD-55XF7073",
                  "KD-55XF7096",
                  "KD-55XF7596",
                  "KD-55XF8096",
                  "KD-55XF8505",
                  "KD-55XF8596",
                  "KD-55XF9005",
                  "KD-55XG7005",
                  "KD-55XG7096",
                  "KD-55XG8196",
                  "KD-55XG8505",
                  "KD-55XG8577",
                  "KD-55XG8596",
                  "KD-55XG9505",
                  "KD-55XH8096",
                  "KD-55XH8196",
                  "KD-55XH9096",
                  "KD-55XH9505",
                  "KD-60X690E",
                  "KD-60XF8305",
                  "KD-65A1",
                  "KD-65A8",
                  "KD-65A89",
                  "KD-65AF8",
                  "KD-65AG8",
                  "KD-65AG9",
                  "KD-65SD8505",
                  "KD-65X7055",
                  "KD-65X750F",
                  "KD-65X750H",
                  "KD-65X75WL",
                  "KD-65X77L",
                  "KD-65X80J",
                  "KD-65X80K",
                  "KD-65X80L",
                  "KD-65X81J",
                  "KD-65X85J",
                  "KD-65X85K",
                  "KD-65X85L",
                  "KD-65X89K",
                  "KD-65XD7505",
                  "KD-65XD8599",
                  "KD-65XD9305",
                  "KD-65XE7002",
                  "KD-65XE7004",
                  "KD-65XE8577",
                  "KD-65XE8596",
                  "KD-65XE9005",
                  "KD-65XF7002",
                  "KD-65XF7003",
                  "KD-65XF7004",
                  "KD-65XF7005",
                  "KD-65XF7096",
                  "KD-65XF7596",
                  "KD-65XF8505",
                  "KD-65XF8596",
                  "KD-65XF8599",
                  "KD-65XF9005",
                  "KD-65XG7005",
                  "KD-65XG8096",
                  "KD-65XG8196",
                  "KD-65XG8596",
                  "KD-65XG8599",
                  "KD-65XG9505",
                  "KD-65XH8096",
                  "KD-65XH8196",
                  "KD-65XH9005",
                  "KD-65XH9299",
                  "KD-65XH9505",
                  "KD-65ZD9",
                  "KD-65ZF9",
                  "KD-70X690E",
                  "KD-70XF8305",
                  "KD-75X750H",
                  "KD-75X75WL",
                  "KD-75X77L",
                  "KD-75X80J",
                  "KD-75X80K",
                  "KD-75X80L",
                  "KD-75X81J",
                  "KD-75X81K",
                  "KD-75X85J",
                  "KD-75X85K",
                  "KD-75X85L",
                  "KD-75XD8505",
                  "KD-75XD9405",
                  "KD-75XE8596",
                  "KD-75XE9005",
                  "KD-75XE9405",
                  "KD-75XF8596",
                  "KD-75XF9005",
                  "KD-75XG8096",
                  "KD-75XG8599",
                  "KD-75XG9505",
                  "KD-75XH8096",
                  "KD-75XH9005",
                  "KD-75XH9096",
                  "KD-75XH9505",
                  "KD-75ZF9",
                  "KD-75ZH8",
                  "KD-77AG9",
                  "KD-85X77L",
                  "KD-85X80K",
                  "KD-85X85J",
                  "KD-85X85K",
                  "KD-85X91J",
                  "KD-85XD8505",
                  "KD-85XF8596",
                  "KD-85XG8596",
                  "KD-85XG9505",
                  "KD-85XH8096",
                  "KD85XH9096",
                  "KDL-32RD433",
                  "KDL-32RE403",
                  "KDL-32W600D",
                  "KDL-32W6605",
                  "KDL-32WD750",
                  "KDL-32WD752",
                  "KDL-32WD753",
                  "KDL-32WD754",
                  "KDL-32WD755",
                  "KDL-32WD757",
                  "KDL-32WD759",
                  "KDL-32WE610",
                  "KDL-32WE613",
                  "KDL-40RD453",
                  "KDL-40WE660",
                  "KDL-40WE663",
                  "KDL-40WE665",
                  "KDL-43RF455",
                  "KDL-43WE750",
                  "KDL-43WE753",
                  "KDL-43WE755",
                  "KDL-43WF663",
                  "KDL-43WF665",
                  "KDL-43WG665",
                  "KDL-49WE750",
                  "KDL-49WE753",
                  "KDL-49WE755",
                  "KE-48A9",
                  "KE-55A8",
                  "KE-65A8",
                  "L32G7L",
                  "L43M7-7AEU",
                  "L43M7-FVEU",
                  "L55M7-FVEU",
                  "LC-32HI3322E",
                  "LC-40CFG6452E",
                  "LC-40FI3222EW",
                  "LC-40FI3322E",
                  "LC-40FI5342E",
                  "LC-43CFE6352E",
                  "LC-49XUF8772ES",
                  "LC-50UI7222E",
                  "LC-50UI7422E",
                  "LC-55XUF8772ES",
                  "LC-60UQ10E",
                  "LC-65CUG8062E",
                  "LC-65Q7000U",
                  "LC-70LE660U",
                  "LC-70UH30U",
                  "LC-80UH30U",
                  "LDS-4368",
                  "LS32AM500NNXZA",
                  "LS32AM502HNXZA",
                  "LS32AM702UNXZA",
                  "LS32BM702UNXGO",
                  "LS32BM703UNXZA",
                  "LS34C500GAUXXU",
                  "LS43BM702UNXZA",
                  "LT-32VF5955",
                  "LT-32VH5955",
                  "LT-43VA6955",
                  "LT-50VU8055",
                  "LT-55VU8055",
                  "LT-58VU8055",
                  "LT-65VU8055",
                  "M321i-A2",
                  "M322i-B1",
                  "M401i-A3",
                  "M422i-B1",
                  "M43-C1",
                  "M437-G0",
                  "M43Q6-J04",
                  "M43Q6M-K04",
                  "M471i-A2",
                  "M492i-B2",
                  "M50-C1",
                  "M50-E1",
                  "M501d-A2R",
                  "M502i-B1",
                  "M507-G1",
                  "M507RED-G1",
                  "M50Q6-J01",
                  "M50Q7-H1",
                  "M50Q7-J01",
                  "M50QXM-K01",
                  "M55-C2",
                  "M55-E0",
                  "M55-F0",
                  "M551d-A2R",
                  "M552i-B2",
                  "M556-G4",
                  "M556-H1",
                  "M557-G0",
                  "M558-G1",
                  "M55Q6-J01",
                  "M55Q6M-K01",
                  "M55Q7-H1",
                  "M55Q8-H1",
                  "M58Q7-J01",
                  "M60-C3",
                  "M60-D1",
                  "M602i-B3",
                  "M65-C1",
                  "M65-D0",
                  "M65-E0",
                  "M65-F0",
                  "M652i-B2",
                  "M656-G4",
                  "M657-G0",
                  "M658-G1",
                  "M65Q6-J09",
                  "M65Q6M-K04",
                  "M65Q7-H1",
                  "M65Q7-J01",
                  "M65Q8-H1",
                  "M65QXM-K03",
                  "M70-C3",
                  "M70-D3",
                  "M70-E3",
                  "M702i-B3",
                  "M70Q6-J03",
                  "M70Q6M-K03",
                  "M70Q7-J03",
                  "M75-C1",
                  "M75-E1",
                  "M75Q6-J03",
                  "M75Q6M-K03",
                  "M75Q7-J03",
                  "M75QXM-K03",
                  "M80-C3",
                  "M801i-A3",
                  "Mi TV P1 32",
                  "Mi TV P1 43",
                  "Mi TV P1 50",
                  "Mi TV P1 55",
                  "Mi TV Q1 75",
                  "NS-19E320A13",
                  "NS-24D310NA17",
                  "NS-24D420NA16",
                  "NS-24DF310NA19",
                  "NS-24DF310NA21",
                  "NS-24DF311SE21",
                  "NS-24F201NA23",
                  "NS-24F202NA23",
                  "NS-24LD120A13",
                  "NS-32D220NA18",
                  "NS-32D310NA15",
                  "NS-32DF310NA19",
                  "NS-32E740A12",
                  "NS-32F201NA23",
                  "NS-39D220NA16",
                  "NS-39DF510NA19",
                  "NS-39L240A13",
                  "NS-40D420NA16",
                  "NS-40D510NA17",
                  "NS-40DR420NA16",
                  "NS-42F201NA22",
                  "NS-42F201NA23",
                  "NS-43DF710NA19",
                  "NS-43DF710NA21",
                  "NS-43DR620NA18",
                  "NS-43F301NA22",
                  "NS-46L780A12",
                  "NS-50D510NA17",
                  "NS-50D510NA19",
                  "NS-50DF710NA19",
                  "NS-50DF710NA21",
                  "NS-50DF711SE21",
                  "NS-50F301NA24",
                  "NS-50F501NA22",
                  "NS-55DF710NA19",
                  "NS-55DF710NA21",
                  "NS-55F301NA22",
                  "NS-55F501NA22",
                  "NS-58F301NA22",
                  "NS-65DF710NA21",
                  "NS-65F301NA23",
                  "NS-65F501NA22",
                  "NS-70F301NA23",
                  "NS-70F501NA22",
                  "OLED42C24LA",
                  "OLED42C27LA",
                  "OLED42C2AUA",
                  "OLED42C2PUA",
                  "OLED42C31LA",
                  "OLED42C34LA",
                  "OLED42C37LA",
                  "OLED42C3PUA",
                  "OLED48A16LA",
                  "OLED48A26LA",
                  "OLED48A29LA",
                  "OLED48C14LB",
                  "OLED48C15LA",
                  "OLED48C16LA",
                  "OLED48C1AUB",
                  "OLED48C1PSA",
                  "OLED48C1PUB",
                  "OLED48C24LA",
                  "OLED48C25LB",
                  "OLED48C26LB",
                  "OLED48C2AUA",
                  "OLED48C2PUA",
                  "OLED48C34LA",
                  "OLED48C36LA",
                  "OLED48C37LA",
                  "OLED48C3PUA",
                  "OLED48CX6LB",
                  "OLED48CX8LC",
                  "OLED48CX9LB",
                  "OLED48CXPUB",
                  "OLED55-H1",
                  "OLED55A16LA",
                  "OLED55A1PUA",
                  "OLED55A26LA",
                  "OLED55A2PUA",
                  "OLED55B16LA",
                  "OLED55B26LA",
                  "OLED55B29LA",
                  "OLED55B2PUA",
                  "OLED55B36LA",
                  "OLED55B39LA",
                  "OLED55B3PUA",
                  "OLED55B6P",
                  "OLED55B6V",
                  "OLED55B7A",
                  "OLED55B7P",
                  "OLED55B7V",
                  "OLED55B8PUA",
                  "OLED55B8SLC",
                  "OLED55B9PLA",
                  "OLED55B9PUA",
                  "OLED55B9S",
                  "OLED55BX6LB",
                  "OLED55BX9LB",
                  "OLED55BXPUA",
                  "OLED55C14LB",
                  "OLED55C16LA",
                  "OLED55C24LA",
                  "OLED55C25LB",
                  "OLED55C26LD",
                  "OLED55C27LA",
                  "OLED55C2AUA",
                  "OLED55C2PUA",
                  "OLED55C34LA",
                  "OLED55C36LC",
                  "OLED55C37LA",
                  "OLED55C3AUA",
                  "OLED55C3PUA",
                  "OLED55C6P",
                  "OLED55C7P",
                  "OLED55C7V",
                  "OLED55C8AUA",
                  "OLED55C8PLA",
                  "OLED55C8PUA",
                  "OLED55C9AUA",
                  "OLED55C9PLA",
                  "OLED55C9PUA",
                  "OLED55CS6LA",
                  "OLED55CX3LA",
                  "OLED55CX9LA",
                  "OLED55CXPUA",
                  "OLED55E6P",
                  "OLED55E6V",
                  "OLED55E7N",
                  "OLED55E7P",
                  "OLED55E8PLA",
                  "OLED55E8PUA",
                  "OLED55E9PLA",
                  "OLED55E9PUA",
                  "OLED55G19LA",
                  "OLED55G1PUA",
                  "OLED55G26LA",
                  "OLED55G29LA",
                  "OLED55G2PUA",
                  "OLED55G36LA",
                  "OLED55G39LA",
                  "OLED55G3PUA",
                  "OLED55GXPUA",
                  "OLED65-H1",
                  "OLED65A16LA",
                  "OLED65A19LA",
                  "OLED65A1PUA",
                  "OLED65A29LA",
                  "OLED65A2PUA",
                  "OLED65B16LA",
                  "OLED65B26LA",
                  "OLED65B29LA",
                  "OLED65B2AUA",
                  "OLED65B2PUA",
                  "OLED65B36LA",
                  "OLED65B39LA",
                  "OLED65B3PUA",
                  "OLED65B6P",
                  "OLED65B6V",
                  "OLED65B7A",
                  "OLED65B7P",
                  "OLED65B8PLA",
                  "OLED65B8PUA",
                  "OLED65B8SLC",
                  "OLED65B9PLA",
                  "OLED65B9PUA",
                  "OLED65B9SLA",
                  "OLED65BX9LB",
                  "OLED65BXPUA",
                  "OLED65C14LB",
                  "OLED65C16LA",
                  "OLED65C1PUB",
                  "OLED65C24LA",
                  "OLED65C26LD",
                  "OLED65C27LA",
                  "OLED65C2AUA",
                  "OLED65C2PUA",
                  "OLED65C34LA",
                  "OLED65C36LC",
                  "OLED65C3AUA",
                  "OLED65C3PUA",
                  "OLED65C6P",
                  "OLED65C8AUA",
                  "OLED65C8PLA",
                  "OLED65C8PUA",
                  "OLED65C9AUA",
                  "OLED65C9PLA",
                  "OLED65C9PUA",
                  "OLED65CS6LA",
                  "OLED65CX9LA",
                  "OLED65CXPUA",
                  "OLED65E7P",
                  "OLED65E8PLA",
                  "OLED65E8PUA",
                  "OLED65E9PLA",
                  "OLED65E9PUA",
                  "OLED65G19LA",
                  "OLED65G23LA",
                  "OLED65G26LA",
                  "OLED65G29LA",
                  "OLED65G2PUA",
                  "OLED65G36LA",
                  "OLED65G39LA",
                  "OLED77A16LA",
                  "OLED77A19LA",
                  "OLED77A1PUA",
                  "OLED77B16LA",
                  "OLED77B19LA",
                  "OLED77B26LA",
                  "OLED77B29LA",
                  "OLED77B2PUA",
                  "OLED77B36LA",
                  "OLED77B39LA",
                  "OLED77B3PUA",
                  "OLED77C14LB",
                  "OLED77C16LA",
                  "OLED77C24LA",
                  "OLED77C26LD",
                  "OLED77C27LA",
                  "OLED77C2PUA",
                  "OLED77C34LA",
                  "OLED77C37LA",
                  "OLED77C3PUA",
                  "OLED77C8PUA",
                  "OLED77C9PUB",
                  "OLED77CS9LA",
                  "OLED77CX9LA",
                  "OLED77CXPUA",
                  "OLED77G19LA",
                  "OLED77G23LA",
                  "OLED77G26LA",
                  "OLED77G36LA",
                  "OLED77G3PUA",
                  "OLED77G6P",
                  "OLED77G7P",
                  "OLED77Z19LA",
                  "OLED77Z2PUA",
                  "OLED77ZX9LA",
                  "OLED77ZXPUA",
                  "OLED83C14LA",
                  "OLED83C1PUA",
                  "OLED83C24LA",
                  "OLED83C27LA",
                  "OLED83C2PUA",
                  "OLED83C34LA",
                  "OLED83C37LA",
                  "OLED83C3PUA",
                  "OLED83G26LA",
                  "OLED83G2PUA",
                  "OLED83G3PUA",
                  "OLED88Z2PUA",
                  "OLED97G2PUA",
                  "OLED97M3PUA",
                  "OT55A1KAGC",
                  "P14327",
                  "P14900",
                  "P15501",
                  "P15511",
                  "P15521",
                  "P15522",
                  "P16512",
                  "P50-C1",
                  "P55-C1",
                  "P55-E1",
                  "P55-F1",
                  "P552ui-B2",
                  "P602ui-B3",
                  "P65-C1",
                  "P65-E1",
                  "P65-F1",
                  "P652ui-B2",
                  "P659-G1",
                  "P65Q9-J01",
                  "P65QX-H1",
                  "P702ui-B3",
                  "P75-C1",
                  "P75-F1",
                  "P759-G1",
                  "P75Q9-H61",
                  "P75Q9-J01",
                  "P75QX-H1",
                  "P85QX-H1",
                  "P85QX-J01",
                  "PQ65-F1",
                  "PRIME24C14S",
                  "PRIME32C15GLE",
                  "PRIME32M14H",
                  "PRIME40C15GLE",
                  "PRIME40X14F",
                  "QE32Q50AAUXXU",
                  "QE43LS03BGUXXU",
                  "QE43Q60BAUXXC",
                  "QE43Q60BAUXXU",
                  "QE43Q65AAUXXU",
                  "QE43Q65BAUXZT",
                  "QE43QN90BATXXC",
                  "QE43QN94BATXZT",
                  "QE50LS03BG",
                  "QE50Q60BAUXXC",
                  "QE50Q60BAUXXU",
                  "QE50Q60BAUXZT",
                  "QE50Q65AAUXXU",
                  "QE50Q65CAUXZT",
                  "QE50Q80BATXXC",
                  "QE50QN90BATXXC",
                  "QE50QN90BATXXU",
                  "QE50QN90BATXZT",
                  "QE50QN94BATXZT",
                  "QE55Q60BAUXXC",
                  "QE55Q60BAUXXU",
                  "QE55Q64BAUXXC",
                  "QE55Q65AAUXXU",
                  "QE55Q70BATXXC",
                  "QE55Q75BATXXU",
                  "QE55Q80BATXXU",
                  "QE55QN700BTXXU",
                  "QE55QN85BATXXC",
                  "QE55QN90BATXXC",
                  "QE55QN90BATXXU",
                  "QE55QN94AATXXU",
                  "QE55QN94BATXZT",
                  "QE55QN95BATXXC",
                  "QE55S90CATXXU",
                  "QE65Q64BAUXXC",
                  "QE65Q65BAUXXU",
                  "QE65Q70BATXXC",
                  "QE65Q80BATXXC",
                  "QE65Q80BATXXU",
                  "QE65QN700ATXXU",
                  "QE65QN700BTXXU",
                  "QE65QN900ATXZT",
                  "QE65QN900BTXZT",
                  "QE65QN94AATXXU",
                  "QE65QN94BATXZT",
                  "QE65S90CATXXU",
                  "QE65S95BATXZT",
                  "QE75Q60BAUXXU",
                  "QE75Q64BAUXXC",
                  "QE75Q65AAUXXU",
                  "QE75Q75BATXXU",
                  "QE75Q7FNATXXC",
                  "QE75Q80AATXXC",
                  "QE75QN700ATXXU",
                  "QE75QN700BTXXU",
                  "QE75QN800ATXXC",
                  "QE75QN85BATXXC",
                  "QE75QN90BATXXC",
                  "QE75QN90BATXZT",
                  "QE75QN94AATXXU",
                  "QE75QN95BATXXU",
                  "QE75QN95BATXZT",
                  "QE77S90CATXXU",
                  "QE85Q60CAUXXU",
                  "QE85QN800BTXXC",
                  "QE98QN90AATXXU",
                  "QN32LS03BBFXZA",
                  "QN32Q60AAFXZA",
                  "QN43LS03AAFXZA",
                  "QN43LS03BAFXZA",
                  "QN43LS03RAFXZA",
                  "QN43Q60AAFXZA",
                  "QN43Q60BAFXZA",
                  "QN43Q60RAFXZA",
                  "QN43QN90AAFXZA",
                  "QN43QN90BAFXZA",
                  "QN49Q60RAFXZA",
                  "QN49Q6FAMFXZA",
                  "QN49Q70RAFXZA",
                  "QN49Q80TAFXZA",
                  "QN50LS03AAFXZA",
                  "QN50LS03BAFXZA",
                  "QN50LS03TAFXZA",
                  "QN50Q60AAFXZA",
                  "QN50Q60BAFXZA",
                  "QN50Q60BDFXZA",
                  "QN50Q80AAFXZA",
                  "QN50Q80BAFXZA",
                  "QN50Q80TAFXZA",
                  "QN50QN90AAFXZA",
                  "QN50QN90BAFXZA",
                  "QN55LS01BAFXZA",
                  "QN55LS03AAFXZA",
                  "QN55LS03BAFXZA",
                  "QN55LS03RAFXZA",
                  "QN55LS03TAFXZA",
                  "QN55Q60AAFXZA",
                  "QN55Q60BAFXZA",
                  "QN55Q60BDFXZA",
                  "QN55Q60RAFXZA",
                  "QN55Q70AAFXZA",
                  "QN55Q7CNAFXZA",
                  "QN55Q7FAMFXZA",
                  "QN55Q7FNAFXZA",
                  "QN55Q80AAFXZA",
                  "QN55Q80BAFXZA",
                  "QN55Q80RAFXZA",
                  "QN55Q8CAMFXZA",
                  "QN55QN85AAFXZA",
                  "QN55QN85BAFXZA",
                  "QN55QN90AAFXZA",
                  "QN55QN90BAFXZA",
                  "QN55QN95BAFXZA",
                  "QN55S95BAFXZA",
                  "QN60Q60AAFXZA",
                  "QN60Q60BAFXZA",
                  "QN65LS03AAFXZA",
                  "QN65LS03RAFXZA",
                  "QN65LS03TAFXZA",
                  "QN65LST9TAFXZA",
                  "QN65Q60AAFXZA",
                  "QN65Q60BAFXZA",
                  "QN65Q60RAFXZA",
                  "QN65Q6DRAFXZA",
                  "QN65Q70AAFXZA",
                  "QN65Q70RAFXZA",
                  "QN65Q7DRAFXZA",
                  "QN65Q7FAMFXZA",
                  "QN65Q7FNAFXZA",
                  "QN65Q80AAFXZA",
                  "QN65Q80BAFXZA",
                  "QN65Q80BDFXZA",
                  "QN65Q80RAFXZA",
                  "QN65Q80TAFXZA",
                  "QN65Q900RBFXZA",
                  "QN65Q900TSFXZA",
                  "QN65Q90RAFXZA",
                  "QN65QN800AFXZA",
                  "QN65QN800BFXZA",
                  "QN65QN85BAFXZA",
                  "QN65QN900BFXZA",
                  "QN65QN90AAFXZA",
                  "QN65QN90BAFXZA",
                  "QN65QN95BAFXZA",
                  "QN65S95BAFXZA",
                  "QN70Q60AAVXZA",
                  "QN70Q60BAFXZA",
                  "QN70Q60BDFXZA",
                  "QN75LS03AAFXZA",
                  "QN75LS03BAFXZA",
                  "QN75LST9TAFXZA",
                  "QN75Q60AAFXZA",
                  "QN75Q60BAFXZA",
                  "QN75Q60RAFXZA",
                  "QN75Q70AAFXZA",
                  "QN75Q70TAFXZA",
                  "QN75Q800TAFXZA",
                  "QN75Q80AAFXZA",
                  "QN75Q80BAFXZA",
                  "QN75Q80RAFXZA",
                  "QN75Q900RBFXZA",
                  "QN75Q900TSFXZA",
                  "QN75Q90RAFXZA",
                  "QN75Q90TAFXZA",
                  "QN75Q9FAMFXZA",
                  "QN75QN800AFXZA",
                  "QN75QN800BFXZA",
                  "QN75QN850BFXZA",
                  "QN75QN85BAFXZA",
                  "QN75QN900AFXZA",
                  "QN75QN900BFXZA",
                  "QN75QN90AAFXZA",
                  "QN75QN90BAFXZA",
                  "QN75QN95BAFXZA",
                  "QN77S95CAFXZA",
                  "QN82Q60RAFXZA",
                  "QN82Q60TAFXZA",
                  "QN82Q70RAFXZA",
                  "QN82Q800TAFXZA",
                  "QN82Q80RAFXZA",
                  "QN82Q8FNBFXZA",
                  "QN82Q900RBFXZA",
                  "QN82Q90RAFXZA",
                  "QN83S90CAEXZA",
                  "QN85LS03BAFXZA",
                  "QN85Q60AAFXZA",
                  "QN85Q60BAFXZA",
                  "QN85Q60BDFXZA",
                  "QN85Q70AAFXZA",
                  "QN85Q70RAFXZA",
                  "QN85Q70TAFXZA",
                  "QN85Q80AAFXZA",
                  "QN85Q80BAFXZA",
                  "QN85Q80TAFXZA",
                  "QN85Q900RAFXZA",
                  "QN85QN800AFXZA",
                  "QN85QN800BFXZA",
                  "QN85QN85BAFXZA",
                  "QN85QN900AFXZA",
                  "QN85QN900BFXZA",
                  "QN85QN90AAFXZA",
                  "QN85QN90BAFXZA",
                  "QN85QN95BAFXZA",
                  "QN98QN90AAFXZA",
                  "SB-V-55-4KHDR-BL",
                  "SS215U22",
                  "TC-55CX800U",
                  "TQ43Q60CAUXXC",
                  "TQ50Q60CAUXXC",
                  "TQ55Q60CAUXXC",
                  "TU55CU7105KXXC",
                  "TX-24DS500B",
                  "TX-24FS503",
                  "TX-24FSW504",
                  "TX-24JSW354",
                  "TX-24LS480",
                  "TX-32DS500B",
                  "TX-32DS600E",
                  "TX-32ES400",
                  "TX-32ES400E",
                  "TX-32FS400E",
                  "TX-32FS503E",
                  "TX-32FSW504",
                  "TX-32G310E",
                  "TX-32G320E",
                  "TX-32GW334",
                  "TX-32JSW354",
                  "TX-32LS480E",
                  "TX-32LS490B",
                  "TX-40CS520E",
                  "TX-40CS620E",
                  "TX-40CX700E",
                  "TX-40DS400E",
                  "TX-40DS500B",
                  "TX-40DS500E",
                  "TX-40DX653",
                  "TX-40DXW734",
                  "TX-40ES403",
                  "TX-40ES510E",
                  "TX-40EX600E",
                  "TX-40EX700B",
                  "TX-40FS503E",
                  "TX-40GX700B",
                  "TX-40GX710E",
                  "TX-40GX810E",
                  "TX-40GX830E",
                  "TX-40GXW704",
                  "TX-40GXW804",
                  "TX-40JXW834",
                  "TX-40JXW854",
                  "TX-43CX750E",
                  "TX-43FX600B",
                  "TX-43HX580B",
                  "TX-43HXW944",
                  "TX-43LX800B",
                  "TX-43MX610B",
                  "TX-43MX800B",
                  "TX-43MXW834",
                  "TX-49DS500B",
                  "TX-49FX600E",
                  "TX-49FX650B",
                  "TX-49FX700B",
                  "TX-49FX700E",
                  "TX-49FX780E",
                  "TX-49LXW944",
                  "TX-50CX700E",
                  "TX-50DX730",
                  "TX-50DX750B",
                  "TX-50DX800E",
                  "TX-50DXW734",
                  "TX-50EX700B",
                  "TX-50EX703E",
                  "TX-50EX750B",
                  "TX-50GX700B",
                  "TX-50GX800B",
                  "TX-50GX800E",
                  "TX-50GX810E",
                  "TX-50GXW584",
                  "TX-50GXW804",
                  "TX-50HX580",
                  "TX-50HX600",
                  "TX-50HXW584",
                  "TX-50HXW804",
                  "TX-50JX600B",
                  "TX-50JX800B",
                  "TX-50JX800E",
                  "TX-50JXW704",
                  "TX-50JXW834",
                  "TX-50JXW854",
                  "TX-50MX610B",
                  "TX-55CX700E",
                  "TX-55EX600E",
                  "TX-55FX550E",
                  "TX-55FX600B",
                  "TX-55FX600E",
                  "TX-55FX613",
                  "TX-55FX623E",
                  "TX-55FX650B",
                  "TX-55FX700B",
                  "TX-55FX700E",
                  "TX-55FX740E",
                  "TX-55FX780E",
                  "TX-55FZ800E",
                  "TX-55FZ802B",
                  "TX-55FZ950E",
                  "TX-55GXW904",
                  "TX-55GZ1000",
                  "TX-55GZ2000E",
                  "TX-55GZ950E",
                  "TX-55GZ960E",
                  "TX-55HX580B",
                  "TX-55HXW584",
                  "TX-55HZ1500E",
                  "TX-55JX710E",
                  "TX-55JX940E",
                  "TX-55JXW704",
                  "TX-55JZ1500E",
                  "TX-55JZ2000E",
                  "TX-55LX800B",
                  "TX-55LZ800B",
                  "TX-55LZ800E",
                  "TX-55LZW804",
                  "TX-55MX610B",
                  "TX-58DX700",
                  "TX-58DX730",
                  "TX-58DX780E",
                  "TX-58DX800E",
                  "TX-58DX900E",
                  "TX-58DX902B",
                  "TX-58DXW734",
                  "TX-58EX700B",
                  "TX-58EX703E",
                  "TX-58EX780E",
                  "TX-58GX700E",
                  "TX-58GX800E",
                  "TX-58GX810E",
                  "TX-58GXW704",
                  "TX-58HX800B",
                  "TX-58HXW804",
                  "TX-58JX800E",
                  "TX-65DX902B",
                  "TX-65EX600E",
                  "TX-65EX700B",
                  "TX-65EX730E",
                  "TX-65EX750B",
                  "TX-65EX780E",
                  "TX-65EZ950E",
                  "TX-65FX600B",
                  "TX-65FX623E",
                  "TX-65FX700B",
                  "TX-65FX750B",
                  "TX-65FX780E",
                  "TX-65FZ800E",
                  "TX-65FZ950E",
                  "TX-65GX700B",
                  "TX-65GX800B",
                  "TX-65GXW704",
                  "TX-65GXW904",
                  "TX-65GZ950B",
                  "TX-65GZ950E",
                  "TX-65GZW1004",
                  "TX-65HXW804",
                  "TX-65HXW944",
                  "TX-65HZ1500E",
                  "TX-65HZ980B",
                  "TX-65JX800B",
                  "TX-65JX800E",
                  "TX-65JX940B",
                  "TX-65JXW704",
                  "TX-65JXW834",
                  "TX-65JXW854",
                  "TX-65JZ1000E",
                  "TX-65JZ2000E",
                  "TX-65LX650E",
                  "TX-65LX800B",
                  "TX-65LZ1500E",
                  "TX-65LZ800B",
                  "TX-65LZ800E",
                  "TX-65LZW804",
                  "TX-65MX700E",
                  "TX-75FX750B",
                  "TX-75FX780E",
                  "TX-75HX940E",
                  "TX-75JX940B",
                  "TX-75JX940E",
                  "TX-75LX800B",
                  "TX-75MX800B",
                  "TX-77EZ1000E",
                  "U43H7A",
                  "U558CV-UMR",
                  "U65C7006",
                  "U758CV-UMR",
                  "UA32T5300AUXLY",
                  "UE24N4305",
                  "UE32T4300AKXXU",
                  "UE40KU6000K",
                  "UE40MU6102KXXH",
                  "UE40MU6170UXZG",
                  "UE43AU7020KXXU",
                  "UE43AU7090UXZT",
                  "UE43AU7095UXXC",
                  "UE43AU7172UXXH",
                  "UE43AU7190UXZT",
                  "UE43BU8000KXXU",
                  "UE43BU8500KXXU",
                  "UE43CU7100KXXU",
                  "UE43CU7172UXXH",
                  "UE43CU71A0KXXU",
                  "UE43TU8005KXXC",
                  "UE48JU6450U",
                  "UE49MU6220KXXU",
                  "UE49MU7000TXXU",
                  "UE49RU7379UXZG",
                  "UE50AU7095",
                  "UE50AU7110KXXU",
                  "UE50BU8000KXXN",
                  "UE50BU8000KXXU",
                  "UE50BU8500KXXU",
                  "UE50CU7100KXXU",
                  "UE50CU7110KXXU",
                  "UE50CU8000KXXU",
                  "UE50MU6172UXXH",
                  "UE55AU7090UXZT",
                  "UE55AU7095UXXC",
                  "UE55AU7110KXXU",
                  "UE55AU7190UXZT",
                  "UE55AU8000KXXU",
                  "UE55AU9000KXXU",
                  "UE55BU8000KXXU",
                  "UE55CU7110KXXU",
                  "UE55CU8500KXXU",
                  "UE55MU6170UXZG",
                  "UE55MU7000TXXU",
                  "UE55MU8000TXXU",
                  "UE55RU7379UXZG",
                  "UE55TU8005KXXC",
                  "UE58AU7100KXXU",
                  "UE58AU7110KXXU",
                  "UE58CU7100KXXU",
                  "UE60BU8000KXXU",
                  "UE65AU7020KXXU",
                  "UE65AU7095",
                  "UE65AU7100KXXU",
                  "UE65AU8000KXXU",
                  "UE65AU9000KXXU",
                  "UE65BU8570UXZT",
                  "UE65JS9500T",
                  "UE65MU6220KXXU",
                  "UE65MU7000TXXU",
                  "UE65MU8000TXXU",
                  "UE70BU8000KXXU",
                  "UE75BU8000KXXU",
                  "UE75BU8005KXXC",
                  "UE75BU8500KXXU",
                  "UE85BU8000KXXC",
                  "UE85BU8000KXXU",
                  "UN32M4500AFXZA",
                  "UN40J5500AFXZA",
                  "UN40KU6300FXZA",
                  "UN40N5200AFXZA",
                  "UN43AU8000FXZA",
                  "UN43CU7000FXZA",
                  "UN43RU7100FXZA",
                  "UN43TU690TFXZA",
                  "UN49KS8000FXZA",
                  "UN50J5200AFXZA",
                  "UN50RU7100FXZA",
                  "UN55AU8000FXZA",
                  "UN55K6250AFXZA",
                  "UN55KS850D",
                  "UN55KU630DFXZA",
                  "UN55KU6500FXZA",
                  "UN55KU7000FXZA",
                  "UN55NU7100FXZA",
                  "UN55RU7100FXZA",
                  "UN55RU7300FXZA",
                  "UN55RU8000FXZA",
                  "UN55TU690TFXZA",
                  "UN58RU7100FXZA",
                  "UN60TU7000FXZA",
                  "UN65KS850DFXZA",
                  "UN65MU6500FXZA",
                  "UN65RU7100FXZA",
                  "UN65RU7300FXZA",
                  "UN65RU8000FXZA",
                  "UN65TU7000FXZA",
                  "UN65TU8300FXZA",
                  "UN75RU7100FXZA",
                  "UN75RU8000FXZA",
                  "UN85CU8000FXZA",
                  "UN86TU9000FXZA",
                  "UN86TU9010FXZA",
                  "V405-G9",
                  "V435-G0",
                  "V435-J01",
                  "V435M-K04",
                  "V436-G1",
                  "V505-G9",
                  "V505-H19",
                  "V505-J09",
                  "V505M-K09",
                  "V555-G1",
                  "V555-J01",
                  "V555M-K01",
                  "V585-J01",
                  "V585M-K01",
                  "V605-G3",
                  "V655-G9",
                  "V655-J09",
                  "V655M-K03",
                  "V705-H13",
                  "V705-J01",
                  "V705-J03",
                  "V705M-K03",
                  "V755-J04",
                  "V755M-K03",
                  "WD24HX1201",
                  "WD24HX5201",
                  "WD32HX1201",
                  "WD32HX5201",
                  "WR42FX2210",
                  "WR43FX2212",
                  "WR50UX4210",
                  "X14311",
                  "X14330",
                  "X14351",
                  "X14912",
                  "X15031",
                  "X15052",
                  "X15511",
                  "X15513",
                  "X15523",
                  "X15532",
                  "X15554",
                  "X15556",
                  "X322BV-SR",
                  "X328BV-SR",
                  "X405BV-FSR",
                  "X415BV-FSR",
                  "X438BV-FSR",
                  "X505BV-FSR",
                  "XBR-100Z9D",
                  "XBR-43X800D",
                  "XBR-43X800E",
                  "XBR-43X800G",
                  "XBR-43X800H",
                  "XBR-48A9S",
                  "XBR-49X700D",
                  "XBR-49X800D",
                  "XBR-49X800E",
                  "XBR-49X800G",
                  "XBR-49X800H",
                  "XBR-49X900E",
                  "XBR-49X950H",
                  "XBR-55A1E",
                  "XBR-55A8F",
                  "XBR-55A8G",
                  "XBR-55A8H",
                  "XBR-55A9F",
                  "XBR-55A9G",
                  "XBR-55X700D",
                  "XBR-55X800E",
                  "XBR-55X800G",
                  "XBR-55X800H",
                  "XBR-55X850D",
                  "XBR-55X850G",
                  "XBR-55X900E",
                  "XBR-55X900H",
                  "XBR-55X930D",
                  "XBR-55X930E",
                  "XBR-55X950G",
                  "XBR-55X950H",
                  "XBR-60X830F",
                  "XBR-65A1E",
                  "XBR-65A8F",
                  "XBR-65A8G",
                  "XBR-65A8H",
                  "XBR-65A9F",
                  "XBR-65A9G",
                  "XBR-65X750D",
                  "XBR-65X800G",
                  "XBR-65X800H",
                  "XBR-65X850E",
                  "XBR-65X850G",
                  "XBR-65X900E",
                  "XBR-65X900F",
                  "XBR-65X900H",
                  "XBR-65X930E",
                  "XBR-65X950G",
                  "XBR-65X950H",
                  "XBR-65Z9D",
                  "XBR-70X830F",
                  "XBR-75X800G",
                  "XBR-75X800H",
                  "XBR-75X850D",
                  "XBR-75X850E",
                  "XBR-75X850G",
                  "XBR-75X900E",
                  "XBR-75X900F",
                  "XBR-75X900H",
                  "XBR-75X940D",
                  "XBR-75X940E",
                  "XBR-75X950G",
                  "XBR-75X950H",
                  "XBR-75Z8H",
                  "XBR-75Z9D",
                  "XBR-77A1E",
                  "XBR-77A9G",
                  "XBR-85X800H",
                  "XBR-85X850D",
                  "XBR-85X850F",
                  "XBR-85X850G",
                  "XBR-85X900F",
                  "XBR-85X900H",
                  "XBR-85X950G",
                  "XBR-85X950H",
                  "XBR-85Z8H",
                  "XBR-85Z9G",
                  "XR-100X92",
                  "XR-42A90K",
                  "XR-48A90K",
                  "XR-50X90J",
                  "XR-50X90S",
                  "XR-55A75K",
                  "XR-55A80J",
                  "XR-55A80K",
                  "XR-55A80L",
                  "XR-55A90J",
                  "XR-55A95K",
                  "XR-55A95L",
                  "XR-55X90J",
                  "XR-55X90K",
                  "XR-55X90L",
                  "XR-65A75K",
                  "XR-65A80J",
                  "XR-65A80K",
                  "XR-65A80L",
                  "XR-65A83K",
                  "XR-65A90J",
                  "XR-65A95K",
                  "XR-65A95L",
                  "XR-65X90J",
                  "XR-65X90K",
                  "XR-65X90L",
                  "XR-65X93L",
                  "XR-65X95J",
                  "XR-65X95K",
                  "XR-65X95L",
                  "XR-75X90J",
                  "XR-75X90K",
                  "XR-75X90L",
                  "XR-75X93L",
                  "XR-75X95J",
                  "XR-75X95K",
                  "XR-75Z9J",
                  "XR-75Z9K",
                  "XR-77A80J",
                  "XR-77A80K",
                  "XR-77A80L",
                  "XR-77A95L",
                  "XR-83A80L",
                  "XR-83A90J",
                  "XR-85X90K",
                  "XR-85X90L",
                  "XR-85X93L",
                  "XR-85X95J",
                  "XR-85X95K",
                  "XR-85X95L",
                  "XR-85Z9J",
                  "XR-85Z9K",
                  "XR-98X90L"
                ]
              }
            ]
          },
          "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": [
        "MacBook Pro"
      ],
      "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": false,
            "hidden": false,
            "examples": [
              "MacBook Pro"
            ],
            "type": "string",
            "maxLength": 2499,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "100L5G-DLT100B",
                  "100L9G-DLT100B",
                  "105UC9",
                  "120L5",
                  "120L5G-CINE120A",
                  "22LB4510",
                  "22LF4520",
                  "22LH4530-P",
                  "22LJ4540",
                  "22LN4500",
                  "22LN4510",
                  "22PFH4000/88",
                  "22PFK4000/12",
                  "22PFS4232/12",
                  "22PFS5303/12",
                  "22PFT4000/12",
                  "22PFT5303/12",
                  "24BI6EA",
                  "24EA4E",
                  "24EE2UM",
                  "24EE6K",
                  "24EE6KD",
                  "24LB4510",
                  "24LB451B",
                  "24LF4520",
                  "24LF4520-WU",
                  "24LF452B",
                  "24LF454B",
                  "24LF4820-BU",
                  "24LF4820-WU",
                  "24LH4530-P",
                  "24LH4830-PU",
                  "24LJ4540",
                  "24LJ4540-WU",
                  "24LJ4840-WU",
                  "24LM500S-PU",
                  "24LM530S-PU",
                  "24LN4510",
                  "24LQ520S-WU",
                  "24MT48D",
                  "24MT48DF-PH",
                  "24MT48DF-PZ",
                  "24MT49VF",
                  "24PFL3603/F7",
                  "24PFS4022/12",
                  "24PFS4032/12",
                  "24PFS6855/12",
                  "24PFT4022/12",
                  "24PFT5303/12",
                  "24PHH4000/88",
                  "24PHK4000/12",
                  "24PHS4022/12",
                  "24PHS4032/12",
                  "24PHT4000/12",
                  "24TL510S",
                  "24TL510V-PZ",
                  "24TL520S",
                  "24TN510S-PZ",
                  "24TQ510S-PZ",
                  "24TQ510S-WZ",
                  "26LN4500",
                  "27ART10AKPL",
                  "27LP600B-PU",
                  "27LP615B-PU",
                  "27LQ600S-W",
                  "27LQ615S-PU",
                  "27LQ625S-PU",
                  "28LF4520",
                  "28LH4530-P",
                  "28LJ400B-PU",
                  "28LJ430B-PU",
                  "28LJ4540",
                  "28LM400B-PU",
                  "28LM430B-PU",
                  "28LN4500",
                  "28MT49VT",
                  "28TK410V",
                  "28TL510S-PZ",
                  "28TN515S",
                  "28TQ515S-PZ",
                  "28TQ515S-WZ",
                  "29LB4505",
                  "29LB4510",
                  "29LN450W",
                  "29LN4510",
                  "32A40GMV",
                  "32A45GV",
                  "32A4BG",
                  "32A4DG",
                  "32A4EG",
                  "32A4FG",
                  "32A4H",
                  "32A5600F",
                  "32A5KQ",
                  "32AE5000F",
                  "32AE5600FA",
                  "32BB3I",
                  "32BC6E",
                  "32BG3K",
                  "32CB2E",
                  "32FA2E",
                  "32FE2E",
                  "32FG2EA",
                  "32FG4EA",
                  "32FG6EA",
                  "32FI4EA",
                  "32FI7EA",
                  "32H4030F3",
                  "32H4F",
                  "32H4G",
                  "32H5500F",
                  "32H5580F",
                  "32H5590F",
                  "32LB520B",
                  "32LB5600",
                  "32LB560B",
                  "32LB5800",
                  "32LF500B",
                  "32LF510B",
                  "32LF5600",
                  "32LF5610",
                  "32LF561V",
                  "32LF5800",
                  "32LF595B",
                  "32LF630V",
                  "32LF650V",
                  "32LF652V",
                  "32LF653V",
                  "32LH5000",
                  "32LH500B",
                  "32LH500D",
                  "32LH510B",
                  "32LH510U",
                  "32LH530V",
                  "32LH550B",
                  "32LH570B",
                  "32LH570U",
                  "32LH590U",
                  "32LH604V",
                  "32LJ500B",
                  "32LJ500U",
                  "32LJ500V",
                  "32LJ510B",
                  "32LJ510U",
                  "32LJ550B",
                  "32LJ550M",
                  "32LJ590U",
                  "32LJ610V",
                  "32LK500BPLA",
                  "32LK510BPLD",
                  "32LK540BPUA",
                  "32LK6100PLB",
                  "32LK610B",
                  "32LK610BBUA",
                  "32LK610BPUA",
                  "32LK6200PLA",
                  "32LM500BPUA",
                  "32LM550BPLB",
                  "32LM570BPUA",
                  "32LM620BPUA",
                  "32LM6300PCB",
                  "32LM6300PLA",
                  "32LM630BPLA",
                  "32LM630BPSB",
                  "32LM6370PLA",
                  "32LM637BPLA",
                  "32LN520B",
                  "32LN5300",
                  "32LN530B",
                  "32LN5310",
                  "32LN540B",
                  "32LN5700",
                  "32LQ63006LA",
                  "32LQ630B6LA",
                  "32LQ630BAUA",
                  "32LQ630BPUA",
                  "32LQ63806LC",
                  "32LS3450",
                  "32LU661H",
                  "32LV340C",
                  "32PFH4100/88",
                  "32PFH4101/88",
                  "32PFH5300/88",
                  "32PFH5501/88",
                  "32PFK4100/12",
                  "32PFK4101/12",
                  "32PFK5300/12",
                  "32PFL5505/F7",
                  "32PFS4132/12",
                  "32PFS5362/12",
                  "32PFS5501/12",
                  "32PFS5803/12",
                  "32PFS6401/12",
                  "32PFS6402/12",
                  "32PFS6805/12",
                  "32PFS6855/12",
                  "32PFS6905/12",
                  "32PFS6906/12",
                  "32PFT4100/12",
                  "32PFT4131/12",
                  "32PFT5501/12",
                  "32PHH4100/88",
                  "32PHH4200/88",
                  "32PHH4201/88",
                  "32PHK4100/12",
                  "32PHK4200/12",
                  "32PHK4201/12",
                  "32PHS4012/12",
                  "32PHS4032/12",
                  "32PHS4112/12",
                  "32PHS4131/12",
                  "32PHS4132/12",
                  "32PHS4503/12",
                  "32PHS5301/12",
                  "32PHS5302/12",
                  "32PHS5525/12",
                  "32PHS6605/12",
                  "32PHT4001/05",
                  "32PHT4100/12",
                  "32PHT4112/12",
                  "32PHT4131/12",
                  "32PHT4200/12",
                  "32PHT4201/12",
                  "32PHT4503/12",
                  "32PHT5302/12",
                  "39LB5600",
                  "39LB5800",
                  "39LB650V",
                  "39LN5300",
                  "39LN5700",
                  "39PHS6707/12",
                  "39PHT4112/12",
                  "40A40GV",
                  "40A45H",
                  "40A4GV",
                  "40A4H",
                  "40BG3K",
                  "40BJ4E",
                  "40BJ5K",
                  "40BL2EA",
                  "40BL3EA",
                  "40BL5EA",
                  "40BN2EA",
                  "40BN3EA",
                  "40BN5EA",
                  "40CF2E",
                  "40CF4E",
                  "40FE2E",
                  "40FG2EA",
                  "40FG4EA",
                  "40FG6EA",
                  "40FG7EA",
                  "40FI2EA",
                  "40FI4EA",
                  "40FI6EA",
                  "40FI6KA",
                  "40FI7EA",
                  "40H4030F1",
                  "40H4F",
                  "40H4G",
                  "40H5500F",
                  "40H5580F",
                  "40LF6300",
                  "40LH5300",
                  "40PFH4100/88",
                  "40PFH4101/88",
                  "40PFH4200/88",
                  "40PFH4201/88",
                  "40PFH5500/88",
                  "40PFH5501/88",
                  "40PFK4100/12",
                  "40PFK4101/12",
                  "40PFK4200/12",
                  "40PFK5300/12",
                  "40PFK5500/12",
                  "40PFS5501/12",
                  "40PFT4100/12",
                  "40PFT4200/12",
                  "40PFT4201/12",
                  "40PFT5500/12",
                  "40PFT5501/12",
                  "40PUH6400/88",
                  "40UB8000",
                  "42EH7E",
                  "42GA6400",
                  "42LA6200",
                  "42LB5550",
                  "42LB5600",
                  "42LB5800",
                  "42LB6300",
                  "42LF5600",
                  "42LF5800",
                  "42LM3400",
                  "42LM3700",
                  "42LM6250",
                  "42LN5200",
                  "42LN5300",
                  "42LN5400",
                  "42LN5700",
                  "42LX1Q6LA",
                  "42LX1Q6LA.AMF",
                  "42LX3QPSA",
                  "42LX3QPUA",
                  "42PFL7406K/02",
                  "42PFS4012/12",
                  "42PN4500",
                  "43A4H",
                  "43A60G",
                  "43A60GMV",
                  "43A6BG",
                  "43A6G",
                  "43A6GX",
                  "43A6H",
                  "43A7300F",
                  "43A7500F",
                  "43A7G",
                  "43A7GQ",
                  "43AE7200F",
                  "43BJ5K",
                  "43BL5EA",
                  "43BL6E",
                  "43BL6EA",
                  "43BN2EA",
                  "43BN3EA",
                  "43BN5EA",
                  "43E61KT",
                  "43E6KT",
                  "43E77HQ",
                  "43E77KQ",
                  "43E7HQ",
                  "43EH7E",
                  "43FN4EA",
                  "43FN6EA",
                  "43FN7EA",
                  "43H4030F3",
                  "43H4F",
                  "43H4G",
                  "43H5500G",
                  "43H6570G",
                  "43H78G",
                  "43LF5100",
                  "43LF5400",
                  "43LF5900",
                  "43LF590V",
                  "43LH5500",
                  "43LH5700",
                  "43LH570A",
                  "43LJ5000",
                  "43LJ500M",
                  "43LJ5500",
                  "43LJ550M",
                  "43LK5700PUA",
                  "43LM5000PUA",
                  "43LM6300PLA",
                  "43NANO756PA",
                  "43NANO75UQA",
                  "43NANO766QA",
                  "43PFL5603/F7",
                  "43PFL5604/F7",
                  "43PFL5703/F7",
                  "43PFL5704/F7",
                  "43PFL5766/F6",
                  "43PFL5766/F7",
                  "43PFS4012/12",
                  "43PFS4132/12",
                  "43PFS5301/12",
                  "43PFS5302/12",
                  "43PFS5803/12",
                  "43PFS6805/12",
                  "43PFS6855/12",
                  "43PFT4001/05",
                  "43PFT4112/12",
                  "43PFT4131/12",
                  "43PFT5301/12",
                  "43PFT5302/12",
                  "43PUH4900/88",
                  "43PUK4900/12",
                  "43PUS6101/12",
                  "43PUS6162/12",
                  "43PUS6201/12",
                  "43PUS6262/12",
                  "43PUS6401/12",
                  "43PUS6501/12",
                  "43PUS6503/12",
                  "43PUS6504/12",
                  "43PUS6523/12",
                  "43PUS6551/12",
                  "43PUS6554/12",
                  "43PUS6703/12",
                  "43PUS6704/12",
                  "43PUS6753/12",
                  "43PUS6754/12",
                  "43PUS6804/12",
                  "43PUS6814/12",
                  "43PUS7304/12",
                  "43PUS7334/12",
                  "43PUS7354/12",
                  "43PUS7394/12",
                  "43PUS7406/12",
                  "43PUS7505/12",
                  "43PUS7506/12",
                  "43PUS7555/12",
                  "43PUS7556/12",
                  "43PUS7805/12",
                  "43PUS7855/12",
                  "43PUS7906/12",
                  "43PUS7956/12",
                  "43PUS8106/12",
                  "43PUS8505/12",
                  "43PUS8506/12",
                  "43PUS8507/12",
                  "43PUS8517/12",
                  "43PUS8535/12",
                  "43PUS8545/12",
                  "43PUS8546/12",
                  "43PUS8555/12",
                  "43PUS8556/12",
                  "43PUS8807/12",
                  "43PUS8857/12",
                  "43PUS9235/12",
                  "43PUT4900/12",
                  "43PUT6162/12",
                  "43PUT6262/12",
                  "43QNED75ARA",
                  "43QNED75URA",
                  "43R4A5R",
                  "43R6090G",
                  "43R6G",
                  "43R7G5",
                  "43TU8005",
                  "43UF6400",
                  "43UF6430",
                  "43UF7600",
                  "43UH6030",
                  "43UH6100",
                  "43UH610A",
                  "43UH6500",
                  "43UJ6200",
                  "43UJ6300",
                  "43UK6090PUA",
                  "43UK6200PUA",
                  "43UK6300PUE",
                  "43UK6500AUA",
                  "43UM6910PUA",
                  "43UM6950DUB",
                  "43UM7300PUA",
                  "43UM7600PLB",
                  "43UN6950ZUA",
                  "43UN6955ZUF",
                  "43UN700-B",
                  "43UN73906LE",
                  "43UN74006LB",
                  "43UN80006LC",
                  "43UN81006LB",
                  "43UP7000PUA",
                  "43UP75003LF",
                  "43UP75006LF",
                  "43UP7670PUC",
                  "43UP76906LE",
                  "43UP77006LB",
                  "43UP78006LB",
                  "43UP80006LA",
                  "43UP80009LA",
                  "43UP8000PUA",
                  "43UP8000PUR",
                  "43UP81006LA",
                  "43UP81009LA",
                  "43UQ70003LB",
                  "43UQ70006LB",
                  "43UQ7070ZUD",
                  "43UQ75003LF",
                  "43UQ75006LF",
                  "43UQ75009LF",
                  "43UQ7590PUB",
                  "43UQ76903LE",
                  "43UQ76906LE",
                  "43UQ76909LE",
                  "43UQ80003LB",
                  "43UQ80006LB",
                  "43UQ80009LB",
                  "43UQ8000AUB",
                  "43UQ81003LB",
                  "43UQ81006LB",
                  "43UQ81009LB",
                  "43UQ90003LA",
                  "43UQ90009LA",
                  "43UQ9000PUD",
                  "43UQ91003LA",
                  "43UQ91006LA",
                  "43UQ91009LA",
                  "43UR640S",
                  "43UR73003LA",
                  "43UR80006LB",
                  "43UR8000AUA",
                  "43UR9000PUA",
                  "43UR91006LA",
                  "43UV661H (EU)",
                  "47GA6400",
                  "47GA6450",
                  "47GA7900",
                  "47LA6200",
                  "47LA6900",
                  "47LA7400",
                  "47LB5800",
                  "47LB5900",
                  "47LB6100",
                  "47LB6300",
                  "47LB650V",
                  "47LM4600",
                  "47LM4700",
                  "47LM6250",
                  "47LN5200",
                  "47LN5400",
                  "47LN5700",
                  "47LN5750",
                  "47LN5790",
                  "47LS4500",
                  "48A85H",
                  "48LX1Q6LA",
                  "48LX1QPUA",
                  "48OLED806/12",
                  "48OLED807/12",
                  "48OLED808/12",
                  "48OLED935/12",
                  "48OLED936/12",
                  "48PFH4100/88",
                  "48PFH4101/88",
                  "48PFH5500/88",
                  "48PFK4100/12",
                  "48PFK4101/12",
                  "48PFK6300/12",
                  "48X8F",
                  "49BG3K",
                  "49BJ5E",
                  "49LB5550",
                  "49LF5100",
                  "49LF510V",
                  "49LF5400",
                  "49LF5900",
                  "49LF620V",
                  "49LF6300",
                  "49LF630V",
                  "49LH5100",
                  "49LH510V",
                  "49LH541V",
                  "49LH5700",
                  "49LH570A",
                  "49LH570V",
                  "49LH590V",
                  "49LH604V",
                  "49LH630V",
                  "49LJ5100",
                  "49LJ510M",
                  "49LJ515V",
                  "49LJ5500",
                  "49LJ550M",
                  "49LJ594V",
                  "49LJ614V",
                  "49LJ624V",
                  "49LK5100PLA",
                  "49LK5400",
                  "49LK5700PSC",
                  "49LK5700PUA",
                  "49LK5900PLA",
                  "49LK6100PLB",
                  "49LV340C",
                  "49LV340H",
                  "49LV761H (EU)",
                  "49NANO816NA",
                  "49NANO85UNA",
                  "49NANO867NA",
                  "49PFH5501/88",
                  "49PFL7900/F7",
                  "49PFS4131/12",
                  "49PFS5301/12",
                  "49PFS5302/12",
                  "49PFS5501/12",
                  "49PFT5501/12",
                  "49PUH4900/88",
                  "49PUK4900/12",
                  "49PUS6031/12",
                  "49PUS6101/12",
                  "49PUS6162/12",
                  "49PUS6262/12",
                  "49PUS6401/12",
                  "49PUS6501/12",
                  "49PUS6551/12",
                  "49PUS6561/12",
                  "49PUS6803/12",
                  "49PUS7100/12",
                  "49PUS7181/12",
                  "49PUS7272/12",
                  "49PUS7502/12",
                  "49PUT4900/12",
                  "49PUT6262/12",
                  "49SJ800V",
                  "49SJ810V",
                  "49SK7900PLA",
                  "49SK8000PLB",
                  "49SK8000PUA",
                  "49SK8100PLA",
                  "49SK8500PLA",
                  "49SM8000PLA",
                  "49SM8050PLC",
                  "49SM8200PLA",
                  "49SM8500PLA",
                  "49SM8600PLA",
                  "49SM8600PSA",
                  "49SM8600PUA",
                  "49SM9000PLA",
                  "49UB8200",
                  "49UB8300",
                  "49UB830V",
                  "49UB8500",
                  "49UB850V",
                  "49UF6400",
                  "49UF640V",
                  "49UF6430",
                  "49UF6700",
                  "49UF670V",
                  "49UF671V",
                  "49UF675V",
                  "49UF680V",
                  "49UF690V",
                  "49UF695V",
                  "49UF7600",
                  "49UF770V",
                  "49UF771V",
                  "49UF800V",
                  "49UF850V",
                  "49UH600V",
                  "49UH6030",
                  "49UH603V",
                  "49UH6090",
                  "49UH6100",
                  "49UH6107",
                  "49UH610A",
                  "49UH610V",
                  "49UH620V",
                  "49UH6500",
                  "49UH650V",
                  "49UH661V",
                  "49UH664V",
                  "49UH668V",
                  "49UH750V",
                  "49UH7707",
                  "49UH770V",
                  "49UH8500",
                  "49UH850V",
                  "49UJ6200",
                  "49UJ620V",
                  "49UJ6300",
                  "49UJ630V",
                  "49UJ634V",
                  "49UJ635V",
                  "49UJ6500",
                  "49UJ651V",
                  "49UJ670V",
                  "49UJ701V",
                  "49UJ7500",
                  "49UJ750V",
                  "49UJ7700",
                  "49UK6090PUA",
                  "49UK6200PLA",
                  "49UK6200PUA",
                  "49UK6300MLB",
                  "49UK6300PLB",
                  "49UK6300PUE",
                  "49UK6400PLF",
                  "49UK6470PLC",
                  "49UK7550PLA",
                  "49UM6950DUB",
                  "49UM7000PLA",
                  "49UM7050PLF",
                  "49UM7100PLB",
                  "49UM7100PSA",
                  "49UM7300PSA",
                  "49UM7300PUA",
                  "49UM7390PLC",
                  "49UM7400PLB",
                  "49UN71006LB",
                  "49UN73006LA",
                  "49UN73906LE",
                  "49UN74006LB",
                  "49UT640S",
                  "49UV661H",
                  "4T-C40CL1",
                  "4T-C43CL1",
                  "4T-C43CN1",
                  "4T-C48CQ1",
                  "4T-C50CL1",
                  "4T-C50EQ3EM2AG",
                  "4T-C55CL1",
                  "4T-C55CN1",
                  "4T-C60CN1",
                  "4T-C65CH1",
                  "4T-C65CQ1",
                  "4T-C70BK2UD",
                  "4T-C70CN1",
                  "50A60G",
                  "50A60GMV",
                  "50A63H",
                  "50A66H",
                  "50A67H",
                  "50A68G",
                  "50A68H",
                  "50A6BG",
                  "50A6G",
                  "50A6GG",
                  "50A6GX",
                  "50A6H",
                  "50A6K",
                  "50A70GQ",
                  "50A7100F",
                  "50A72GQ",
                  "50A7300F",
                  "50A7500F",
                  "50A7G",
                  "50A7GQ",
                  "50A7H",
                  "50A7HQ",
                  "50AE7200F",
                  "50BJ4E",
                  "50BJ5K",
                  "50BL2EA",
                  "50BL3EA",
                  "50BL5EA",
                  "50BN3EA",
                  "50BN5EA",
                  "50DL2EA",
                  "50DL3EA",
                  "50DL4EA",
                  "50DL6EA",
                  "50DN2EA",
                  "50DN3EA",
                  "50DN4EA",
                  "50E6KT",
                  "50E76GQ",
                  "50E77HQ",
                  "50E77KQ",
                  "50E7HQ",
                  "50E7KQ",
                  "50EH7E",
                  "50EP4EA",
                  "50EP6EA",
                  "50EP7EA",
                  "50EQ3EA",
                  "50EQ4EA",
                  "50EQ6EA",
                  "50EQ7EA",
                  "50FN2EA",
                  "50FN4EA",
                  "50FN6EA",
                  "50FN7EA",
                  "50GA6400",
                  "50H4C",
                  "50H6500G",
                  "50H6570G",
                  "50H78G",
                  "50H8C",
                  "50H8F",
                  "50H8G",
                  "50LA6200",
                  "50LA6900",
                  "50LA6970",
                  "50LB5900",
                  "50LB6100",
                  "50LB6300",
                  "50LB650V",
                  "50LB670V",
                  "50LF5610",
                  "50LF561V",
                  "50LF5800",
                  "50LF6000",
                  "50LF6090",
                  "50LF6100",
                  "50LF650V",
                  "50LF652V",
                  "50LF653V",
                  "50LH5730",
                  "50LN5200",
                  "50LN5400",
                  "50LN5600",
                  "50LN5700",
                  "50LN5750",
                  "50LS4000",
                  "50NANO756PA",
                  "50NANO756QA",
                  "50NANO759PA",
                  "50NANO75UPA",
                  "50NANO75UQA",
                  "50NANO763QA",
                  "50NANO766QA",
                  "50NANO769QA",
                  "50NANO776PA",
                  "50NANO776QA",
                  "50NANO783QA",
                  "50NANO786QA",
                  "50NANO789QA",
                  "50NANO796NE",
                  "50NANO79SNA",
                  "50NANO806PA",
                  "50NANO80AQA",
                  "50NANO80UPA",
                  "50NANO816PA",
                  "50NANO816QA",
                  "50NANO819QA",
                  "50NANO823QB",
                  "50NANO826QB",
                  "50NANO829QB",
                  "50NANO856PA",
                  "50NANO85APA",
                  "50NANO866PA",
                  "50PB560B",
                  "50PB6600",
                  "50PB6650",
                  "50PFH5300/88",
                  "50PFL5601/F7",
                  "50PFL5603/F7",
                  "50PFL5604/F7",
                  "50PFL5703/F7",
                  "50PFL5704/F7",
                  "50PFL5766/F6",
                  "50PFL5806/F7",
                  "50PFL5901/F7",
                  "50PFL5903/F7",
                  "50PFS4012/12",
                  "50PFS5803/12",
                  "50PFT4203/12",
                  "50PN4500",
                  "50PN5300",
                  "50PN6500",
                  "50PUS6162/12",
                  "50PUS6203/12",
                  "50PUS6262/12",
                  "50PUS6503/12",
                  "50PUS6504/12",
                  "50PUS6523/12",
                  "50PUS6554/12",
                  "50PUS6703/12",
                  "50PUS6704/12",
                  "50PUS6753/12",
                  "50PUS6754/12",
                  "50PUS6804/12",
                  "50PUS6814/12",
                  "50PUS7303/12",
                  "50PUS7304/12",
                  "50PUS7334/12",
                  "50PUS7354/12",
                  "50PUS7393/12",
                  "50PUS7394/12",
                  "50PUS7406/12",
                  "50PUS7504/12",
                  "50PUS7505/12",
                  "50PUS7506/12",
                  "50PUS7556/12",
                  "50PUS7805/12",
                  "50PUS7855/12",
                  "50PUS7906/12",
                  "50PUS7956/12",
                  "50PUS8105/12",
                  "50PUS8106/12",
                  "50PUS8204/12",
                  "50PUS8505/12",
                  "50PUS8506/12",
                  "50PUS8507/12",
                  "50PUS8517/12",
                  "50PUS8546/12",
                  "50PUS8804/12",
                  "50PUS8807/12",
                  "50PUS8897/12",
                  "50PUS9005/12",
                  "50PUS9006/12",
                  "50PUT6262/12",
                  "50Q8G",
                  "50QNED756RA",
                  "50QNED806QA",
                  "50QNED80AQA",
                  "50QNED80ARA",
                  "50QNED80UQA",
                  "50QNED80URA",
                  "50QNED813QA",
                  "50QNED813RE",
                  "50QNED816QA",
                  "50QNED816RE",
                  "50QNED819QA",
                  "50QNED823QB",
                  "50QNED823RE",
                  "50QNED826QB",
                  "50QNED826RE",
                  "50QNED829QB",
                  "50R4A5R",
                  "50R6090G",
                  "50R6E",
                  "50R6E3",
                  "50R6G",
                  "50R7E",
                  "50R7G5",
                  "50U68G",
                  "50U6G",
                  "50U6H",
                  "50U6HF",
                  "50U6K",
                  "50UF8300",
                  "50UH5500",
                  "50UH5530",
                  "50UH630V",
                  "50UH635V",
                  "50UK6090PUA",
                  "50UK6300BUB",
                  "50UK6300LLB",
                  "50UK6300PLB",
                  "50UK6300PSB",
                  "50UK6300PUE",
                  "50UK6470PLC",
                  "50UK6500AUA",
                  "50UK6500PLA",
                  "50UK6710",
                  "50UK6750PLD",
                  "50UK6950PLB",
                  "50UM6900PUA",
                  "50UM7300PSA",
                  "50UM7300PUA",
                  "50UM7450PLA",
                  "50UM7500PLA",
                  "50UM7600PLB",
                  "50UN6950ZUF",
                  "50UN6951ZUA",
                  "50UN6955ZUF",
                  "50UN70006LA",
                  "50UN7000PUC",
                  "50UN73006",
                  "50UN73006LA",
                  "50UN7300AUD",
                  "50UN7300PUF",
                  "50UN74006LB",
                  "50UN80006LC",
                  "50UN8050PUD",
                  "50UN81006LB",
                  "50UP7000PUA",
                  "50UP7670PUC",
                  "50UP77006LB",
                  "50UP78006LB",
                  "50UP80006LA",
                  "50UP80009LA",
                  "50UP8000PUA",
                  "50UP81006LA",
                  "50UP81009LA",
                  "50UQ70003LB",
                  "50UQ70006LB",
                  "50UQ7070ZUE",
                  "50UQ75003LF",
                  "50UQ75006LF",
                  "50UQ75009LF",
                  "50UQ7570PUJ",
                  "50UQ7590PUB",
                  "50UQ80003LB",
                  "50UQ80006LB",
                  "50UQ80009LB",
                  "50UQ8000AUB",
                  "50UQ81003LB",
                  "50UQ81006LB",
                  "50UQ81009LB",
                  "50UQ90003LA",
                  "50UQ90009LA",
                  "50UQ9000PUD",
                  "50UQ91003LA",
                  "50UQ91006LA",
                  "50UQ91009LA",
                  "50UR640S",
                  "50UR78006LB",
                  "50UR8000AUA",
                  "50UR9000PUA",
                  "50UR91006LA",
                  "55A60G",
                  "55A63H",
                  "55A65H",
                  "55A66H",
                  "55A68G",
                  "55A68H",
                  "55A6BG",
                  "55A6G",
                  "55A6GV",
                  "55A6H",
                  "55A6K",
                  "55A70GQ",
                  "55A7100F",
                  "55A72GQ",
                  "55A7300F",
                  "55A7500F",
                  "55A78GQ",
                  "55A7G",
                  "55A7GQ",
                  "55A7H",
                  "55A7HQ",
                  "55A85K",
                  "55A8G",
                  "55A9G",
                  "55BJ5E",
                  "55BL2EA",
                  "55BL3EA",
                  "55BL5EA",
                  "55BN2EA",
                  "55BN3EA",
                  "55BN5EA",
                  "55BU8000K",
                  "55E63KT",
                  "55E6KT",
                  "55E76GQ",
                  "55E77KQ",
                  "55E77KQ PRO",
                  "55E78HQ",
                  "55E7HQ",
                  "55E7KQ",
                  "55E7KQ PRO",
                  "55EA8800",
                  "55EA9800",
                  "55EC9300",
                  "55EF9500",
                  "55EF950V",
                  "55EG9100",
                  "55EG910V",
                  "55EG9200",
                  "55EG920V",
                  "55EG9600",
                  "55EG960V",
                  "55EG9A7V",
                  "55EH7E",
                  "55EQ3EA",
                  "55EQ4EA",
                  "55EQ6EA",
                  "55EQ7EA",
                  "55FL1EA",
                  "55FN1EA",
                  "55FN2EA",
                  "55FN4EA",
                  "55FN6EA",
                  "55FN7EA",
                  "55GA6400",
                  "55GA6450",
                  "55GA7900",
                  "55H6500G",
                  "55H6570G",
                  "55H77G",
                  "55H78G",
                  "55H8C",
                  "55H8F",
                  "55H8G",
                  "55H9D",
                  "55H9E",
                  "55H9F",
                  "55LA6200",
                  "55LA6205",
                  "55LA6900",
                  "55LA6970",
                  "55LA7400",
                  "55LA8600",
                  "55LA9650",
                  "55LA9700",
                  "55LB5550",
                  "55LB5900",
                  "55LB6100",
                  "55LB6300",
                  "55LB650V",
                  "55LB670V",
                  "55LB7200",
                  "55LE7300",
                  "55LF5500",
                  "55LF5610",
                  "55LF5800",
                  "55LF6000",
                  "55LF6090",
                  "55LF6100",
                  "55LF6300",
                  "55LF630V",
                  "55LF650V",
                  "55LF652V",
                  "55LF653V",
                  "55LH545V",
                  "55LH5750",
                  "55LH575A",
                  "55LH604V",
                  "55LH630V",
                  "55LJ5500",
                  "55LJ550M",
                  "55LJ615V",
                  "55LJ625V",
                  "55LM4600",
                  "55LM4700",
                  "55LM6250",
                  "55LN5200",
                  "55LN5400",
                  "55LN5600",
                  "55LN5700",
                  "55LN5710",
                  "55LN5790",
                  "55LS03B",
                  "55LS4500",
                  "55LV340C",
                  "55LX1Q6LA",
                  "55LX1QPUA",
                  "55NANO73SQA",
                  "55NANO753PA",
                  "55NANO756PA",
                  "55NANO756QA",
                  "55NANO759PA",
                  "55NANO75UPA",
                  "55NANO75UQA",
                  "55NANO766QA",
                  "55NANO769QA",
                  "55NANO776PA",
                  "55NANO776QA",
                  "55NANO783QA",
                  "55NANO786QA",
                  "55NANO789QA",
                  "55NANO796NE",
                  "55NANO796PB",
                  "55NANO79SNA",
                  "55NANO806NA",
                  "55NANO806PA",
                  "55NANO80AQA",
                  "55NANO80UPA",
                  "55NANO813QA",
                  "55NANO816NA",
                  "55NANO816PA",
                  "55NANO816QA",
                  "55NANO819QA",
                  "55NANO81ANA",
                  "55NANO823QB",
                  "55NANO826QB",
                  "55NANO829QB",
                  "55NANO856PA",
                  "55NANO85APA",
                  "55NANO85UNA",
                  "55NANO866PA",
                  "55NANO867NA",
                  "55NANO906NA",
                  "55NANO90UNA",
                  "55NANO90UPA",
                  "55NANO916NA",
                  "55NANO916PA",
                  "55NANO917NA",
                  "55NANO926PB",
                  "55NANO956NA",
                  "55NANO966PA",
                  "55OLED705/12",
                  "55OLED706/12",
                  "55OLED707/12",
                  "55OLED754/12",
                  "55OLED803/12",
                  "55OLED804/12",
                  "55OLED805/12",
                  "55OLED806/12",
                  "55OLED807/12",
                  "55OLED854/12",
                  "55OLED855/12",
                  "55OLED856/12",
                  "55OLED857/12",
                  "55OLED865/12",
                  "55OLED876/12",
                  "55OLED903/12",
                  "55OLED934/12",
                  "55OLED935/12",
                  "55OLED936/12",
                  "55PFL5601/F7",
                  "55PFL5603/F7",
                  "55PFL5604/F7",
                  "55PFL5703/F7",
                  "55PFL5704/F7",
                  "55PFL5766/F6",
                  "55PFL5901/F7",
                  "55PFL5903/F7",
                  "55PFL6900/F7",
                  "55PFL7900/F7",
                  "55POS9002/12",
                  "55POS901F/12",
                  "55PUH4900/88",
                  "55PUH6400/88",
                  "55PUK4900/12",
                  "55PUS6031/12",
                  "55PUS6101/12",
                  "55PUS6162/12",
                  "55PUS6201/12",
                  "55PUS6262/12",
                  "55PUS6272/12",
                  "55PUS6401/12",
                  "55PUS6432/12",
                  "55PUS6452/12",
                  "55PUS6503/12",
                  "55PUS6523/12",
                  "55PUS6551/12",
                  "55PUS6554/12",
                  "55PUS6561/12",
                  "55PUS6581/12",
                  "55PUS6703/12",
                  "55PUS6704/12",
                  "55PUS6753/12",
                  "55PUS6754/12",
                  "55PUS6803/12",
                  "55PUS6814/12",
                  "55PUS7100/12",
                  "55PUS7181/12",
                  "55PUS7272/12",
                  "55PUS7303/12",
                  "55PUS7304/12",
                  "55PUS7334/12",
                  "55PUS7354/12",
                  "55PUS7363/12",
                  "55PUS7373/12",
                  "55PUS7383/12",
                  "55PUS7393/12",
                  "55PUS7394/12",
                  "55PUS7406/12",
                  "55PUS7502/12",
                  "55PUS7503/12",
                  "55PUS7504/12",
                  "55PUS7506/12",
                  "55PUS7556/12",
                  "55PUS7803/12",
                  "55PUS7805/12",
                  "55PUS7906/12",
                  "55PUS7956/12",
                  "55PUS8007/12",
                  "55PUS8106/12",
                  "55PUS8204/12",
                  "55PUS8303/12",
                  "55PUS8503/12",
                  "55PUS8804/12",
                  "55PUS8807/12",
                  "55PUS8897/12",
                  "55PUS9206/12",
                  "55PUS9435/12",
                  "55PUT4900/12",
                  "55PUT6162/12",
                  "55PUT6201/12",
                  "55PUT6262/12",
                  "55Q7G",
                  "55Q8G",
                  "55Q9G",
                  "55QNED756RA",
                  "55QNED75URA",
                  "55QNED7S6QA",
                  "55QNED806QA",
                  "55QNED80AQA",
                  "55QNED80UQA",
                  "55QNED80URA",
                  "55QNED813QA",
                  "55QNED813RE",
                  "55QNED816QA",
                  "55QNED816RA",
                  "55QNED816RE",
                  "55QNED819QA",
                  "55QNED823RE",
                  "55QNED826RE",
                  "55QNED829QB",
                  "55QNED85AQA",
                  "55QNED85UQA",
                  "55QNED863QA",
                  "55QNED866QA",
                  "55QNED866RE",
                  "55QNED869QA",
                  "55QNED873QB",
                  "55QNED876QB",
                  "55QNED876RA",
                  "55QNED879QB",
                  "55R4A5R",
                  "55R6070E3",
                  "55R6090G",
                  "55R6A5R",
                  "55R6E",
                  "55R6E3",
                  "55R6G",
                  "55R7E",
                  "55R7G5",
                  "55R8B5",
                  "55R8F5",
                  "55S90CAK",
                  "55SJ8000",
                  "55SJ800V",
                  "55SJ810V",
                  "55SJ8500",
                  "55SJ850V",
                  "55SJ950V",
                  "55SK7900PLA",
                  "55SK8000AUB",
                  "55SK8000PLB",
                  "55SK8000PUA",
                  "55SK8100PLA",
                  "55SK8500PLA",
                  "55SK9000PUA",
                  "55SK9500PLA",
                  "55SM8000PSA",
                  "55SM8050PLC",
                  "55SM8100AUA",
                  "55SM8200PLA",
                  "55SM8500PLA",
                  "55SM8600PLA",
                  "55SM8600PSA",
                  "55SM8600PUA",
                  "55SM9000PUA",
                  "55SM9010PLA",
                  "55SM9800PLA",
                  "55U62KQ",
                  "55U68G",
                  "55U69KQ",
                  "55U6G",
                  "55U6GR5",
                  "55U6H",
                  "55U6KQ",
                  "55U72KQ",
                  "55U75K",
                  "55U79KQ",
                  "55U7F",
                  "55U7G",
                  "55U7H",
                  "55U7KQ",
                  "55U7QF",
                  "55U87HQ",
                  "55U88G",
                  "55U8G",
                  "55U8GQ",
                  "55U8H",
                  "55U8K",
                  "55U8KQ",
                  "55U8QF",
                  "55UB8200",
                  "55UB820V",
                  "55UB8300",
                  "55UB830V",
                  "55UB8500",
                  "55UB850V",
                  "55UB9500",
                  "55UB950V",
                  "55UF6430",
                  "55UF6450",
                  "55UF6700",
                  "55UF671V",
                  "55UF675V",
                  "55UF6790",
                  "55UF6800",
                  "55UF680V",
                  "55UF695V",
                  "55UF7600",
                  "55UF770V",
                  "55UF771V",
                  "55UF800V",
                  "55UF8500",
                  "55UF850V",
                  "55UF853V",
                  "55UF8600",
                  "55UF860V",
                  "55UF940V",
                  "55UF9500",
                  "55UF950V",
                  "55UG8700",
                  "55UG870V",
                  "55UH600V",
                  "55UH6030",
                  "55UH605V",
                  "55UH6090",
                  "55UH6150",
                  "55UH6157",
                  "55UH615A",
                  "55UH615V",
                  "55UH6257",
                  "55UH625V",
                  "55UH650V",
                  "55UH6550",
                  "55UH661V",
                  "55UH664V",
                  "55UH668V",
                  "55UH750V",
                  "55UH7650",
                  "55UH7700",
                  "55UH7707",
                  "55UH770V",
                  "55UH8500",
                  "55UH850V",
                  "55UH950V",
                  "55UJ6200",
                  "55UJ620V",
                  "55UJ6300",
                  "55UJ630V",
                  "55UJ634V",
                  "55UJ635V",
                  "55UJ651V",
                  "55UJ6540",
                  "55UJ670V",
                  "55UJ701V",
                  "55UJ7500",
                  "55UJ750V",
                  "55UJ7700",
                  "55UK6100PLB",
                  "55UK6200PLA",
                  "55UK6200PSA",
                  "55UK6200PUA",
                  "55UK6300LLB",
                  "55UK6300MLB",
                  "55UK6300PLB",
                  "55UK6300PSB",
                  "55UK6300PUE",
                  "55UK6400PLF",
                  "55UK6470PLC",
                  "55UK6500AUA",
                  "55UK6500LLA",
                  "55UK6500PLA",
                  "55UK6550",
                  "55UK6710",
                  "55UK6750PLD",
                  "55UK6950PLB",
                  "55UK7550PLA",
                  "55UK7700PUD",
                  "55UM6910PUC",
                  "55UM6950DUB",
                  "55UM7000PLA",
                  "55UM7050PLC",
                  "55UM7050PLF",
                  "55UM7100PLB",
                  "55UM7100PSA",
                  "55UM7300AUE",
                  "55UM7300PUA",
                  "55UM7400PLB",
                  "55UM7400PSA",
                  "55UM7450PLA",
                  "55UM7510PLA",
                  "55UM7610PLB",
                  "55UM7660PLA",
                  "55UN6950ZUA",
                  "55UN6951ZUA",
                  "55UN6955ZUF",
                  "55UN70006LA",
                  "55UN7000PUB",
                  "55UN71006LB",
                  "55UN73006LA",
                  "55UN7300AUD",
                  "55UN7300PUF",
                  "55UN74006LB",
                  "55UN80006LA",
                  "55UN8050PUD",
                  "55UN81006LB",
                  "55UP7000PUA",
                  "55UP75006LF",
                  "55UP75009LF",
                  "55UP77006LB",
                  "55UP78006LB",
                  "55UP80006LA",
                  "55UP80009LA",
                  "55UP8000PUA",
                  "55UP81006LA",
                  "55UP81009LA",
                  "55UQ70003LB",
                  "55UQ70006LB",
                  "55UQ70009LB",
                  "55UQ7070ZUE",
                  "55UQ75006LF",
                  "55UQ75009LF",
                  "55UQ7500PSF",
                  "55UQ7570PUJ",
                  "55UQ7590PUB",
                  "55UQ80003LB",
                  "55UQ80006LB",
                  "55UQ80009LB",
                  "55UQ8000AUB",
                  "55UQ8020PSB",
                  "55UQ81003LB",
                  "55UQ81006LB",
                  "55UQ81009LB",
                  "55UQ90003LA",
                  "55UQ90009LA",
                  "55UQ9000PUD",
                  "55UQ91003LA",
                  "55UQ91006LA",
                  "55UQ91009LA",
                  "55UR640S",
                  "55UR78006LB",
                  "55UR78006LK",
                  "55UR8000AUA",
                  "55UR9000PUA",
                  "55UR91006LA",
                  "55UT640S",
                  "55UT761h",
                  "55X8F",
                  "58A6BG",
                  "58A6G",
                  "58A6K",
                  "58A7110F",
                  "58A7H",
                  "58E63KT",
                  "58E6KT",
                  "58H6550E",
                  "58PUS6203/12",
                  "58PUS6504/12",
                  "58PUS7304/12",
                  "58PUS7505/12",
                  "58PUS7805/12",
                  "58PUS8105/12",
                  "58PUS8505/12",
                  "58PUS8506/12",
                  "58PUS8507/12",
                  "58PUS8517/12",
                  "58PUS8536/12",
                  "58PUS8546/12",
                  "58PUS9005/12",
                  "58PUS9006/12",
                  "58U6HF",
                  "58UF8300",
                  "58UF830V",
                  "58UH6300",
                  "58UH630V",
                  "58UH635V",
                  "60A6G",
                  "60GA6400",
                  "60LA6200",
                  "60LA7400",
                  "60LA8600",
                  "60LB5200",
                  "60LB5900",
                  "60LB6100",
                  "60LB6300",
                  "60LB650V",
                  "60LB7100",
                  "60LF6000",
                  "60LF6090",
                  "60LF6100",
                  "60LF6300",
                  "60LM7200",
                  "60LN5400",
                  "60LN5600",
                  "60LN5710",
                  "60LN6150",
                  "60PA6550",
                  "60PB5600",
                  "60PB6600",
                  "60PB6650",
                  "60PB6900",
                  "60PH6700",
                  "60PN5300",
                  "60PN5700",
                  "60PN6500",
                  "60R6E",
                  "60SJ8000",
                  "60SJ810V",
                  "60SJ850V",
                  "60UB8200",
                  "60UB850V",
                  "60UF670V",
                  "60UF671V",
                  "60UF675V",
                  "60UF695V",
                  "60UF7300",
                  "60UF7650",
                  "60UF7700",
                  "60UF770V",
                  "60UF771V",
                  "60UF8500",
                  "60UF850V",
                  "60UF853V",
                  "60UH6030",
                  "60UH6035",
                  "60UH605V",
                  "60UH6090",
                  "60UH6150",
                  "60UH6157",
                  "60UH615A",
                  "60UH615V",
                  "60UH6257",
                  "60UH625V",
                  "60UH650V",
                  "60UH6550",
                  "60UH7650",
                  "60UH7650-UA",
                  "60UH7700",
                  "60UH7707",
                  "60UH770V",
                  "60UH8500",
                  "60UH850V",
                  "60UJ6050",
                  "60UJ6300",
                  "60UJ630V",
                  "60UJ634V",
                  "60UJ651V",
                  "60UJ6540",
                  "60UJ750V",
                  "60UJ7700",
                  "60UK6090PUA",
                  "60UM6950DUB",
                  "60UM7100DUA",
                  "60UN7000PUB",
                  "60UN71006LB",
                  "60UP8000PUA",
                  "60UQ81003LB",
                  "60UQ81006LB",
                  "60UQ81009LB",
                  "60UQ90003LA",
                  "60UQ90009LA",
                  "60UQ91006LA",
                  "60UT640S",
                  "65A60G",
                  "65A63H",
                  "65A66H",
                  "65A68H",
                  "65A6BG",
                  "65A6G",
                  "65A6H",
                  "65A6K",
                  "65A7300F",
                  "65A73F",
                  "65A7500F",
                  "65A7G",
                  "65A7GQ",
                  "65A7H",
                  "65A7HQ",
                  "65A85H",
                  "65A85K",
                  "65A9G",
                  "65A9H",
                  "65ART90E6QA",
                  "65ART90E9QA",
                  "65ART90ECQA",
                  "65BJ5E",
                  "65BL2EA",
                  "65BL3EA",
                  "65BL5EA",
                  "65BN2EA",
                  "65BN3EA",
                  "65BN5EA",
                  "65DL2EA",
                  "65DL3EA",
                  "65DL4EA",
                  "65DL6EA",
                  "65DN2EA",
                  "65DN3EA",
                  "65DN4EA",
                  "65E63KT",
                  "65E6KT",
                  "65E77HQ",
                  "65E77KQ",
                  "65E7HQ",
                  "65E7K",
                  "65E7K Pro",
                  "65E7KQ",
                  "65E7KQ Pro",
                  "65EC9700",
                  "65EF9500",
                  "65EF950V",
                  "65EG9600",
                  "65EG960V",
                  "65EP5G",
                  "65EQ3EA",
                  "65EQ4EA",
                  "65EQ6EA",
                  "65EQ7EA",
                  "65FN2EA",
                  "65FN4EA",
                  "65FN6EA",
                  "65H6570G",
                  "65H6D",
                  "65H78G",
                  "65H8050D",
                  "65H8E",
                  "65H8G",
                  "65H9907",
                  "65H9D",
                  "65H9E",
                  "65H9F",
                  "65H9G",
                  "65LA9650",
                  "65LA9700",
                  "65LB5200",
                  "65LB6190",
                  "65LB6300",
                  "65LB7100",
                  "65LF6300",
                  "65LF6350",
                  "65NANO753PA",
                  "65NANO756PA",
                  "65NANO756QA",
                  "65NANO759PA",
                  "65NANO75UPA",
                  "65NANO75UQA",
                  "65NANO763QA",
                  "65NANO766QA",
                  "65NANO769QA",
                  "65NANO776QA",
                  "65NANO783QA",
                  "65NANO786QA",
                  "65NANO789QA",
                  "65NANO796NE",
                  "65NANO796NF",
                  "65NANO806NA (ISTA6)",
                  "65NANO806PA",
                  "65NANO80AQA",
                  "65NANO80UPA",
                  "65NANO813QA",
                  "65NANO816NA",
                  "65NANO816PA",
                  "65NANO816QA",
                  "65NANO819QA",
                  "65NANO823QB",
                  "65NANO826QB",
                  "65NANO829QB",
                  "65NANO856PA",
                  "65NANO85APA",
                  "65NANO85UNA",
                  "65NANO866PA",
                  "65NANO867NA",
                  "65NANO886PB",
                  "65NANO906NA",
                  "65NANO90UNA",
                  "65NANO90UPA",
                  "65NANO916NA",
                  "65NANO916PA",
                  "65NANO917NA",
                  "65NANO91ANA",
                  "65NANO926PB",
                  "65NANO956NA",
                  "65NANO966PA",
                  "65NANO996NA",
                  "65NANO996PB",
                  "65NANO999NA",
                  "65NANO99UNA",
                  "65OLED705/12",
                  "65OLED706/12",
                  "65OLED707/12",
                  "65OLED754/12",
                  "65OLED804/12",
                  "65OLED805/12",
                  "65OLED806/12",
                  "65OLED807/12",
                  "65OLED854/12",
                  "65OLED855/12",
                  "65OLED856/12",
                  "65OLED865/12",
                  "65OLED876/12",
                  "65OLED934/12",
                  "65OLED935/12",
                  "65OLED936/12",
                  "65OLED984/12",
                  "65OLED986/12",
                  "65PFL5504/F7",
                  "65PFL5603/F7",
                  "65PFL5604/F7",
                  "65PFL5703/F7",
                  "65PFL5704/F7",
                  "65PFL5766/F6",
                  "65PFL5903/F7",
                  "65PFL7900/F7",
                  "65PFL8900/F7",
                  "65PML9506/12",
                  "65PML9636/12",
                  "65PUS6121/12",
                  "65PUS6162/12",
                  "65PUS6262/12",
                  "65PUS6503/12",
                  "65PUS6504/12",
                  "65PUS6523/12",
                  "65PUS6554/12",
                  "65PUS6703/12",
                  "65PUS6704/12",
                  "65PUS6753/12",
                  "65PUS6754/12",
                  "65PUS6814/12",
                  "65PUS7304/12",
                  "65PUS7354/12",
                  "65PUS7406/12",
                  "65PUS7502/12",
                  "65PUS7506/12",
                  "65PUS7556/12",
                  "65PUS7601/12",
                  "65PUS7805/12",
                  "65PUS7906/12",
                  "65PUS7956/12",
                  "65PUS8106/12",
                  "65PUS8204/12",
                  "65PUS8505/12",
                  "65PUS8506/12",
                  "65PUS8507/12",
                  "65PUS8517/12",
                  "65PUS8536/12",
                  "65PUS8546/12",
                  "65PUS8807/12",
                  "65PUS8897/12",
                  "65PUS9206/12",
                  "65PUS9435/12",
                  "65PUT6121/12",
                  "65PUT6262/12",
                  "65Q7G",
                  "65Q8G",
                  "65Q9G",
                  "65QNED756RA",
                  "65QNED75ARA",
                  "65QNED75URA",
                  "65QNED7S6QA",
                  "65QNED806QA",
                  "65QNED80AQA",
                  "65QNED80ARA",
                  "65QNED80UQA",
                  "65QNED80URA",
                  "65QNED813QA",
                  "65QNED813RE",
                  "65QNED816QA",
                  "65QNED816RA",
                  "65QNED816RE",
                  "65QNED819QA",
                  "65QNED823QB",
                  "65QNED823RE",
                  "65QNED826QB",
                  "65QNED826RE",
                  "65QNED829QB",
                  "65QNED85AQA",
                  "65QNED85UQA",
                  "65QNED863QA",
                  "65QNED866QA",
                  "65QNED866RE",
                  "65QNED866RE - 2023",
                  "65QNED869QA",
                  "65QNED873QB",
                  "65QNED876QB",
                  "65QNED879QB",
                  "65QNED90UPA",
                  "65QNED913QA",
                  "65QNED916PA",
                  "65QNED916QA",
                  "65QNED919QA",
                  "65QNED963QA",
                  "65QNED966QA",
                  "65QNED993QB",
                  "65QNED996PB",
                  "65QNED996QB",
                  "65QNED999QB",
                  "65QNED99UPA",
                  "65R4A5R",
                  "65R6090G",
                  "65R6A5R",
                  "65R6E",
                  "65R6E3",
                  "65R6G",
                  "65R7E",
                  "65R7G5",
                  "65R8B5",
                  "65R8F",
                  "65R8F5",
                  "65SJ8000",
                  "65SJ800V",
                  "65SJ810V",
                  "65SJ8500",
                  "65SJ850A",
                  "65SJ850V",
                  "65SJ9500",
                  "65SJ950V",
                  "65SK7900PLA",
                  "65SK8000AUB",
                  "65SK8000PLB",
                  "65SK8000PUA",
                  "65SK8100PLA",
                  "65SK8500PLA",
                  "65SK9000PUA",
                  "65SK9500PLA",
                  "65SK9500PUA",
                  "65SM8050PLC",
                  "65SM8100AUA",
                  "65SM8200PLA",
                  "65SM8500PLA",
                  "65SM8600AUA",
                  "65SM8600PLA",
                  "65SM8600PSA",
                  "65SM8600PUA",
                  "65SM9000PUA",
                  "65SM9010PLA",
                  "65SM9500PUA",
                  "65SM9800PLA",
                  "65U62KQ",
                  "65U68G",
                  "65U68KM",
                  "65U69KQ",
                  "65U6G",
                  "65U6GR",
                  "65U6GR5",
                  "65U6H",
                  "65U6K",
                  "65U71HQ",
                  "65U72KQ",
                  "65U75H",
                  "65U79KQ",
                  "65U7F",
                  "65U7G",
                  "65U7H",
                  "65U7KQ",
                  "65U7QF",
                  "65U80G",
                  "65U87HQ",
                  "65U8G",
                  "65U8GH",
                  "65U8GQ",
                  "65U8H",
                  "65U8KQ",
                  "65U8QF",
                  "65UB9200",
                  "65UB9300",
                  "65UB9500",
                  "65UB950V",
                  "65UB9800",
                  "65UB980V",
                  "65UF6450",
                  "65UF670V",
                  "65UF671V",
                  "65UF675V",
                  "65UF6790",
                  "65UF6800",
                  "65UF680V",
                  "65UF7650",
                  "65UF7690",
                  "65UF7700",
                  "65UF770V",
                  "65UF800V",
                  "65UF8500",
                  "65UF850V",
                  "65UF853V",
                  "65UF8600",
                  "65UF860V",
                  "65UF9500",
                  "65UF950V",
                  "65UG8700",
                  "65UG870V",
                  "65UH5500",
                  "65UH600V",
                  "65UH6030",
                  "65UH6150",
                  "65UH6157",
                  "65UH615A",
                  "65UH615V",
                  "65UH6257",
                  "65UH625V",
                  "65UH650V",
                  "65UH6550",
                  "65UH661V",
                  "65UH668V",
                  "65UH750V",
                  "65UH7650",
                  "65UH7700",
                  "65UH7707",
                  "65UH770V",
                  "65UH8500",
                  "65UH850V",
                  "65UH9500",
                  "65UH950V",
                  "65UJ6200",
                  "65UJ620V",
                  "65UJ6300",
                  "65UJ630V",
                  "65UJ634V",
                  "65UJ651V",
                  "65UJ6540",
                  "65UJ670V",
                  "65UJ701V",
                  "65UJ7500",
                  "65UJ750V",
                  "65UJ7700",
                  "65UK6090PUA",
                  "65UK6100PLB",
                  "65UK6200PUA",
                  "65UK6300LLB",
                  "65UK6300MLB",
                  "65UK6300PSB",
                  "65UK6300PUE",
                  "65UK6400PLF",
                  "65UK6470PLC",
                  "65UK6500AUA",
                  "65UK6500LLA",
                  "65UK6500PLA",
                  "65UK6710",
                  "65UK6750PLD",
                  "65UK6950PLB",
                  "65UK7550PLA",
                  "65UK7700AUB",
                  "65UK7700PUD",
                  "65UM6900PUA",
                  "65UM6950DUB",
                  "65UM7000PLA",
                  "65UM7050",
                  "65UM7050PLA",
                  "65UM7100PLA",
                  "65UM7100PSA",
                  "65UM7300PUA",
                  "65UM7400PLB",
                  "65UM7400PSA",
                  "65UM7450PLA",
                  "65UM7510PLA",
                  "65UM7610PLB",
                  "65UM7660PLA",
                  "65UN6951ZUA",
                  "65UN6955ZUF",
                  "65UN70006LA",
                  "65UN71006LB",
                  "65UN73006LA",
                  "65UN7300PUF",
                  "65UN74006LB",
                  "65UN80006LA",
                  "65UN8050PUD",
                  "65UN81006LB",
                  "65UN85006LA",
                  "65UN8500AUJ",
                  "65UP7000PUA",
                  "65UP75006LF",
                  "65UP77006LB",
                  "65UP78006LB",
                  "65UP80006LA",
                  "65UP80009LA",
                  "65UP8000PUA",
                  "65UP81003LA",
                  "65UP81006LA",
                  "65UP81009LA",
                  "65UQ70003LB",
                  "65UQ70006LB",
                  "65UQ7070ZUE",
                  "65UQ75003LF",
                  "65UQ75006LF",
                  "65UQ75009LF",
                  "65UQ7570PUJ",
                  "65UQ7590PUB",
                  "65UQ80003LB",
                  "65UQ80006LB",
                  "65UQ80009LB",
                  "65UQ8000AUB",
                  "65UQ81003LB",
                  "65UQ81006LB",
                  "65UQ81009LB",
                  "65UQ90003LA",
                  "65UQ90009LA",
                  "65UQ9000PUD",
                  "65UQ91003LA",
                  "65UQ91006LA",
                  "65UQ91009LA",
                  "65UR640S",
                  "65UR8000AUA",
                  "65UR9000PUA",
                  "65UR91006LA",
                  "65UT640S",
                  "65UXKQ",
                  "70A65H",
                  "70A6BG",
                  "70A6CG",
                  "70A6G",
                  "70A6H",
                  "70A6K",
                  "70CL5EA",
                  "70CL6EA",
                  "70DN5EA",
                  "70DN6EA",
                  "70E6KT",
                  "70E7HQ",
                  "70H6500G",
                  "70H6570G",
                  "70H78G",
                  "70LB650V",
                  "70LB7100",
                  "70NANO756PA",
                  "70NANO75UQA",
                  "70NANO763QA",
                  "70NANO766QA",
                  "70NANO769QA",
                  "70PUS6504/12",
                  "70PUS6704/12",
                  "70PUS6724/12",
                  "70PUS7304/12",
                  "70PUS7505/12",
                  "70PUS7805/12",
                  "70PUS7906/12",
                  "70PUS7956/12",
                  "70PUS8105/12",
                  "70PUS8505/12",
                  "70PUS8506/12",
                  "70PUS9005/12",
                  "70PUS9006/12",
                  "70UF7650",
                  "70UF7700",
                  "70UF770V",
                  "70UF771V",
                  "70UF772V",
                  "70UH6330",
                  "70UH6350",
                  "70UH700V",
                  "70UJ6570",
                  "70UJ675V",
                  "70UK6190PUB",
                  "70UK6570AUB",
                  "70UK6570PUB",
                  "70UK6710",
                  "70UK6950PLA",
                  "70UM6970PUA",
                  "70UM7100PLA",
                  "70UM7370AUB",
                  "70UM7370PSA",
                  "70UM7370PUA",
                  "70UM7450PLA",
                  "70UN6955ZUC",
                  "70UN7100",
                  "70UN71006LA",
                  "70UN7370AUD",
                  "70UN7370AUH",
                  "70UN74006LA",
                  "70UP7070PUE",
                  "70UP7570AUD",
                  "70UP76706LB",
                  "70UP77006LB",
                  "70UP8070PUR",
                  "70UP81006LA",
                  "70UP81009LA",
                  "70UQ7070ZUD",
                  "70UQ7590PUB",
                  "70UQ8000AUB",
                  "70UQ81003LB",
                  "70UQ81006LB",
                  "70UQ81009LB",
                  "70UQ9000PUD",
                  "70UR8000AUA",
                  "72LM9500",
                  "75A6G",
                  "75A6GG",
                  "75A6H",
                  "75A6K",
                  "75A72KQ",
                  "75A79KQ",
                  "75A7G",
                  "75A7GQ",
                  "75A7H",
                  "75A7K",
                  "75A7KQ",
                  "75AU8075",
                  "75E63KT",
                  "75E6KT",
                  "75E77KQ",
                  "75E7KQ",
                  "75E7KQ PRO",
                  "75EQ3EA",
                  "75EQ4EA",
                  "75EQ6EA",
                  "75EQ7EA",
                  "75H6570G",
                  "75H78G",
                  "75H8G",
                  "75NANO756PA",
                  "75NANO756QA",
                  "75NANO75UPA",
                  "75NANO75UQA",
                  "75NANO763QA",
                  "75NANO766QA",
                  "75NANO769QA",
                  "75NANO796NF",
                  "75NANO806PA",
                  "75NANO80AQA",
                  "75NANO80UNA",
                  "75NANO80UPA",
                  "75NANO813QA",
                  "75NANO816PA",
                  "75NANO816QA",
                  "75NANO819QA",
                  "75NANO823QB",
                  "75NANO826QB",
                  "75NANO829QB",
                  "75NANO856PA",
                  "75NANO85APA",
                  "75NANO85UNA",
                  "75NANO866PA",
                  "75NANO886PB",
                  "75NANO906NA",
                  "75NANO90UNA",
                  "75NANO90UPA",
                  "75NANO916NA",
                  "75NANO916PA",
                  "75NANO91ANA",
                  "75NANO926PB",
                  "75NANO966PA",
                  "75NANO979NA",
                  "75NANO996PB",
                  "75NANO999NA",
                  "75NANO99UNA",
                  "75PFL5603/F7",
                  "75PFL5604/F7",
                  "75PFL5704/F7",
                  "75PML9506/12",
                  "75PML9636/12",
                  "75PUS6754/12",
                  "75PUS7354/12",
                  "75PUS7805/12",
                  "75PUS7855/12",
                  "75PUS7906/12",
                  "75PUS8505/12",
                  "75PUS8506/12",
                  "75PUS8807/12",
                  "75Q8G",
                  "75QNED756RA",
                  "75QNED75URA",
                  "75QNED7S6QA",
                  "75QNED806QA",
                  "75QNED80AQA",
                  "75QNED80ARA",
                  "75QNED80UQA",
                  "75QNED80URA",
                  "75QNED813RE",
                  "75QNED816QA",
                  "75QNED816RA",
                  "75QNED816RE",
                  "75QNED819QA",
                  "75QNED823QB",
                  "75QNED823RE",
                  "75QNED826QB",
                  "75QNED826RE",
                  "75QNED829QB",
                  "75QNED85AQA",
                  "75QNED85UQA",
                  "75QNED863QA",
                  "75QNED866QA",
                  "75QNED866RE",
                  "75QNED866RE - 2023",
                  "75QNED869QA",
                  "75QNED873QB",
                  "75QNED876QB",
                  "75QNED879QB",
                  "75QNED90UPA",
                  "75QNED913QA",
                  "75QNED916PA",
                  "75QNED916QA",
                  "75QNED919QA",
                  "75QNED963QA",
                  "75QNED966QA",
                  "75QNED993QB",
                  "75QNED996PB",
                  "75QNED996QB",
                  "75QNED999QB",
                  "75QNED99UPA",
                  "75QNED99UQA",
                  "75R4A5R",
                  "75R6A5R",
                  "75R6E3",
                  "75R8B5",
                  "75SJ8570",
                  "75SJ857A",
                  "75SJ955V",
                  "75SK8070AUB",
                  "75SK8070PUA",
                  "75SK8100PLA",
                  "75SM8610PLA",
                  "75SM8670AUA",
                  "75SM8670PUA",
                  "75SM9000PLA",
                  "75SM9070PSA",
                  "75SM9070PUA",
                  "75SM9900PLA",
                  "75SM9970PUA",
                  "75U68G",
                  "75U6H",
                  "75U6K",
                  "75U72KQ",
                  "75U75K",
                  "75U78G",
                  "75U78KM",
                  "75U79KQ",
                  "75U7G",
                  "75U7H",
                  "75U7K",
                  "75U7KQ",
                  "75U800GR",
                  "75U80G",
                  "75U80H",
                  "75U88KM",
                  "75U8G",
                  "75U8H",
                  "75U8KQ",
                  "75U90G",
                  "75U90GQ",
                  "75U9G",
                  "75U9GQ",
                  "75UH6550",
                  "75UH780V",
                  "75UH8500",
                  "75UH855V",
                  "75UJ6450",
                  "75UJ6470",
                  "75UJ651V",
                  "75UJ657A",
                  "75UJ675V",
                  "75UK6190PUB",
                  "75UK6200PLB",
                  "75UK6500PLA",
                  "75UK6570AUA",
                  "75UK6570PSA",
                  "75UK6570PUB",
                  "75UM6970PUB",
                  "75UM7000PLA",
                  "75UM7050PLA",
                  "75UM7050PLF",
                  "75UM7100PSA",
                  "75UM7110PLB",
                  "75UM7570PSB",
                  "75UM7570PUD",
                  "75UM7600PLB",
                  "75UM8070PUA",
                  "75UN6951ZUD",
                  "75UN6955ZUD",
                  "75UN71006LC",
                  "75UN7370PUE",
                  "75UN81006LB",
                  "75UN8500",
                  "75UN85006LA",
                  "75UN8570AUD",
                  "75UN8570PUC",
                  "75UP7070PUD",
                  "75UP75006LC",
                  "75UP7570AUD",
                  "75UP77006LB",
                  "75UP78006LB",
                  "75UP80006LA",
                  "75UP80009LA",
                  "75UP8070PUA",
                  "75UP8070PUR",
                  "75UP81006LA",
                  "75UP81009LA",
                  "75UQ7070ZUD",
                  "75UQ7590PUB",
                  "75UQ80003LB",
                  "75UQ80006LB",
                  "75UQ80009LB",
                  "75UQ81003LB",
                  "75UQ81006LB",
                  "75UQ81009LB",
                  "75UQ90003LA",
                  "75UQ90006LA",
                  "75UQ90009LA",
                  "75UQ9000PUD",
                  "75UQ91003LA",
                  "75UQ91006LA",
                  "75UQ91009LA",
                  "75UR640S",
                  "75UR9000PUA",
                  "75UR91006LA",
                  "75UT640S",
                  "75UV341C",
                  "77EC980V",
                  "77EG9700",
                  "77OLED807/12",
                  "79UB9800",
                  "79UB980V",
                  "79UF7700",
                  "79UF770V",
                  "79UF860V",
                  "79UF9500",
                  "82UM7600PLB",
                  "82UM8070PUA",
                  "82UN8070PUD",
                  "82UN8500",
                  "82UN85006LA",
                  "82UN8570AUD",
                  "82UP80006LA",
                  "82UP80009LA",
                  "84LM9600",
                  "84UB9800",
                  "84UB980V",
                  "85A6BG",
                  "85A7H",
                  "85H6570G",
                  "85H78G",
                  "85U7G",
                  "85U7H",
                  "85U7K",
                  "85U80G",
                  "85U8G",
                  "86NANO753QA",
                  "86NANO756PA",
                  "86NANO756QA",
                  "86NANO759QA",
                  "86NANO75UPA",
                  "86NANO75UQA",
                  "86NANO763QA",
                  "86NANO766QA",
                  "86NANO769QA",
                  "86NANO866PA",
                  "86NANO906NA",
                  "86NANO90UNA",
                  "86NANO90UPA",
                  "86NANO916NA",
                  "86NANO916PA",
                  "86NANO91ANA",
                  "86NANO996PB",
                  "86PUS8807/12",
                  "86QNED806QA",
                  "86QNED80AQA",
                  "86QNED80ARA",
                  "86QNED80UQA",
                  "86QNED80URA",
                  "86QNED813RE",
                  "86QNED816QA",
                  "86QNED816RA",
                  "86QNED816RE",
                  "86QNED819QA",
                  "86QNED81SRA",
                  "86QNED85AQA",
                  "86QNED85UQA",
                  "86QNED863QA",
                  "86QNED866QA",
                  "86QNED866RE",
                  "86QNED866RE - 2023",
                  "86QNED869QA",
                  "86QNED90UPA",
                  "86QNED913QA",
                  "86QNED916PA",
                  "86QNED916QA",
                  "86QNED916QE",
                  "86QNED919QA",
                  "86QNED993QB",
                  "86QNED996PB",
                  "86QNED996QB",
                  "86QNED999QB",
                  "86QNED99UPA",
                  "86QNED99UQA",
                  "86SJ9570",
                  "86SJ957V",
                  "86SM9000PLA",
                  "86SM9070PSA",
                  "86SM9070PUA",
                  "86UH9500",
                  "86UH955V",
                  "86UK6500PLA",
                  "86UK6570AUA",
                  "86UK6570PSA",
                  "86UK6570PUB",
                  "86UK7570PUB",
                  "86UM7600PLB",
                  "86UM8070AUB",
                  "86UM8070PUA",
                  "86UN85006LA",
                  "86UN8570AUD",
                  "86UP80006LA",
                  "86UP80009LA",
                  "86UP8770PUA",
                  "86UQ7070ZUD",
                  "86UQ7590PUD",
                  "86UQ80003LB",
                  "86UQ80006LB",
                  "86UQ80009LB",
                  "86UQ8000AUB",
                  "86UQ91003LA",
                  "86UQ91006LA",
                  "86UQ91009LA",
                  "86UR78006LB",
                  "86UR8000AUA",
                  "8M-B80AX1E",
                  "8T-C60BW1",
                  "8T-C60CX1",
                  "8T-C70BW1",
                  "8T-C70CX1",
                  "98UB9800",
                  "98UB980V",
                  "98UB9810",
                  "A4G",
                  "A5840",
                  "A5K",
                  "A63H",
                  "A6G",
                  "A7100F",
                  "A7G",
                  "AE7000F",
                  "D2343P-PN",
                  "DU-42PY10X-H",
                  "E7HQ",
                  "GQ32LS03BBUXZG",
                  "GQ32Q50AAUXZG",
                  "GQ43LS03TAUXZG",
                  "GQ43LS05TCUXZG",
                  "GQ43Q60AAUXZG",
                  "GQ43Q60BAUXZG",
                  "GQ43Q60TGUXZG",
                  "GQ43Q64TGUXZG",
                  "GQ43Q72AAUXZG",
                  "GQ43Q73CAUXZG",
                  "GQ43Q74AAUXZG",
                  "GQ43QN90AATXZG",
                  "GQ43QN90BATXZG",
                  "GQ43QN92BATXZG",
                  "GQ43QN93BATXZG",
                  "GQ43QN94BATXZG",
                  "GQ49Q80TGTXZG",
                  "GQ50LS03BAUXZG",
                  "GQ50LS03TAUXZG",
                  "GQ50Q60AAUXZG",
                  "GQ50Q60BAUXZG",
                  "GQ50Q73CAUXZG",
                  "GQ50Q80BATXZG",
                  "GQ50QN90AATXZG",
                  "GQ50QN90BATXZG",
                  "GQ50QN92AATXZG",
                  "GQ50QN92BATXZG",
                  "GQ50QN93AATXZG",
                  "GQ50QN93BATXZG",
                  "GQ50QN94BATXZG",
                  "GQ55LS03BAUXZG",
                  "GQ55LS03TAUXZG",
                  "GQ55Q60AAUXZG",
                  "GQ55Q60BAUXZG",
                  "GQ55Q60TGUXZG",
                  "GQ55Q64TGUXZG",
                  "GQ55Q65TGUXZG",
                  "GQ55Q67TGUXZG",
                  "GQ55Q70AATXZG",
                  "GQ55Q70BATXZG",
                  "GQ55Q70TGTXZG",
                  "GQ55Q72AATXZG",
                  "GQ55Q73AATXZG",
                  "GQ55Q74AATXZG",
                  "GQ55Q80AATXZG",
                  "GQ55Q80BATXZG",
                  "GQ55Q80TGTXZG",
                  "GQ55Q90RGT",
                  "GQ55QN700BTXZG",
                  "GQ55QN85BATXZG",
                  "GQ55QN90BATXZG",
                  "GQ55QN91AATXZG",
                  "GQ55QN92AATXZG",
                  "GQ55QN92BATXZG",
                  "GQ55QN93AATXZG",
                  "GQ55QN93BATXZG",
                  "GQ55QN94BATXZG",
                  "GQ55QN95AATXZG",
                  "GQ55QN95BATXZG",
                  "GQ55S95BATXZG",
                  "GQ58Q60TGUXZG",
                  "GQ65Q60AAUXZG",
                  "GQ65Q60BAUXZG",
                  "GQ65Q70BATXZG",
                  "GQ65Q70TGTXZG",
                  "GQ65Q72AATXZG",
                  "GQ65Q73AATXZG",
                  "GQ65Q74AATXZG",
                  "GQ65Q77TGTXZG",
                  "GQ65Q800TGTXZG",
                  "GQ65Q80AATXZG",
                  "GQ65Q80BATXZG",
                  "GQ65Q80RGT",
                  "GQ65Q90RGT",
                  "GQ65QN700BTXZG",
                  "GQ65QN800ATXZG",
                  "GQ65QN800BTXZG",
                  "GQ65QN85AATXZG",
                  "GQ65QN900ATXZG",
                  "GQ65QN900BTXZG",
                  "GQ65QN90AATXZG",
                  "GQ65QN90BATXZG",
                  "GQ65QN91AATXZG",
                  "GQ65QN92AATXZG",
                  "GQ65QN92BATXZG",
                  "GQ65QN93AATXZG",
                  "GQ65QN93BATXZG",
                  "GQ65QN94BATXZG",
                  "GQ65QN95AATXZG",
                  "GQ65QN95BATXZG",
                  "GQ65S95BATXZG",
                  "GQ65S95CATXZG",
                  "GQ75LS03TAUXZG",
                  "GQ75Q60AAUXZG",
                  "GQ75Q60BAUXZG",
                  "GQ75Q60RGT",
                  "GQ75Q60TGUXZG",
                  "GQ75Q70AATXZG",
                  "GQ75Q70BATXZG",
                  "GQ75Q70TGTXZG",
                  "GQ75Q72AATXZG",
                  "GQ75Q73AATXZG",
                  "GQ75Q74AATXZG",
                  "GQ75Q800TGTXZG",
                  "GQ75Q80AATXZG",
                  "GQ75Q80BATXZG",
                  "GQ75Q80TGTXZG",
                  "GQ75Q90RGT",
                  "GQ75QN800ATXZG",
                  "GQ75QN800BTXZG",
                  "GQ75QN85BATXZG",
                  "GQ75QN900ATXZG",
                  "GQ75QN900BTXZG",
                  "GQ75QN90AATXZG",
                  "GQ75QN90BATXZG",
                  "GQ75QN91AATXZG",
                  "GQ75QN92AATXZG",
                  "GQ75QN92BATXZG",
                  "GQ75QN93AATXZG",
                  "GQ75QN93BATXZG",
                  "GQ75QN94BATXZG",
                  "GQ75QN95AATXZG",
                  "GQ75QN95BATXZG",
                  "GQ82Q800TGTXZG",
                  "GQ85Q60AAUXZG",
                  "GQ85Q60CAUXZG",
                  "GQ85Q60TGUXZG",
                  "GQ85Q70AATXZG",
                  "GQ85Q70BATXZG",
                  "GQ85Q70TGTXZG",
                  "GQ85Q80BATXZG",
                  "GQ85Q80TGTXZG",
                  "GQ85QN800ATXZG",
                  "GQ85QN800BTXZG",
                  "GQ85QN85AATXZG",
                  "GQ85QN85BATXZG",
                  "GQ85QN900ATXZG",
                  "GQ85QN900BTXZG",
                  "GQ85QN90AATXZG",
                  "GQ85QN90BATXZG",
                  "GQ85QN95AATXZG",
                  "GQ85QN95BATXZG",
                  "GQ98QN90AATXZG",
                  "GSRF-NS-24D310NA17",
                  "GU32T5379CU",
                  "GU43AU7179UXZG",
                  "GU43AU7199UXZG",
                  "GU43AU8079UXZG",
                  "GU43AU9079UXZG",
                  "GU43AU9089UXZG",
                  "GU43BU8079UXZG",
                  "GU43BU8579UXZG",
                  "GU43BU8589UXZG",
                  "GU43TU7079UXZG",
                  "GU43TU7199UXZG",
                  "GU43TU8079UXZG",
                  "GU43TU8509UXZG",
                  "GU43TU8519UXZG",
                  "GU50AU7179UXZG",
                  "GU50AU7199UXZG",
                  "GU50AU8079UXZG",
                  "GU50AU9079UXZG",
                  "GU50AU9089UXZG",
                  "GU50BU8079UXZG",
                  "GU50BU8579UXZG",
                  "GU50BU8589UXZG",
                  "GU50TU7079UXZG",
                  "GU50TU8079UXZG",
                  "GU50TU8509UXZG",
                  "GU55AU7179UXZG",
                  "GU55AU7199UXZG",
                  "GU55AU8079UXZG",
                  "GU55AU9079UXZG",
                  "GU55BU8079UXZG",
                  "GU55TU7079UXZG",
                  "GU55TU8079UXZG",
                  "GU55TU8509UXZG",
                  "GU58AU7179UXZG",
                  "GU65AU7179UXZG",
                  "GU65AU7199U",
                  "GU65AU9079UXZG",
                  "GU65BU8079UXZG",
                  "GU65BU8579UXZG",
                  "GU65TU8079UXZG",
                  "GU65TU8509UXZG",
                  "GU70TU7199UXZG",
                  "GU75AU7179UXZG",
                  "GU75AU7199UXZG",
                  "GU75AU9079UXZG",
                  "GU75BU8079UXZG",
                  "GU75BU8579UXZG",
                  "GU75TU6979UXZG",
                  "GU75TU7079UXZG",
                  "GU75TU7179UXZG",
                  "GU75TU8079UXZG",
                  "GU82TU8079UXZG",
                  "GU85AU7179UXZG",
                  "GU85AU8079UXZG",
                  "GU85BU8079UXZG",
                  "GU86TU9009UXZG",
                  "H32A5800",
                  "H32B5100",
                  "H32B5600",
                  "H40B5100",
                  "H40B5600",
                  "H43A6140",
                  "H43B7100",
                  "H43B7120",
                  "H43B7300",
                  "H50A6550",
                  "H50AE6030",
                  "H50AE6400",
                  "H50B7100",
                  "H50B7120",
                  "H50B7300",
                  "H50B7500",
                  "H50BE7400",
                  "H50U7B",
                  "H5508B",
                  "H55A6140",
                  "H55A6500",
                  "H55A6550",
                  "H55B7100",
                  "H55B7120",
                  "H55B7300",
                  "H55B7500",
                  "H55BE7000",
                  "H55BE7200",
                  "H55BE7400",
                  "H55U7B",
                  "H55U8B",
                  "H58A6100",
                  "H58AE6000",
                  "H65A6140",
                  "H65B7100",
                  "H65B7300",
                  "H65B7500",
                  "H65BE7200",
                  "H65BE7400",
                  "H65U7B",
                  "H65U8B",
                  "H65U9A",
                  "H75B7510",
                  "HB65BE7000",
                  "HG40ED670CK",
                  "HG40EJ470MK",
                  "HG43EJ470MK",
                  "HG43EJ690UB",
                  "HG43ET690U",
                  "HG43NT670UF",
                  "HG49EJ690UB",
                  "HG55EJ690UB",
                  "HG55ET690UB",
                  "HG65EJ690UB",
                  "HG65ET690UB",
                  "HG65TS030EB",
                  "HG75EJ690UB",
                  "HG75ET690UB",
                  "HG75TS030EB",
                  "I-LC26Q1",
                  "IS-LCDTV26",
                  "IS-LCDTV32",
                  "IS-TV040918",
                  "IS-TV040919",
                  "IS-TV040920",
                  "IS-TV040921",
                  "IS-TV040922",
                  "IS-TV040923",
                  "IS-TV040924",
                  "IS-TV040925",
                  "IS-TV040926",
                  "IS-TV040927",
                  "IS-TVHD30",
                  "KLC-1508U",
                  "LC-32HI3322E",
                  "LC-32LE653U",
                  "LC-39LE551U",
                  "LC-40CFE6242E",
                  "LC-40CFE6351E",
                  "LC-40CFG4042E",
                  "LC-40CFG6022E",
                  "LC-40CFG6352E",
                  "LC-40CFG6452E",
                  "LC-40FG3342E",
                  "LC-40FI3012E",
                  "LS27BM501EUXEN",
                  "LS32AM500NNXZA",
                  "LS32AM502HNXZA",
                  "LS32AM702UNXZA",
                  "LS32BG750NUXXU",
                  "LS32BM500EUXXU",
                  "LS32BM501EUXEN",
                  "LS32BM701UUXEN",
                  "LS32BM701UUXXU",
                  "LS32BM702UNXGO",
                  "LS32BM703UNXZA",
                  "LS32BM801UUXEN",
                  "LS32BM801UUXXU",
                  "LS32BM80GUNXGO",
                  "LS32BM80PUNXGO",
                  "LS32CM801UW",
                  "LS43BM702UNXZA",
                  "MNA110MS1ACXZA",
                  "NL19W2QP-10A",
                  "NS-13CTV",
                  "NS-14FCT",
                  "NS-14FTV",
                  "NS-15E720A12",
                  "NS-15LCD",
                  "NS-19D220NA16-A",
                  "NS-19D310NA19",
                  "NS-19D310NA21",
                  "NS-19E310A13",
                  "NS-19E310NA15",
                  "NS-19E320A13",
                  "NS-19E430A10",
                  "NS-19E450A11",
                  "NS-19E450WA11",
                  "NS-19E720A12",
                  "NS-19ED200NA14",
                  "NS-19LD120A13",
                  "NS-19RTR",
                  "NS-20CLTV",
                  "NS-20ED310NA15",
                  "NS-20FTV",
                  "NS-20LCD",
                  "NS-22D420NA18",
                  "NS-22D510NA19",
                  "NS-22E340A13",
                  "NS-22E400NA14",
                  "NS-22E430A10",
                  "NS-22E450A11",
                  "NS-22E730A12",
                  "NS-24D310NA17",
                  "NS-24D310NA19",
                  "NS-24D310NA21",
                  "NS-24D420NA16",
                  "NS-24D510NA15",
                  "NS-24D510NA17",
                  "NS-24DD220NA16",
                  "NS-24DF310NA19",
                  "NS-24DF310NA21",
                  "NS-24DF311SE21",
                  "NS-24DR220NA18",
                  "NS-24E200NA14",
                  "NS-24E340A13",
                  "NS-24E400NA14",
                  "NS-24E40SNA14",
                  "NS-24E730A12",
                  "NS-24ED200NA14",
                  "NS-24ED310NA15",
                  "NS-24F201NA23",
                  "NS-24F202NA22",
                  "NS-24FTV",
                  "NS-24L120A13",
                  "NS-24L240A13",
                  "NS-24LD100A13",
                  "NS-24LD120A13",
                  "NS-26E340A13",
                  "NS-26L450A11",
                  "NS-27HTV",
                  "NS-27LCD",
                  "NS-28D220NA16",
                  "NS-28D310NA15",
                  "NS-28DD220NA16",
                  "NS-28DD310NA15",
                  "NS-28E200NA14",
                  "NS-28ED200NA14",
                  "NS-29D310NA15",
                  "NS-29L120A13",
                  "NS-29LD120A13",
                  "NS-30HTV",
                  "NS-32D120A13",
                  "NS-32D200NA14",
                  "NS-32D201NA14",
                  "NS-32D20SNA14",
                  "NS-32D220NA16",
                  "NS-32D220NA18",
                  "NS-32D310NA15",
                  "NS-32D310NA17",
                  "NS-32D310NA21",
                  "NS-32D311NA15",
                  "NS-32D311NA17",
                  "NS-32D312NA15",
                  "NS-32D420NA16",
                  "NS-32D510NA15",
                  "NS-32D510NA19",
                  "NS-32D511NA15",
                  "NS-32D512NA15",
                  "NS-32DD200NA14",
                  "NS-32DD220NA16",
                  "NS-32DD310NA15",
                  "NS-32DF310NA19",
                  "NS-32DR310NA17",
                  "NS-32DR420NA16",
                  "NS-32E320A13",
                  "NS-32E321A13",
                  "NS-32E400NA14",
                  "NS-32E440A13",
                  "NS-32E570A11",
                  "NS-32E740A12",
                  "NS-32E859A11",
                  "NS-32F201NA22",
                  "NS-32F201NA23",
                  "NS-32F202NA22",
                  "NS-32F202NA23",
                  "NS-32L120A13",
                  "NS-32L121A13",
                  "NS-32L240A13",
                  "NS-32L430A11",
                  "NS-32L450A11",
                  "NS-32L550A11",
                  "NS-32LB451A11",
                  "NS-32LCD",
                  "NS-32LD120A13",
                  "NS-37D20SNA14",
                  "NS-37L550A11",
                  "NS-37L760A12",
                  "NS-39D220NA16",
                  "NS-39D240A13",
                  "NS-39D310NA15",
                  "NS-39D310NA17",
                  "NS-39D310NA19",
                  "NS-39D400NA14",
                  "NS-39D40SNA14",
                  "NS-39DF310NA21",
                  "NS-39DF510NA19",
                  "NS-39DR510NA17",
                  "NS-39E340A13",
                  "NS-39E400NA14",
                  "NS-39E480A13",
                  "NS-39L240A13",
                  "NS-39L400NA14",
                  "NS-39L700A12",
                  "NS-40D40SNA14",
                  "NS-40D420NA16",
                  "NS-40D420NA18",
                  "NS-40D510NA15",
                  "NS-40D510NA17",
                  "NS-40D510NA19",
                  "NS-40D510NA21",
                  "NS-40DR420NA16",
                  "NS-40E560A11",
                  "NS-40L240A13",
                  "NS-42D240A13",
                  "NS-42D40SNA14",
                  "NS-42D510NA15",
                  "NS-42E440A13",
                  "NS-42E470A13A",
                  "NS-42E480A13",
                  "NS-42E570A11",
                  "NS-42E760A12",
                  "NS-42E859A11",
                  "NS-42F201NA22",
                  "NS-42F201NA23",
                  "NS-42L260A13",
                  "NS-42L550A11",
                  "NS-42L780A12",
                  "NS-42P650A11",
                  "NS-42PDP",
                  "NS-43D420NA16",
                  "NS-43D420NA20",
                  "NS-43D510NA21",
                  "NS-43DF710NA19",
                  "NS-43DF710NA21",
                  "NS-43DR620NA18",
                  "NS-43DR710NA17",
                  "NS-43F301NA22",
                  "NS-46D400NA14",
                  "NS-46D40SNA14",
                  "NS-46E340A13",
                  "NS-46E440NA14",
                  "NS-46E480A13",
                  "NS-46E481A13",
                  "NS-46E560A11",
                  "NS-46E570A11",
                  "NS-46E790A12",
                  "NS-46L240A13",
                  "NS-46L550A11",
                  "NS-46L780A12",
                  "NS-48D420NA16",
                  "NS-48D510NA15",
                  "NS-48D510NA17",
                  "NS-48DR420NA16",
                  "NS-48DR510NA17",
                  "NS-49D420NA18",
                  "NS-49DR420NA18",
                  "NS-50D400NA14",
                  "NS-50D420NA16",
                  "NS-50D421NA16",
                  "NS-50D510NA17",
                  "NS-50D510NA19",
                  "NS-50D550NA15",
                  "NS-50DF710NA19",
                  "NS-50DF710NA21",
                  "NS-50DF711SE21",
                  "NS-50DR620NA18",
                  "NS-50DR710NA17",
                  "NS-50E440NA14",
                  "NS-50F501NA22",
                  "NS-50L240A13",
                  "NS-50L260A13",
                  "NS-50L440NA14",
                  "NS-50P650A11",
                  "NS-51P680A12",
                  "NS-55D420NA16",
                  "NS-55D420NA18",
                  "NS-55D421NA16",
                  "NS-55D440NA14",
                  "NS-55D510NA17",
                  "NS-55D510NA19",
                  "NS-55D550NA15",
                  "NS-55DF710NA19",
                  "NS-55DF710NA21",
                  "NS-55DR420NA16",
                  "NS-55DR620NA18",
                  "NS-55DR710NA17",
                  "NS-55E480A13A",
                  "NS-55E560A11",
                  "NS-55E790A12",
                  "NS-55F301NA22",
                  "NS-55F501NA22",
                  "NS-55L260A13",
                  "NS-55L780A12",
                  "NS-58DF620NA20",
                  "NS-58F301NA22",
                  "NS-59P680A12",
                  "NS-5HTV",
                  "NS-65D260A13",
                  "NS-65D550NA15",
                  "NS-65DF710NA21",
                  "NS-65DR620NA18",
                  "NS-65F301NA23",
                  "NS-65F501NA22",
                  "NS-70F301NA23",
                  "NS-70F501NA22",
                  "NS-75F301NA22",
                  "NS-7HTV",
                  "NS-7UTCTV",
                  "NS-F14TV",
                  "NS-F20TR",
                  "NS-F20TV",
                  "NS-F24TV",
                  "NS-F27TV",
                  "NS-FTV27",
                  "NS-L19Q-10A",
                  "NS-L19W1Q-10A",
                  "NS-L19X-10A",
                  "NS-L22Q-10A",
                  "NS-L22X-10A",
                  "NS-L26Q-10A",
                  "NS-L322Q-10A",
                  "NS-L32Q-10A",
                  "NS-L32Q09-10A",
                  "NS-L32X-10A",
                  "NS-L37Q-10A",
                  "NS-L42Q-10A",
                  "NS-L42Q120-10A",
                  "NS-L42X-10A",
                  "NS-L46Q120-10A",
                  "NS-L46X-10A",
                  "NS-L47Q09-10A",
                  "NS-L55X-10A",
                  "NS-L7HTV-1",
                  "NS-LBD32X-10A",
                  "NS-LCD15",
                  "NS-LCD15-09",
                  "NS-LCD19",
                  "NS-LCD19-09",
                  "NS-LCD19W-09",
                  "NS-LCD22",
                  "NS-LCD22-09",
                  "NS-LCD26",
                  "NS-LCD26-09",
                  "NS-LCD32",
                  "NS-LCD32-09",
                  "NS-LCD37",
                  "NS-LCD37-09",
                  "NS-LCD37HD-09",
                  "NS-LCD42",
                  "NS-LCD42HD",
                  "NS-LCD42HD-09",
                  "NS-LCD47HD-09",
                  "NS-LCD52HD-09",
                  "NS-LDVD19Q-10A",
                  "NS-LDVD26Q-10A",
                  "NS-LDVD32Q-10A",
                  "NS-LTDVD19",
                  "NS-LTDVD19-09",
                  "NS-LTDVD20",
                  "NS-LTDVD26",
                  "NS-LTDVD26-09",
                  "NS-LTDVD32-09",
                  "NS-P42Q10A",
                  "NS-P501Q-10A",
                  "NS-P502Q-10A",
                  "NS-PDP32-09",
                  "NS-PDP42",
                  "NS-PDP50",
                  "NS-PDP50HD-09",
                  "NS-PR200",
                  "NS-PR60",
                  "NS-PROJ2",
                  "NS-RTV32",
                  "NS-SCR117",
                  "NS-SCR79KIT",
                  "NS50D40SNA14",
                  "OLED42C21LA",
                  "OLED42C24LA",
                  "OLED42C26LB",
                  "OLED42C27LA",
                  "OLED42C2AUA",
                  "OLED42C2PSA",
                  "OLED42C2PUA",
                  "OLED42C2RLB",
                  "OLED42C31LA",
                  "OLED42C32LA",
                  "OLED42C34LA",
                  "OLED42C35LA",
                  "OLED42C37LA",
                  "OLED42C38LA",
                  "OLED42C3AUA",
                  "OLED42C3PUA",
                  "OLED42C3RLA",
                  "OLED48A13LA",
                  "OLED48A16LA",
                  "OLED48A19LA",
                  "OLED48A1PUA",
                  "OLED48A26LA",
                  "OLED48A29LA",
                  "OLED48A2PUA",
                  "OLED48C14LB",
                  "OLED48C15LA",
                  "OLED48C16LA",
                  "OLED48C17LA",
                  "OLED48C18LA",
                  "OLED48C19LA",
                  "OLED48C1AUB",
                  "OLED48C1PSA",
                  "OLED48C1PUB",
                  "OLED48C21LA",
                  "OLED48C22LB",
                  "OLED48C24LA",
                  "OLED48C25LB",
                  "OLED48C26LA",
                  "OLED48C26LB",
                  "OLED48C27LA",
                  "OLED48C28LB",
                  "OLED48C29LB",
                  "OLED48C2AUA",
                  "OLED48C2ENA",
                  "OLED48C2PUA",
                  "OLED48C31LA",
                  "OLED48C32LA",
                  "OLED48C34LA",
                  "OLED48C35LA",
                  "OLED48C36LA",
                  "OLED48C37LA",
                  "OLED48C38LA",
                  "OLED48C3AUA",
                  "OLED48C3PUA",
                  "OLED48C3RLA",
                  "OLED48CX6LB",
                  "OLED48CX8LC",
                  "OLED48CX9LB",
                  "OLED48CXPUB",
                  "OLED55A13LA",
                  "OLED55A16LA",
                  "OLED55A19LA",
                  "OLED55A1PUA",
                  "OLED55A26LA",
                  "OLED55A29LA",
                  "OLED55A2AUA",
                  "OLED55A2PUA",
                  "OLED55B16LA",
                  "OLED55B23LA",
                  "OLED55B26LA",
                  "OLED55B29LA",
                  "OLED55B2AUA",
                  "OLED55B2PUA",
                  "OLED55B2RLA",
                  "OLED55B33LA",
                  "OLED55B36LA",
                  "OLED55B39LA",
                  "OLED55B3AUA",
                  "OLED55B3PUA",
                  "OLED55B6P",
                  "OLED55B6V",
                  "OLED55B7A",
                  "OLED55B7P",
                  "OLED55B7V",
                  "OLED55B8PLA",
                  "OLED55B8PUA",
                  "OLED55B8SLC",
                  "OLED55B9DLA",
                  "OLED55B9PLA",
                  "OLED55B9PSB",
                  "OLED55B9PUA",
                  "OLED55B9S",
                  "OLED55BX3LA",
                  "OLED55BX6LB",
                  "OLED55BX9LB",
                  "OLED55BXAUA",
                  "OLED55BXPUA",
                  "OLED55C14LB",
                  "OLED55C15LA",
                  "OLED55C16LA",
                  "OLED55C18LA",
                  "OLED55C19LA",
                  "OLED55C1AUB",
                  "OLED55C21LA",
                  "OLED55C22LB",
                  "OLED55C24LA",
                  "OLED55C25LB",
                  "OLED55C26LA",
                  "OLED55C26LD",
                  "OLED55C27LA",
                  "OLED55C28LB",
                  "OLED55C29LD",
                  "OLED55C2AUA",
                  "OLED55C2PCC",
                  "OLED55C2PUA",
                  "OLED55C31LA",
                  "OLED55C32LA",
                  "OLED55C34LA",
                  "OLED55C35LA",
                  "OLED55C36LA",
                  "OLED55C36LC",
                  "OLED55C37LA",
                  "OLED55C38LA",
                  "OLED55C3AUA",
                  "OLED55C3PUA",
                  "OLED55C3RLA",
                  "OLED55C6P",
                  "OLED55C6V",
                  "OLED55C7P",
                  "OLED55C7V",
                  "OLED55C8AUA",
                  "OLED55C8PLA",
                  "OLED55C8PUA",
                  "OLED55C9AUA",
                  "OLED55C9PLA",
                  "OLED55C9PSA",
                  "OLED55C9PUA",
                  "OLED55CS6LA",
                  "OLED55CS9LA",
                  "OLED55CX3LA",
                  "OLED55CX5LB",
                  "OLED55CX8LB",
                  "OLED55CX9LA",
                  "OLED55CXPSA",
                  "OLED55CXPUA",
                  "OLED55E6P",
                  "OLED55E6V",
                  "OLED55E7N",
                  "OLED55E7P",
                  "OLED55E8PLA",
                  "OLED55E8PUA",
                  "OLED55E9PLA",
                  "OLED55E9PUA",
                  "OLED55G13LA",
                  "OLED55G16LA",
                  "OLED55G19LA",
                  "OLED55G1PUA",
                  "OLED55G1RLA",
                  "OLED55G23LA",
                  "OLED55G26LA",
                  "OLED55G29LA",
                  "OLED55G2PUA",
                  "OLED55G2RLA",
                  "OLED55G33LA",
                  "OLED55G36LA",
                  "OLED55G39LA",
                  "OLED55G3PUA",
                  "OLED55GX9LA",
                  "OLED55GXPUA",
                  "OLED65A13LA",
                  "OLED65A16LA",
                  "OLED65A19LA",
                  "OLED65A1PUA",
                  "OLED65A26LA",
                  "OLED65A29LA",
                  "OLED65A2AUA",
                  "OLED65A2PUA",
                  "OLED65B16LA",
                  "OLED65B23LA",
                  "OLED65B26LA",
                  "OLED65B29LA",
                  "OLED65B2AUA",
                  "OLED65B2PUA",
                  "OLED65B2RLA",
                  "OLED65B33LA",
                  "OLED65B36LA",
                  "OLED65B39LA",
                  "OLED65B3AUA",
                  "OLED65B3PUA",
                  "OLED65B6P",
                  "OLED65B6V",
                  "OLED65B7A",
                  "OLED65B7P",
                  "OLED65B7V",
                  "OLED65B8PLA",
                  "OLED65B8PUA",
                  "OLED65B8SLC",
                  "OLED65B9DLA",
                  "OLED65B9PLA",
                  "OLED65B9PSB",
                  "OLED65B9PUA",
                  "OLED65B9SLA",
                  "OLED65BX3LA",
                  "OLED65BX6LA",
                  "OLED65BX9LB",
                  "OLED65BXPUA",
                  "OLED65C14LB",
                  "OLED65C15LA",
                  "OLED65C16LA",
                  "OLED65C18LA",
                  "OLED65C19LA",
                  "OLED65C1PUB",
                  "OLED65C21LA",
                  "OLED65C22LB",
                  "OLED65C24LA",
                  "OLED65C25LB",
                  "OLED65C26LA",
                  "OLED65C26LD",
                  "OLED65C27LA",
                  "OLED65C28LB",
                  "OLED65C29LD",
                  "OLED65C2AUA",
                  "OLED65C2KND",
                  "OLED65C2PUA",
                  "OLED65C2SW",
                  "OLED65C31LA",
                  "OLED65C32LA",
                  "OLED65C34LA",
                  "OLED65C35LA",
                  "OLED65C36LA",
                  "OLED65C36LC",
                  "OLED65C37LA",
                  "OLED65C38LA",
                  "OLED65C3AUA",
                  "OLED65C3PUA",
                  "OLED65C3RLA",
                  "OLED65C6P",
                  "OLED65C7P",
                  "OLED65C7V",
                  "OLED65C8AUA",
                  "OLED65C8PLA",
                  "OLED65C8PUA",
                  "OLED65C9AUA",
                  "OLED65C9PLA",
                  "OLED65C9PSA",
                  "OLED65C9PUA",
                  "OLED65CS6LA",
                  "OLED65CS9LA",
                  "OLED65CS9LA.AEUD",
                  "OLED65CX8LB",
                  "OLED65CX9LA",
                  "OLED65CXPUA",
                  "OLED65E6P",
                  "OLED65E6V",
                  "OLED65E7P",
                  "OLED65E7V",
                  "OLED65E8PLA",
                  "OLED65E8PUA",
                  "OLED65E9AUA",
                  "OLED65E9PLA",
                  "OLED65E9PUA",
                  "OLED65G13LA",
                  "OLED65G16LA",
                  "OLED65G19LA",
                  "OLED65G1PUA",
                  "OLED65G1RLA",
                  "OLED65G23LA",
                  "OLED65G26LA",
                  "OLED65G29LA",
                  "OLED65G2PUA",
                  "OLED65G2RLA",
                  "OLED65G33LA",
                  "OLED65G36LA",
                  "OLED65G39LA",
                  "OLED65G6P",
                  "OLED65G6V",
                  "OLED65G7P",
                  "OLED65G7V",
                  "OLED65G8PLA",
                  "OLED65GX9LA",
                  "OLED65R19LA",
                  "OLED65R1PUA",
                  "OLED65R1PVA",
                  "OLED65RX9LA",
                  "OLED65W7P",
                  "OLED65W7V",
                  "OLED65W8PLA",
                  "OLED65W8PUA",
                  "OLED65W9PLA",
                  "OLED65W9PUA",
                  "OLED65WX9LA",
                  "OLED65WXPUA",
                  "OLED77A13LA",
                  "OLED77A16LA",
                  "OLED77A19LA",
                  "OLED77A1PUA",
                  "OLED77A2AUA",
                  "OLED77A2PUA",
                  "OLED77B16LA",
                  "OLED77B19LA",
                  "OLED77B23LA",
                  "OLED77B26LA",
                  "OLED77B29LA",
                  "OLED77B2AUA",
                  "OLED77B2PUA",
                  "OLED77B33LA",
                  "OLED77B36LA",
                  "OLED77B39LA",
                  "OLED77B3AUA",
                  "OLED77B3PUA",
                  "OLED77B9PLA",
                  "OLED77C14LB",
                  "OLED77C15LA",
                  "OLED77C16LA",
                  "OLED77C17LA",
                  "OLED77C18LA",
                  "OLED77C19LA",
                  "OLED77C21LA",
                  "OLED77C22LB",
                  "OLED77C24LA",
                  "OLED77C25LB",
                  "OLED77C26LA",
                  "OLED77C26LD",
                  "OLED77C27LA",
                  "OLED77C28LB",
                  "OLED77C29LD",
                  "OLED77C2AUA",
                  "OLED77C2PCC",
                  "OLED77C2PUA",
                  "OLED77C32LA",
                  "OLED77C34LA",
                  "OLED77C35LA",
                  "OLED77C36LA",
                  "OLED77C37LA",
                  "OLED77C38LA",
                  "OLED77C3AUA",
                  "OLED77C3PUA",
                  "OLED77C3RLA",
                  "OLED77C8LLA",
                  "OLED77C8PUA",
                  "OLED77C9AUB",
                  "OLED77C9PLA",
                  "OLED77C9PUB",
                  "OLED77CS9LA",
                  "OLED77CX9LA",
                  "OLED77CXPUA",
                  "OLED77G13LA",
                  "OLED77G16LA",
                  "OLED77G19LA",
                  "OLED77G1PUA",
                  "OLED77G1RLA",
                  "OLED77G23LA",
                  "OLED77G26LA",
                  "OLED77G2PUA",
                  "OLED77G33LA",
                  "OLED77G36LA",
                  "OLED77G3PUA",
                  "OLED77G6P",
                  "OLED77G6V",
                  "OLED77G7P",
                  "OLED77G7V",
                  "OLED77G96LA",
                  "OLED77GXPUA",
                  "OLED77W7P",
                  "OLED77W7V",
                  "OLED77W8PLA",
                  "OLED77W8PUA",
                  "OLED77W9PLA",
                  "OLED77Z19LA",
                  "OLED77Z2PUA",
                  "OLED77Z39LA",
                  "OLED77Z3PUA",
                  "OLED77ZX9LA",
                  "OLED77ZXPUA",
                  "OLED77ZZ9LA",
                  "OLED83C14LA",
                  "OLED83C1PUA",
                  "OLED83C21LA",
                  "OLED83C24LA",
                  "OLED83C26LA",
                  "OLED83C27LA",
                  "OLED83C29LA",
                  "OLED83C2AUA",
                  "OLED83C2PUA",
                  "OLED83C2RLA",
                  "OLED83C31LA",
                  "OLED83C34LA",
                  "OLED83C36LA",
                  "OLED83C37LA",
                  "OLED83C3AUA",
                  "OLED83C3PUA",
                  "OLED83G23LA",
                  "OLED83G26LA",
                  "OLED83G2AUA",
                  "OLED83G2PUA",
                  "OLED83G36LA",
                  "OLED83G39LA",
                  "OLED83G3PUA",
                  "OLED88Z19LA",
                  "OLED88Z1PTA",
                  "OLED88Z29LA",
                  "OLED88Z2PUA",
                  "OLED88Z39LA",
                  "OLED88Z9PLA",
                  "OLED88Z9PUA",
                  "OLED88ZX9LA",
                  "OLED88ZXPUA",
                  "OLED97G29LA",
                  "OLED97G2PUA",
                  "OLED97M36LA",
                  "OLED97M3PUA",
                  "QA43LS03AAKLXL",
                  "QA43LS03BAKLXL",
                  "QA43LS05TAKXXL",
                  "QA43Q60BAKLXL",
                  "QA50LS03AAKLXL",
                  "QA50LS03BAKLXL",
                  "QA55LS01TAKXXL",
                  "QA58Q60TAUXTW",
                  "QA75LS03BAKXXL",
                  "QE32LS03BBUXZT",
                  "QE32LS03CBUXXU",
                  "QE32LS03TCUXXC",
                  "QE32LS03TCUXXU",
                  "QE32LS03TCUXZT",
                  "QE32Q50AAUXXC",
                  "QE32Q50AAUXXU",
                  "QE32Q50AAUXZT",
                  "QE43LS01TAUXZG",
                  "QE43LS03AAUXXC",
                  "QE43LS03AAUXXU",
                  "QE43LS03BGUXXU",
                  "QE43LS03RAUXXC",
                  "QE43LS03RAUXZG",
                  "QE43LS03TAUXXC",
                  "QE43LS05BAUXXU",
                  "QE43LS05TAU",
                  "QE43Q60AAUXXC",
                  "QE43Q60BAUXXC",
                  "QE43Q60BAUXXN",
                  "QE43Q60BAUXXU",
                  "QE43Q60RATXXH",
                  "QE43Q60TAUXXC",
                  "QE43Q60TAUXXU",
                  "QE43Q64BAUXXC",
                  "QE43Q65AAUXXU",
                  "QE43Q65BAUXZT",
                  "QE43QN90BATXXC",
                  "QE43QN90BATXZT",
                  "QE43QN92BAT",
                  "QE43QN93BATXXC",
                  "QE43QN94BATXZT",
                  "QE49Q60RAL",
                  "QE50LS01TAUXXU",
                  "QE50LS03AAUXXC",
                  "QE50LS03BAUXXC",
                  "QE50LS03TAUXXC",
                  "QE50Q60AAUXXC",
                  "QE50Q60BAUXXC",
                  "QE50Q60BAUXXU",
                  "QE50Q60BAUXZT",
                  "QE50Q60TAU",
                  "QE50Q60TAUXXC",
                  "QE50Q60TAUXZT",
                  "QE50Q64BAUXXC",
                  "QE50Q65AAUXXU",
                  "QE50Q65BAUXZT",
                  "QE50Q80AATXXC",
                  "QE50Q80BATXXC",
                  "QE50QN90AATXXC",
                  "QE50QN90BATXXC",
                  "QE50QN90BATXXU",
                  "QE50QN90BATXZT",
                  "QE50QN91AATXXC",
                  "QE50QN92AATXXC",
                  "QE50QN93AATXXC",
                  "QE50QN93BATXXC",
                  "QE50QN94AATXXU",
                  "QE50QN94BATXZT",
                  "QE55LS01TAUXZG",
                  "QE55LS03AAUXXC",
                  "QE55LS03AAUXXN",
                  "QE55LS03BAUXZT",
                  "QE55LS03BGUXXU",
                  "QE55LS03RAUXZG",
                  "QE55LS03TAUXXC",
                  "QE55LST7TCUXXU",
                  "QE55Q60AAUXXC",
                  "QE55Q60BAUXXC",
                  "QE55Q60BAUXXU",
                  "QE55Q60BAUXZT",
                  "QE55Q60RAL",
                  "QE55Q60TAUXXC",
                  "QE55Q64BAUXXC",
                  "QE55Q65AAUXXU",
                  "QE55Q65BAUXZT",
                  "QE55Q70AATXXC",
                  "QE55Q70BATXXC",
                  "QE55Q70TATXXC",
                  "QE55Q75BATXXU",
                  "QE55Q77TATXXC",
                  "QE55Q80AATXXC",
                  "QE55Q80BATXXC",
                  "QE55Q80BATXXU",
                  "QE55Q8CNATXXU",
                  "QE55Q8FAMTXZG",
                  "QE55Q90RAT",
                  "QE55QN700ATXXU",
                  "QE55QN700BTXXU",
                  "QE55QN85AATXXC",
                  "QE55QN85BATXXC",
                  "QE55QN90AATXXC",
                  "QE55QN90BATXXC",
                  "QE55QN90BATXXU",
                  "QE55QN90BATXZT",
                  "QE55QN91AATXXC",
                  "QE55QN92AATXXC",
                  "QE55QN93AATXXC",
                  "QE55QN93BATXXC",
                  "QE55QN94AATXXU",
                  "QE55QN94BATXZT",
                  "QE55QN95AATXXC",
                  "QE55QN95BATXXC",
                  "QE55QN95BATXXU",
                  "QE55S90CATXXU",
                  "QE58Q60TAUXXC",
                  "QE65LS03AAUXXC",
                  "QE65LS03RAUXXC",
                  "QE65LS03RAUXZG",
                  "QE65LS03TAUXXC",
                  "QE65Q60AAUXXC",
                  "QE65Q60BAUXXU",
                  "QE65Q60TAUXXC",
                  "QE65Q64BAUXXC",
                  "QE65Q65AAUXXU",
                  "QE65Q65BAUXXU",
                  "QE65Q67BAUXXC",
                  "QE65Q70AATXXC",
                  "QE65Q70BATXXC",
                  "QE65Q70TATXXC",
                  "QE65Q77TATXXC",
                  "QE65Q7FNATXXC",
                  "QE65Q800TATXXC",
                  "QE65Q80AATXXC",
                  "QE65Q80BATXXC",
                  "QE65Q80BATXXU",
                  "QE65Q8CNATXXU",
                  "QE65Q8FAMTXZG",
                  "QE65Q90RAL",
                  "QE65Q90RAT",
                  "QE65QN700ATXXU",
                  "QE65QN700BTXXU",
                  "QE65QN800ATXXC",
                  "QE65QN800BTXXC",
                  "QE65QN85AATXXC",
                  "QE65QN85AATXZT",
                  "QE65QN85BATXXC",
                  "QE65QN900ATXXC",
                  "QE65QN900BTXXC",
                  "QE65QN90AATXXC",
                  "QE65QN90BATXXC",
                  "QE65QN90BATXXU",
                  "QE65QN90BATXZT",
                  "QE65QN91AATXXC",
                  "QE65QN92AATXXC",
                  "QE65QN93AATXXC",
                  "QE65QN93BATXXC",
                  "QE65QN94AATXXU",
                  "QE65QN94BATXZT",
                  "QE65QN95AATXXC",
                  "QE65QN95BATXXC",
                  "QE65QN95BATXZT",
                  "QE65S90CATXXU",
                  "QE65S95BATXZT",
                  "QE75LS03AAUXXC",
                  "QE75LS03TAUXXC",
                  "QE75Q60AAUXXC",
                  "QE75Q60BAUXXC",
                  "QE75Q60BAUXXU",
                  "QE75Q60TAUXXC",
                  "QE75Q64BAUXXC",
                  "QE75Q65AAUXXU",
                  "QE75Q70AATXXC",
                  "QE75Q70BATXXC",
                  "QE75Q70BATXZT",
                  "QE75Q70TATXXC",
                  "QE75Q75BATXXU",
                  "QE75Q77TATXXC",
                  "QE75Q7FNATXXC",
                  "QE75Q800TATXXC",
                  "QE75Q80AATXXC",
                  "QE75Q80BATXXC",
                  "QE75Q80BATXXU",
                  "QE75Q8DNATXXH",
                  "QE75Q90RAL",
                  "QE75Q90RAT",
                  "QE75QN700ATXXU",
                  "QE75QN700BTXXU",
                  "QE75QN800ATXXC",
                  "QE75QN800BTXXC",
                  "QE75QN85AATXXC",
                  "QE75QN85BATXXC",
                  "QE75QN85BATXZT",
                  "QE75QN900ATXXC",
                  "QE75QN900BTXXC",
                  "QE75QN900CTXXU",
                  "QE75QN90AATXXC",
                  "QE75QN90BATXXC",
                  "QE75QN90BATXZT",
                  "QE75QN91AATXXC",
                  "QE75QN92AATXXC",
                  "QE75QN93AATXXC",
                  "QE75QN93BATXXC",
                  "QE75QN94AATXXU",
                  "QE75QN95AATXXC",
                  "QE75QN95BATXXU",
                  "QE75QN95BATXZT",
                  "QE77S90CATXXU",
                  "QE82Q800TATXXC",
                  "QE85LS03AAUXXC",
                  "QE85Q60AAUXXC",
                  "QE85Q60BAUXZT",
                  "QE85Q60CAUXXU",
                  "QE85Q60TAUXXC",
                  "QE85Q70AATXXC",
                  "QE85Q70BATXXC",
                  "QE85Q70TATXXC",
                  "QE85Q80BATXXC",
                  "QE85Q80TATXXC",
                  "QE85QN800ATXXC",
                  "QE85QN800BTXXC",
                  "QE85QN85AATXXC",
                  "QE85QN85BATXXC",
                  "QE85QN900ATXXC",
                  "QE85QN900BTXXC",
                  "QE85QN90AATXXC",
                  "QE85QN90BATXXC",
                  "QE85QN90BATXZT",
                  "QE85QN94CATXXU",
                  "QE85QN95AATXXC",
                  "QE85QN95BATXXC",
                  "QE88Q9FAMTXZG",
                  "QE98Q950RBTXXC",
                  "QE98QN90AATXXC",
                  "QE98QN90AATXXU",
                  "QN32LS03BBFXZA",
                  "QN32LS03TAFXZA",
                  "QN32Q60AAFXZA",
                  "QN43LS01TAFXZA",
                  "QN43LS03AAFXZA",
                  "QN43LS03BAFXZA",
                  "QN43LS03RAFXZA",
                  "QN43Q60AAF",
                  "QN43Q60AAFXZA",
                  "QN43Q60BAFXZA",
                  "QN43Q60BDFXZA",
                  "QN43Q60RAFXZA",
                  "QN43QN90AAFXZA",
                  "QN43QN90BAFXZA",
                  "QN49LS03RAFXZA",
                  "QN49Q60RAFXZA",
                  "QN49Q6FAMFXZA",
                  "QN49Q6FNAFXZA",
                  "QN49Q70RAFXZA",
                  "QN49Q80TAFXZA",
                  "QN50LS03AAFXZA",
                  "QN50LS03BAFXZA",
                  "QN50LS03TAFXZA",
                  "QN50Q60AAFXZA",
                  "QN50Q60BAFXZA",
                  "QN50Q60BDFXZA",
                  "QN50Q6DTAFXZA",
                  "QN50Q80AAFXZA",
                  "QN50Q80BAFXZA",
                  "QN50Q80TAFXZA",
                  "QN50QN90AAFXZA",
                  "QN50QN90BAFXZA",
                  "QN55LS01BAFXZA",
                  "QN55LS01TAFXZA",
                  "QN55LS03AAFXZA",
                  "QN55LS03BAFXZA",
                  "QN55LS03RAFXZA",
                  "QN55LS03TAFXZA",
                  "QN55LST7TAF",
                  "QN55LST7TAFXZA",
                  "QN55Q60AAFXZA",
                  "QN55Q60BAFXZA",
                  "QN55Q60BDFXZA",
                  "QN55Q60RAFXZA",
                  "QN55Q70AAFXZA",
                  "QN55Q70RAFXZA",
                  "QN55Q7CNAFXZA",
                  "QN55Q7FAMFXZA",
                  "QN55Q7FNAFXZA",
                  "QN55Q80AAFXZA",
                  "QN55Q80BAFXZA",
                  "QN55Q80RAFXZA",
                  "QN55Q8CAMFXZA",
                  "QN55Q900RBFXZA",
                  "QN55Q90TAFXZA",
                  "QN55QN85AAFXZA",
                  "QN55QN85BAFXZA",
                  "QN55QN90AAFXZA",
                  "QN55QN90BAFXZA",
                  "QN55QN95BAFXZA",
                  "QN55S95BAFXZA",
                  "QN60Q60AAFXZA",
                  "QN60Q60BAFXZA",
                  "QN60Q60BDFXZA",
                  "QN65LS01TAFXZA",
                  "QN65LS03AAFXZA",
                  "QN65LS03BAFXZA",
                  "QN65LS03RAFXZA",
                  "QN65LS03TAFXZA",
                  "QN65LST9TAFXZA",
                  "QN65Q60AAFXZA",
                  "QN65Q60BAFXZA",
                  "QN65Q60RAFXZA",
                  "QN65Q6DRAFXZA",
                  "QN65Q70AAFXZA",
                  "QN65Q70RAFXZA",
                  "QN65Q7DRAFXZA",
                  "QN65Q7FAMFXZA",
                  "QN65Q7FNAFXZA",
                  "QN65Q80AAFXZA",
                  "QN65Q80BAFXZA",
                  "QN65Q80BDFXZA",
                  "QN65Q80RAFXZA",
                  "QN65Q80TAFXZA",
                  "QN65Q900RBFXZA",
                  "QN65Q900TSFXZA",
                  "QN65Q90RAF",
                  "QN65Q90RAFXZA",
                  "QN65Q90TAFXZA",
                  "QN65Q9FNAFXZA",
                  "QN65QN800AFXZA",
                  "QN65QN800BFXZA",
                  "QN65QN85BAFXZA",
                  "QN65QN900AFXZA",
                  "QN65QN900BFXZA",
                  "QN65QN90AAFXZA",
                  "QN65QN90BAFXZA",
                  "QN65QN95BAFXZA",
                  "QN65QN95BDFXZA",
                  "QN65S90CAFXZA",
                  "QN65S95BAFXZA",
                  "QN70Q60AAVXZA",
                  "QN70Q60BAFXZA",
                  "QN70Q60BDFXZA",
                  "QN75LS03AAFXZA",
                  "QN75LS03BAFXZA",
                  "QN75LST7TAFXZA",
                  "QN75LST9TAFXZA",
                  "QN75Q60AAFXZA",
                  "QN75Q60BAFXZA",
                  "QN75Q60BDFXZA",
                  "QN75Q60RAFX",
                  "QN75Q60RAFXZA",
                  "QN75Q70AAFXZA",
                  "QN75Q70RAFXZA",
                  "QN75Q70TAFXZA",
                  "QN75Q7FAMFXZA",
                  "QN75Q800TAFXZA",
                  "QN75Q80AAFXZA",
                  "QN75Q80BAFXZA",
                  "QN75Q80CAFXZA",
                  "QN75Q80RAFXZA",
                  "QN75Q80TAFXZA",
                  "QN75Q900RBFXZA",
                  "QN75Q900TSFXZA",
                  "QN75Q90RAF",
                  "QN75Q90RAFXZA",
                  "QN75Q90TAFXZA",
                  "QN75Q9FAMFXZA",
                  "QN75QN800AFXZA",
                  "QN75QN800BFXZA",
                  "QN75QN84AAFXZA",
                  "QN75QN850BFXZA",
                  "QN75QN85BAFXZA",
                  "QN75QN900AFXZA",
                  "QN75QN900BFXZA",
                  "QN75QN90AAFXZA",
                  "QN75QN90BAFXZA",
                  "QN75QN95BAFXZA",
                  "QN77S90CAFXZA",
                  "QN77S95CAFXZA",
                  "QN82Q60RAFXZA",
                  "QN82Q60TAFXZA",
                  "QN82Q70RAFXZA",
                  "QN82Q70TAFXZA",
                  "QN82Q800TAFXZA",
                  "QN82Q80RAFXZA",
                  "QN82Q8FNBFXZA",
                  "QN82Q900RBFXZA",
                  "QN82Q90RAF",
                  "QN82Q90RAFXZA",
                  "QN83S90CAEXZA",
                  "QN85LS03BAFXZA",
                  "QN85Q60AAFXZA",
                  "QN85Q60BAFXZA",
                  "QN85Q60BDFXZA",
                  "QN85Q70AAF",
                  "QN85Q70AAFXZA",
                  "QN85Q70CAF",
                  "QN85Q70RAF",
                  "QN85Q70RAFXZA",
                  "QN85Q70TAF",
                  "QN85Q70TAFXZA",
                  "QN85Q7DTAFXZA",
                  "QN85Q80AAF",
                  "QN85Q80AAFXZA",
                  "QN85Q80BAF",
                  "QN85Q80BAFXZA",
                  "QN85Q80BDF",
                  "QN85Q80BDFXZA",
                  "QN85Q80CAF",
                  "QN85Q80TAF",
                  "QN85Q80TAFXZA",
                  "QN85Q900RAF",
                  "QN85Q900RAFXZA",
                  "QN85QN800AFXZA",
                  "QN85QN800BFXZA",
                  "QN85QN85BAF",
                  "QN85QN85BAFXZA",
                  "QN85QN85CAFXZC",
                  "QN85QN900AF",
                  "QN85QN900AFXZA",
                  "QN85QN900BF",
                  "QN85QN900BFXZA",
                  "QN85QN900CFXZA",
                  "QN85QN90AAFXZA",
                  "QN85QN90BAFXZA",
                  "QN85QN95BAFXZA",
                  "QN98Q900RBFXZA",
                  "QN98QN100BFXZA",
                  "QN98QN90AAFXZA",
                  "T28E310EW",
                  "TQ32Q50AEUXXC",
                  "TU55CU7105KXXC",
                  "U7QF",
                  "UA28J4100AJXZK",
                  "UA28J4100AR",
                  "UA32J4100AK",
                  "UA32J4100AR",
                  "UA32J4100AW",
                  "UA32J4300AR",
                  "UA32J5100AJXZK",
                  "UA32J5100AR",
                  "UA32J5300AR",
                  "UA32J6300AK",
                  "UA32N4300AR",
                  "UA40J5100AK",
                  "UA40J5100AR",
                  "UA40J5300AR",
                  "UA40J5500AK",
                  "UA40J6200AW",
                  "UA40J6300AK",
                  "UA40JU6400W",
                  "UA40JU6670U",
                  "UA43BU8000WXXY",
                  "UA43J5100AR",
                  "UA48J5100AJXZK",
                  "UA48J5300AK",
                  "UA48J5300AR",
                  "UA48J6200AW",
                  "UA48J6300AK",
                  "UA48JU6670U",
                  "UA50BU8000W",
                  "UA50JU6400W",
                  "UA50JU7000K",
                  "UA55J5300AR",
                  "UA55J6200AR",
                  "UA55J6300AR",
                  "UA55JU6400JXZK",
                  "UA55JU7000J",
                  "UA55JU7500T",
                  "UA60BU8000K",
                  "UA60J6200AR",
                  "UA60JU6400W",
                  "UA60JU7000W",
                  "UA65BU8000WXXY",
                  "UA65JS8000W",
                  "UA65JU6400W",
                  "UA65JU7500S",
                  "UA65RU7105G",
                  "UA70BU8000KXXM",
                  "UA70RU7100K",
                  "UA75BU8000WXXY",
                  "UA75JU6400W",
                  "UA75JU7000W",
                  "UA78JS9500W",
                  "UA78JU7500W",
                  "UA85BU8000WXXY",
                  "UA85JU7000W",
                  "UA88JS9500K",
                  "UE24N4300AEXXU",
                  "UE24N4300AUXZT",
                  "UE24N4305AKXXC",
                  "UE28J4100AK",
                  "UE28J4100AW",
                  "UE28J4100AWXXC",
                  "UE28N4305AK",
                  "UE32J4000AK",
                  "UE32J4000AW",
                  "UE32J4100AK",
                  "UE32J4100AW",
                  "UE32J5000AK",
                  "UE32J5000AW",
                  "UE32J5100AK",
                  "UE32J5100AW",
                  "UE32J5200AK",
                  "UE32J5200AW",
                  "UE32J5500AK",
                  "UE32J5500AW",
                  "UE32J5600AK",
                  "UE32J5600AW",
                  "UE32J6200AK",
                  "UE32J6300AK",
                  "UE32K4100AK",
                  "UE32K4100AW",
                  "UE32K5100AK",
                  "UE32K5102AK",
                  "UE32K5500AK",
                  "UE32K5600AK",
                  "UE32K5600AW",
                  "UE32M4000AW",
                  "UE32M5000AW",
                  "UE32M5500AK",
                  "UE32M5520AW",
                  "UE32M5570AU",
                  "UE32M5572AU",
                  "UE32M5600AK",
                  "UE32M5620AK",
                  "UE32M5620AW",
                  "UE32M5670AU",
                  "UE32N4000AW",
                  "UE32N4002AK",
                  "UE32N4005AW",
                  "UE32N4500AUXRU",
                  "UE32N4510AU",
                  "UE32N5000AK",
                  "UE32N5000AW",
                  "UE32N5300AK",
                  "UE32N5300AW",
                  "UE32N5305AK",
                  "UE32N5370AUXZG",
                  "UE32T4300AKXXU",
                  "UE32T4302AK",
                  "UE32T4305AK",
                  "UE32T5300CKXXU",
                  "UE32T5305AKXXC",
                  "UE32T5372CUXZT",
                  "UE32T5375AUXXC",
                  "UE40J5000AK",
                  "UE40J5100AK",
                  "UE40J5100AU",
                  "UE40J5100AW",
                  "UE40J5200AW",
                  "UE40J5500AW",
                  "UE40J5510AK",
                  "UE40J5510AW",
                  "UE40J6200AW",
                  "UE40J6300AK",
                  "UE40JU6000K",
                  "UE40JU6400K",
                  "UE40JU6410U",
                  "UE40JU6450U",
                  "UE40JU6500K",
                  "UE40JU6510U",
                  "UE40JU6640U",
                  "UE40JU6670U",
                  "UE40JU7000T",
                  "UE40K5100AK",
                  "UE40K5102AK",
                  "UE40K5500AK",
                  "UE40K5500AW",
                  "UE40K5510AW",
                  "UE40K5600AK",
                  "UE40K5600AW",
                  "UE40K6300AK",
                  "UE40K6300AW",
                  "UE40K6370SS",
                  "UE40K6500AU",
                  "UE40K6500BU",
                  "UE40KU6000K",
                  "UE40KU6000W",
                  "UE40KU6020K",
                  "UE40KU6020W",
                  "UE40KU6072U",
                  "UE40KU6100K",
                  "UE40KU6100W",
                  "UE40KU6172U",
                  "UE40KU6400U",
                  "UE40KU6470S",
                  "UE40KU6470U",
                  "UE40M5000AW",
                  "UE40MU6100K",
                  "UE40MU6100W",
                  "UE40MU6102KXXH",
                  "UE40MU6120K",
                  "UE40MU6120W",
                  "UE40MU6125K",
                  "UE40MU6170UXZG",
                  "UE40MU6172U",
                  "UE40MU6179U",
                  "UE40MU6400U",
                  "UE40MU6402U",
                  "UE40MU6409U",
                  "UE40MU6470U",
                  "UE40MU6472U",
                  "UE40MU6479U",
                  "UE40N5300AU",
                  "UE40NU7115K",
                  "UE40NU7120K",
                  "UE40NU7120W",
                  "UE40NU7190S",
                  "UE43AU7025KXXC",
                  "UE43AU7090UXZT",
                  "UE43AU7095UXXC",
                  "UE43AU7100KXXU",
                  "UE43AU7105KXXC",
                  "UE43AU7110KXXU",
                  "UE43AU7172UXXH",
                  "UE43AU7175UXXC",
                  "UE43AU7190UXZT",
                  "UE43AU8000KXXU",
                  "UE43AU8005KXXC",
                  "UE43AU8075UXXC",
                  "UE43AU9000KXXU",
                  "UE43AU9005KXXC",
                  "UE43AU9007KXXU",
                  "UE43AU9075UXXC",
                  "UE43BU8000K",
                  "UE43BU8000KXXU",
                  "UE43BU8005KXXC",
                  "UE43BU8070UXZT",
                  "UE43BU8075U",
                  "UE43BU8500KXXU",
                  "UE43BU8570UXZT",
                  "UE43CU7172UXXH",
                  "UE43CU71A0KXXU",
                  "UE43CU8510K",
                  "UE43J5500AK",
                  "UE43J5500AW",
                  "UE43J5600AK",
                  "UE43J5600AW",
                  "UE43JU6000U",
                  "UE43JU6000W",
                  "UE43KS7500S",
                  "UE43KS7500U",
                  "UE43KU6000K",
                  "UE43KU6000W",
                  "UE43KU6072U",
                  "UE43KU6400U",
                  "UE43KU6500S",
                  "UE43KU6500U",
                  "UE43KU6650S",
                  "UE43KU6670U",
                  "UE43KU6679U",
                  "UE43LS003AS",
                  "UE43LS003AU",
                  "UE43LS03NAS",
                  "UE43M5500AK",
                  "UE43M5510AW",
                  "UE43M5520AK",
                  "UE43M5570AU",
                  "UE43M5572AU",
                  "UE43M5600AW",
                  "UE43M5620AW",
                  "UE43M5670AS",
                  "UE43MU6100K",
                  "UE43MU6100W",
                  "UE43MU6102K",
                  "UE43MU6120W",
                  "UE43MU6125K",
                  "UE43MU6170UXZG",
                  "UE43MU6172U",
                  "UE43MU6179U",
                  "UE43N5300AU",
                  "UE43N5500AU",
                  "UE43N5510AU",
                  "UE43N5510AUXRU",
                  "UE43NU6025K",
                  "UE43NU7020K",
                  "UE43NU7090S",
                  "UE43NU7092U",
                  "UE43NU7120K",
                  "UE43NU7120W",
                  "UE43NU7190S",
                  "UE43NU7400U",
                  "UE43NU7400UXZG",
                  "UE43NU7409U",
                  "UE43NU7442UXXH",
                  "UE43NU7452UXXH",
                  "UE43NU7470S",
                  "UE43NU7470U",
                  "UE43RU6025KXXC",
                  "UE43RU7025K",
                  "UE43RU7090U",
                  "UE43RU7099U",
                  "UE43RU7100K",
                  "UE43RU7100W",
                  "UE43RU7105K",
                  "UE43RU7170S",
                  "UE43RU7170UXZG",
                  "UE43RU7172U",
                  "UE43RU7179U",
                  "UE43RU7179UXZG",
                  "UE43RU7400S",
                  "UE43RU7400U",
                  "UE43RU7405U",
                  "UE43RU7409U",
                  "UE43RU7410U",
                  "UE43RU7419U",
                  "UE43RU7440S",
                  "UE43RU7449U",
                  "UE43RU7450U",
                  "UE43RU7470S",
                  "UE43RU7470U",
                  "UE43RU7475U",
                  "UE43RU7479U",
                  "UE43TU7070U",
                  "UE43TU7090UXZT",
                  "UE43TU7095U",
                  "UE43TU7105KXXC",
                  "UE43TU7125KXXC",
                  "UE43TU7170U",
                  "UE43TU7172U",
                  "UE43TU7175UXXC",
                  "UE43TU7190UXZG",
                  "UE43TU7500U",
                  "UE43TU8005KXXC",
                  "UE43TU8075UXXC",
                  "UE43TU8505UXXC",
                  "UE48HU7500T",
                  "UE48J5000AW",
                  "UE48J5100AK",
                  "UE48J5100AW",
                  "UE48J5200AK",
                  "UE48J5500AK",
                  "UE48J5500AU",
                  "UE48J5500AW",
                  "UE48J5510AK",
                  "UE48J5510AW",
                  "UE48J5600AK",
                  "UE48J5600AW",
                  "UE48J6200AW",
                  "UE48J6300AK",
                  "UE48JS8500T",
                  "UE48JS9000T",
                  "UE48JU6000K",
                  "UE48JU6000U",
                  "UE48JU6400K",
                  "UE48JU6410U",
                  "UE48JU6450U",
                  "UE48JU6500K",
                  "UE48JU6510S",
                  "UE48JU6640S",
                  "UE48JU6670U",
                  "UE48JU7000T",
                  "UE48JU7500T",
                  "UE49K5100AK",
                  "UE49K5102AKXBT",
                  "UE49K5500AK",
                  "UE49K5500AW",
                  "UE49K5510AW",
                  "UE49K5600AK",
                  "UE49K5600AW",
                  "UE49K6300AK",
                  "UE49K6300AW",
                  "UE49K6370SS",
                  "UE49K6500AU",
                  "UE49KS7000S",
                  "UE49KS7000U",
                  "UE49KS7002U",
                  "UE49KS7500S",
                  "UE49KS7500U",
                  "UE49KS8000L",
                  "UE49KS8000T",
                  "UE49KS9000L",
                  "UE49KS9000T",
                  "UE49KU6100K",
                  "UE49KU6100W",
                  "UE49KU6172U",
                  "UE49KU6400U",
                  "UE49KU6470U",
                  "UE49KU6500U",
                  "UE49KU6500UXXU",
                  "UE49KU6650S",
                  "UE49KU6650U",
                  "UE49KU6670S",
                  "UE49KU6670U",
                  "UE49KU6679U",
                  "UE49LS03NAS",
                  "UE49LS03NAU",
                  "UE49LS03NAUXZG",
                  "UE49M5000AW",
                  "UE49M5500AW",
                  "UE49M5510AK",
                  "UE49M5520AK",
                  "UE49M5520AW",
                  "UE49M5570AU",
                  "UE49M5572AU",
                  "UE49M5600AW",
                  "UE49M5620AW",
                  "UE49M5670AS",
                  "UE49M6300AK",
                  "UE49M6320AWXXN",
                  "UE49M6500AU",
                  "UE49MU6100W",
                  "UE49MU6120W",
                  "UE49MU6125K",
                  "UE49MU6170U",
                  "UE49MU6179U",
                  "UE49MU6200K",
                  "UE49MU6220KXXU",
                  "UE49MU6220W",
                  "UE49MU6270U",
                  "UE49MU6270UXZG",
                  "UE49MU6272U",
                  "UE49MU6300U",
                  "UE49MU6400U",
                  "UE49MU6402U",
                  "UE49MU6409U",
                  "UE49MU6470U",
                  "UE49MU6472U",
                  "UE49MU6479U",
                  "UE49MU6500U",
                  "UE49MU6502U",
                  "UE49MU6509U",
                  "UE49MU6650S",
                  "UE49MU6652U",
                  "UE49MU7000TXXU",
                  "UE49MU7002T",
                  "UE49MU7005T",
                  "UE49MU7009T",
                  "UE49MU7070L",
                  "UE49MU7070T",
                  "UE49MU7079T",
                  "UE49MU8000T",
                  "UE49MU8009T",
                  "UE49MU9000T",
                  "UE49MU9005T",
                  "UE49MU9009T",
                  "UE49N5000AU",
                  "UE49N5000AUXCE",
                  "UE49N5500AU",
                  "UE49N5510AU",
                  "UE49N5510AUXRU",
                  "UE49NU7100K",
                  "UE49NU7100W",
                  "UE49NU7170S",
                  "UE49NU7300K",
                  "UE49NU7300W",
                  "UE49NU7370U",
                  "UE49NU7372U",
                  "UE49NU7500U",
                  "UE49NU7670S",
                  "UE49NU7670U",
                  "UE49NU7672UXXH",
                  "UE49NU8000L",
                  "UE49NU8000T",
                  "UE49NU8005T",
                  "UE49NU8070L",
                  "UE49RU7300K",
                  "UE49RU7300WXXN",
                  "UE49RU7379UXZG",
                  "UE49RU8000S",
                  "UE49RU8005U",
                  "UE50AU7100KXXU",
                  "UE50AU7105KXXC",
                  "UE50AU7110KXXU",
                  "UE50AU7172UXXH",
                  "UE50AU7175UXXC",
                  "UE50AU7190UXZT",
                  "UE50AU8000KXXU",
                  "UE50AU8005KXXC",
                  "UE50AU8075UXXC",
                  "UE50AU9000KXXU",
                  "UE50AU9005KXXC",
                  "UE50AU9007K",
                  "UE50AU9075U",
                  "UE50AU9075UXXC",
                  "UE50BU8000KXXU",
                  "UE50BU8005KXXC",
                  "UE50BU8075U",
                  "UE50BU8500KXXU",
                  "UE50BU8570UXZT",
                  "UE50CU7100KXXU",
                  "UE50CU7110KXXU",
                  "UE50CU8510KXXU",
                  "UE50J5100AK",
                  "UE50J5100AW",
                  "UE50J5500AK",
                  "UE50J5500AU",
                  "UE50J6200AW",
                  "UE50JU6400K",
                  "UE50JU6450U",
                  "UE50JU6800K",
                  "UE50JU6870U",
                  "UE50JU6872U",
                  "UE50KU6000K",
                  "UE50KU6000W",
                  "UE50KU6020K",
                  "UE50KU6020W",
                  "UE50KU6072U",
                  "UE50MU6100K",
                  "UE50MU6100W",
                  "UE50MU6102K",
                  "UE50MU6170UXZG",
                  "UE50MU6172UXXH",
                  "UE50MU6179U",
                  "UE50NU6025K",
                  "UE50NU7020K",
                  "UE50NU7020W",
                  "UE50NU7090S",
                  "UE50NU7092U",
                  "UE50NU7400S",
                  "UE50NU7400U",
                  "UE50NU7409U",
                  "UE50NU7442UXXH",
                  "UE50NU7452UXXH",
                  "UE50NU7470S",
                  "UE50NU7470U",
                  "UE50RU6025K",
                  "UE50RU7025K",
                  "UE50RU7090U",
                  "UE50RU7099U",
                  "UE50RU7100K",
                  "UE50RU7100W",
                  "UE50RU7105K",
                  "UE50RU7170S",
                  "UE50RU7170UXZG",
                  "UE50RU7172U",
                  "UE50RU7179U",
                  "UE50RU7179UXZG",
                  "UE50RU7400S",
                  "UE50RU7400U",
                  "UE50RU7405U",
                  "UE50RU7409U",
                  "UE50RU7410S",
                  "UE50RU7410U",
                  "UE50RU7415U",
                  "UE50RU7419U",
                  "UE50RU7440UXZG",
                  "UE50RU7449U",
                  "UE50RU7450U",
                  "UE50RU7470S",
                  "UE50RU7470U",
                  "UE50RU7475U",
                  "UE50RU7479U",
                  "UE50TU7070U",
                  "UE50TU7090UXZG",
                  "UE50TU7105K",
                  "UE50TU7125KXXC",
                  "UE50TU7170UXZG",
                  "UE50TU7172U",
                  "UE50TU7175UXXC",
                  "UE50TU7190UXZG",
                  "UE50TU7500U",
                  "UE50TU8000K",
                  "UE50TU8005K",
                  "UE50TU8075UXXC",
                  "UE50TU8500U",
                  "UE50TU8505UXXC",
                  "UE55AU7090UXZT",
                  "UE55AU7095UXXC",
                  "UE55AU7100KXXU",
                  "UE55AU7105KXXC",
                  "UE55AU7110KXXU",
                  "UE55AU7170UXZT",
                  "UE55AU7175UXXC",
                  "UE55AU7190UXZT",
                  "UE55AU8000KXXU",
                  "UE55AU8005KXXC",
                  "UE55AU8075UXXC",
                  "UE55AU9000KXXU",
                  "UE55AU9005KXXC",
                  "UE55AU9007K",
                  "UE55AU9072UXXH",
                  "UE55AU9075UXXC",
                  "UE55BU8000KXXU",
                  "UE55BU8005KXXC",
                  "UE55BU8075U",
                  "UE55BU8500KXXU",
                  "UE55CU7110KXXU",
                  "UE55CU8500KXXU",
                  "UE55ES8000U",
                  "UE55HU7200U",
                  "UE55HU7500T",
                  "UE55HU8200T",
                  "UE55HU8500T",
                  "UE55HU9000T",
                  "UE55J5100AK",
                  "UE55J5100AW",
                  "UE55J5500AK",
                  "UE55J5500AU",
                  "UE55J5500AW",
                  "UE55J5600AK",
                  "UE55J5600AW",
                  "UE55J6300AK",
                  "UE55JS8000T",
                  "UE55JS8500T",
                  "UE55JS9000T",
                  "UE55JU6000K",
                  "UE55JU6000U",
                  "UE55JU6400K",
                  "UE55JU6410U",
                  "UE55JU6450U",
                  "UE55JU6500K",
                  "UE55JU6510U",
                  "UE55JU6640U",
                  "UE55JU6670U",
                  "UE55JU6800K",
                  "UE55JU6870U",
                  "UE55JU6872U",
                  "UE55JU7000T",
                  "UE55JU7500T",
                  "UE55K5100AK",
                  "UE55K5102AK",
                  "UE55K5500AK",
                  "UE55K5510AW",
                  "UE55K5600AK",
                  "UE55K5600AW",
                  "UE55K6300AK",
                  "UE55K6300AW",
                  "UE55K6370SS",
                  "UE55K6500AU",
                  "UE55KS7000S",
                  "UE55KS7000U",
                  "UE55KS7002U",
                  "UE55KS7500S",
                  "UE55KS7500U",
                  "UE55KS8000L",
                  "UE55KS8000T",
                  "UE55KS9000L",
                  "UE55KS9000T",
                  "UE55KU6000K",
                  "UE55KU6000W",
                  "UE55KU6020K",
                  "UE55KU6020W",
                  "UE55KU6072U",
                  "UE55KU6100K",
                  "UE55KU6100W",
                  "UE55KU6172U",
                  "UE55KU6400U",
                  "UE55KU6470U",
                  "UE55KU6500U",
                  "UE55KU6650S",
                  "UE55KU6670S",
                  "UE55KU6670U",
                  "UE55KU6679U",
                  "UE55LS003AS",
                  "UE55LS003AU",
                  "UE55LS03NAS",
                  "UE55LS03NAUXZG",
                  "UE55M5500AK",
                  "UE55M5510AK",
                  "UE55M5520AW",
                  "UE55M5570AU",
                  "UE55M5572AU",
                  "UE55M5600AW",
                  "UE55M5620AW",
                  "UE55M6320AK",
                  "UE55M6320AW",
                  "UE55M6370AS",
                  "UE55M6500AU",
                  "UE55MU6100K",
                  "UE55MU6100W",
                  "UE55MU6102K",
                  "UE55MU6120K",
                  "UE55MU6120W",
                  "UE55MU6125K",
                  "UE55MU6170UXZG",
                  "UE55MU6172U",
                  "UE55MU6179U",
                  "UE55MU6200K",
                  "UE55MU6200W",
                  "UE55MU6220KXXU",
                  "UE55MU6220W",
                  "UE55MU6270U",
                  "UE55MU6270UXZG",
                  "UE55MU6272U",
                  "UE55MU6279U",
                  "UE55MU6300U",
                  "UE55MU6400U",
                  "UE55MU6402U",
                  "UE55MU6409U",
                  "UE55MU6470U",
                  "UE55MU6472U",
                  "UE55MU6479U",
                  "UE55MU6502U",
                  "UE55MU6509U",
                  "UE55MU6650S",
                  "UE55MU6652U",
                  "UE55MU7000TXXU",
                  "UE55MU7002T",
                  "UE55MU7005T",
                  "UE55MU7009T",
                  "UE55MU7070L",
                  "UE55MU7070T",
                  "UE55MU7079T",
                  "UE55MU8000TXXU",
                  "UE55MU8009T",
                  "UE55MU9000T",
                  "UE55MU9005T",
                  "UE55MU9009T",
                  "UE55NU6025K",
                  "UE55NU7020K",
                  "UE55NU7020W",
                  "UE55NU7090S",
                  "UE55NU7092U",
                  "UE55NU7100W",
                  "UE55NU7170S",
                  "UE55NU7170UXZG",
                  "UE55NU7300K",
                  "UE55NU7300W",
                  "UE55NU7370U",
                  "UE55NU7372U",
                  "UE55NU7400U",
                  "UE55NU7409U",
                  "UE55NU7442UXXH",
                  "UE55NU7452U",
                  "UE55NU7470S",
                  "UE55NU7470U",
                  "UE55NU7500U",
                  "UE55NU7670U",
                  "UE55NU7672UXXH",
                  "UE55NU8000L",
                  "UE55NU8000T",
                  "UE55NU8005T",
                  "UE55NU8070L",
                  "UE55NU8070T",
                  "UE55NU8500L",
                  "UE55RU6025K",
                  "UE55RU7025K",
                  "UE55RU7090U",
                  "UE55RU7099U",
                  "UE55RU7100W",
                  "UE55RU7105K",
                  "UE55RU7170S",
                  "UE55RU7170UXZG",
                  "UE55RU7172U",
                  "UE55RU7179U",
                  "UE55RU7179UXZG",
                  "UE55RU7300K",
                  "UE55RU7300WXXN",
                  "UE55RU7379UXZG",
                  "UE55RU7400s",
                  "UE55RU7400U",
                  "UE55RU7405U",
                  "UE55RU7409U",
                  "UE55RU7440S",
                  "UE55RU7440UXZG",
                  "UE55RU7449U",
                  "UE55RU7470S",
                  "UE55RU7470U",
                  "UE55RU7475U",
                  "UE55RU7479U",
                  "UE55RU8000S",
                  "UE55RU8000U",
                  "UE55RU8005U",
                  "UE55TU7000W",
                  "UE55TU7070UXZT",
                  "UE55TU7090UXZG",
                  "UE55TU7125KXXC",
                  "UE55TU7170S",
                  "UE55TU7172U",
                  "UE55TU7175UXXC",
                  "UE55TU7190U",
                  "UE55TU7500U",
                  "UE55TU8005KXXC",
                  "UE55TU8075UXXC",
                  "UE55TU8300K",
                  "UE55TU8505UXXC",
                  "UE58AU7100KXXU",
                  "UE58AU7105K",
                  "UE58AU7110KXXU",
                  "UE58AU7175UXXC",
                  "UE58CU7100KXXU",
                  "UE58J5000AW",
                  "UE58J5200AK",
                  "UE58J5200AW",
                  "UE58MU6120K",
                  "UE58MU6120W",
                  "UE58NU7105K",
                  "UE58RU6105K",
                  "UE58RU7100K",
                  "UE58RU7100W",
                  "UE58RU7105K",
                  "UE58RU7170S",
                  "UE58RU7179U",
                  "UE58TU7105K",
                  "UE58TU7170S",
                  "UE60AU8075UXXC",
                  "UE60BU8000KXXU",
                  "UE60BU8005K",
                  "UE60BU8005KXXC",
                  "UE60BU8075U",
                  "UE60J6200AW",
                  "UE60JU6400K",
                  "UE60JU6800K",
                  "UE60JU6870U",
                  "UE60KS7000U",
                  "UE60KS7002U",
                  "UE60KU6000K",
                  "UE60KU6000W",
                  "UE60KU6072U",
                  "UE65AU7090UXZT",
                  "UE65AU7100KXXU",
                  "UE65AU7105KXXC",
                  "UE65AU7110KXXU",
                  "UE65AU7175U",
                  "UE65AU7175UXXC",
                  "UE65AU7190UXZT",
                  "UE65AU8000KXXU",
                  "UE65AU8005KXXC",
                  "UE65AU8075UXXC",
                  "UE65AU9000KXXU",
                  "UE65AU9005KXXC",
                  "UE65AU9007K",
                  "UE65AU9072UXXH",
                  "UE65AU9075U",
                  "UE65AU9075UXXC",
                  "UE65BU8000K",
                  "UE65BU8000KXXU",
                  "UE65BU8005KXXC",
                  "UE65BU8075U",
                  "UE65BU8500K",
                  "UE65BU8570UXZT",
                  "UE65CU7110K",
                  "UE65CU8500KXXU",
                  "UE65HU7200U",
                  "UE65HU7500T",
                  "UE65HU8200T",
                  "UE65HU8500T",
                  "UE65HU9000T",
                  "UE65JS8500T",
                  "UE65JS9000T",
                  "UE65JS9500T",
                  "UE65JU6000K",
                  "UE65JU6000U",
                  "UE65JU6400K",
                  "UE65JU6450U",
                  "UE65JU6500K",
                  "UE65JU7000T",
                  "UE65JU7500T",
                  "UE65KS7000S",
                  "UE65KS7000U",
                  "UE65KS7002U",
                  "UE65KS7500U",
                  "UE65KS8000L",
                  "UE65KS8000T",
                  "UE65KS9000L",
                  "UE65KS9000T",
                  "UE65KS9500L",
                  "UE65KU6000K",
                  "UE65KU6000W",
                  "UE65KU6020K",
                  "UE65KU6020W",
                  "UE65KU6072U",
                  "UE65KU6100W",
                  "UE65KU6172U",
                  "UE65KU6400S",
                  "UE65KU6400U",
                  "UE65KU6500S",
                  "UE65KU6500U",
                  "UE65KU6680S",
                  "UE65KU6680U",
                  "UE65LS003AS",
                  "UE65LS003AU",
                  "UE65LS03NAU",
                  "UE65MU6100K",
                  "UE65MU6100W",
                  "UE65MU6102KXXH",
                  "UE65MU6120K",
                  "UE65MU6120W",
                  "UE65MU6170UXZG",
                  "UE65MU6172U",
                  "UE65MU6179U",
                  "UE65MU6200K",
                  "UE65MU6200W",
                  "UE65MU6220KXXU",
                  "UE65MU6220W",
                  "UE65MU6270UXZG",
                  "UE65MU6272U",
                  "UE65MU6279U",
                  "UE65MU6400U",
                  "UE65MU6402U",
                  "UE65MU6409U",
                  "UE65MU6470S",
                  "UE65MU6472U",
                  "UE65MU6479U",
                  "UE65MU6500U",
                  "UE65MU6502U",
                  "UE65MU6509U",
                  "UE65MU6650S",
                  "UE65MU6652U",
                  "UE65MU7000TXXU",
                  "UE65MU7002TXXH",
                  "UE65MU7005T",
                  "UE65MU7009T",
                  "UE65MU7070L",
                  "UE65MU7070T",
                  "UE65MU7079T",
                  "UE65MU8000TXXU",
                  "UE65MU8009T",
                  "UE65MU9000T",
                  "UE65MU9005T",
                  "UE65MU9009T",
                  "UE65NU6025K",
                  "UE65NU7020K",
                  "UE65NU7090S",
                  "UE65NU7092UXXH",
                  "UE65NU7100K",
                  "UE65NU7100W",
                  "UE65NU7170S",
                  "UE65NU7170UXZG",
                  "UE65NU7300W",
                  "UE65NU7372U",
                  "UE65NU7400U",
                  "UE65NU7442UXXH",
                  "UE65NU7452UXXH",
                  "UE65NU7470S",
                  "UE65NU7470U",
                  "UE65NU7500S",
                  "UE65NU7500U",
                  "UE65NU7670U",
                  "UE65NU7672UXXH",
                  "UE65NU8000L",
                  "UE65NU8000T",
                  "UE65NU8005T",
                  "UE65NU8070L",
                  "UE65NU8070T",
                  "UE65NU8500L",
                  "UE65NU8500T",
                  "UE65RU6025K",
                  "UE65RU7025K",
                  "UE65RU7090U",
                  "UE65RU7099U",
                  "UE65RU7100K",
                  "UE65RU7100W",
                  "UE65RU7105K",
                  "UE65RU7170S",
                  "UE65RU7170UXZG",
                  "UE65RU7172U",
                  "UE65RU7179U",
                  "UE65RU7300K",
                  "UE65RU7300W",
                  "UE65RU7379UXZG",
                  "UE65RU7400U",
                  "UE65RU7400UXZG",
                  "UE65RU7405U",
                  "UE65RU7409U",
                  "UE65RU7440S",
                  "UE65RU7440U",
                  "UE65RU7449U",
                  "UE65RU7470S",
                  "UE65RU7470U",
                  "UE65RU7475U",
                  "UE65RU7479U",
                  "UE65RU8000S",
                  "UE65RU8000U",
                  "UE65RU8005U",
                  "UE65TU7000K",
                  "UE65TU7070UXZT",
                  "UE65TU7090UXZG",
                  "UE65TU7125KXXC",
                  "UE65TU7170U",
                  "UE65TU7172U",
                  "UE65TU7175UXXC",
                  "UE65TU7190UXZG",
                  "UE65TU7500U",
                  "UE65TU7500UXRU",
                  "UE65TU8005KXXC",
                  "UE65TU8075UXXC",
                  "UE65TU8300K",
                  "UE65TU8505UXXC",
                  "UE70AU8000KXXU",
                  "UE70AU8005KXXC",
                  "UE70BU8000KXXU",
                  "UE70BU8005K",
                  "UE70KU6000K",
                  "UE70KU6000W",
                  "UE70RU7025K",
                  "UE70RU7090U",
                  "UE70RU7099U",
                  "UE70TU7125KXXC",
                  "UE70TU7175U",
                  "UE70TU7190UXZG",
                  "UE75AU7100KXXU",
                  "UE75AU7105KXXC",
                  "UE75AU7110KXXU",
                  "UE75AU8000KXXU",
                  "UE75AU8005KXXC",
                  "UE75AU9000KXXU",
                  "UE75AU9075UXXC",
                  "UE75BU8000KXXU",
                  "UE75BU8005KXXC",
                  "UE75BU8500KXXU",
                  "UE75KS8000T",
                  "UE75MU6102KXXH",
                  "UE75MU6120",
                  "UE75MU6170UXZG",
                  "UE75MU7005T",
                  "UE75TU7125KXXC",
                  "UE75TU7500U",
                  "UE75TU8005KXXC",
                  "UE75TU8075UXXC",
                  "UE78HU9000T",
                  "UE78KS9000L",
                  "UE78KS9000T",
                  "UE82TU8005KXXC",
                  "UE85AU7100KXXU",
                  "UE85AU7105KXXC",
                  "UE85AU7110KXXU",
                  "UE85AU7175UXXC",
                  "UE85AU8000KXXU",
                  "UE85AU8005KXXC",
                  "UE85AU8075UXXC",
                  "UE85BU8000KXXC",
                  "UE85BU8000KXXU",
                  "UE85BU8005K",
                  "UE85BU8005KXXC",
                  "UE85BU8070UXZT",
                  "UN32M4500AFXZA",
                  "UN32M4500BFXZA",
                  "UN32N5300AFXZA",
                  "UN40J5500AFXZA",
                  "UN40K6250AFXZA",
                  "UN40KU6300FXZA",
                  "UN40MU6290FXZA",
                  "UN40N5200AFXZA",
                  "UN43AU8000FXZA",
                  "UN43CU7000FXZA",
                  "UN43J5200AFXZA",
                  "UN43KU6300FXZA",
                  "UN43MU6300FXZA",
                  "UN43N5000AF",
                  "UN43N5300AFXZC",
                  "UN43NU7100FXZA",
                  "UN43RU7100FXZA",
                  "UN43TU690TFXZA",
                  "UN43TU7000FXZA",
                  "UN43TU8000FXZA",
                  "UN48J5000AFXZP",
                  "UN49KS8000FXZA",
                  "UN49MU7000FXZA",
                  "UN49MU8000FXZA",
                  "UN50AU8000FXZA",
                  "UN50J5200AFXZA",
                  "UN50MU6300FXZA",
                  "UN50RU7100FXZA",
                  "UN50TU690TFXZA",
                  "UN50TU7000FXZA",
                  "UN55AU8000FXZA",
                  "UN55K6250AFXZA",
                  "UN55KS8000FXZA",
                  "UN55KS850D",
                  "UN55KU630DFXZA",
                  "UN55KU6500FXZA",
                  "UN55KU7000FXZA",
                  "UN55KU700D",
                  "UN55MU6300FXZA",
                  "UN55MU7500FXZA",
                  "UN55MU9000FXZA",
                  "UN55NU6900FXZA",
                  "UN55NU7100FXZA",
                  "UN55NU8000FXZA",
                  "UN55NU8500FXZA",
                  "UN55RU7100FXZA",
                  "UN55RU7300FXZA",
                  "UN55RU8000FXZA",
                  "UN55TU690TFXZA",
                  "UN55TU7000FXZA",
                  "UN55TU700DFXZA",
                  "UN55TU8000FXZA",
                  "UN55TU8300FXZA",
                  "UN55TU850DFXZA",
                  "UN58MU6100FXZA",
                  "UN58NU7100FXZA",
                  "UN58RU7100FXZA",
                  "UN58TU7000FXZA",
                  "UN60KU6300FXZA",
                  "UN60TU7000FXZA",
                  "UN65AU8000FXZA",
                  "UN65HU9000F",
                  "UN65J630DAFXZA",
                  "UN65KS850DFXZA",
                  "UN65KS900DFXZA",
                  "UN65KU6300FXZA",
                  "UN65KU650DFXZA",
                  "UN65MU6500FXZA",
                  "UN65MU8500FXZA",
                  "UN65MU9000FXZA",
                  "UN65NU8000FXZA",
                  "UN65NU8500FXZA",
                  "UN65RU7100FXZA",
                  "UN65RU7300FXZA",
                  "UN65RU8000FXZA",
                  "UN65RU9000FXZA",
                  "UN65TU690TFXZA",
                  "UN65TU7000FXZA",
                  "UN65TU8000FXZA",
                  "UN65TU8300FXZA",
                  "UN65TU850DFXZA",
                  "UN70KU6300FXZA",
                  "UN70TU6985FXZA",
                  "UN70TU7000FXZA",
                  "UN70TU7000WXZA",
                  "UN70TU700DBXZA",
                  "UN75AU8000FXZA",
                  "UN75NU7100FXZA",
                  "UN75NU8000FXZA",
                  "UN75RU7100FXZA",
                  "UN75RU8000FXZA",
                  "UN75RU9000FXZA",
                  "UN78HU9000F",
                  "UN78KS9500FXZA",
                  "UN82NU8000FXZA",
                  "UN82RU8000FXZA",
                  "UN82RU9000FXZA",
                  "UN85AU8000FXZA",
                  "UN85CU8000FXZA",
                  "UN85TU8000FXZA",
                  "UN86TU9000FXZA",
                  "UN86TU9010FXZA",
                  "VG-SCFA55WTBXC"
                ],
                "enumNames": [
                  "100L5G-DLT100B",
                  "100L9G-DLT100B",
                  "105UC9",
                  "120L5",
                  "120L5G-CINE120A",
                  "22LB4510",
                  "22LF4520",
                  "22LH4530-P",
                  "22LJ4540",
                  "22LN4500",
                  "22LN4510",
                  "22PFH4000/88",
                  "22PFK4000/12",
                  "22PFS4232/12",
                  "22PFS5303/12",
                  "22PFT4000/12",
                  "22PFT5303/12",
                  "24BI6EA",
                  "24EA4E",
                  "24EE2UM",
                  "24EE6K",
                  "24EE6KD",
                  "24LB4510",
                  "24LB451B",
                  "24LF4520",
                  "24LF4520-WU",
                  "24LF452B",
                  "24LF454B",
                  "24LF4820-BU",
                  "24LF4820-WU",
                  "24LH4530-P",
                  "24LH4830-PU",
                  "24LJ4540",
                  "24LJ4540-WU",
                  "24LJ4840-WU",
                  "24LM500S-PU",
                  "24LM530S-PU",
                  "24LN4510",
                  "24LQ520S-WU",
                  "24MT48D",
                  "24MT48DF-PH",
                  "24MT48DF-PZ",
                  "24MT49VF",
                  "24PFL3603/F7",
                  "24PFS4022/12",
                  "24PFS4032/12",
                  "24PFS6855/12",
                  "24PFT4022/12",
                  "24PFT5303/12",
                  "24PHH4000/88",
                  "24PHK4000/12",
                  "24PHS4022/12",
                  "24PHS4032/12",
                  "24PHT4000/12",
                  "24TL510S",
                  "24TL510V-PZ",
                  "24TL520S",
                  "24TN510S-PZ",
                  "24TQ510S-PZ",
                  "24TQ510S-WZ",
                  "26LN4500",
                  "27ART10AKPL",
                  "27LP600B-PU",
                  "27LP615B-PU",
                  "27LQ600S-W",
                  "27LQ615S-PU",
                  "27LQ625S-PU",
                  "28LF4520",
                  "28LH4530-P",
                  "28LJ400B-PU",
                  "28LJ430B-PU",
                  "28LJ4540",
                  "28LM400B-PU",
                  "28LM430B-PU",
                  "28LN4500",
                  "28MT49VT",
                  "28TK410V",
                  "28TL510S-PZ",
                  "28TN515S",
                  "28TQ515S-PZ",
                  "28TQ515S-WZ",
                  "29LB4505",
                  "29LB4510",
                  "29LN450W",
                  "29LN4510",
                  "32A40GMV",
                  "32A45GV",
                  "32A4BG",
                  "32A4DG",
                  "32A4EG",
                  "32A4FG",
                  "32A4H",
                  "32A5600F",
                  "32A5KQ",
                  "32AE5000F",
                  "32AE5600FA",
                  "32BB3I",
                  "32BC6E",
                  "32BG3K",
                  "32CB2E",
                  "32FA2E",
                  "32FE2E",
                  "32FG2EA",
                  "32FG4EA",
                  "32FG6EA",
                  "32FI4EA",
                  "32FI7EA",
                  "32H4030F3",
                  "32H4F",
                  "32H4G",
                  "32H5500F",
                  "32H5580F",
                  "32H5590F",
                  "32LB520B",
                  "32LB5600",
                  "32LB560B",
                  "32LB5800",
                  "32LF500B",
                  "32LF510B",
                  "32LF5600",
                  "32LF5610",
                  "32LF561V",
                  "32LF5800",
                  "32LF595B",
                  "32LF630V",
                  "32LF650V",
                  "32LF652V",
                  "32LF653V",
                  "32LH5000",
                  "32LH500B",
                  "32LH500D",
                  "32LH510B",
                  "32LH510U",
                  "32LH530V",
                  "32LH550B",
                  "32LH570B",
                  "32LH570U",
                  "32LH590U",
                  "32LH604V",
                  "32LJ500B",
                  "32LJ500U",
                  "32LJ500V",
                  "32LJ510B",
                  "32LJ510U",
                  "32LJ550B",
                  "32LJ550M",
                  "32LJ590U",
                  "32LJ610V",
                  "32LK500BPLA",
                  "32LK510BPLD",
                  "32LK540BPUA",
                  "32LK6100PLB",
                  "32LK610B",
                  "32LK610BBUA",
                  "32LK610BPUA",
                  "32LK6200PLA",
                  "32LM500BPUA",
                  "32LM550BPLB",
                  "32LM570BPUA",
                  "32LM620BPUA",
                  "32LM6300PCB",
                  "32LM6300PLA",
                  "32LM630BPLA",
                  "32LM630BPSB",
                  "32LM6370PLA",
                  "32LM637BPLA",
                  "32LN520B",
                  "32LN5300",
                  "32LN530B",
                  "32LN5310",
                  "32LN540B",
                  "32LN5700",
                  "32LQ63006LA",
                  "32LQ630B6LA",
                  "32LQ630BAUA",
                  "32LQ630BPUA",
                  "32LQ63806LC",
                  "32LS3450",
                  "32LU661H",
                  "32LV340C",
                  "32PFH4100/88",
                  "32PFH4101/88",
                  "32PFH5300/88",
                  "32PFH5501/88",
                  "32PFK4100/12",
                  "32PFK4101/12",
                  "32PFK5300/12",
                  "32PFL5505/F7",
                  "32PFS4132/12",
                  "32PFS5362/12",
                  "32PFS5501/12",
                  "32PFS5803/12",
                  "32PFS6401/12",
                  "32PFS6402/12",
                  "32PFS6805/12",
                  "32PFS6855/12",
                  "32PFS6905/12",
                  "32PFS6906/12",
                  "32PFT4100/12",
                  "32PFT4131/12",
                  "32PFT5501/12",
                  "32PHH4100/88",
                  "32PHH4200/88",
                  "32PHH4201/88",
                  "32PHK4100/12",
                  "32PHK4200/12",
                  "32PHK4201/12",
                  "32PHS4012/12",
                  "32PHS4032/12",
                  "32PHS4112/12",
                  "32PHS4131/12",
                  "32PHS4132/12",
                  "32PHS4503/12",
                  "32PHS5301/12",
                  "32PHS5302/12",
                  "32PHS5525/12",
                  "32PHS6605/12",
                  "32PHT4001/05",
                  "32PHT4100/12",
                  "32PHT4112/12",
                  "32PHT4131/12",
                  "32PHT4200/12",
                  "32PHT4201/12",
                  "32PHT4503/12",
                  "32PHT5302/12",
                  "39LB5600",
                  "39LB5800",
                  "39LB650V",
                  "39LN5300",
                  "39LN5700",
                  "39PHS6707/12",
                  "39PHT4112/12",
                  "40A40GV",
                  "40A45H",
                  "40A4GV",
                  "40A4H",
                  "40BG3K",
                  "40BJ4E",
                  "40BJ5K",
                  "40BL2EA",
                  "40BL3EA",
                  "40BL5EA",
                  "40BN2EA",
                  "40BN3EA",
                  "40BN5EA",
                  "40CF2E",
                  "40CF4E",
                  "40FE2E",
                  "40FG2EA",
                  "40FG4EA",
                  "40FG6EA",
                  "40FG7EA",
                  "40FI2EA",
                  "40FI4EA",
                  "40FI6EA",
                  "40FI6KA",
                  "40FI7EA",
                  "40H4030F1",
                  "40H4F",
                  "40H4G",
                  "40H5500F",
                  "40H5580F",
                  "40LF6300",
                  "40LH5300",
                  "40PFH4100/88",
                  "40PFH4101/88",
                  "40PFH4200/88",
                  "40PFH4201/88",
                  "40PFH5500/88",
                  "40PFH5501/88",
                  "40PFK4100/12",
                  "40PFK4101/12",
                  "40PFK4200/12",
                  "40PFK5300/12",
                  "40PFK5500/12",
                  "40PFS5501/12",
                  "40PFT4100/12",
                  "40PFT4200/12",
                  "40PFT4201/12",
                  "40PFT5500/12",
                  "40PFT5501/12",
                  "40PUH6400/88",
                  "40UB8000",
                  "42EH7E",
                  "42GA6400",
                  "42LA6200",
                  "42LB5550",
                  "42LB5600",
                  "42LB5800",
                  "42LB6300",
                  "42LF5600",
                  "42LF5800",
                  "42LM3400",
                  "42LM3700",
                  "42LM6250",
                  "42LN5200",
                  "42LN5300",
                  "42LN5400",
                  "42LN5700",
                  "42LX1Q6LA",
                  "42LX1Q6LA.AMF",
                  "42LX3QPSA",
                  "42LX3QPUA",
                  "42PFL7406K/02",
                  "42PFS4012/12",
                  "42PN4500",
                  "43A4H",
                  "43A60G",
                  "43A60GMV",
                  "43A6BG",
                  "43A6G",
                  "43A6GX",
                  "43A6H",
                  "43A7300F",
                  "43A7500F",
                  "43A7G",
                  "43A7GQ",
                  "43AE7200F",
                  "43BJ5K",
                  "43BL5EA",
                  "43BL6E",
                  "43BL6EA",
                  "43BN2EA",
                  "43BN3EA",
                  "43BN5EA",
                  "43E61KT",
                  "43E6KT",
                  "43E77HQ",
                  "43E77KQ",
                  "43E7HQ",
                  "43EH7E",
                  "43FN4EA",
                  "43FN6EA",
                  "43FN7EA",
                  "43H4030F3",
                  "43H4F",
                  "43H4G",
                  "43H5500G",
                  "43H6570G",
                  "43H78G",
                  "43LF5100",
                  "43LF5400",
                  "43LF5900",
                  "43LF590V",
                  "43LH5500",
                  "43LH5700",
                  "43LH570A",
                  "43LJ5000",
                  "43LJ500M",
                  "43LJ5500",
                  "43LJ550M",
                  "43LK5700PUA",
                  "43LM5000PUA",
                  "43LM6300PLA",
                  "43NANO756PA",
                  "43NANO75UQA",
                  "43NANO766QA",
                  "43PFL5603/F7",
                  "43PFL5604/F7",
                  "43PFL5703/F7",
                  "43PFL5704/F7",
                  "43PFL5766/F6",
                  "43PFL5766/F7",
                  "43PFS4012/12",
                  "43PFS4132/12",
                  "43PFS5301/12",
                  "43PFS5302/12",
                  "43PFS5803/12",
                  "43PFS6805/12",
                  "43PFS6855/12",
                  "43PFT4001/05",
                  "43PFT4112/12",
                  "43PFT4131/12",
                  "43PFT5301/12",
                  "43PFT5302/12",
                  "43PUH4900/88",
                  "43PUK4900/12",
                  "43PUS6101/12",
                  "43PUS6162/12",
                  "43PUS6201/12",
                  "43PUS6262/12",
                  "43PUS6401/12",
                  "43PUS6501/12",
                  "43PUS6503/12",
                  "43PUS6504/12",
                  "43PUS6523/12",
                  "43PUS6551/12",
                  "43PUS6554/12",
                  "43PUS6703/12",
                  "43PUS6704/12",
                  "43PUS6753/12",
                  "43PUS6754/12",
                  "43PUS6804/12",
                  "43PUS6814/12",
                  "43PUS7304/12",
                  "43PUS7334/12",
                  "43PUS7354/12",
                  "43PUS7394/12",
                  "43PUS7406/12",
                  "43PUS7505/12",
                  "43PUS7506/12",
                  "43PUS7555/12",
                  "43PUS7556/12",
                  "43PUS7805/12",
                  "43PUS7855/12",
                  "43PUS7906/12",
                  "43PUS7956/12",
                  "43PUS8106/12",
                  "43PUS8505/12",
                  "43PUS8506/12",
                  "43PUS8507/12",
                  "43PUS8517/12",
                  "43PUS8535/12",
                  "43PUS8545/12",
                  "43PUS8546/12",
                  "43PUS8555/12",
                  "43PUS8556/12",
                  "43PUS8807/12",
                  "43PUS8857/12",
                  "43PUS9235/12",
                  "43PUT4900/12",
                  "43PUT6162/12",
                  "43PUT6262/12",
                  "43QNED75ARA",
                  "43QNED75URA",
                  "43R4A5R",
                  "43R6090G",
                  "43R6G",
                  "43R7G5",
                  "43TU8005",
                  "43UF6400",
                  "43UF6430",
                  "43UF7600",
                  "43UH6030",
                  "43UH6100",
                  "43UH610A",
                  "43UH6500",
                  "43UJ6200",
                  "43UJ6300",
                  "43UK6090PUA",
                  "43UK6200PUA",
                  "43UK6300PUE",
                  "43UK6500AUA",
                  "43UM6910PUA",
                  "43UM6950DUB",
                  "43UM7300PUA",
                  "43UM7600PLB",
                  "43UN6950ZUA",
                  "43UN6955ZUF",
                  "43UN700-B",
                  "43UN73906LE",
                  "43UN74006LB",
                  "43UN80006LC",
                  "43UN81006LB",
                  "43UP7000PUA",
                  "43UP75003LF",
                  "43UP75006LF",
                  "43UP7670PUC",
                  "43UP76906LE",
                  "43UP77006LB",
                  "43UP78006LB",
                  "43UP80006LA",
                  "43UP80009LA",
                  "43UP8000PUA",
                  "43UP8000PUR",
                  "43UP81006LA",
                  "43UP81009LA",
                  "43UQ70003LB",
                  "43UQ70006LB",
                  "43UQ7070ZUD",
                  "43UQ75003LF",
                  "43UQ75006LF",
                  "43UQ75009LF",
                  "43UQ7590PUB",
                  "43UQ76903LE",
                  "43UQ76906LE",
                  "43UQ76909LE",
                  "43UQ80003LB",
                  "43UQ80006LB",
                  "43UQ80009LB",
                  "43UQ8000AUB",
                  "43UQ81003LB",
                  "43UQ81006LB",
                  "43UQ81009LB",
                  "43UQ90003LA",
                  "43UQ90009LA",
                  "43UQ9000PUD",
                  "43UQ91003LA",
                  "43UQ91006LA",
                  "43UQ91009LA",
                  "43UR640S",
                  "43UR73003LA",
                  "43UR80006LB",
                  "43UR8000AUA",
                  "43UR9000PUA",
                  "43UR91006LA",
                  "43UV661H (EU)",
                  "47GA6400",
                  "47GA6450",
                  "47GA7900",
                  "47LA6200",
                  "47LA6900",
                  "47LA7400",
                  "47LB5800",
                  "47LB5900",
                  "47LB6100",
                  "47LB6300",
                  "47LB650V",
                  "47LM4600",
                  "47LM4700",
                  "47LM6250",
                  "47LN5200",
                  "47LN5400",
                  "47LN5700",
                  "47LN5750",
                  "47LN5790",
                  "47LS4500",
                  "48A85H",
                  "48LX1Q6LA",
                  "48LX1QPUA",
                  "48OLED806/12",
                  "48OLED807/12",
                  "48OLED808/12",
                  "48OLED935/12",
                  "48OLED936/12",
                  "48PFH4100/88",
                  "48PFH4101/88",
                  "48PFH5500/88",
                  "48PFK4100/12",
                  "48PFK4101/12",
                  "48PFK6300/12",
                  "48X8F",
                  "49BG3K",
                  "49BJ5E",
                  "49LB5550",
                  "49LF5100",
                  "49LF510V",
                  "49LF5400",
                  "49LF5900",
                  "49LF620V",
                  "49LF6300",
                  "49LF630V",
                  "49LH5100",
                  "49LH510V",
                  "49LH541V",
                  "49LH5700",
                  "49LH570A",
                  "49LH570V",
                  "49LH590V",
                  "49LH604V",
                  "49LH630V",
                  "49LJ5100",
                  "49LJ510M",
                  "49LJ515V",
                  "49LJ5500",
                  "49LJ550M",
                  "49LJ594V",
                  "49LJ614V",
                  "49LJ624V",
                  "49LK5100PLA",
                  "49LK5400",
                  "49LK5700PSC",
                  "49LK5700PUA",
                  "49LK5900PLA",
                  "49LK6100PLB",
                  "49LV340C",
                  "49LV340H",
                  "49LV761H (EU)",
                  "49NANO816NA",
                  "49NANO85UNA",
                  "49NANO867NA",
                  "49PFH5501/88",
                  "49PFL7900/F7",
                  "49PFS4131/12",
                  "49PFS5301/12",
                  "49PFS5302/12",
                  "49PFS5501/12",
                  "49PFT5501/12",
                  "49PUH4900/88",
                  "49PUK4900/12",
                  "49PUS6031/12",
                  "49PUS6101/12",
                  "49PUS6162/12",
                  "49PUS6262/12",
                  "49PUS6401/12",
                  "49PUS6501/12",
                  "49PUS6551/12",
                  "49PUS6561/12",
                  "49PUS6803/12",
                  "49PUS7100/12",
                  "49PUS7181/12",
                  "49PUS7272/12",
                  "49PUS7502/12",
                  "49PUT4900/12",
                  "49PUT6262/12",
                  "49SJ800V",
                  "49SJ810V",
                  "49SK7900PLA",
                  "49SK8000PLB",
                  "49SK8000PUA",
                  "49SK8100PLA",
                  "49SK8500PLA",
                  "49SM8000PLA",
                  "49SM8050PLC",
                  "49SM8200PLA",
                  "49SM8500PLA",
                  "49SM8600PLA",
                  "49SM8600PSA",
                  "49SM8600PUA",
                  "49SM9000PLA",
                  "49UB8200",
                  "49UB8300",
                  "49UB830V",
                  "49UB8500",
                  "49UB850V",
                  "49UF6400",
                  "49UF640V",
                  "49UF6430",
                  "49UF6700",
                  "49UF670V",
                  "49UF671V",
                  "49UF675V",
                  "49UF680V",
                  "49UF690V",
                  "49UF695V",
                  "49UF7600",
                  "49UF770V",
                  "49UF771V",
                  "49UF800V",
                  "49UF850V",
                  "49UH600V",
                  "49UH6030",
                  "49UH603V",
                  "49UH6090",
                  "49UH6100",
                  "49UH6107",
                  "49UH610A",
                  "49UH610V",
                  "49UH620V",
                  "49UH6500",
                  "49UH650V",
                  "49UH661V",
                  "49UH664V",
                  "49UH668V",
                  "49UH750V",
                  "49UH7707",
                  "49UH770V",
                  "49UH8500",
                  "49UH850V",
                  "49UJ6200",
                  "49UJ620V",
                  "49UJ6300",
                  "49UJ630V",
                  "49UJ634V",
                  "49UJ635V",
                  "49UJ6500",
                  "49UJ651V",
                  "49UJ670V",
                  "49UJ701V",
                  "49UJ7500",
                  "49UJ750V",
                  "49UJ7700",
                  "49UK6090PUA",
                  "49UK6200PLA",
                  "49UK6200PUA",
                  "49UK6300MLB",
                  "49UK6300PLB",
                  "49UK6300PUE",
                  "49UK6400PLF",
                  "49UK6470PLC",
                  "49UK7550PLA",
                  "49UM6950DUB",
                  "49UM7000PLA",
                  "49UM7050PLF",
                  "49UM7100PLB",
                  "49UM7100PSA",
                  "49UM7300PSA",
                  "49UM7300PUA",
                  "49UM7390PLC",
                  "49UM7400PLB",
                  "49UN71006LB",
                  "49UN73006LA",
                  "49UN73906LE",
                  "49UN74006LB",
                  "49UT640S",
                  "49UV661H",
                  "4T-C40CL1",
                  "4T-C43CL1",
                  "4T-C43CN1",
                  "4T-C48CQ1",
                  "4T-C50CL1",
                  "4T-C50EQ3EM2AG",
                  "4T-C55CL1",
                  "4T-C55CN1",
                  "4T-C60CN1",
                  "4T-C65CH1",
                  "4T-C65CQ1",
                  "4T-C70BK2UD",
                  "4T-C70CN1",
                  "50A60G",
                  "50A60GMV",
                  "50A63H",
                  "50A66H",
                  "50A67H",
                  "50A68G",
                  "50A68H",
                  "50A6BG",
                  "50A6G",
                  "50A6GG",
                  "50A6GX",
                  "50A6H",
                  "50A6K",
                  "50A70GQ",
                  "50A7100F",
                  "50A72GQ",
                  "50A7300F",
                  "50A7500F",
                  "50A7G",
                  "50A7GQ",
                  "50A7H",
                  "50A7HQ",
                  "50AE7200F",
                  "50BJ4E",
                  "50BJ5K",
                  "50BL2EA",
                  "50BL3EA",
                  "50BL5EA",
                  "50BN3EA",
                  "50BN5EA",
                  "50DL2EA",
                  "50DL3EA",
                  "50DL4EA",
                  "50DL6EA",
                  "50DN2EA",
                  "50DN3EA",
                  "50DN4EA",
                  "50E6KT",
                  "50E76GQ",
                  "50E77HQ",
                  "50E77KQ",
                  "50E7HQ",
                  "50E7KQ",
                  "50EH7E",
                  "50EP4EA",
                  "50EP6EA",
                  "50EP7EA",
                  "50EQ3EA",
                  "50EQ4EA",
                  "50EQ6EA",
                  "50EQ7EA",
                  "50FN2EA",
                  "50FN4EA",
                  "50FN6EA",
                  "50FN7EA",
                  "50GA6400",
                  "50H4C",
                  "50H6500G",
                  "50H6570G",
                  "50H78G",
                  "50H8C",
                  "50H8F",
                  "50H8G",
                  "50LA6200",
                  "50LA6900",
                  "50LA6970",
                  "50LB5900",
                  "50LB6100",
                  "50LB6300",
                  "50LB650V",
                  "50LB670V",
                  "50LF5610",
                  "50LF561V",
                  "50LF5800",
                  "50LF6000",
                  "50LF6090",
                  "50LF6100",
                  "50LF650V",
                  "50LF652V",
                  "50LF653V",
                  "50LH5730",
                  "50LN5200",
                  "50LN5400",
                  "50LN5600",
                  "50LN5700",
                  "50LN5750",
                  "50LS4000",
                  "50NANO756PA",
                  "50NANO756QA",
                  "50NANO759PA",
                  "50NANO75UPA",
                  "50NANO75UQA",
                  "50NANO763QA",
                  "50NANO766QA",
                  "50NANO769QA",
                  "50NANO776PA",
                  "50NANO776QA",
                  "50NANO783QA",
                  "50NANO786QA",
                  "50NANO789QA",
                  "50NANO796NE",
                  "50NANO79SNA",
                  "50NANO806PA",
                  "50NANO80AQA",
                  "50NANO80UPA",
                  "50NANO816PA",
                  "50NANO816QA",
                  "50NANO819QA",
                  "50NANO823QB",
                  "50NANO826QB",
                  "50NANO829QB",
                  "50NANO856PA",
                  "50NANO85APA",
                  "50NANO866PA",
                  "50PB560B",
                  "50PB6600",
                  "50PB6650",
                  "50PFH5300/88",
                  "50PFL5601/F7",
                  "50PFL5603/F7",
                  "50PFL5604/F7",
                  "50PFL5703/F7",
                  "50PFL5704/F7",
                  "50PFL5766/F6",
                  "50PFL5806/F7",
                  "50PFL5901/F7",
                  "50PFL5903/F7",
                  "50PFS4012/12",
                  "50PFS5803/12",
                  "50PFT4203/12",
                  "50PN4500",
                  "50PN5300",
                  "50PN6500",
                  "50PUS6162/12",
                  "50PUS6203/12",
                  "50PUS6262/12",
                  "50PUS6503/12",
                  "50PUS6504/12",
                  "50PUS6523/12",
                  "50PUS6554/12",
                  "50PUS6703/12",
                  "50PUS6704/12",
                  "50PUS6753/12",
                  "50PUS6754/12",
                  "50PUS6804/12",
                  "50PUS6814/12",
                  "50PUS7303/12",
                  "50PUS7304/12",
                  "50PUS7334/12",
                  "50PUS7354/12",
                  "50PUS7393/12",
                  "50PUS7394/12",
                  "50PUS7406/12",
                  "50PUS7504/12",
                  "50PUS7505/12",
                  "50PUS7506/12",
                  "50PUS7556/12",
                  "50PUS7805/12",
                  "50PUS7855/12",
                  "50PUS7906/12",
                  "50PUS7956/12",
                  "50PUS8105/12",
                  "50PUS8106/12",
                  "50PUS8204/12",
                  "50PUS8505/12",
                  "50PUS8506/12",
                  "50PUS8507/12",
                  "50PUS8517/12",
                  "50PUS8546/12",
                  "50PUS8804/12",
                  "50PUS8807/12",
                  "50PUS8897/12",
                  "50PUS9005/12",
                  "50PUS9006/12",
                  "50PUT6262/12",
                  "50Q8G",
                  "50QNED756RA",
                  "50QNED806QA",
                  "50QNED80AQA",
                  "50QNED80ARA",
                  "50QNED80UQA",
                  "50QNED80URA",
                  "50QNED813QA",
                  "50QNED813RE",
                  "50QNED816QA",
                  "50QNED816RE",
                  "50QNED819QA",
                  "50QNED823QB",
                  "50QNED823RE",
                  "50QNED826QB",
                  "50QNED826RE",
                  "50QNED829QB",
                  "50R4A5R",
                  "50R6090G",
                  "50R6E",
                  "50R6E3",
                  "50R6G",
                  "50R7E",
                  "50R7G5",
                  "50U68G",
                  "50U6G",
                  "50U6H",
                  "50U6HF",
                  "50U6K",
                  "50UF8300",
                  "50UH5500",
                  "50UH5530",
                  "50UH630V",
                  "50UH635V",
                  "50UK6090PUA",
                  "50UK6300BUB",
                  "50UK6300LLB",
                  "50UK6300PLB",
                  "50UK6300PSB",
                  "50UK6300PUE",
                  "50UK6470PLC",
                  "50UK6500AUA",
                  "50UK6500PLA",
                  "50UK6710",
                  "50UK6750PLD",
                  "50UK6950PLB",
                  "50UM6900PUA",
                  "50UM7300PSA",
                  "50UM7300PUA",
                  "50UM7450PLA",
                  "50UM7500PLA",
                  "50UM7600PLB",
                  "50UN6950ZUF",
                  "50UN6951ZUA",
                  "50UN6955ZUF",
                  "50UN70006LA",
                  "50UN7000PUC",
                  "50UN73006",
                  "50UN73006LA",
                  "50UN7300AUD",
                  "50UN7300PUF",
                  "50UN74006LB",
                  "50UN80006LC",
                  "50UN8050PUD",
                  "50UN81006LB",
                  "50UP7000PUA",
                  "50UP7670PUC",
                  "50UP77006LB",
                  "50UP78006LB",
                  "50UP80006LA",
                  "50UP80009LA",
                  "50UP8000PUA",
                  "50UP81006LA",
                  "50UP81009LA",
                  "50UQ70003LB",
                  "50UQ70006LB",
                  "50UQ7070ZUE",
                  "50UQ75003LF",
                  "50UQ75006LF",
                  "50UQ75009LF",
                  "50UQ7570PUJ",
                  "50UQ7590PUB",
                  "50UQ80003LB",
                  "50UQ80006LB",
                  "50UQ80009LB",
                  "50UQ8000AUB",
                  "50UQ81003LB",
                  "50UQ81006LB",
                  "50UQ81009LB",
                  "50UQ90003LA",
                  "50UQ90009LA",
                  "50UQ9000PUD",
                  "50UQ91003LA",
                  "50UQ91006LA",
                  "50UQ91009LA",
                  "50UR640S",
                  "50UR78006LB",
                  "50UR8000AUA",
                  "50UR9000PUA",
                  "50UR91006LA",
                  "55A60G",
                  "55A63H",
                  "55A65H",
                  "55A66H",
                  "55A68G",
                  "55A68H",
                  "55A6BG",
                  "55A6G",
                  "55A6GV",
                  "55A6H",
                  "55A6K",
                  "55A70GQ",
                  "55A7100F",
                  "55A72GQ",
                  "55A7300F",
                  "55A7500F",
                  "55A78GQ",
                  "55A7G",
                  "55A7GQ",
                  "55A7H",
                  "55A7HQ",
                  "55A85K",
                  "55A8G",
                  "55A9G",
                  "55BJ5E",
                  "55BL2EA",
                  "55BL3EA",
                  "55BL5EA",
                  "55BN2EA",
                  "55BN3EA",
                  "55BN5EA",
                  "55BU8000K",
                  "55E63KT",
                  "55E6KT",
                  "55E76GQ",
                  "55E77KQ",
                  "55E77KQ PRO",
                  "55E78HQ",
                  "55E7HQ",
                  "55E7KQ",
                  "55E7KQ PRO",
                  "55EA8800",
                  "55EA9800",
                  "55EC9300",
                  "55EF9500",
                  "55EF950V",
                  "55EG9100",
                  "55EG910V",
                  "55EG9200",
                  "55EG920V",
                  "55EG9600",
                  "55EG960V",
                  "55EG9A7V",
                  "55EH7E",
                  "55EQ3EA",
                  "55EQ4EA",
                  "55EQ6EA",
                  "55EQ7EA",
                  "55FL1EA",
                  "55FN1EA",
                  "55FN2EA",
                  "55FN4EA",
                  "55FN6EA",
                  "55FN7EA",
                  "55GA6400",
                  "55GA6450",
                  "55GA7900",
                  "55H6500G",
                  "55H6570G",
                  "55H77G",
                  "55H78G",
                  "55H8C",
                  "55H8F",
                  "55H8G",
                  "55H9D",
                  "55H9E",
                  "55H9F",
                  "55LA6200",
                  "55LA6205",
                  "55LA6900",
                  "55LA6970",
                  "55LA7400",
                  "55LA8600",
                  "55LA9650",
                  "55LA9700",
                  "55LB5550",
                  "55LB5900",
                  "55LB6100",
                  "55LB6300",
                  "55LB650V",
                  "55LB670V",
                  "55LB7200",
                  "55LE7300",
                  "55LF5500",
                  "55LF5610",
                  "55LF5800",
                  "55LF6000",
                  "55LF6090",
                  "55LF6100",
                  "55LF6300",
                  "55LF630V",
                  "55LF650V",
                  "55LF652V",
                  "55LF653V",
                  "55LH545V",
                  "55LH5750",
                  "55LH575A",
                  "55LH604V",
                  "55LH630V",
                  "55LJ5500",
                  "55LJ550M",
                  "55LJ615V",
                  "55LJ625V",
                  "55LM4600",
                  "55LM4700",
                  "55LM6250",
                  "55LN5200",
                  "55LN5400",
                  "55LN5600",
                  "55LN5700",
                  "55LN5710",
                  "55LN5790",
                  "55LS03B",
                  "55LS4500",
                  "55LV340C",
                  "55LX1Q6LA",
                  "55LX1QPUA",
                  "55NANO73SQA",
                  "55NANO753PA",
                  "55NANO756PA",
                  "55NANO756QA",
                  "55NANO759PA",
                  "55NANO75UPA",
                  "55NANO75UQA",
                  "55NANO766QA",
                  "55NANO769QA",
                  "55NANO776PA",
                  "55NANO776QA",
                  "55NANO783QA",
                  "55NANO786QA",
                  "55NANO789QA",
                  "55NANO796NE",
                  "55NANO796PB",
                  "55NANO79SNA",
                  "55NANO806NA",
                  "55NANO806PA",
                  "55NANO80AQA",
                  "55NANO80UPA",
                  "55NANO813QA",
                  "55NANO816NA",
                  "55NANO816PA",
                  "55NANO816QA",
                  "55NANO819QA",
                  "55NANO81ANA",
                  "55NANO823QB",
                  "55NANO826QB",
                  "55NANO829QB",
                  "55NANO856PA",
                  "55NANO85APA",
                  "55NANO85UNA",
                  "55NANO866PA",
                  "55NANO867NA",
                  "55NANO906NA",
                  "55NANO90UNA",
                  "55NANO90UPA",
                  "55NANO916NA",
                  "55NANO916PA",
                  "55NANO917NA",
                  "55NANO926PB",
                  "55NANO956NA",
                  "55NANO966PA",
                  "55OLED705/12",
                  "55OLED706/12",
                  "55OLED707/12",
                  "55OLED754/12",
                  "55OLED803/12",
                  "55OLED804/12",
                  "55OLED805/12",
                  "55OLED806/12",
                  "55OLED807/12",
                  "55OLED854/12",
                  "55OLED855/12",
                  "55OLED856/12",
                  "55OLED857/12",
                  "55OLED865/12",
                  "55OLED876/12",
                  "55OLED903/12",
                  "55OLED934/12",
                  "55OLED935/12",
                  "55OLED936/12",
                  "55PFL5601/F7",
                  "55PFL5603/F7",
                  "55PFL5604/F7",
                  "55PFL5703/F7",
                  "55PFL5704/F7",
                  "55PFL5766/F6",
                  "55PFL5901/F7",
                  "55PFL5903/F7",
                  "55PFL6900/F7",
                  "55PFL7900/F7",
                  "55POS9002/12",
                  "55POS901F/12",
                  "55PUH4900/88",
                  "55PUH6400/88",
                  "55PUK4900/12",
                  "55PUS6031/12",
                  "55PUS6101/12",
                  "55PUS6162/12",
                  "55PUS6201/12",
                  "55PUS6262/12",
                  "55PUS6272/12",
                  "55PUS6401/12",
                  "55PUS6432/12",
                  "55PUS6452/12",
                  "55PUS6503/12",
                  "55PUS6523/12",
                  "55PUS6551/12",
                  "55PUS6554/12",
                  "55PUS6561/12",
                  "55PUS6581/12",
                  "55PUS6703/12",
                  "55PUS6704/12",
                  "55PUS6753/12",
                  "55PUS6754/12",
                  "55PUS6803/12",
                  "55PUS6814/12",
                  "55PUS7100/12",
                  "55PUS7181/12",
                  "55PUS7272/12",
                  "55PUS7303/12",
                  "55PUS7304/12",
                  "55PUS7334/12",
                  "55PUS7354/12",
                  "55PUS7363/12",
                  "55PUS7373/12",
                  "55PUS7383/12",
                  "55PUS7393/12",
                  "55PUS7394/12",
                  "55PUS7406/12",
                  "55PUS7502/12",
                  "55PUS7503/12",
                  "55PUS7504/12",
                  "55PUS7506/12",
                  "55PUS7556/12",
                  "55PUS7803/12",
                  "55PUS7805/12",
                  "55PUS7906/12",
                  "55PUS7956/12",
                  "55PUS8007/12",
                  "55PUS8106/12",
                  "55PUS8204/12",
                  "55PUS8303/12",
                  "55PUS8503/12",
                  "55PUS8804/12",
                  "55PUS8807/12",
                  "55PUS8897/12",
                  "55PUS9206/12",
                  "55PUS9435/12",
                  "55PUT4900/12",
                  "55PUT6162/12",
                  "55PUT6201/12",
                  "55PUT6262/12",
                  "55Q7G",
                  "55Q8G",
                  "55Q9G",
                  "55QNED756RA",
                  "55QNED75URA",
                  "55QNED7S6QA",
                  "55QNED806QA",
                  "55QNED80AQA",
                  "55QNED80UQA",
                  "55QNED80URA",
                  "55QNED813QA",
                  "55QNED813RE",
                  "55QNED816QA",
                  "55QNED816RA",
                  "55QNED816RE",
                  "55QNED819QA",
                  "55QNED823RE",
                  "55QNED826RE",
                  "55QNED829QB",
                  "55QNED85AQA",
                  "55QNED85UQA",
                  "55QNED863QA",
                  "55QNED866QA",
                  "55QNED866RE",
                  "55QNED869QA",
                  "55QNED873QB",
                  "55QNED876QB",
                  "55QNED876RA",
                  "55QNED879QB",
                  "55R4A5R",
                  "55R6070E3",
                  "55R6090G",
                  "55R6A5R",
                  "55R6E",
                  "55R6E3",
                  "55R6G",
                  "55R7E",
                  "55R7G5",
                  "55R8B5",
                  "55R8F5",
                  "55S90CAK",
                  "55SJ8000",
                  "55SJ800V",
                  "55SJ810V",
                  "55SJ8500",
                  "55SJ850V",
                  "55SJ950V",
                  "55SK7900PLA",
                  "55SK8000AUB",
                  "55SK8000PLB",
                  "55SK8000PUA",
                  "55SK8100PLA",
                  "55SK8500PLA",
                  "55SK9000PUA",
                  "55SK9500PLA",
                  "55SM8000PSA",
                  "55SM8050PLC",
                  "55SM8100AUA",
                  "55SM8200PLA",
                  "55SM8500PLA",
                  "55SM8600PLA",
                  "55SM8600PSA",
                  "55SM8600PUA",
                  "55SM9000PUA",
                  "55SM9010PLA",
                  "55SM9800PLA",
                  "55U62KQ",
                  "55U68G",
                  "55U69KQ",
                  "55U6G",
                  "55U6GR5",
                  "55U6H",
                  "55U6KQ",
                  "55U72KQ",
                  "55U75K",
                  "55U79KQ",
                  "55U7F",
                  "55U7G",
                  "55U7H",
                  "55U7KQ",
                  "55U7QF",
                  "55U87HQ",
                  "55U88G",
                  "55U8G",
                  "55U8GQ",
                  "55U8H",
                  "55U8K",
                  "55U8KQ",
                  "55U8QF",
                  "55UB8200",
                  "55UB820V",
                  "55UB8300",
                  "55UB830V",
                  "55UB8500",
                  "55UB850V",
                  "55UB9500",
                  "55UB950V",
                  "55UF6430",
                  "55UF6450",
                  "55UF6700",
                  "55UF671V",
                  "55UF675V",
                  "55UF6790",
                  "55UF6800",
                  "55UF680V",
                  "55UF695V",
                  "55UF7600",
                  "55UF770V",
                  "55UF771V",
                  "55UF800V",
                  "55UF8500",
                  "55UF850V",
                  "55UF853V",
                  "55UF8600",
                  "55UF860V",
                  "55UF940V",
                  "55UF9500",
                  "55UF950V",
                  "55UG8700",
                  "55UG870V",
                  "55UH600V",
                  "55UH6030",
                  "55UH605V",
                  "55UH6090",
                  "55UH6150",
                  "55UH6157",
                  "55UH615A",
                  "55UH615V",
                  "55UH6257",
                  "55UH625V",
                  "55UH650V",
                  "55UH6550",
                  "55UH661V",
                  "55UH664V",
                  "55UH668V",
                  "55UH750V",
                  "55UH7650",
                  "55UH7700",
                  "55UH7707",
                  "55UH770V",
                  "55UH8500",
                  "55UH850V",
                  "55UH950V",
                  "55UJ6200",
                  "55UJ620V",
                  "55UJ6300",
                  "55UJ630V",
                  "55UJ634V",
                  "55UJ635V",
                  "55UJ651V",
                  "55UJ6540",
                  "55UJ670V",
                  "55UJ701V",
                  "55UJ7500",
                  "55UJ750V",
                  "55UJ7700",
                  "55UK6100PLB",
                  "55UK6200PLA",
                  "55UK6200PSA",
                  "55UK6200PUA",
                  "55UK6300LLB",
                  "55UK6300MLB",
                  "55UK6300PLB",
                  "55UK6300PSB",
                  "55UK6300PUE",
                  "55UK6400PLF",
                  "55UK6470PLC",
                  "55UK6500AUA",
                  "55UK6500LLA",
                  "55UK6500PLA",
                  "55UK6550",
                  "55UK6710",
                  "55UK6750PLD",
                  "55UK6950PLB",
                  "55UK7550PLA",
                  "55UK7700PUD",
                  "55UM6910PUC",
                  "55UM6950DUB",
                  "55UM7000PLA",
                  "55UM7050PLC",
                  "55UM7050PLF",
                  "55UM7100PLB",
                  "55UM7100PSA",
                  "55UM7300AUE",
                  "55UM7300PUA",
                  "55UM7400PLB",
                  "55UM7400PSA",
                  "55UM7450PLA",
                  "55UM7510PLA",
                  "55UM7610PLB",
                  "55UM7660PLA",
                  "55UN6950ZUA",
                  "55UN6951ZUA",
                  "55UN6955ZUF",
                  "55UN70006LA",
                  "55UN7000PUB",
                  "55UN71006LB",
                  "55UN73006LA",
                  "55UN7300AUD",
                  "55UN7300PUF",
                  "55UN74006LB",
                  "55UN80006LA",
                  "55UN8050PUD",
                  "55UN81006LB",
                  "55UP7000PUA",
                  "55UP75006LF",
                  "55UP75009LF",
                  "55UP77006LB",
                  "55UP78006LB",
                  "55UP80006LA",
                  "55UP80009LA",
                  "55UP8000PUA",
                  "55UP81006LA",
                  "55UP81009LA",
                  "55UQ70003LB",
                  "55UQ70006LB",
                  "55UQ70009LB",
                  "55UQ7070ZUE",
                  "55UQ75006LF",
                  "55UQ75009LF",
                  "55UQ7500PSF",
                  "55UQ7570PUJ",
                  "55UQ7590PUB",
                  "55UQ80003LB",
                  "55UQ80006LB",
                  "55UQ80009LB",
                  "55UQ8000AUB",
                  "55UQ8020PSB",
                  "55UQ81003LB",
                  "55UQ81006LB",
                  "55UQ81009LB",
                  "55UQ90003LA",
                  "55UQ90009LA",
                  "55UQ9000PUD",
                  "55UQ91003LA",
                  "55UQ91006LA",
                  "55UQ91009LA",
                  "55UR640S",
                  "55UR78006LB",
                  "55UR78006LK",
                  "55UR8000AUA",
                  "55UR9000PUA",
                  "55UR91006LA",
                  "55UT640S",
                  "55UT761h",
                  "55X8F",
                  "58A6BG",
                  "58A6G",
                  "58A6K",
                  "58A7110F",
                  "58A7H",
                  "58E63KT",
                  "58E6KT",
                  "58H6550E",
                  "58PUS6203/12",
                  "58PUS6504/12",
                  "58PUS7304/12",
                  "58PUS7505/12",
                  "58PUS7805/12",
                  "58PUS8105/12",
                  "58PUS8505/12",
                  "58PUS8506/12",
                  "58PUS8507/12",
                  "58PUS8517/12",
                  "58PUS8536/12",
                  "58PUS8546/12",
                  "58PUS9005/12",
                  "58PUS9006/12",
                  "58U6HF",
                  "58UF8300",
                  "58UF830V",
                  "58UH6300",
                  "58UH630V",
                  "58UH635V",
                  "60A6G",
                  "60GA6400",
                  "60LA6200",
                  "60LA7400",
                  "60LA8600",
                  "60LB5200",
                  "60LB5900",
                  "60LB6100",
                  "60LB6300",
                  "60LB650V",
                  "60LB7100",
                  "60LF6000",
                  "60LF6090",
                  "60LF6100",
                  "60LF6300",
                  "60LM7200",
                  "60LN5400",
                  "60LN5600",
                  "60LN5710",
                  "60LN6150",
                  "60PA6550",
                  "60PB5600",
                  "60PB6600",
                  "60PB6650",
                  "60PB6900",
                  "60PH6700",
                  "60PN5300",
                  "60PN5700",
                  "60PN6500",
                  "60R6E",
                  "60SJ8000",
                  "60SJ810V",
                  "60SJ850V",
                  "60UB8200",
                  "60UB850V",
                  "60UF670V",
                  "60UF671V",
                  "60UF675V",
                  "60UF695V",
                  "60UF7300",
                  "60UF7650",
                  "60UF7700",
                  "60UF770V",
                  "60UF771V",
                  "60UF8500",
                  "60UF850V",
                  "60UF853V",
                  "60UH6030",
                  "60UH6035",
                  "60UH605V",
                  "60UH6090",
                  "60UH6150",
                  "60UH6157",
                  "60UH615A",
                  "60UH615V",
                  "60UH6257",
                  "60UH625V",
                  "60UH650V",
                  "60UH6550",
                  "60UH7650",
                  "60UH7650-UA",
                  "60UH7700",
                  "60UH7707",
                  "60UH770V",
                  "60UH8500",
                  "60UH850V",
                  "60UJ6050",
                  "60UJ6300",
                  "60UJ630V",
                  "60UJ634V",
                  "60UJ651V",
                  "60UJ6540",
                  "60UJ750V",
                  "60UJ7700",
                  "60UK6090PUA",
                  "60UM6950DUB",
                  "60UM7100DUA",
                  "60UN7000PUB",
                  "60UN71006LB",
                  "60UP8000PUA",
                  "60UQ81003LB",
                  "60UQ81006LB",
                  "60UQ81009LB",
                  "60UQ90003LA",
                  "60UQ90009LA",
                  "60UQ91006LA",
                  "60UT640S",
                  "65A60G",
                  "65A63H",
                  "65A66H",
                  "65A68H",
                  "65A6BG",
                  "65A6G",
                  "65A6H",
                  "65A6K",
                  "65A7300F",
                  "65A73F",
                  "65A7500F",
                  "65A7G",
                  "65A7GQ",
                  "65A7H",
                  "65A7HQ",
                  "65A85H",
                  "65A85K",
                  "65A9G",
                  "65A9H",
                  "65ART90E6QA",
                  "65ART90E9QA",
                  "65ART90ECQA",
                  "65BJ5E",
                  "65BL2EA",
                  "65BL3EA",
                  "65BL5EA",
                  "65BN2EA",
                  "65BN3EA",
                  "65BN5EA",
                  "65DL2EA",
                  "65DL3EA",
                  "65DL4EA",
                  "65DL6EA",
                  "65DN2EA",
                  "65DN3EA",
                  "65DN4EA",
                  "65E63KT",
                  "65E6KT",
                  "65E77HQ",
                  "65E77KQ",
                  "65E7HQ",
                  "65E7K",
                  "65E7K Pro",
                  "65E7KQ",
                  "65E7KQ Pro",
                  "65EC9700",
                  "65EF9500",
                  "65EF950V",
                  "65EG9600",
                  "65EG960V",
                  "65EP5G",
                  "65EQ3EA",
                  "65EQ4EA",
                  "65EQ6EA",
                  "65EQ7EA",
                  "65FN2EA",
                  "65FN4EA",
                  "65FN6EA",
                  "65H6570G",
                  "65H6D",
                  "65H78G",
                  "65H8050D",
                  "65H8E",
                  "65H8G",
                  "65H9907",
                  "65H9D",
                  "65H9E",
                  "65H9F",
                  "65H9G",
                  "65LA9650",
                  "65LA9700",
                  "65LB5200",
                  "65LB6190",
                  "65LB6300",
                  "65LB7100",
                  "65LF6300",
                  "65LF6350",
                  "65NANO753PA",
                  "65NANO756PA",
                  "65NANO756QA",
                  "65NANO759PA",
                  "65NANO75UPA",
                  "65NANO75UQA",
                  "65NANO763QA",
                  "65NANO766QA",
                  "65NANO769QA",
                  "65NANO776QA",
                  "65NANO783QA",
                  "65NANO786QA",
                  "65NANO789QA",
                  "65NANO796NE",
                  "65NANO796NF",
                  "65NANO806NA (ISTA6)",
                  "65NANO806PA",
                  "65NANO80AQA",
                  "65NANO80UPA",
                  "65NANO813QA",
                  "65NANO816NA",
                  "65NANO816PA",
                  "65NANO816QA",
                  "65NANO819QA",
                  "65NANO823QB",
                  "65NANO826QB",
                  "65NANO829QB",
                  "65NANO856PA",
                  "65NANO85APA",
                  "65NANO85UNA",
                  "65NANO866PA",
                  "65NANO867NA",
                  "65NANO886PB",
                  "65NANO906NA",
                  "65NANO90UNA",
                  "65NANO90UPA",
                  "65NANO916NA",
                  "65NANO916PA",
                  "65NANO917NA",
                  "65NANO91ANA",
                  "65NANO926PB",
                  "65NANO956NA",
                  "65NANO966PA",
                  "65NANO996NA",
                  "65NANO996PB",
                  "65NANO999NA",
                  "65NANO99UNA",
                  "65OLED705/12",
                  "65OLED706/12",
                  "65OLED707/12",
                  "65OLED754/12",
                  "65OLED804/12",
                  "65OLED805/12",
                  "65OLED806/12",
                  "65OLED807/12",
                  "65OLED854/12",
                  "65OLED855/12",
                  "65OLED856/12",
                  "65OLED865/12",
                  "65OLED876/12",
                  "65OLED934/12",
                  "65OLED935/12",
                  "65OLED936/12",
                  "65OLED984/12",
                  "65OLED986/12",
                  "65PFL5504/F7",
                  "65PFL5603/F7",
                  "65PFL5604/F7",
                  "65PFL5703/F7",
                  "65PFL5704/F7",
                  "65PFL5766/F6",
                  "65PFL5903/F7",
                  "65PFL7900/F7",
                  "65PFL8900/F7",
                  "65PML9506/12",
                  "65PML9636/12",
                  "65PUS6121/12",
                  "65PUS6162/12",
                  "65PUS6262/12",
                  "65PUS6503/12",
                  "65PUS6504/12",
                  "65PUS6523/12",
                  "65PUS6554/12",
                  "65PUS6703/12",
                  "65PUS6704/12",
                  "65PUS6753/12",
                  "65PUS6754/12",
                  "65PUS6814/12",
                  "65PUS7304/12",
                  "65PUS7354/12",
                  "65PUS7406/12",
                  "65PUS7502/12",
                  "65PUS7506/12",
                  "65PUS7556/12",
                  "65PUS7601/12",
                  "65PUS7805/12",
                  "65PUS7906/12",
                  "65PUS7956/12",
                  "65PUS8106/12",
                  "65PUS8204/12",
                  "65PUS8505/12",
                  "65PUS8506/12",
                  "65PUS8507/12",
                  "65PUS8517/12",
                  "65PUS8536/12",
                  "65PUS8546/12",
                  "65PUS8807/12",
                  "65PUS8897/12",
                  "65PUS9206/12",
                  "65PUS9435/12",
                  "65PUT6121/12",
                  "65PUT6262/12",
                  "65Q7G",
                  "65Q8G",
                  "65Q9G",
                  "65QNED756RA",
                  "65QNED75ARA",
                  "65QNED75URA",
                  "65QNED7S6QA",
                  "65QNED806QA",
                  "65QNED80AQA",
                  "65QNED80ARA",
                  "65QNED80UQA",
                  "65QNED80URA",
                  "65QNED813QA",
                  "65QNED813RE",
                  "65QNED816QA",
                  "65QNED816RA",
                  "65QNED816RE",
                  "65QNED819QA",
                  "65QNED823QB",
                  "65QNED823RE",
                  "65QNED826QB",
                  "65QNED826RE",
                  "65QNED829QB",
                  "65QNED85AQA",
                  "65QNED85UQA",
                  "65QNED863QA",
                  "65QNED866QA",
                  "65QNED866RE",
                  "65QNED866RE - 2023",
                  "65QNED869QA",
                  "65QNED873QB",
                  "65QNED876QB",
                  "65QNED879QB",
                  "65QNED90UPA",
                  "65QNED913QA",
                  "65QNED916PA",
                  "65QNED916QA",
                  "65QNED919QA",
                  "65QNED963QA",
                  "65QNED966QA",
                  "65QNED993QB",
                  "65QNED996PB",
                  "65QNED996QB",
                  "65QNED999QB",
                  "65QNED99UPA",
                  "65R4A5R",
                  "65R6090G",
                  "65R6A5R",
                  "65R6E",
                  "65R6E3",
                  "65R6G",
                  "65R7E",
                  "65R7G5",
                  "65R8B5",
                  "65R8F",
                  "65R8F5",
                  "65SJ8000",
                  "65SJ800V",
                  "65SJ810V",
                  "65SJ8500",
                  "65SJ850A",
                  "65SJ850V",
                  "65SJ9500",
                  "65SJ950V",
                  "65SK7900PLA",
                  "65SK8000AUB",
                  "65SK8000PLB",
                  "65SK8000PUA",
                  "65SK8100PLA",
                  "65SK8500PLA",
                  "65SK9000PUA",
                  "65SK9500PLA",
                  "65SK9500PUA",
                  "65SM8050PLC",
                  "65SM8100AUA",
                  "65SM8200PLA",
                  "65SM8500PLA",
                  "65SM8600AUA",
                  "65SM8600PLA",
                  "65SM8600PSA",
                  "65SM8600PUA",
                  "65SM9000PUA",
                  "65SM9010PLA",
                  "65SM9500PUA",
                  "65SM9800PLA",
                  "65U62KQ",
                  "65U68G",
                  "65U68KM",
                  "65U69KQ",
                  "65U6G",
                  "65U6GR",
                  "65U6GR5",
                  "65U6H",
                  "65U6K",
                  "65U71HQ",
                  "65U72KQ",
                  "65U75H",
                  "65U79KQ",
                  "65U7F",
                  "65U7G",
                  "65U7H",
                  "65U7KQ",
                  "65U7QF",
                  "65U80G",
                  "65U87HQ",
                  "65U8G",
                  "65U8GH",
                  "65U8GQ",
                  "65U8H",
                  "65U8KQ",
                  "65U8QF",
                  "65UB9200",
                  "65UB9300",
                  "65UB9500",
                  "65UB950V",
                  "65UB9800",
                  "65UB980V",
                  "65UF6450",
                  "65UF670V",
                  "65UF671V",
                  "65UF675V",
                  "65UF6790",
                  "65UF6800",
                  "65UF680V",
                  "65UF7650",
                  "65UF7690",
                  "65UF7700",
                  "65UF770V",
                  "65UF800V",
                  "65UF8500",
                  "65UF850V",
                  "65UF853V",
                  "65UF8600",
                  "65UF860V",
                  "65UF9500",
                  "65UF950V",
                  "65UG8700",
                  "65UG870V",
                  "65UH5500",
                  "65UH600V",
                  "65UH6030",
                  "65UH6150",
                  "65UH6157",
                  "65UH615A",
                  "65UH615V",
                  "65UH6257",
                  "65UH625V",
                  "65UH650V",
                  "65UH6550",
                  "65UH661V",
                  "65UH668V",
                  "65UH750V",
                  "65UH7650",
                  "65UH7700",
                  "65UH7707",
                  "65UH770V",
                  "65UH8500",
                  "65UH850V",
                  "65UH9500",
                  "65UH950V",
                  "65UJ6200",
                  "65UJ620V",
                  "65UJ6300",
                  "65UJ630V",
                  "65UJ634V",
                  "65UJ651V",
                  "65UJ6540",
                  "65UJ670V",
                  "65UJ701V",
                  "65UJ7500",
                  "65UJ750V",
                  "65UJ7700",
                  "65UK6090PUA",
                  "65UK6100PLB",
                  "65UK6200PUA",
                  "65UK6300LLB",
                  "65UK6300MLB",
                  "65UK6300PSB",
                  "65UK6300PUE",
                  "65UK6400PLF",
                  "65UK6470PLC",
                  "65UK6500AUA",
                  "65UK6500LLA",
                  "65UK6500PLA",
                  "65UK6710",
                  "65UK6750PLD",
                  "65UK6950PLB",
                  "65UK7550PLA",
                  "65UK7700AUB",
                  "65UK7700PUD",
                  "65UM6900PUA",
                  "65UM6950DUB",
                  "65UM7000PLA",
                  "65UM7050",
                  "65UM7050PLA",
                  "65UM7100PLA",
                  "65UM7100PSA",
                  "65UM7300PUA",
                  "65UM7400PLB",
                  "65UM7400PSA",
                  "65UM7450PLA",
                  "65UM7510PLA",
                  "65UM7610PLB",
                  "65UM7660PLA",
                  "65UN6951ZUA",
                  "65UN6955ZUF",
                  "65UN70006LA",
                  "65UN71006LB",
                  "65UN73006LA",
                  "65UN7300PUF",
                  "65UN74006LB",
                  "65UN80006LA",
                  "65UN8050PUD",
                  "65UN81006LB",
                  "65UN85006LA",
                  "65UN8500AUJ",
                  "65UP7000PUA",
                  "65UP75006LF",
                  "65UP77006LB",
                  "65UP78006LB",
                  "65UP80006LA",
                  "65UP80009LA",
                  "65UP8000PUA",
                  "65UP81003LA",
                  "65UP81006LA",
                  "65UP81009LA",
                  "65UQ70003LB",
                  "65UQ70006LB",
                  "65UQ7070ZUE",
                  "65UQ75003LF",
                  "65UQ75006LF",
                  "65UQ75009LF",
                  "65UQ7570PUJ",
                  "65UQ7590PUB",
                  "65UQ80003LB",
                  "65UQ80006LB",
                  "65UQ80009LB",
                  "65UQ8000AUB",
                  "65UQ81003LB",
                  "65UQ81006LB",
                  "65UQ81009LB",
                  "65UQ90003LA",
                  "65UQ90009LA",
                  "65UQ9000PUD",
                  "65UQ91003LA",
                  "65UQ91006LA",
                  "65UQ91009LA",
                  "65UR640S",
                  "65UR8000AUA",
                  "65UR9000PUA",
                  "65UR91006LA",
                  "65UT640S",
                  "65UXKQ",
                  "70A65H",
                  "70A6BG",
                  "70A6CG",
                  "70A6G",
                  "70A6H",
                  "70A6K",
                  "70CL5EA",
                  "70CL6EA",
                  "70DN5EA",
                  "70DN6EA",
                  "70E6KT",
                  "70E7HQ",
                  "70H6500G",
                  "70H6570G",
                  "70H78G",
                  "70LB650V",
                  "70LB7100",
                  "70NANO756PA",
                  "70NANO75UQA",
                  "70NANO763QA",
                  "70NANO766QA",
                  "70NANO769QA",
                  "70PUS6504/12",
                  "70PUS6704/12",
                  "70PUS6724/12",
                  "70PUS7304/12",
                  "70PUS7505/12",
                  "70PUS7805/12",
                  "70PUS7906/12",
                  "70PUS7956/12",
                  "70PUS8105/12",
                  "70PUS8505/12",
                  "70PUS8506/12",
                  "70PUS9005/12",
                  "70PUS9006/12",
                  "70UF7650",
                  "70UF7700",
                  "70UF770V",
                  "70UF771V",
                  "70UF772V",
                  "70UH6330",
                  "70UH6350",
                  "70UH700V",
                  "70UJ6570",
                  "70UJ675V",
                  "70UK6190PUB",
                  "70UK6570AUB",
                  "70UK6570PUB",
                  "70UK6710",
                  "70UK6950PLA",
                  "70UM6970PUA",
                  "70UM7100PLA",
                  "70UM7370AUB",
                  "70UM7370PSA",
                  "70UM7370PUA",
                  "70UM7450PLA",
                  "70UN6955ZUC",
                  "70UN7100",
                  "70UN71006LA",
                  "70UN7370AUD",
                  "70UN7370AUH",
                  "70UN74006LA",
                  "70UP7070PUE",
                  "70UP7570AUD",
                  "70UP76706LB",
                  "70UP77006LB",
                  "70UP8070PUR",
                  "70UP81006LA",
                  "70UP81009LA",
                  "70UQ7070ZUD",
                  "70UQ7590PUB",
                  "70UQ8000AUB",
                  "70UQ81003LB",
                  "70UQ81006LB",
                  "70UQ81009LB",
                  "70UQ9000PUD",
                  "70UR8000AUA",
                  "72LM9500",
                  "75A6G",
                  "75A6GG",
                  "75A6H",
                  "75A6K",
                  "75A72KQ",
                  "75A79KQ",
                  "75A7G",
                  "75A7GQ",
                  "75A7H",
                  "75A7K",
                  "75A7KQ",
                  "75AU8075",
                  "75E63KT",
                  "75E6KT",
                  "75E77KQ",
                  "75E7KQ",
                  "75E7KQ PRO",
                  "75EQ3EA",
                  "75EQ4EA",
                  "75EQ6EA",
                  "75EQ7EA",
                  "75H6570G",
                  "75H78G",
                  "75H8G",
                  "75NANO756PA",
                  "75NANO756QA",
                  "75NANO75UPA",
                  "75NANO75UQA",
                  "75NANO763QA",
                  "75NANO766QA",
                  "75NANO769QA",
                  "75NANO796NF",
                  "75NANO806PA",
                  "75NANO80AQA",
                  "75NANO80UNA",
                  "75NANO80UPA",
                  "75NANO813QA",
                  "75NANO816PA",
                  "75NANO816QA",
                  "75NANO819QA",
                  "75NANO823QB",
                  "75NANO826QB",
                  "75NANO829QB",
                  "75NANO856PA",
                  "75NANO85APA",
                  "75NANO85UNA",
                  "75NANO866PA",
                  "75NANO886PB",
                  "75NANO906NA",
                  "75NANO90UNA",
                  "75NANO90UPA",
                  "75NANO916NA",
                  "75NANO916PA",
                  "75NANO91ANA",
                  "75NANO926PB",
                  "75NANO966PA",
                  "75NANO979NA",
                  "75NANO996PB",
                  "75NANO999NA",
                  "75NANO99UNA",
                  "75PFL5603/F7",
                  "75PFL5604/F7",
                  "75PFL5704/F7",
                  "75PML9506/12",
                  "75PML9636/12",
                  "75PUS6754/12",
                  "75PUS7354/12",
                  "75PUS7805/12",
                  "75PUS7855/12",
                  "75PUS7906/12",
                  "75PUS8505/12",
                  "75PUS8506/12",
                  "75PUS8807/12",
                  "75Q8G",
                  "75QNED756RA",
                  "75QNED75URA",
                  "75QNED7S6QA",
                  "75QNED806QA",
                  "75QNED80AQA",
                  "75QNED80ARA",
                  "75QNED80UQA",
                  "75QNED80URA",
                  "75QNED813RE",
                  "75QNED816QA",
                  "75QNED816RA",
                  "75QNED816RE",
                  "75QNED819QA",
                  "75QNED823QB",
                  "75QNED823RE",
                  "75QNED826QB",
                  "75QNED826RE",
                  "75QNED829QB",
                  "75QNED85AQA",
                  "75QNED85UQA",
                  "75QNED863QA",
                  "75QNED866QA",
                  "75QNED866RE",
                  "75QNED866RE - 2023",
                  "75QNED869QA",
                  "75QNED873QB",
                  "75QNED876QB",
                  "75QNED879QB",
                  "75QNED90UPA",
                  "75QNED913QA",
                  "75QNED916PA",
                  "75QNED916QA",
                  "75QNED919QA",
                  "75QNED963QA",
                  "75QNED966QA",
                  "75QNED993QB",
                  "75QNED996PB",
                  "75QNED996QB",
                  "75QNED999QB",
                  "75QNED99UPA",
                  "75QNED99UQA",
                  "75R4A5R",
                  "75R6A5R",
                  "75R6E3",
                  "75R8B5",
                  "75SJ8570",
                  "75SJ857A",
                  "75SJ955V",
                  "75SK8070AUB",
                  "75SK8070PUA",
                  "75SK8100PLA",
                  "75SM8610PLA",
                  "75SM8670AUA",
                  "75SM8670PUA",
                  "75SM9000PLA",
                  "75SM9070PSA",
                  "75SM9070PUA",
                  "75SM9900PLA",
                  "75SM9970PUA",
                  "75U68G",
                  "75U6H",
                  "75U6K",
                  "75U72KQ",
                  "75U75K",
                  "75U78G",
                  "75U78KM",
                  "75U79KQ",
                  "75U7G",
                  "75U7H",
                  "75U7K",
                  "75U7KQ",
                  "75U800GR",
                  "75U80G",
                  "75U80H",
                  "75U88KM",
                  "75U8G",
                  "75U8H",
                  "75U8KQ",
                  "75U90G",
                  "75U90GQ",
                  "75U9G",
                  "75U9GQ",
                  "75UH6550",
                  "75UH780V",
                  "75UH8500",
                  "75UH855V",
                  "75UJ6450",
                  "75UJ6470",
                  "75UJ651V",
                  "75UJ657A",
                  "75UJ675V",
                  "75UK6190PUB",
                  "75UK6200PLB",
                  "75UK6500PLA",
                  "75UK6570AUA",
                  "75UK6570PSA",
                  "75UK6570PUB",
                  "75UM6970PUB",
                  "75UM7000PLA",
                  "75UM7050PLA",
                  "75UM7050PLF",
                  "75UM7100PSA",
                  "75UM7110PLB",
                  "75UM7570PSB",
                  "75UM7570PUD",
                  "75UM7600PLB",
                  "75UM8070PUA",
                  "75UN6951ZUD",
                  "75UN6955ZUD",
                  "75UN71006LC",
                  "75UN7370PUE",
                  "75UN81006LB",
                  "75UN8500",
                  "75UN85006LA",
                  "75UN8570AUD",
                  "75UN8570PUC",
                  "75UP7070PUD",
                  "75UP75006LC",
                  "75UP7570AUD",
                  "75UP77006LB",
                  "75UP78006LB",
                  "75UP80006LA",
                  "75UP80009LA",
                  "75UP8070PUA",
                  "75UP8070PUR",
                  "75UP81006LA",
                  "75UP81009LA",
                  "75UQ7070ZUD",
                  "75UQ7590PUB",
                  "75UQ80003LB",
                  "75UQ80006LB",
                  "75UQ80009LB",
                  "75UQ81003LB",
                  "75UQ81006LB",
                  "75UQ81009LB",
                  "75UQ90003LA",
                  "75UQ90006LA",
                  "75UQ90009LA",
                  "75UQ9000PUD",
                  "75UQ91003LA",
                  "75UQ91006LA",
                  "75UQ91009LA",
                  "75UR640S",
                  "75UR9000PUA",
                  "75UR91006LA",
                  "75UT640S",
                  "75UV341C",
                  "77EC980V",
                  "77EG9700",
                  "77OLED807/12",
                  "79UB9800",
                  "79UB980V",
                  "79UF7700",
                  "79UF770V",
                  "79UF860V",
                  "79UF9500",
                  "82UM7600PLB",
                  "82UM8070PUA",
                  "82UN8070PUD",
                  "82UN8500",
                  "82UN85006LA",
                  "82UN8570AUD",
                  "82UP80006LA",
                  "82UP80009LA",
                  "84LM9600",
                  "84UB9800",
                  "84UB980V",
                  "85A6BG",
                  "85A7H",
                  "85H6570G",
                  "85H78G",
                  "85U7G",
                  "85U7H",
                  "85U7K",
                  "85U80G",
                  "85U8G",
                  "86NANO753QA",
                  "86NANO756PA",
                  "86NANO756QA",
                  "86NANO759QA",
                  "86NANO75UPA",
                  "86NANO75UQA",
                  "86NANO763QA",
                  "86NANO766QA",
                  "86NANO769QA",
                  "86NANO866PA",
                  "86NANO906NA",
                  "86NANO90UNA",
                  "86NANO90UPA",
                  "86NANO916NA",
                  "86NANO916PA",
                  "86NANO91ANA",
                  "86NANO996PB",
                  "86PUS8807/12",
                  "86QNED806QA",
                  "86QNED80AQA",
                  "86QNED80ARA",
                  "86QNED80UQA",
                  "86QNED80URA",
                  "86QNED813RE",
                  "86QNED816QA",
                  "86QNED816RA",
                  "86QNED816RE",
                  "86QNED819QA",
                  "86QNED81SRA",
                  "86QNED85AQA",
                  "86QNED85UQA",
                  "86QNED863QA",
                  "86QNED866QA",
                  "86QNED866RE",
                  "86QNED866RE - 2023",
                  "86QNED869QA",
                  "86QNED90UPA",
                  "86QNED913QA",
                  "86QNED916PA",
                  "86QNED916QA",
                  "86QNED916QE",
                  "86QNED919QA",
                  "86QNED993QB",
                  "86QNED996PB",
                  "86QNED996QB",
                  "86QNED999QB",
                  "86QNED99UPA",
                  "86QNED99UQA",
                  "86SJ9570",
                  "86SJ957V",
                  "86SM9000PLA",
                  "86SM9070PSA",
                  "86SM9070PUA",
                  "86UH9500",
                  "86UH955V",
                  "86UK6500PLA",
                  "86UK6570AUA",
                  "86UK6570PSA",
                  "86UK6570PUB",
                  "86UK7570PUB",
                  "86UM7600PLB",
                  "86UM8070AUB",
                  "86UM8070PUA",
                  "86UN85006LA",
                  "86UN8570AUD",
                  "86UP80006LA",
                  "86UP80009LA",
                  "86UP8770PUA",
                  "86UQ7070ZUD",
                  "86UQ7590PUD",
                  "86UQ80003LB",
                  "86UQ80006LB",
                  "86UQ80009LB",
                  "86UQ8000AUB",
                  "86UQ91003LA",
                  "86UQ91006LA",
                  "86UQ91009LA",
                  "86UR78006LB",
                  "86UR8000AUA",
                  "8M-B80AX1E",
                  "8T-C60BW1",
                  "8T-C60CX1",
                  "8T-C70BW1",
                  "8T-C70CX1",
                  "98UB9800",
                  "98UB980V",
                  "98UB9810",
                  "A4G",
                  "A5840",
                  "A5K",
                  "A63H",
                  "A6G",
                  "A7100F",
                  "A7G",
                  "AE7000F",
                  "D2343P-PN",
                  "DU-42PY10X-H",
                  "E7HQ",
                  "GQ32LS03BBUXZG",
                  "GQ32Q50AAUXZG",
                  "GQ43LS03TAUXZG",
                  "GQ43LS05TCUXZG",
                  "GQ43Q60AAUXZG",
                  "GQ43Q60BAUXZG",
                  "GQ43Q60TGUXZG",
                  "GQ43Q64TGUXZG",
                  "GQ43Q72AAUXZG",
                  "GQ43Q73CAUXZG",
                  "GQ43Q74AAUXZG",
                  "GQ43QN90AATXZG",
                  "GQ43QN90BATXZG",
                  "GQ43QN92BATXZG",
                  "GQ43QN93BATXZG",
                  "GQ43QN94BATXZG",
                  "GQ49Q80TGTXZG",
                  "GQ50LS03BAUXZG",
                  "GQ50LS03TAUXZG",
                  "GQ50Q60AAUXZG",
                  "GQ50Q60BAUXZG",
                  "GQ50Q73CAUXZG",
                  "GQ50Q80BATXZG",
                  "GQ50QN90AATXZG",
                  "GQ50QN90BATXZG",
                  "GQ50QN92AATXZG",
                  "GQ50QN92BATXZG",
                  "GQ50QN93AATXZG",
                  "GQ50QN93BATXZG",
                  "GQ50QN94BATXZG",
                  "GQ55LS03BAUXZG",
                  "GQ55LS03TAUXZG",
                  "GQ55Q60AAUXZG",
                  "GQ55Q60BAUXZG",
                  "GQ55Q60TGUXZG",
                  "GQ55Q64TGUXZG",
                  "GQ55Q65TGUXZG",
                  "GQ55Q67TGUXZG",
                  "GQ55Q70AATXZG",
                  "GQ55Q70BATXZG",
                  "GQ55Q70TGTXZG",
                  "GQ55Q72AATXZG",
                  "GQ55Q73AATXZG",
                  "GQ55Q74AATXZG",
                  "GQ55Q80AATXZG",
                  "GQ55Q80BATXZG",
                  "GQ55Q80TGTXZG",
                  "GQ55Q90RGT",
                  "GQ55QN700BTXZG",
                  "GQ55QN85BATXZG",
                  "GQ55QN90BATXZG",
                  "GQ55QN91AATXZG",
                  "GQ55QN92AATXZG",
                  "GQ55QN92BATXZG",
                  "GQ55QN93AATXZG",
                  "GQ55QN93BATXZG",
                  "GQ55QN94BATXZG",
                  "GQ55QN95AATXZG",
                  "GQ55QN95BATXZG",
                  "GQ55S95BATXZG",
                  "GQ58Q60TGUXZG",
                  "GQ65Q60AAUXZG",
                  "GQ65Q60BAUXZG",
                  "GQ65Q70BATXZG",
                  "GQ65Q70TGTXZG",
                  "GQ65Q72AATXZG",
                  "GQ65Q73AATXZG",
                  "GQ65Q74AATXZG",
                  "GQ65Q77TGTXZG",
                  "GQ65Q800TGTXZG",
                  "GQ65Q80AATXZG",
                  "GQ65Q80BATXZG",
                  "GQ65Q80RGT",
                  "GQ65Q90RGT",
                  "GQ65QN700BTXZG",
                  "GQ65QN800ATXZG",
                  "GQ65QN800BTXZG",
                  "GQ65QN85AATXZG",
                  "GQ65QN900ATXZG",
                  "GQ65QN900BTXZG",
                  "GQ65QN90AATXZG",
                  "GQ65QN90BATXZG",
                  "GQ65QN91AATXZG",
                  "GQ65QN92AATXZG",
                  "GQ65QN92BATXZG",
                  "GQ65QN93AATXZG",
                  "GQ65QN93BATXZG",
                  "GQ65QN94BATXZG",
                  "GQ65QN95AATXZG",
                  "GQ65QN95BATXZG",
                  "GQ65S95BATXZG",
                  "GQ65S95CATXZG",
                  "GQ75LS03TAUXZG",
                  "GQ75Q60AAUXZG",
                  "GQ75Q60BAUXZG",
                  "GQ75Q60RGT",
                  "GQ75Q60TGUXZG",
                  "GQ75Q70AATXZG",
                  "GQ75Q70BATXZG",
                  "GQ75Q70TGTXZG",
                  "GQ75Q72AATXZG",
                  "GQ75Q73AATXZG",
                  "GQ75Q74AATXZG",
                  "GQ75Q800TGTXZG",
                  "GQ75Q80AATXZG",
                  "GQ75Q80BATXZG",
                  "GQ75Q80TGTXZG",
                  "GQ75Q90RGT",
                  "GQ75QN800ATXZG",
                  "GQ75QN800BTXZG",
                  "GQ75QN85BATXZG",
                  "GQ75QN900ATXZG",
                  "GQ75QN900BTXZG",
                  "GQ75QN90AATXZG",
                  "GQ75QN90BATXZG",
                  "GQ75QN91AATXZG",
                  "GQ75QN92AATXZG",
                  "GQ75QN92BATXZG",
                  "GQ75QN93AATXZG",
                  "GQ75QN93BATXZG",
                  "GQ75QN94BATXZG",
                  "GQ75QN95AATXZG",
                  "GQ75QN95BATXZG",
                  "GQ82Q800TGTXZG",
                  "GQ85Q60AAUXZG",
                  "GQ85Q60CAUXZG",
                  "GQ85Q60TGUXZG",
                  "GQ85Q70AATXZG",
                  "GQ85Q70BATXZG",
                  "GQ85Q70TGTXZG",
                  "GQ85Q80BATXZG",
                  "GQ85Q80TGTXZG",
                  "GQ85QN800ATXZG",
                  "GQ85QN800BTXZG",
                  "GQ85QN85AATXZG",
                  "GQ85QN85BATXZG",
                  "GQ85QN900ATXZG",
                  "GQ85QN900BTXZG",
                  "GQ85QN90AATXZG",
                  "GQ85QN90BATXZG",
                  "GQ85QN95AATXZG",
                  "GQ85QN95BATXZG",
                  "GQ98QN90AATXZG",
                  "GSRF-NS-24D310NA17",
                  "GU32T5379CU",
                  "GU43AU7179UXZG",
                  "GU43AU7199UXZG",
                  "GU43AU8079UXZG",
                  "GU43AU9079UXZG",
                  "GU43AU9089UXZG",
                  "GU43BU8079UXZG",
                  "GU43BU8579UXZG",
                  "GU43BU8589UXZG",
                  "GU43TU7079UXZG",
                  "GU43TU7199UXZG",
                  "GU43TU8079UXZG",
                  "GU43TU8509UXZG",
                  "GU43TU8519UXZG",
                  "GU50AU7179UXZG",
                  "GU50AU7199UXZG",
                  "GU50AU8079UXZG",
                  "GU50AU9079UXZG",
                  "GU50AU9089UXZG",
                  "GU50BU8079UXZG",
                  "GU50BU8579UXZG",
                  "GU50BU8589UXZG",
                  "GU50TU7079UXZG",
                  "GU50TU8079UXZG",
                  "GU50TU8509UXZG",
                  "GU55AU7179UXZG",
                  "GU55AU7199UXZG",
                  "GU55AU8079UXZG",
                  "GU55AU9079UXZG",
                  "GU55BU8079UXZG",
                  "GU55TU7079UXZG",
                  "GU55TU8079UXZG",
                  "GU55TU8509UXZG",
                  "GU58AU7179UXZG",
                  "GU65AU7179UXZG",
                  "GU65AU7199U",
                  "GU65AU9079UXZG",
                  "GU65BU8079UXZG",
                  "GU65BU8579UXZG",
                  "GU65TU8079UXZG",
                  "GU65TU8509UXZG",
                  "GU70TU7199UXZG",
                  "GU75AU7179UXZG",
                  "GU75AU7199UXZG",
                  "GU75AU9079UXZG",
                  "GU75BU8079UXZG",
                  "GU75BU8579UXZG",
                  "GU75TU6979UXZG",
                  "GU75TU7079UXZG",
                  "GU75TU7179UXZG",
                  "GU75TU8079UXZG",
                  "GU82TU8079UXZG",
                  "GU85AU7179UXZG",
                  "GU85AU8079UXZG",
                  "GU85BU8079UXZG",
                  "GU86TU9009UXZG",
                  "H32A5800",
                  "H32B5100",
                  "H32B5600",
                  "H40B5100",
                  "H40B5600",
                  "H43A6140",
                  "H43B7100",
                  "H43B7120",
                  "H43B7300",
                  "H50A6550",
                  "H50AE6030",
                  "H50AE6400",
                  "H50B7100",
                  "H50B7120",
                  "H50B7300",
                  "H50B7500",
                  "H50BE7400",
                  "H50U7B",
                  "H5508B",
                  "H55A6140",
                  "H55A6500",
                  "H55A6550",
                  "H55B7100",
                  "H55B7120",
                  "H55B7300",
                  "H55B7500",
                  "H55BE7000",
                  "H55BE7200",
                  "H55BE7400",
                  "H55U7B",
                  "H55U8B",
                  "H58A6100",
                  "H58AE6000",
                  "H65A6140",
                  "H65B7100",
                  "H65B7300",
                  "H65B7500",
                  "H65BE7200",
                  "H65BE7400",
                  "H65U7B",
                  "H65U8B",
                  "H65U9A",
                  "H75B7510",
                  "HB65BE7000",
                  "HG40ED670CK",
                  "HG40EJ470MK",
                  "HG43EJ470MK",
                  "HG43EJ690UB",
                  "HG43ET690U",
                  "HG43NT670UF",
                  "HG49EJ690UB",
                  "HG55EJ690UB",
                  "HG55ET690UB",
                  "HG65EJ690UB",
                  "HG65ET690UB",
                  "HG65TS030EB",
                  "HG75EJ690UB",
                  "HG75ET690UB",
                  "HG75TS030EB",
                  "I-LC26Q1",
                  "IS-LCDTV26",
                  "IS-LCDTV32",
                  "IS-TV040918",
                  "IS-TV040919",
                  "IS-TV040920",
                  "IS-TV040921",
                  "IS-TV040922",
                  "IS-TV040923",
                  "IS-TV040924",
                  "IS-TV040925",
                  "IS-TV040926",
                  "IS-TV040927",
                  "IS-TVHD30",
                  "KLC-1508U",
                  "LC-32HI3322E",
                  "LC-32LE653U",
                  "LC-39LE551U",
                  "LC-40CFE6242E",
                  "LC-40CFE6351E",
                  "LC-40CFG4042E",
                  "LC-40CFG6022E",
                  "LC-40CFG6352E",
                  "LC-40CFG6452E",
                  "LC-40FG3342E",
                  "LC-40FI3012E",
                  "LS27BM501EUXEN",
                  "LS32AM500NNXZA",
                  "LS32AM502HNXZA",
                  "LS32AM702UNXZA",
                  "LS32BG750NUXXU",
                  "LS32BM500EUXXU",
                  "LS32BM501EUXEN",
                  "LS32BM701UUXEN",
                  "LS32BM701UUXXU",
                  "LS32BM702UNXGO",
                  "LS32BM703UNXZA",
                  "LS32BM801UUXEN",
                  "LS32BM801UUXXU",
                  "LS32BM80GUNXGO",
                  "LS32BM80PUNXGO",
                  "LS32CM801UW",
                  "LS43BM702UNXZA",
                  "MNA110MS1ACXZA",
                  "NL19W2QP-10A",
                  "NS-13CTV",
                  "NS-14FCT",
                  "NS-14FTV",
                  "NS-15E720A12",
                  "NS-15LCD",
                  "NS-19D220NA16-A",
                  "NS-19D310NA19",
                  "NS-19D310NA21",
                  "NS-19E310A13",
                  "NS-19E310NA15",
                  "NS-19E320A13",
                  "NS-19E430A10",
                  "NS-19E450A11",
                  "NS-19E450WA11",
                  "NS-19E720A12",
                  "NS-19ED200NA14",
                  "NS-19LD120A13",
                  "NS-19RTR",
                  "NS-20CLTV",
                  "NS-20ED310NA15",
                  "NS-20FTV",
                  "NS-20LCD",
                  "NS-22D420NA18",
                  "NS-22D510NA19",
                  "NS-22E340A13",
                  "NS-22E400NA14",
                  "NS-22E430A10",
                  "NS-22E450A11",
                  "NS-22E730A12",
                  "NS-24D310NA17",
                  "NS-24D310NA19",
                  "NS-24D310NA21",
                  "NS-24D420NA16",
                  "NS-24D510NA15",
                  "NS-24D510NA17",
                  "NS-24DD220NA16",
                  "NS-24DF310NA19",
                  "NS-24DF310NA21",
                  "NS-24DF311SE21",
                  "NS-24DR220NA18",
                  "NS-24E200NA14",
                  "NS-24E340A13",
                  "NS-24E400NA14",
                  "NS-24E40SNA14",
                  "NS-24E730A12",
                  "NS-24ED200NA14",
                  "NS-24ED310NA15",
                  "NS-24F201NA23",
                  "NS-24F202NA22",
                  "NS-24FTV",
                  "NS-24L120A13",
                  "NS-24L240A13",
                  "NS-24LD100A13",
                  "NS-24LD120A13",
                  "NS-26E340A13",
                  "NS-26L450A11",
                  "NS-27HTV",
                  "NS-27LCD",
                  "NS-28D220NA16",
                  "NS-28D310NA15",
                  "NS-28DD220NA16",
                  "NS-28DD310NA15",
                  "NS-28E200NA14",
                  "NS-28ED200NA14",
                  "NS-29D310NA15",
                  "NS-29L120A13",
                  "NS-29LD120A13",
                  "NS-30HTV",
                  "NS-32D120A13",
                  "NS-32D200NA14",
                  "NS-32D201NA14",
                  "NS-32D20SNA14",
                  "NS-32D220NA16",
                  "NS-32D220NA18",
                  "NS-32D310NA15",
                  "NS-32D310NA17",
                  "NS-32D310NA21",
                  "NS-32D311NA15",
                  "NS-32D311NA17",
                  "NS-32D312NA15",
                  "NS-32D420NA16",
                  "NS-32D510NA15",
                  "NS-32D510NA19",
                  "NS-32D511NA15",
                  "NS-32D512NA15",
                  "NS-32DD200NA14",
                  "NS-32DD220NA16",
                  "NS-32DD310NA15",
                  "NS-32DF310NA19",
                  "NS-32DR310NA17",
                  "NS-32DR420NA16",
                  "NS-32E320A13",
                  "NS-32E321A13",
                  "NS-32E400NA14",
                  "NS-32E440A13",
                  "NS-32E570A11",
                  "NS-32E740A12",
                  "NS-32E859A11",
                  "NS-32F201NA22",
                  "NS-32F201NA23",
                  "NS-32F202NA22",
                  "NS-32F202NA23",
                  "NS-32L120A13",
                  "NS-32L121A13",
                  "NS-32L240A13",
                  "NS-32L430A11",
                  "NS-32L450A11",
                  "NS-32L550A11",
                  "NS-32LB451A11",
                  "NS-32LCD",
                  "NS-32LD120A13",
                  "NS-37D20SNA14",
                  "NS-37L550A11",
                  "NS-37L760A12",
                  "NS-39D220NA16",
                  "NS-39D240A13",
                  "NS-39D310NA15",
                  "NS-39D310NA17",
                  "NS-39D310NA19",
                  "NS-39D400NA14",
                  "NS-39D40SNA14",
                  "NS-39DF310NA21",
                  "NS-39DF510NA19",
                  "NS-39DR510NA17",
                  "NS-39E340A13",
                  "NS-39E400NA14",
                  "NS-39E480A13",
                  "NS-39L240A13",
                  "NS-39L400NA14",
                  "NS-39L700A12",
                  "NS-40D40SNA14",
                  "NS-40D420NA16",
                  "NS-40D420NA18",
                  "NS-40D510NA15",
                  "NS-40D510NA17",
                  "NS-40D510NA19",
                  "NS-40D510NA21",
                  "NS-40DR420NA16",
                  "NS-40E560A11",
                  "NS-40L240A13",
                  "NS-42D240A13",
                  "NS-42D40SNA14",
                  "NS-42D510NA15",
                  "NS-42E440A13",
                  "NS-42E470A13A",
                  "NS-42E480A13",
                  "NS-42E570A11",
                  "NS-42E760A12",
                  "NS-42E859A11",
                  "NS-42F201NA22",
                  "NS-42F201NA23",
                  "NS-42L260A13",
                  "NS-42L550A11",
                  "NS-42L780A12",
                  "NS-42P650A11",
                  "NS-42PDP",
                  "NS-43D420NA16",
                  "NS-43D420NA20",
                  "NS-43D510NA21",
                  "NS-43DF710NA19",
                  "NS-43DF710NA21",
                  "NS-43DR620NA18",
                  "NS-43DR710NA17",
                  "NS-43F301NA22",
                  "NS-46D400NA14",
                  "NS-46D40SNA14",
                  "NS-46E340A13",
                  "NS-46E440NA14",
                  "NS-46E480A13",
                  "NS-46E481A13",
                  "NS-46E560A11",
                  "NS-46E570A11",
                  "NS-46E790A12",
                  "NS-46L240A13",
                  "NS-46L550A11",
                  "NS-46L780A12",
                  "NS-48D420NA16",
                  "NS-48D510NA15",
                  "NS-48D510NA17",
                  "NS-48DR420NA16",
                  "NS-48DR510NA17",
                  "NS-49D420NA18",
                  "NS-49DR420NA18",
                  "NS-50D400NA14",
                  "NS-50D420NA16",
                  "NS-50D421NA16",
                  "NS-50D510NA17",
                  "NS-50D510NA19",
                  "NS-50D550NA15",
                  "NS-50DF710NA19",
                  "NS-50DF710NA21",
                  "NS-50DF711SE21",
                  "NS-50DR620NA18",
                  "NS-50DR710NA17",
                  "NS-50E440NA14",
                  "NS-50F501NA22",
                  "NS-50L240A13",
                  "NS-50L260A13",
                  "NS-50L440NA14",
                  "NS-50P650A11",
                  "NS-51P680A12",
                  "NS-55D420NA16",
                  "NS-55D420NA18",
                  "NS-55D421NA16",
                  "NS-55D440NA14",
                  "NS-55D510NA17",
                  "NS-55D510NA19",
                  "NS-55D550NA15",
                  "NS-55DF710NA19",
                  "NS-55DF710NA21",
                  "NS-55DR420NA16",
                  "NS-55DR620NA18",
                  "NS-55DR710NA17",
                  "NS-55E480A13A",
                  "NS-55E560A11",
                  "NS-55E790A12",
                  "NS-55F301NA22",
                  "NS-55F501NA22",
                  "NS-55L260A13",
                  "NS-55L780A12",
                  "NS-58DF620NA20",
                  "NS-58F301NA22",
                  "NS-59P680A12",
                  "NS-5HTV",
                  "NS-65D260A13",
                  "NS-65D550NA15",
                  "NS-65DF710NA21",
                  "NS-65DR620NA18",
                  "NS-65F301NA23",
                  "NS-65F501NA22",
                  "NS-70F301NA23",
                  "NS-70F501NA22",
                  "NS-75F301NA22",
                  "NS-7HTV",
                  "NS-7UTCTV",
                  "NS-F14TV",
                  "NS-F20TR",
                  "NS-F20TV",
                  "NS-F24TV",
                  "NS-F27TV",
                  "NS-FTV27",
                  "NS-L19Q-10A",
                  "NS-L19W1Q-10A",
                  "NS-L19X-10A",
                  "NS-L22Q-10A",
                  "NS-L22X-10A",
                  "NS-L26Q-10A",
                  "NS-L322Q-10A",
                  "NS-L32Q-10A",
                  "NS-L32Q09-10A",
                  "NS-L32X-10A",
                  "NS-L37Q-10A",
                  "NS-L42Q-10A",
                  "NS-L42Q120-10A",
                  "NS-L42X-10A",
                  "NS-L46Q120-10A",
                  "NS-L46X-10A",
                  "NS-L47Q09-10A",
                  "NS-L55X-10A",
                  "NS-L7HTV-1",
                  "NS-LBD32X-10A",
                  "NS-LCD15",
                  "NS-LCD15-09",
                  "NS-LCD19",
                  "NS-LCD19-09",
                  "NS-LCD19W-09",
                  "NS-LCD22",
                  "NS-LCD22-09",
                  "NS-LCD26",
                  "NS-LCD26-09",
                  "NS-LCD32",
                  "NS-LCD32-09",
                  "NS-LCD37",
                  "NS-LCD37-09",
                  "NS-LCD37HD-09",
                  "NS-LCD42",
                  "NS-LCD42HD",
                  "NS-LCD42HD-09",
                  "NS-LCD47HD-09",
                  "NS-LCD52HD-09",
                  "NS-LDVD19Q-10A",
                  "NS-LDVD26Q-10A",
                  "NS-LDVD32Q-10A",
                  "NS-LTDVD19",
                  "NS-LTDVD19-09",
                  "NS-LTDVD20",
                  "NS-LTDVD26",
                  "NS-LTDVD26-09",
                  "NS-LTDVD32-09",
                  "NS-P42Q10A",
                  "NS-P501Q-10A",
                  "NS-P502Q-10A",
                  "NS-PDP32-09",
                  "NS-PDP42",
                  "NS-PDP50",
                  "NS-PDP50HD-09",
                  "NS-PR200",
                  "NS-PR60",
                  "NS-PROJ2",
                  "NS-RTV32",
                  "NS-SCR117",
                  "NS-SCR79KIT",
                  "NS50D40SNA14",
                  "OLED42C21LA",
                  "OLED42C24LA",
                  "OLED42C26LB",
                  "OLED42C27LA",
                  "OLED42C2AUA",
                  "OLED42C2PSA",
                  "OLED42C2PUA",
                  "OLED42C2RLB",
                  "OLED42C31LA",
                  "OLED42C32LA",
                  "OLED42C34LA",
                  "OLED42C35LA",
                  "OLED42C37LA",
                  "OLED42C38LA",
                  "OLED42C3AUA",
                  "OLED42C3PUA",
                  "OLED42C3RLA",
                  "OLED48A13LA",
                  "OLED48A16LA",
                  "OLED48A19LA",
                  "OLED48A1PUA",
                  "OLED48A26LA",
                  "OLED48A29LA",
                  "OLED48A2PUA",
                  "OLED48C14LB",
                  "OLED48C15LA",
                  "OLED48C16LA",
                  "OLED48C17LA",
                  "OLED48C18LA",
                  "OLED48C19LA",
                  "OLED48C1AUB",
                  "OLED48C1PSA",
                  "OLED48C1PUB",
                  "OLED48C21LA",
                  "OLED48C22LB",
                  "OLED48C24LA",
                  "OLED48C25LB",
                  "OLED48C26LA",
                  "OLED48C26LB",
                  "OLED48C27LA",
                  "OLED48C28LB",
                  "OLED48C29LB",
                  "OLED48C2AUA",
                  "OLED48C2ENA",
                  "OLED48C2PUA",
                  "OLED48C31LA",
                  "OLED48C32LA",
                  "OLED48C34LA",
                  "OLED48C35LA",
                  "OLED48C36LA",
                  "OLED48C37LA",
                  "OLED48C38LA",
                  "OLED48C3AUA",
                  "OLED48C3PUA",
                  "OLED48C3RLA",
                  "OLED48CX6LB",
                  "OLED48CX8LC",
                  "OLED48CX9LB",
                  "OLED48CXPUB",
                  "OLED55A13LA",
                  "OLED55A16LA",
                  "OLED55A19LA",
                  "OLED55A1PUA",
                  "OLED55A26LA",
                  "OLED55A29LA",
                  "OLED55A2AUA",
                  "OLED55A2PUA",
                  "OLED55B16LA",
                  "OLED55B23LA",
                  "OLED55B26LA",
                  "OLED55B29LA",
                  "OLED55B2AUA",
                  "OLED55B2PUA",
                  "OLED55B2RLA",
                  "OLED55B33LA",
                  "OLED55B36LA",
                  "OLED55B39LA",
                  "OLED55B3AUA",
                  "OLED55B3PUA",
                  "OLED55B6P",
                  "OLED55B6V",
                  "OLED55B7A",
                  "OLED55B7P",
                  "OLED55B7V",
                  "OLED55B8PLA",
                  "OLED55B8PUA",
                  "OLED55B8SLC",
                  "OLED55B9DLA",
                  "OLED55B9PLA",
                  "OLED55B9PSB",
                  "OLED55B9PUA",
                  "OLED55B9S",
                  "OLED55BX3LA",
                  "OLED55BX6LB",
                  "OLED55BX9LB",
                  "OLED55BXAUA",
                  "OLED55BXPUA",
                  "OLED55C14LB",
                  "OLED55C15LA",
                  "OLED55C16LA",
                  "OLED55C18LA",
                  "OLED55C19LA",
                  "OLED55C1AUB",
                  "OLED55C21LA",
                  "OLED55C22LB",
                  "OLED55C24LA",
                  "OLED55C25LB",
                  "OLED55C26LA",
                  "OLED55C26LD",
                  "OLED55C27LA",
                  "OLED55C28LB",
                  "OLED55C29LD",
                  "OLED55C2AUA",
                  "OLED55C2PCC",
                  "OLED55C2PUA",
                  "OLED55C31LA",
                  "OLED55C32LA",
                  "OLED55C34LA",
                  "OLED55C35LA",
                  "OLED55C36LA",
                  "OLED55C36LC",
                  "OLED55C37LA",
                  "OLED55C38LA",
                  "OLED55C3AUA",
                  "OLED55C3PUA",
                  "OLED55C3RLA",
                  "OLED55C6P",
                  "OLED55C6V",
                  "OLED55C7P",
                  "OLED55C7V",
                  "OLED55C8AUA",
                  "OLED55C8PLA",
                  "OLED55C8PUA",
                  "OLED55C9AUA",
                  "OLED55C9PLA",
                  "OLED55C9PSA",
                  "OLED55C9PUA",
                  "OLED55CS6LA",
                  "OLED55CS9LA",
                  "OLED55CX3LA",
                  "OLED55CX5LB",
                  "OLED55CX8LB",
                  "OLED55CX9LA",
                  "OLED55CXPSA",
                  "OLED55CXPUA",
                  "OLED55E6P",
                  "OLED55E6V",
                  "OLED55E7N",
                  "OLED55E7P",
                  "OLED55E8PLA",
                  "OLED55E8PUA",
                  "OLED55E9PLA",
                  "OLED55E9PUA",
                  "OLED55G13LA",
                  "OLED55G16LA",
                  "OLED55G19LA",
                  "OLED55G1PUA",
                  "OLED55G1RLA",
                  "OLED55G23LA",
                  "OLED55G26LA",
                  "OLED55G29LA",
                  "OLED55G2PUA",
                  "OLED55G2RLA",
                  "OLED55G33LA",
                  "OLED55G36LA",
                  "OLED55G39LA",
                  "OLED55G3PUA",
                  "OLED55GX9LA",
                  "OLED55GXPUA",
                  "OLED65A13LA",
                  "OLED65A16LA",
                  "OLED65A19LA",
                  "OLED65A1PUA",
                  "OLED65A26LA",
                  "OLED65A29LA",
                  "OLED65A2AUA",
                  "OLED65A2PUA",
                  "OLED65B16LA",
                  "OLED65B23LA",
                  "OLED65B26LA",
                  "OLED65B29LA",
                  "OLED65B2AUA",
                  "OLED65B2PUA",
                  "OLED65B2RLA",
                  "OLED65B33LA",
                  "OLED65B36LA",
                  "OLED65B39LA",
                  "OLED65B3AUA",
                  "OLED65B3PUA",
                  "OLED65B6P",
                  "OLED65B6V",
                  "OLED65B7A",
                  "OLED65B7P",
                  "OLED65B7V",
                  "OLED65B8PLA",
                  "OLED65B8PUA",
                  "OLED65B8SLC",
                  "OLED65B9DLA",
                  "OLED65B9PLA",
                  "OLED65B9PSB",
                  "OLED65B9PUA",
                  "OLED65B9SLA",
                  "OLED65BX3LA",
                  "OLED65BX6LA",
                  "OLED65BX9LB",
                  "OLED65BXPUA",
                  "OLED65C14LB",
                  "OLED65C15LA",
                  "OLED65C16LA",
                  "OLED65C18LA",
                  "OLED65C19LA",
                  "OLED65C1PUB",
                  "OLED65C21LA",
                  "OLED65C22LB",
                  "OLED65C24LA",
                  "OLED65C25LB",
                  "OLED65C26LA",
                  "OLED65C26LD",
                  "OLED65C27LA",
                  "OLED65C28LB",
                  "OLED65C29LD",
                  "OLED65C2AUA",
                  "OLED65C2KND",
                  "OLED65C2PUA",
                  "OLED65C2SW",
                  "OLED65C31LA",
                  "OLED65C32LA",
                  "OLED65C34LA",
                  "OLED65C35LA",
                  "OLED65C36LA",
                  "OLED65C36LC",
                  "OLED65C37LA",
                  "OLED65C38LA",
                  "OLED65C3AUA",
                  "OLED65C3PUA",
                  "OLED65C3RLA",
                  "OLED65C6P",
                  "OLED65C7P",
                  "OLED65C7V",
                  "OLED65C8AUA",
                  "OLED65C8PLA",
                  "OLED65C8PUA",
                  "OLED65C9AUA",
                  "OLED65C9PLA",
                  "OLED65C9PSA",
                  "OLED65C9PUA",
                  "OLED65CS6LA",
                  "OLED65CS9LA",
                  "OLED65CS9LA.AEUD",
                  "OLED65CX8LB",
                  "OLED65CX9LA",
                  "OLED65CXPUA",
                  "OLED65E6P",
                  "OLED65E6V",
                  "OLED65E7P",
                  "OLED65E7V",
                  "OLED65E8PLA",
                  "OLED65E8PUA",
                  "OLED65E9AUA",
                  "OLED65E9PLA",
                  "OLED65E9PUA",
                  "OLED65G13LA",
                  "OLED65G16LA",
                  "OLED65G19LA",
                  "OLED65G1PUA",
                  "OLED65G1RLA",
                  "OLED65G23LA",
                  "OLED65G26LA",
                  "OLED65G29LA",
                  "OLED65G2PUA",
                  "OLED65G2RLA",
                  "OLED65G33LA",
                  "OLED65G36LA",
                  "OLED65G39LA",
                  "OLED65G6P",
                  "OLED65G6V",
                  "OLED65G7P",
                  "OLED65G7V",
                  "OLED65G8PLA",
                  "OLED65GX9LA",
                  "OLED65R19LA",
                  "OLED65R1PUA",
                  "OLED65R1PVA",
                  "OLED65RX9LA",
                  "OLED65W7P",
                  "OLED65W7V",
                  "OLED65W8PLA",
                  "OLED65W8PUA",
                  "OLED65W9PLA",
                  "OLED65W9PUA",
                  "OLED65WX9LA",
                  "OLED65WXPUA",
                  "OLED77A13LA",
                  "OLED77A16LA",
                  "OLED77A19LA",
                  "OLED77A1PUA",
                  "OLED77A2AUA",
                  "OLED77A2PUA",
                  "OLED77B16LA",
                  "OLED77B19LA",
                  "OLED77B23LA",
                  "OLED77B26LA",
                  "OLED77B29LA",
                  "OLED77B2AUA",
                  "OLED77B2PUA",
                  "OLED77B33LA",
                  "OLED77B36LA",
                  "OLED77B39LA",
                  "OLED77B3AUA",
                  "OLED77B3PUA",
                  "OLED77B9PLA",
                  "OLED77C14LB",
                  "OLED77C15LA",
                  "OLED77C16LA",
                  "OLED77C17LA",
                  "OLED77C18LA",
                  "OLED77C19LA",
                  "OLED77C21LA",
                  "OLED77C22LB",
                  "OLED77C24LA",
                  "OLED77C25LB",
                  "OLED77C26LA",
                  "OLED77C26LD",
                  "OLED77C27LA",
                  "OLED77C28LB",
                  "OLED77C29LD",
                  "OLED77C2AUA",
                  "OLED77C2PCC",
                  "OLED77C2PUA",
                  "OLED77C32LA",
                  "OLED77C34LA",
                  "OLED77C35LA",
                  "OLED77C36LA",
                  "OLED77C37LA",
                  "OLED77C38LA",
                  "OLED77C3AUA",
                  "OLED77C3PUA",
                  "OLED77C3RLA",
                  "OLED77C8LLA",
                  "OLED77C8PUA",
                  "OLED77C9AUB",
                  "OLED77C9PLA",
                  "OLED77C9PUB",
                  "OLED77CS9LA",
                  "OLED77CX9LA",
                  "OLED77CXPUA",
                  "OLED77G13LA",
                  "OLED77G16LA",
                  "OLED77G19LA",
                  "OLED77G1PUA",
                  "OLED77G1RLA",
                  "OLED77G23LA",
                  "OLED77G26LA",
                  "OLED77G2PUA",
                  "OLED77G33LA",
                  "OLED77G36LA",
                  "OLED77G3PUA",
                  "OLED77G6P",
                  "OLED77G6V",
                  "OLED77G7P",
                  "OLED77G7V",
                  "OLED77G96LA",
                  "OLED77GXPUA",
                  "OLED77W7P",
                  "OLED77W7V",
                  "OLED77W8PLA",
                  "OLED77W8PUA",
                  "OLED77W9PLA",
                  "OLED77Z19LA",
                  "OLED77Z2PUA",
                  "OLED77Z39LA",
                  "OLED77Z3PUA",
                  "OLED77ZX9LA",
                  "OLED77ZXPUA",
                  "OLED77ZZ9LA",
                  "OLED83C14LA",
                  "OLED83C1PUA",
                  "OLED83C21LA",
                  "OLED83C24LA",
                  "OLED83C26LA",
                  "OLED83C27LA",
                  "OLED83C29LA",
                  "OLED83C2AUA",
                  "OLED83C2PUA",
                  "OLED83C2RLA",
                  "OLED83C31LA",
                  "OLED83C34LA",
                  "OLED83C36LA",
                  "OLED83C37LA",
                  "OLED83C3AUA",
                  "OLED83C3PUA",
                  "OLED83G23LA",
                  "OLED83G26LA",
                  "OLED83G2AUA",
                  "OLED83G2PUA",
                  "OLED83G36LA",
                  "OLED83G39LA",
                  "OLED83G3PUA",
                  "OLED88Z19LA",
                  "OLED88Z1PTA",
                  "OLED88Z29LA",
                  "OLED88Z2PUA",
                  "OLED88Z39LA",
                  "OLED88Z9PLA",
                  "OLED88Z9PUA",
                  "OLED88ZX9LA",
                  "OLED88ZXPUA",
                  "OLED97G29LA",
                  "OLED97G2PUA",
                  "OLED97M36LA",
                  "OLED97M3PUA",
                  "QA43LS03AAKLXL",
                  "QA43LS03BAKLXL",
                  "QA43LS05TAKXXL",
                  "QA43Q60BAKLXL",
                  "QA50LS03AAKLXL",
                  "QA50LS03BAKLXL",
                  "QA55LS01TAKXXL",
                  "QA58Q60TAUXTW",
                  "QA75LS03BAKXXL",
                  "QE32LS03BBUXZT",
                  "QE32LS03CBUXXU",
                  "QE32LS03TCUXXC",
                  "QE32LS03TCUXXU",
                  "QE32LS03TCUXZT",
                  "QE32Q50AAUXXC",
                  "QE32Q50AAUXXU",
                  "QE32Q50AAUXZT",
                  "QE43LS01TAUXZG",
                  "QE43LS03AAUXXC",
                  "QE43LS03AAUXXU",
                  "QE43LS03BGUXXU",
                  "QE43LS03RAUXXC",
                  "QE43LS03RAUXZG",
                  "QE43LS03TAUXXC",
                  "QE43LS05BAUXXU",
                  "QE43LS05TAU",
                  "QE43Q60AAUXXC",
                  "QE43Q60BAUXXC",
                  "QE43Q60BAUXXN",
                  "QE43Q60BAUXXU",
                  "QE43Q60RATXXH",
                  "QE43Q60TAUXXC",
                  "QE43Q60TAUXXU",
                  "QE43Q64BAUXXC",
                  "QE43Q65AAUXXU",
                  "QE43Q65BAUXZT",
                  "QE43QN90BATXXC",
                  "QE43QN90BATXZT",
                  "QE43QN92BAT",
                  "QE43QN93BATXXC",
                  "QE43QN94BATXZT",
                  "QE49Q60RAL",
                  "QE50LS01TAUXXU",
                  "QE50LS03AAUXXC",
                  "QE50LS03BAUXXC",
                  "QE50LS03TAUXXC",
                  "QE50Q60AAUXXC",
                  "QE50Q60BAUXXC",
                  "QE50Q60BAUXXU",
                  "QE50Q60BAUXZT",
                  "QE50Q60TAU",
                  "QE50Q60TAUXXC",
                  "QE50Q60TAUXZT",
                  "QE50Q64BAUXXC",
                  "QE50Q65AAUXXU",
                  "QE50Q65BAUXZT",
                  "QE50Q80AATXXC",
                  "QE50Q80BATXXC",
                  "QE50QN90AATXXC",
                  "QE50QN90BATXXC",
                  "QE50QN90BATXXU",
                  "QE50QN90BATXZT",
                  "QE50QN91AATXXC",
                  "QE50QN92AATXXC",
                  "QE50QN93AATXXC",
                  "QE50QN93BATXXC",
                  "QE50QN94AATXXU",
                  "QE50QN94BATXZT",
                  "QE55LS01TAUXZG",
                  "QE55LS03AAUXXC",
                  "QE55LS03AAUXXN",
                  "QE55LS03BAUXZT",
                  "QE55LS03BGUXXU",
                  "QE55LS03RAUXZG",
                  "QE55LS03TAUXXC",
                  "QE55LST7TCUXXU",
                  "QE55Q60AAUXXC",
                  "QE55Q60BAUXXC",
                  "QE55Q60BAUXXU",
                  "QE55Q60BAUXZT",
                  "QE55Q60RAL",
                  "QE55Q60TAUXXC",
                  "QE55Q64BAUXXC",
                  "QE55Q65AAUXXU",
                  "QE55Q65BAUXZT",
                  "QE55Q70AATXXC",
                  "QE55Q70BATXXC",
                  "QE55Q70TATXXC",
                  "QE55Q75BATXXU",
                  "QE55Q77TATXXC",
                  "QE55Q80AATXXC",
                  "QE55Q80BATXXC",
                  "QE55Q80BATXXU",
                  "QE55Q8CNATXXU",
                  "QE55Q8FAMTXZG",
                  "QE55Q90RAT",
                  "QE55QN700ATXXU",
                  "QE55QN700BTXXU",
                  "QE55QN85AATXXC",
                  "QE55QN85BATXXC",
                  "QE55QN90AATXXC",
                  "QE55QN90BATXXC",
                  "QE55QN90BATXXU",
                  "QE55QN90BATXZT",
                  "QE55QN91AATXXC",
                  "QE55QN92AATXXC",
                  "QE55QN93AATXXC",
                  "QE55QN93BATXXC",
                  "QE55QN94AATXXU",
                  "QE55QN94BATXZT",
                  "QE55QN95AATXXC",
                  "QE55QN95BATXXC",
                  "QE55QN95BATXXU",
                  "QE55S90CATXXU",
                  "QE58Q60TAUXXC",
                  "QE65LS03AAUXXC",
                  "QE65LS03RAUXXC",
                  "QE65LS03RAUXZG",
                  "QE65LS03TAUXXC",
                  "QE65Q60AAUXXC",
                  "QE65Q60BAUXXU",
                  "QE65Q60TAUXXC",
                  "QE65Q64BAUXXC",
                  "QE65Q65AAUXXU",
                  "QE65Q65BAUXXU",
                  "QE65Q67BAUXXC",
                  "QE65Q70AATXXC",
                  "QE65Q70BATXXC",
                  "QE65Q70TATXXC",
                  "QE65Q77TATXXC",
                  "QE65Q7FNATXXC",
                  "QE65Q800TATXXC",
                  "QE65Q80AATXXC",
                  "QE65Q80BATXXC",
                  "QE65Q80BATXXU",
                  "QE65Q8CNATXXU",
                  "QE65Q8FAMTXZG",
                  "QE65Q90RAL",
                  "QE65Q90RAT",
                  "QE65QN700ATXXU",
                  "QE65QN700BTXXU",
                  "QE65QN800ATXXC",
                  "QE65QN800BTXXC",
                  "QE65QN85AATXXC",
                  "QE65QN85AATXZT",
                  "QE65QN85BATXXC",
                  "QE65QN900ATXXC",
                  "QE65QN900BTXXC",
                  "QE65QN90AATXXC",
                  "QE65QN90BATXXC",
                  "QE65QN90BATXXU",
                  "QE65QN90BATXZT",
                  "QE65QN91AATXXC",
                  "QE65QN92AATXXC",
                  "QE65QN93AATXXC",
                  "QE65QN93BATXXC",
                  "QE65QN94AATXXU",
                  "QE65QN94BATXZT",
                  "QE65QN95AATXXC",
                  "QE65QN95BATXXC",
                  "QE65QN95BATXZT",
                  "QE65S90CATXXU",
                  "QE65S95BATXZT",
                  "QE75LS03AAUXXC",
                  "QE75LS03TAUXXC",
                  "QE75Q60AAUXXC",
                  "QE75Q60BAUXXC",
                  "QE75Q60BAUXXU",
                  "QE75Q60TAUXXC",
                  "QE75Q64BAUXXC",
                  "QE75Q65AAUXXU",
                  "QE75Q70AATXXC",
                  "QE75Q70BATXXC",
                  "QE75Q70BATXZT",
                  "QE75Q70TATXXC",
                  "QE75Q75BATXXU",
                  "QE75Q77TATXXC",
                  "QE75Q7FNATXXC",
                  "QE75Q800TATXXC",
                  "QE75Q80AATXXC",
                  "QE75Q80BATXXC",
                  "QE75Q80BATXXU",
                  "QE75Q8DNATXXH",
                  "QE75Q90RAL",
                  "QE75Q90RAT",
                  "QE75QN700ATXXU",
                  "QE75QN700BTXXU",
                  "QE75QN800ATXXC",
                  "QE75QN800BTXXC",
                  "QE75QN85AATXXC",
                  "QE75QN85BATXXC",
                  "QE75QN85BATXZT",
                  "QE75QN900ATXXC",
                  "QE75QN900BTXXC",
                  "QE75QN900CTXXU",
                  "QE75QN90AATXXC",
                  "QE75QN90BATXXC",
                  "QE75QN90BATXZT",
                  "QE75QN91AATXXC",
                  "QE75QN92AATXXC",
                  "QE75QN93AATXXC",
                  "QE75QN93BATXXC",
                  "QE75QN94AATXXU",
                  "QE75QN95AATXXC",
                  "QE75QN95BATXXU",
                  "QE75QN95BATXZT",
                  "QE77S90CATXXU",
                  "QE82Q800TATXXC",
                  "QE85LS03AAUXXC",
                  "QE85Q60AAUXXC",
                  "QE85Q60BAUXZT",
                  "QE85Q60CAUXXU",
                  "QE85Q60TAUXXC",
                  "QE85Q70AATXXC",
                  "QE85Q70BATXXC",
                  "QE85Q70TATXXC",
                  "QE85Q80BATXXC",
                  "QE85Q80TATXXC",
                  "QE85QN800ATXXC",
                  "QE85QN800BTXXC",
                  "QE85QN85AATXXC",
                  "QE85QN85BATXXC",
                  "QE85QN900ATXXC",
                  "QE85QN900BTXXC",
                  "QE85QN90AATXXC",
                  "QE85QN90BATXXC",
                  "QE85QN90BATXZT",
                  "QE85QN94CATXXU",
                  "QE85QN95AATXXC",
                  "QE85QN95BATXXC",
                  "QE88Q9FAMTXZG",
                  "QE98Q950RBTXXC",
                  "QE98QN90AATXXC",
                  "QE98QN90AATXXU",
                  "QN32LS03BBFXZA",
                  "QN32LS03TAFXZA",
                  "QN32Q60AAFXZA",
                  "QN43LS01TAFXZA",
                  "QN43LS03AAFXZA",
                  "QN43LS03BAFXZA",
                  "QN43LS03RAFXZA",
                  "QN43Q60AAF",
                  "QN43Q60AAFXZA",
                  "QN43Q60BAFXZA",
                  "QN43Q60BDFXZA",
                  "QN43Q60RAFXZA",
                  "QN43QN90AAFXZA",
                  "QN43QN90BAFXZA",
                  "QN49LS03RAFXZA",
                  "QN49Q60RAFXZA",
                  "QN49Q6FAMFXZA",
                  "QN49Q6FNAFXZA",
                  "QN49Q70RAFXZA",
                  "QN49Q80TAFXZA",
                  "QN50LS03AAFXZA",
                  "QN50LS03BAFXZA",
                  "QN50LS03TAFXZA",
                  "QN50Q60AAFXZA",
                  "QN50Q60BAFXZA",
                  "QN50Q60BDFXZA",
                  "QN50Q6DTAFXZA",
                  "QN50Q80AAFXZA",
                  "QN50Q80BAFXZA",
                  "QN50Q80TAFXZA",
                  "QN50QN90AAFXZA",
                  "QN50QN90BAFXZA",
                  "QN55LS01BAFXZA",
                  "QN55LS01TAFXZA",
                  "QN55LS03AAFXZA",
                  "QN55LS03BAFXZA",
                  "QN55LS03RAFXZA",
                  "QN55LS03TAFXZA",
                  "QN55LST7TAF",
                  "QN55LST7TAFXZA",
                  "QN55Q60AAFXZA",
                  "QN55Q60BAFXZA",
                  "QN55Q60BDFXZA",
                  "QN55Q60RAFXZA",
                  "QN55Q70AAFXZA",
                  "QN55Q70RAFXZA",
                  "QN55Q7CNAFXZA",
                  "QN55Q7FAMFXZA",
                  "QN55Q7FNAFXZA",
                  "QN55Q80AAFXZA",
                  "QN55Q80BAFXZA",
                  "QN55Q80RAFXZA",
                  "QN55Q8CAMFXZA",
                  "QN55Q900RBFXZA",
                  "QN55Q90TAFXZA",
                  "QN55QN85AAFXZA",
                  "QN55QN85BAFXZA",
                  "QN55QN90AAFXZA",
                  "QN55QN90BAFXZA",
                  "QN55QN95BAFXZA",
                  "QN55S95BAFXZA",
                  "QN60Q60AAFXZA",
                  "QN60Q60BAFXZA",
                  "QN60Q60BDFXZA",
                  "QN65LS01TAFXZA",
                  "QN65LS03AAFXZA",
                  "QN65LS03BAFXZA",
                  "QN65LS03RAFXZA",
                  "QN65LS03TAFXZA",
                  "QN65LST9TAFXZA",
                  "QN65Q60AAFXZA",
                  "QN65Q60BAFXZA",
                  "QN65Q60RAFXZA",
                  "QN65Q6DRAFXZA",
                  "QN65Q70AAFXZA",
                  "QN65Q70RAFXZA",
                  "QN65Q7DRAFXZA",
                  "QN65Q7FAMFXZA",
                  "QN65Q7FNAFXZA",
                  "QN65Q80AAFXZA",
                  "QN65Q80BAFXZA",
                  "QN65Q80BDFXZA",
                  "QN65Q80RAFXZA",
                  "QN65Q80TAFXZA",
                  "QN65Q900RBFXZA",
                  "QN65Q900TSFXZA",
                  "QN65Q90RAF",
                  "QN65Q90RAFXZA",
                  "QN65Q90TAFXZA",
                  "QN65Q9FNAFXZA",
                  "QN65QN800AFXZA",
                  "QN65QN800BFXZA",
                  "QN65QN85BAFXZA",
                  "QN65QN900AFXZA",
                  "QN65QN900BFXZA",
                  "QN65QN90AAFXZA",
                  "QN65QN90BAFXZA",
                  "QN65QN95BAFXZA",
                  "QN65QN95BDFXZA",
                  "QN65S90CAFXZA",
                  "QN65S95BAFXZA",
                  "QN70Q60AAVXZA",
                  "QN70Q60BAFXZA",
                  "QN70Q60BDFXZA",
                  "QN75LS03AAFXZA",
                  "QN75LS03BAFXZA",
                  "QN75LST7TAFXZA",
                  "QN75LST9TAFXZA",
                  "QN75Q60AAFXZA",
                  "QN75Q60BAFXZA",
                  "QN75Q60BDFXZA",
                  "QN75Q60RAFX",
                  "QN75Q60RAFXZA",
                  "QN75Q70AAFXZA",
                  "QN75Q70RAFXZA",
                  "QN75Q70TAFXZA",
                  "QN75Q7FAMFXZA",
                  "QN75Q800TAFXZA",
                  "QN75Q80AAFXZA",
                  "QN75Q80BAFXZA",
                  "QN75Q80CAFXZA",
                  "QN75Q80RAFXZA",
                  "QN75Q80TAFXZA",
                  "QN75Q900RBFXZA",
                  "QN75Q900TSFXZA",
                  "QN75Q90RAF",
                  "QN75Q90RAFXZA",
                  "QN75Q90TAFXZA",
                  "QN75Q9FAMFXZA",
                  "QN75QN800AFXZA",
                  "QN75QN800BFXZA",
                  "QN75QN84AAFXZA",
                  "QN75QN850BFXZA",
                  "QN75QN85BAFXZA",
                  "QN75QN900AFXZA",
                  "QN75QN900BFXZA",
                  "QN75QN90AAFXZA",
                  "QN75QN90BAFXZA",
                  "QN75QN95BAFXZA",
                  "QN77S90CAFXZA",
                  "QN77S95CAFXZA",
                  "QN82Q60RAFXZA",
                  "QN82Q60TAFXZA",
                  "QN82Q70RAFXZA",
                  "QN82Q70TAFXZA",
                  "QN82Q800TAFXZA",
                  "QN82Q80RAFXZA",
                  "QN82Q8FNBFXZA",
                  "QN82Q900RBFXZA",
                  "QN82Q90RAF",
                  "QN82Q90RAFXZA",
                  "QN83S90CAEXZA",
                  "QN85LS03BAFXZA",
                  "QN85Q60AAFXZA",
                  "QN85Q60BAFXZA",
                  "QN85Q60BDFXZA",
                  "QN85Q70AAF",
                  "QN85Q70AAFXZA",
                  "QN85Q70CAF",
                  "QN85Q70RAF",
                  "QN85Q70RAFXZA",
                  "QN85Q70TAF",
                  "QN85Q70TAFXZA",
                  "QN85Q7DTAFXZA",
                  "QN85Q80AAF",
                  "QN85Q80AAFXZA",
                  "QN85Q80BAF",
                  "QN85Q80BAFXZA",
                  "QN85Q80BDF",
                  "QN85Q80BDFXZA",
                  "QN85Q80CAF",
                  "QN85Q80TAF",
                  "QN85Q80TAFXZA",
                  "QN85Q900RAF",
                  "QN85Q900RAFXZA",
                  "QN85QN800AFXZA",
                  "QN85QN800BFXZA",
                  "QN85QN85BAF",
                  "QN85QN85BAFXZA",
                  "QN85QN85CAFXZC",
                  "QN85QN900AF",
                  "QN85QN900AFXZA",
                  "QN85QN900BF",
                  "QN85QN900BFXZA",
                  "QN85QN900CFXZA",
                  "QN85QN90AAFXZA",
                  "QN85QN90BAFXZA",
                  "QN85QN95BAFXZA",
                  "QN98Q900RBFXZA",
                  "QN98QN100BFXZA",
                  "QN98QN90AAFXZA",
                  "T28E310EW",
                  "TQ32Q50AEUXXC",
                  "TU55CU7105KXXC",
                  "U7QF",
                  "UA28J4100AJXZK",
                  "UA28J4100AR",
                  "UA32J4100AK",
                  "UA32J4100AR",
                  "UA32J4100AW",
                  "UA32J4300AR",
                  "UA32J5100AJXZK",
                  "UA32J5100AR",
                  "UA32J5300AR",
                  "UA32J6300AK",
                  "UA32N4300AR",
                  "UA40J5100AK",
                  "UA40J5100AR",
                  "UA40J5300AR",
                  "UA40J5500AK",
                  "UA40J6200AW",
                  "UA40J6300AK",
                  "UA40JU6400W",
                  "UA40JU6670U",
                  "UA43BU8000WXXY",
                  "UA43J5100AR",
                  "UA48J5100AJXZK",
                  "UA48J5300AK",
                  "UA48J5300AR",
                  "UA48J6200AW",
                  "UA48J6300AK",
                  "UA48JU6670U",
                  "UA50BU8000W",
                  "UA50JU6400W",
                  "UA50JU7000K",
                  "UA55J5300AR",
                  "UA55J6200AR",
                  "UA55J6300AR",
                  "UA55JU6400JXZK",
                  "UA55JU7000J",
                  "UA55JU7500T",
                  "UA60BU8000K",
                  "UA60J6200AR",
                  "UA60JU6400W",
                  "UA60JU7000W",
                  "UA65BU8000WXXY",
                  "UA65JS8000W",
                  "UA65JU6400W",
                  "UA65JU7500S",
                  "UA65RU7105G",
                  "UA70BU8000KXXM",
                  "UA70RU7100K",
                  "UA75BU8000WXXY",
                  "UA75JU6400W",
                  "UA75JU7000W",
                  "UA78JS9500W",
                  "UA78JU7500W",
                  "UA85BU8000WXXY",
                  "UA85JU7000W",
                  "UA88JS9500K",
                  "UE24N4300AEXXU",
                  "UE24N4300AUXZT",
                  "UE24N4305AKXXC",
                  "UE28J4100AK",
                  "UE28J4100AW",
                  "UE28J4100AWXXC",
                  "UE28N4305AK",
                  "UE32J4000AK",
                  "UE32J4000AW",
                  "UE32J4100AK",
                  "UE32J4100AW",
                  "UE32J5000AK",
                  "UE32J5000AW",
                  "UE32J5100AK",
                  "UE32J5100AW",
                  "UE32J5200AK",
                  "UE32J5200AW",
                  "UE32J5500AK",
                  "UE32J5500AW",
                  "UE32J5600AK",
                  "UE32J5600AW",
                  "UE32J6200AK",
                  "UE32J6300AK",
                  "UE32K4100AK",
                  "UE32K4100AW",
                  "UE32K5100AK",
                  "UE32K5102AK",
                  "UE32K5500AK",
                  "UE32K5600AK",
                  "UE32K5600AW",
                  "UE32M4000AW",
                  "UE32M5000AW",
                  "UE32M5500AK",
                  "UE32M5520AW",
                  "UE32M5570AU",
                  "UE32M5572AU",
                  "UE32M5600AK",
                  "UE32M5620AK",
                  "UE32M5620AW",
                  "UE32M5670AU",
                  "UE32N4000AW",
                  "UE32N4002AK",
                  "UE32N4005AW",
                  "UE32N4500AUXRU",
                  "UE32N4510AU",
                  "UE32N5000AK",
                  "UE32N5000AW",
                  "UE32N5300AK",
                  "UE32N5300AW",
                  "UE32N5305AK",
                  "UE32N5370AUXZG",
                  "UE32T4300AKXXU",
                  "UE32T4302AK",
                  "UE32T4305AK",
                  "UE32T5300CKXXU",
                  "UE32T5305AKXXC",
                  "UE32T5372CUXZT",
                  "UE32T5375AUXXC",
                  "UE40J5000AK",
                  "UE40J5100AK",
                  "UE40J5100AU",
                  "UE40J5100AW",
                  "UE40J5200AW",
                  "UE40J5500AW",
                  "UE40J5510AK",
                  "UE40J5510AW",
                  "UE40J6200AW",
                  "UE40J6300AK",
                  "UE40JU6000K",
                  "UE40JU6400K",
                  "UE40JU6410U",
                  "UE40JU6450U",
                  "UE40JU6500K",
                  "UE40JU6510U",
                  "UE40JU6640U",
                  "UE40JU6670U",
                  "UE40JU7000T",
                  "UE40K5100AK",
                  "UE40K5102AK",
                  "UE40K5500AK",
                  "UE40K5500AW",
                  "UE40K5510AW",
                  "UE40K5600AK",
                  "UE40K5600AW",
                  "UE40K6300AK",
                  "UE40K6300AW",
                  "UE40K6370SS",
                  "UE40K6500AU",
                  "UE40K6500BU",
                  "UE40KU6000K",
                  "UE40KU6000W",
                  "UE40KU6020K",
                  "UE40KU6020W",
                  "UE40KU6072U",
                  "UE40KU6100K",
                  "UE40KU6100W",
                  "UE40KU6172U",
                  "UE40KU6400U",
                  "UE40KU6470S",
                  "UE40KU6470U",
                  "UE40M5000AW",
                  "UE40MU6100K",
                  "UE40MU6100W",
                  "UE40MU6102KXXH",
                  "UE40MU6120K",
                  "UE40MU6120W",
                  "UE40MU6125K",
                  "UE40MU6170UXZG",
                  "UE40MU6172U",
                  "UE40MU6179U",
                  "UE40MU6400U",
                  "UE40MU6402U",
                  "UE40MU6409U",
                  "UE40MU6470U",
                  "UE40MU6472U",
                  "UE40MU6479U",
                  "UE40N5300AU",
                  "UE40NU7115K",
                  "UE40NU7120K",
                  "UE40NU7120W",
                  "UE40NU7190S",
                  "UE43AU7025KXXC",
                  "UE43AU7090UXZT",
                  "UE43AU7095UXXC",
                  "UE43AU7100KXXU",
                  "UE43AU7105KXXC",
                  "UE43AU7110KXXU",
                  "UE43AU7172UXXH",
                  "UE43AU7175UXXC",
                  "UE43AU7190UXZT",
                  "UE43AU8000KXXU",
                  "UE43AU8005KXXC",
                  "UE43AU8075UXXC",
                  "UE43AU9000KXXU",
                  "UE43AU9005KXXC",
                  "UE43AU9007KXXU",
                  "UE43AU9075UXXC",
                  "UE43BU8000K",
                  "UE43BU8000KXXU",
                  "UE43BU8005KXXC",
                  "UE43BU8070UXZT",
                  "UE43BU8075U",
                  "UE43BU8500KXXU",
                  "UE43BU8570UXZT",
                  "UE43CU7172UXXH",
                  "UE43CU71A0KXXU",
                  "UE43CU8510K",
                  "UE43J5500AK",
                  "UE43J5500AW",
                  "UE43J5600AK",
                  "UE43J5600AW",
                  "UE43JU6000U",
                  "UE43JU6000W",
                  "UE43KS7500S",
                  "UE43KS7500U",
                  "UE43KU6000K",
                  "UE43KU6000W",
                  "UE43KU6072U",
                  "UE43KU6400U",
                  "UE43KU6500S",
                  "UE43KU6500U",
                  "UE43KU6650S",
                  "UE43KU6670U",
                  "UE43KU6679U",
                  "UE43LS003AS",
                  "UE43LS003AU",
                  "UE43LS03NAS",
                  "UE43M5500AK",
                  "UE43M5510AW",
                  "UE43M5520AK",
                  "UE43M5570AU",
                  "UE43M5572AU",
                  "UE43M5600AW",
                  "UE43M5620AW",
                  "UE43M5670AS",
                  "UE43MU6100K",
                  "UE43MU6100W",
                  "UE43MU6102K",
                  "UE43MU6120W",
                  "UE43MU6125K",
                  "UE43MU6170UXZG",
                  "UE43MU6172U",
                  "UE43MU6179U",
                  "UE43N5300AU",
                  "UE43N5500AU",
                  "UE43N5510AU",
                  "UE43N5510AUXRU",
                  "UE43NU6025K",
                  "UE43NU7020K",
                  "UE43NU7090S",
                  "UE43NU7092U",
                  "UE43NU7120K",
                  "UE43NU7120W",
                  "UE43NU7190S",
                  "UE43NU7400U",
                  "UE43NU7400UXZG",
                  "UE43NU7409U",
                  "UE43NU7442UXXH",
                  "UE43NU7452UXXH",
                  "UE43NU7470S",
                  "UE43NU7470U",
                  "UE43RU6025KXXC",
                  "UE43RU7025K",
                  "UE43RU7090U",
                  "UE43RU7099U",
                  "UE43RU7100K",
                  "UE43RU7100W",
                  "UE43RU7105K",
                  "UE43RU7170S",
                  "UE43RU7170UXZG",
                  "UE43RU7172U",
                  "UE43RU7179U",
                  "UE43RU7179UXZG",
                  "UE43RU7400S",
                  "UE43RU7400U",
                  "UE43RU7405U",
                  "UE43RU7409U",
                  "UE43RU7410U",
                  "UE43RU7419U",
                  "UE43RU7440S",
                  "UE43RU7449U",
                  "UE43RU7450U",
                  "UE43RU7470S",
                  "UE43RU7470U",
                  "UE43RU7475U",
                  "UE43RU7479U",
                  "UE43TU7070U",
                  "UE43TU7090UXZT",
                  "UE43TU7095U",
                  "UE43TU7105KXXC",
                  "UE43TU7125KXXC",
                  "UE43TU7170U",
                  "UE43TU7172U",
                  "UE43TU7175UXXC",
                  "UE43TU7190UXZG",
                  "UE43TU7500U",
                  "UE43TU8005KXXC",
                  "UE43TU8075UXXC",
                  "UE43TU8505UXXC",
                  "UE48HU7500T",
                  "UE48J5000AW",
                  "UE48J5100AK",
                  "UE48J5100AW",
                  "UE48J5200AK",
                  "UE48J5500AK",
                  "UE48J5500AU",
                  "UE48J5500AW",
                  "UE48J5510AK",
                  "UE48J5510AW",
                  "UE48J5600AK",
                  "UE48J5600AW",
                  "UE48J6200AW",
                  "UE48J6300AK",
                  "UE48JS8500T",
                  "UE48JS9000T",
                  "UE48JU6000K",
                  "UE48JU6000U",
                  "UE48JU6400K",
                  "UE48JU6410U",
                  "UE48JU6450U",
                  "UE48JU6500K",
                  "UE48JU6510S",
                  "UE48JU6640S",
                  "UE48JU6670U",
                  "UE48JU7000T",
                  "UE48JU7500T",
                  "UE49K5100AK",
                  "UE49K5102AKXBT",
                  "UE49K5500AK",
                  "UE49K5500AW",
                  "UE49K5510AW",
                  "UE49K5600AK",
                  "UE49K5600AW",
                  "UE49K6300AK",
                  "UE49K6300AW",
                  "UE49K6370SS",
                  "UE49K6500AU",
                  "UE49KS7000S",
                  "UE49KS7000U",
                  "UE49KS7002U",
                  "UE49KS7500S",
                  "UE49KS7500U",
                  "UE49KS8000L",
                  "UE49KS8000T",
                  "UE49KS9000L",
                  "UE49KS9000T",
                  "UE49KU6100K",
                  "UE49KU6100W",
                  "UE49KU6172U",
                  "UE49KU6400U",
                  "UE49KU6470U",
                  "UE49KU6500U",
                  "UE49KU6500UXXU",
                  "UE49KU6650S",
                  "UE49KU6650U",
                  "UE49KU6670S",
                  "UE49KU6670U",
                  "UE49KU6679U",
                  "UE49LS03NAS",
                  "UE49LS03NAU",
                  "UE49LS03NAUXZG",
                  "UE49M5000AW",
                  "UE49M5500AW",
                  "UE49M5510AK",
                  "UE49M5520AK",
                  "UE49M5520AW",
                  "UE49M5570AU",
                  "UE49M5572AU",
                  "UE49M5600AW",
                  "UE49M5620AW",
                  "UE49M5670AS",
                  "UE49M6300AK",
                  "UE49M6320AWXXN",
                  "UE49M6500AU",
                  "UE49MU6100W",
                  "UE49MU6120W",
                  "UE49MU6125K",
                  "UE49MU6170U",
                  "UE49MU6179U",
                  "UE49MU6200K",
                  "UE49MU6220KXXU",
                  "UE49MU6220W",
                  "UE49MU6270U",
                  "UE49MU6270UXZG",
                  "UE49MU6272U",
                  "UE49MU6300U",
                  "UE49MU6400U",
                  "UE49MU6402U",
                  "UE49MU6409U",
                  "UE49MU6470U",
                  "UE49MU6472U",
                  "UE49MU6479U",
                  "UE49MU6500U",
                  "UE49MU6502U",
                  "UE49MU6509U",
                  "UE49MU6650S",
                  "UE49MU6652U",
                  "UE49MU7000TXXU",
                  "UE49MU7002T",
                  "UE49MU7005T",
                  "UE49MU7009T",
                  "UE49MU7070L",
                  "UE49MU7070T",
                  "UE49MU7079T",
                  "UE49MU8000T",
                  "UE49MU8009T",
                  "UE49MU9000T",
                  "UE49MU9005T",
                  "UE49MU9009T",
                  "UE49N5000AU",
                  "UE49N5000AUXCE",
                  "UE49N5500AU",
                  "UE49N5510AU",
                  "UE49N5510AUXRU",
                  "UE49NU7100K",
                  "UE49NU7100W",
                  "UE49NU7170S",
                  "UE49NU7300K",
                  "UE49NU7300W",
                  "UE49NU7370U",
                  "UE49NU7372U",
                  "UE49NU7500U",
                  "UE49NU7670S",
                  "UE49NU7670U",
                  "UE49NU7672UXXH",
                  "UE49NU8000L",
                  "UE49NU8000T",
                  "UE49NU8005T",
                  "UE49NU8070L",
                  "UE49RU7300K",
                  "UE49RU7300WXXN",
                  "UE49RU7379UXZG",
                  "UE49RU8000S",
                  "UE49RU8005U",
                  "UE50AU7100KXXU",
                  "UE50AU7105KXXC",
                  "UE50AU7110KXXU",
                  "UE50AU7172UXXH",
                  "UE50AU7175UXXC",
                  "UE50AU7190UXZT",
                  "UE50AU8000KXXU",
                  "UE50AU8005KXXC",
                  "UE50AU8075UXXC",
                  "UE50AU9000KXXU",
                  "UE50AU9005KXXC",
                  "UE50AU9007K",
                  "UE50AU9075U",
                  "UE50AU9075UXXC",
                  "UE50BU8000KXXU",
                  "UE50BU8005KXXC",
                  "UE50BU8075U",
                  "UE50BU8500KXXU",
                  "UE50BU8570UXZT",
                  "UE50CU7100KXXU",
                  "UE50CU7110KXXU",
                  "UE50CU8510KXXU",
                  "UE50J5100AK",
                  "UE50J5100AW",
                  "UE50J5500AK",
                  "UE50J5500AU",
                  "UE50J6200AW",
                  "UE50JU6400K",
                  "UE50JU6450U",
                  "UE50JU6800K",
                  "UE50JU6870U",
                  "UE50JU6872U",
                  "UE50KU6000K",
                  "UE50KU6000W",
                  "UE50KU6020K",
                  "UE50KU6020W",
                  "UE50KU6072U",
                  "UE50MU6100K",
                  "UE50MU6100W",
                  "UE50MU6102K",
                  "UE50MU6170UXZG",
                  "UE50MU6172UXXH",
                  "UE50MU6179U",
                  "UE50NU6025K",
                  "UE50NU7020K",
                  "UE50NU7020W",
                  "UE50NU7090S",
                  "UE50NU7092U",
                  "UE50NU7400S",
                  "UE50NU7400U",
                  "UE50NU7409U",
                  "UE50NU7442UXXH",
                  "UE50NU7452UXXH",
                  "UE50NU7470S",
                  "UE50NU7470U",
                  "UE50RU6025K",
                  "UE50RU7025K",
                  "UE50RU7090U",
                  "UE50RU7099U",
                  "UE50RU7100K",
                  "UE50RU7100W",
                  "UE50RU7105K",
                  "UE50RU7170S",
                  "UE50RU7170UXZG",
                  "UE50RU7172U",
                  "UE50RU7179U",
                  "UE50RU7179UXZG",
                  "UE50RU7400S",
                  "UE50RU7400U",
                  "UE50RU7405U",
                  "UE50RU7409U",
                  "UE50RU7410S",
                  "UE50RU7410U",
                  "UE50RU7415U",
                  "UE50RU7419U",
                  "UE50RU7440UXZG",
                  "UE50RU7449U",
                  "UE50RU7450U",
                  "UE50RU7470S",
                  "UE50RU7470U",
                  "UE50RU7475U",
                  "UE50RU7479U",
                  "UE50TU7070U",
                  "UE50TU7090UXZG",
                  "UE50TU7105K",
                  "UE50TU7125KXXC",
                  "UE50TU7170UXZG",
                  "UE50TU7172U",
                  "UE50TU7175UXXC",
                  "UE50TU7190UXZG",
                  "UE50TU7500U",
                  "UE50TU8000K",
                  "UE50TU8005K",
                  "UE50TU8075UXXC",
                  "UE50TU8500U",
                  "UE50TU8505UXXC",
                  "UE55AU7090UXZT",
                  "UE55AU7095UXXC",
                  "UE55AU7100KXXU",
                  "UE55AU7105KXXC",
                  "UE55AU7110KXXU",
                  "UE55AU7170UXZT",
                  "UE55AU7175UXXC",
                  "UE55AU7190UXZT",
                  "UE55AU8000KXXU",
                  "UE55AU8005KXXC",
                  "UE55AU8075UXXC",
                  "UE55AU9000KXXU",
                  "UE55AU9005KXXC",
                  "UE55AU9007K",
                  "UE55AU9072UXXH",
                  "UE55AU9075UXXC",
                  "UE55BU8000KXXU",
                  "UE55BU8005KXXC",
                  "UE55BU8075U",
                  "UE55BU8500KXXU",
                  "UE55CU7110KXXU",
                  "UE55CU8500KXXU",
                  "UE55ES8000U",
                  "UE55HU7200U",
                  "UE55HU7500T",
                  "UE55HU8200T",
                  "UE55HU8500T",
                  "UE55HU9000T",
                  "UE55J5100AK",
                  "UE55J5100AW",
                  "UE55J5500AK",
                  "UE55J5500AU",
                  "UE55J5500AW",
                  "UE55J5600AK",
                  "UE55J5600AW",
                  "UE55J6300AK",
                  "UE55JS8000T",
                  "UE55JS8500T",
                  "UE55JS9000T",
                  "UE55JU6000K",
                  "UE55JU6000U",
                  "UE55JU6400K",
                  "UE55JU6410U",
                  "UE55JU6450U",
                  "UE55JU6500K",
                  "UE55JU6510U",
                  "UE55JU6640U",
                  "UE55JU6670U",
                  "UE55JU6800K",
                  "UE55JU6870U",
                  "UE55JU6872U",
                  "UE55JU7000T",
                  "UE55JU7500T",
                  "UE55K5100AK",
                  "UE55K5102AK",
                  "UE55K5500AK",
                  "UE55K5510AW",
                  "UE55K5600AK",
                  "UE55K5600AW",
                  "UE55K6300AK",
                  "UE55K6300AW",
                  "UE55K6370SS",
                  "UE55K6500AU",
                  "UE55KS7000S",
                  "UE55KS7000U",
                  "UE55KS7002U",
                  "UE55KS7500S",
                  "UE55KS7500U",
                  "UE55KS8000L",
                  "UE55KS8000T",
                  "UE55KS9000L",
                  "UE55KS9000T",
                  "UE55KU6000K",
                  "UE55KU6000W",
                  "UE55KU6020K",
                  "UE55KU6020W",
                  "UE55KU6072U",
                  "UE55KU6100K",
                  "UE55KU6100W",
                  "UE55KU6172U",
                  "UE55KU6400U",
                  "UE55KU6470U",
                  "UE55KU6500U",
                  "UE55KU6650S",
                  "UE55KU6670S",
                  "UE55KU6670U",
                  "UE55KU6679U",
                  "UE55LS003AS",
                  "UE55LS003AU",
                  "UE55LS03NAS",
                  "UE55LS03NAUXZG",
                  "UE55M5500AK",
                  "UE55M5510AK",
                  "UE55M5520AW",
                  "UE55M5570AU",
                  "UE55M5572AU",
                  "UE55M5600AW",
                  "UE55M5620AW",
                  "UE55M6320AK",
                  "UE55M6320AW",
                  "UE55M6370AS",
                  "UE55M6500AU",
                  "UE55MU6100K",
                  "UE55MU6100W",
                  "UE55MU6102K",
                  "UE55MU6120K",
                  "UE55MU6120W",
                  "UE55MU6125K",
                  "UE55MU6170UXZG",
                  "UE55MU6172U",
                  "UE55MU6179U",
                  "UE55MU6200K",
                  "UE55MU6200W",
                  "UE55MU6220KXXU",
                  "UE55MU6220W",
                  "UE55MU6270U",
                  "UE55MU6270UXZG",
                  "UE55MU6272U",
                  "UE55MU6279U",
                  "UE55MU6300U",
                  "UE55MU6400U",
                  "UE55MU6402U",
                  "UE55MU6409U",
                  "UE55MU6470U",
                  "UE55MU6472U",
                  "UE55MU6479U",
                  "UE55MU6502U",
                  "UE55MU6509U",
                  "UE55MU6650S",
                  "UE55MU6652U",
                  "UE55MU7000TXXU",
                  "UE55MU7002T",
                  "UE55MU7005T",
                  "UE55MU7009T",
                  "UE55MU7070L",
                  "UE55MU7070T",
                  "UE55MU7079T",
                  "UE55MU8000TXXU",
                  "UE55MU8009T",
                  "UE55MU9000T",
                  "UE55MU9005T",
                  "UE55MU9009T",
                  "UE55NU6025K",
                  "UE55NU7020K",
                  "UE55NU7020W",
                  "UE55NU7090S",
                  "UE55NU7092U",
                  "UE55NU7100W",
                  "UE55NU7170S",
                  "UE55NU7170UXZG",
                  "UE55NU7300K",
                  "UE55NU7300W",
                  "UE55NU7370U",
                  "UE55NU7372U",
                  "UE55NU7400U",
                  "UE55NU7409U",
                  "UE55NU7442UXXH",
                  "UE55NU7452U",
                  "UE55NU7470S",
                  "UE55NU7470U",
                  "UE55NU7500U",
                  "UE55NU7670U",
                  "UE55NU7672UXXH",
                  "UE55NU8000L",
                  "UE55NU8000T",
                  "UE55NU8005T",
                  "UE55NU8070L",
                  "UE55NU8070T",
                  "UE55NU8500L",
                  "UE55RU6025K",
                  "UE55RU7025K",
                  "UE55RU7090U",
                  "UE55RU7099U",
                  "UE55RU7100W",
                  "UE55RU7105K",
                  "UE55RU7170S",
                  "UE55RU7170UXZG",
                  "UE55RU7172U",
                  "UE55RU7179U",
                  "UE55RU7179UXZG",
                  "UE55RU7300K",
                  "UE55RU7300WXXN",
                  "UE55RU7379UXZG",
                  "UE55RU7400s",
                  "UE55RU7400U",
                  "UE55RU7405U",
                  "UE55RU7409U",
                  "UE55RU7440S",
                  "UE55RU7440UXZG",
                  "UE55RU7449U",
                  "UE55RU7470S",
                  "UE55RU7470U",
                  "UE55RU7475U",
                  "UE55RU7479U",
                  "UE55RU8000S",
                  "UE55RU8000U",
                  "UE55RU8005U",
                  "UE55TU7000W",
                  "UE55TU7070UXZT",
                  "UE55TU7090UXZG",
                  "UE55TU7125KXXC",
                  "UE55TU7170S",
                  "UE55TU7172U",
                  "UE55TU7175UXXC",
                  "UE55TU7190U",
                  "UE55TU7500U",
                  "UE55TU8005KXXC",
                  "UE55TU8075UXXC",
                  "UE55TU8300K",
                  "UE55TU8505UXXC",
                  "UE58AU7100KXXU",
                  "UE58AU7105K",
                  "UE58AU7110KXXU",
                  "UE58AU7175UXXC",
                  "UE58CU7100KXXU",
                  "UE58J5000AW",
                  "UE58J5200AK",
                  "UE58J5200AW",
                  "UE58MU6120K",
                  "UE58MU6120W",
                  "UE58NU7105K",
                  "UE58RU6105K",
                  "UE58RU7100K",
                  "UE58RU7100W",
                  "UE58RU7105K",
                  "UE58RU7170S",
                  "UE58RU7179U",
                  "UE58TU7105K",
                  "UE58TU7170S",
                  "UE60AU8075UXXC",
                  "UE60BU8000KXXU",
                  "UE60BU8005K",
                  "UE60BU8005KXXC",
                  "UE60BU8075U",
                  "UE60J6200AW",
                  "UE60JU6400K",
                  "UE60JU6800K",
                  "UE60JU6870U",
                  "UE60KS7000U",
                  "UE60KS7002U",
                  "UE60KU6000K",
                  "UE60KU6000W",
                  "UE60KU6072U",
                  "UE65AU7090UXZT",
                  "UE65AU7100KXXU",
                  "UE65AU7105KXXC",
                  "UE65AU7110KXXU",
                  "UE65AU7175U",
                  "UE65AU7175UXXC",
                  "UE65AU7190UXZT",
                  "UE65AU8000KXXU",
                  "UE65AU8005KXXC",
                  "UE65AU8075UXXC",
                  "UE65AU9000KXXU",
                  "UE65AU9005KXXC",
                  "UE65AU9007K",
                  "UE65AU9072UXXH",
                  "UE65AU9075U",
                  "UE65AU9075UXXC",
                  "UE65BU8000K",
                  "UE65BU8000KXXU",
                  "UE65BU8005KXXC",
                  "UE65BU8075U",
                  "UE65BU8500K",
                  "UE65BU8570UXZT",
                  "UE65CU7110K",
                  "UE65CU8500KXXU",
                  "UE65HU7200U",
                  "UE65HU7500T",
                  "UE65HU8200T",
                  "UE65HU8500T",
                  "UE65HU9000T",
                  "UE65JS8500T",
                  "UE65JS9000T",
                  "UE65JS9500T",
                  "UE65JU6000K",
                  "UE65JU6000U",
                  "UE65JU6400K",
                  "UE65JU6450U",
                  "UE65JU6500K",
                  "UE65JU7000T",
                  "UE65JU7500T",
                  "UE65KS7000S",
                  "UE65KS7000U",
                  "UE65KS7002U",
                  "UE65KS7500U",
                  "UE65KS8000L",
                  "UE65KS8000T",
                  "UE65KS9000L",
                  "UE65KS9000T",
                  "UE65KS9500L",
                  "UE65KU6000K",
                  "UE65KU6000W",
                  "UE65KU6020K",
                  "UE65KU6020W",
                  "UE65KU6072U",
                  "UE65KU6100W",
                  "UE65KU6172U",
                  "UE65KU6400S",
                  "UE65KU6400U",
                  "UE65KU6500S",
                  "UE65KU6500U",
                  "UE65KU6680S",
                  "UE65KU6680U",
                  "UE65LS003AS",
                  "UE65LS003AU",
                  "UE65LS03NAU",
                  "UE65MU6100K",
                  "UE65MU6100W",
                  "UE65MU6102KXXH",
                  "UE65MU6120K",
                  "UE65MU6120W",
                  "UE65MU6170UXZG",
                  "UE65MU6172U",
                  "UE65MU6179U",
                  "UE65MU6200K",
                  "UE65MU6200W",
                  "UE65MU6220KXXU",
                  "UE65MU6220W",
                  "UE65MU6270UXZG",
                  "UE65MU6272U",
                  "UE65MU6279U",
                  "UE65MU6400U",
                  "UE65MU6402U",
                  "UE65MU6409U",
                  "UE65MU6470S",
                  "UE65MU6472U",
                  "UE65MU6479U",
                  "UE65MU6500U",
                  "UE65MU6502U",
                  "UE65MU6509U",
                  "UE65MU6650S",
                  "UE65MU6652U",
                  "UE65MU7000TXXU",
                  "UE65MU7002TXXH",
                  "UE65MU7005T",
                  "UE65MU7009T",
                  "UE65MU7070L",
                  "UE65MU7070T",
                  "UE65MU7079T",
                  "UE65MU8000TXXU",
                  "UE65MU8009T",
                  "UE65MU9000T",
                  "UE65MU9005T",
                  "UE65MU9009T",
                  "UE65NU6025K",
                  "UE65NU7020K",
                  "UE65NU7090S",
                  "UE65NU7092UXXH",
                  "UE65NU7100K",
                  "UE65NU7100W",
                  "UE65NU7170S",
                  "UE65NU7170UXZG",
                  "UE65NU7300W",
                  "UE65NU7372U",
                  "UE65NU7400U",
                  "UE65NU7442UXXH",
                  "UE65NU7452UXXH",
                  "UE65NU7470S",
                  "UE65NU7470U",
                  "UE65NU7500S",
                  "UE65NU7500U",
                  "UE65NU7670U",
                  "UE65NU7672UXXH",
                  "UE65NU8000L",
                  "UE65NU8000T",
                  "UE65NU8005T",
                  "UE65NU8070L",
                  "UE65NU8070T",
                  "UE65NU8500L",
                  "UE65NU8500T",
                  "UE65RU6025K",
                  "UE65RU7025K",
                  "UE65RU7090U",
                  "UE65RU7099U",
                  "UE65RU7100K",
                  "UE65RU7100W",
                  "UE65RU7105K",
                  "UE65RU7170S",
                  "UE65RU7170UXZG",
                  "UE65RU7172U",
                  "UE65RU7179U",
                  "UE65RU7300K",
                  "UE65RU7300W",
                  "UE65RU7379UXZG",
                  "UE65RU7400U",
                  "UE65RU7400UXZG",
                  "UE65RU7405U",
                  "UE65RU7409U",
                  "UE65RU7440S",
                  "UE65RU7440U",
                  "UE65RU7449U",
                  "UE65RU7470S",
                  "UE65RU7470U",
                  "UE65RU7475U",
                  "UE65RU7479U",
                  "UE65RU8000S",
                  "UE65RU8000U",
                  "UE65RU8005U",
                  "UE65TU7000K",
                  "UE65TU7070UXZT",
                  "UE65TU7090UXZG",
                  "UE65TU7125KXXC",
                  "UE65TU7170U",
                  "UE65TU7172U",
                  "UE65TU7175UXXC",
                  "UE65TU7190UXZG",
                  "UE65TU7500U",
                  "UE65TU7500UXRU",
                  "UE65TU8005KXXC",
                  "UE65TU8075UXXC",
                  "UE65TU8300K",
                  "UE65TU8505UXXC",
                  "UE70AU8000KXXU",
                  "UE70AU8005KXXC",
                  "UE70BU8000KXXU",
                  "UE70BU8005K",
                  "UE70KU6000K",
                  "UE70KU6000W",
                  "UE70RU7025K",
                  "UE70RU7090U",
                  "UE70RU7099U",
                  "UE70TU7125KXXC",
                  "UE70TU7175U",
                  "UE70TU7190UXZG",
                  "UE75AU7100KXXU",
                  "UE75AU7105KXXC",
                  "UE75AU7110KXXU",
                  "UE75AU8000KXXU",
                  "UE75AU8005KXXC",
                  "UE75AU9000KXXU",
                  "UE75AU9075UXXC",
                  "UE75BU8000KXXU",
                  "UE75BU8005KXXC",
                  "UE75BU8500KXXU",
                  "UE75KS8000T",
                  "UE75MU6102KXXH",
                  "UE75MU6120",
                  "UE75MU6170UXZG",
                  "UE75MU7005T",
                  "UE75TU7125KXXC",
                  "UE75TU7500U",
                  "UE75TU8005KXXC",
                  "UE75TU8075UXXC",
                  "UE78HU9000T",
                  "UE78KS9000L",
                  "UE78KS9000T",
                  "UE82TU8005KXXC",
                  "UE85AU7100KXXU",
                  "UE85AU7105KXXC",
                  "UE85AU7110KXXU",
                  "UE85AU7175UXXC",
                  "UE85AU8000KXXU",
                  "UE85AU8005KXXC",
                  "UE85AU8075UXXC",
                  "UE85BU8000KXXC",
                  "UE85BU8000KXXU",
                  "UE85BU8005K",
                  "UE85BU8005KXXC",
                  "UE85BU8070UXZT",
                  "UN32M4500AFXZA",
                  "UN32M4500BFXZA",
                  "UN32N5300AFXZA",
                  "UN40J5500AFXZA",
                  "UN40K6250AFXZA",
                  "UN40KU6300FXZA",
                  "UN40MU6290FXZA",
                  "UN40N5200AFXZA",
                  "UN43AU8000FXZA",
                  "UN43CU7000FXZA",
                  "UN43J5200AFXZA",
                  "UN43KU6300FXZA",
                  "UN43MU6300FXZA",
                  "UN43N5000AF",
                  "UN43N5300AFXZC",
                  "UN43NU7100FXZA",
                  "UN43RU7100FXZA",
                  "UN43TU690TFXZA",
                  "UN43TU7000FXZA",
                  "UN43TU8000FXZA",
                  "UN48J5000AFXZP",
                  "UN49KS8000FXZA",
                  "UN49MU7000FXZA",
                  "UN49MU8000FXZA",
                  "UN50AU8000FXZA",
                  "UN50J5200AFXZA",
                  "UN50MU6300FXZA",
                  "UN50RU7100FXZA",
                  "UN50TU690TFXZA",
                  "UN50TU7000FXZA",
                  "UN55AU8000FXZA",
                  "UN55K6250AFXZA",
                  "UN55KS8000FXZA",
                  "UN55KS850D",
                  "UN55KU630DFXZA",
                  "UN55KU6500FXZA",
                  "UN55KU7000FXZA",
                  "UN55KU700D",
                  "UN55MU6300FXZA",
                  "UN55MU7500FXZA",
                  "UN55MU9000FXZA",
                  "UN55NU6900FXZA",
                  "UN55NU7100FXZA",
                  "UN55NU8000FXZA",
                  "UN55NU8500FXZA",
                  "UN55RU7100FXZA",
                  "UN55RU7300FXZA",
                  "UN55RU8000FXZA",
                  "UN55TU690TFXZA",
                  "UN55TU7000FXZA",
                  "UN55TU700DFXZA",
                  "UN55TU8000FXZA",
                  "UN55TU8300FXZA",
                  "UN55TU850DFXZA",
                  "UN58MU6100FXZA",
                  "UN58NU7100FXZA",
                  "UN58RU7100FXZA",
                  "UN58TU7000FXZA",
                  "UN60KU6300FXZA",
                  "UN60TU7000FXZA",
                  "UN65AU8000FXZA",
                  "UN65HU9000F",
                  "UN65J630DAFXZA",
                  "UN65KS850DFXZA",
                  "UN65KS900DFXZA",
                  "UN65KU6300FXZA",
                  "UN65KU650DFXZA",
                  "UN65MU6500FXZA",
                  "UN65MU8500FXZA",
                  "UN65MU9000FXZA",
                  "UN65NU8000FXZA",
                  "UN65NU8500FXZA",
                  "UN65RU7100FXZA",
                  "UN65RU7300FXZA",
                  "UN65RU8000FXZA",
                  "UN65RU9000FXZA",
                  "UN65TU690TFXZA",
                  "UN65TU7000FXZA",
                  "UN65TU8000FXZA",
                  "UN65TU8300FXZA",
                  "UN65TU850DFXZA",
                  "UN70KU6300FXZA",
                  "UN70TU6985FXZA",
                  "UN70TU7000FXZA",
                  "UN70TU7000WXZA",
                  "UN70TU700DBXZA",
                  "UN75AU8000FXZA",
                  "UN75NU7100FXZA",
                  "UN75NU8000FXZA",
                  "UN75RU7100FXZA",
                  "UN75RU8000FXZA",
                  "UN75RU9000FXZA",
                  "UN78HU9000F",
                  "UN78KS9500FXZA",
                  "UN82NU8000FXZA",
                  "UN82RU8000FXZA",
                  "UN82RU9000FXZA",
                  "UN85AU8000FXZA",
                  "UN85CU8000FXZA",
                  "UN85TU8000FXZA",
                  "UN86TU9000FXZA",
                  "UN86TU9010FXZA",
                  "VG-SCFA55WTBXC"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "manufacturer": {
      "title": "Manufacturer",
      "description": "The manufacturer of the product. This may be different from the brand name used to market the product",
      "examples": [
        "Hewlett Packard"
      ],
      "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": [
              "Nike, Procter & Gamble"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 100
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "model_year": {
      "title": "Model Year",
      "description": "Provide the model year or year of production of the item.",
      "examples": [
        "2018"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Model Year",
            "description": "Provide the model year or year of production of the item.",
            "editable": true,
            "hidden": false,
            "examples": [
              "2018"
            ],
            "type": "integer",
            "minimum": 0
          },
          "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": "Item Condition Note",
      "description": "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": "The first date on which you can deliver a pre-orderable product (one that has never been available prior to this date) to a customer",
      "examples": [
        "2015-12-31"
      ],
      "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": "Max Order Quantity",
      "description": "The maximum quantity of the product that a customer may purchase in one order",
      "examples": [
        "5.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 description of the product. Please provide as much factual descriptive information as possible and avoid subjective or time-sensitive comments eg. \"great value\" or \"hot this year\". Remember that this description will be used by all sellers - do not include detail specific to your listings, eg. promotional or shipping information. If you see #### signs where you should see the text, clear the format of the cell (check Help for your vision of Excel for instructions)",
      "examples": [
        "The compact and affordable EF-S 55-250mm f/4-5.6 IS offers powerful telephoto performance. Its 4-stop Image Stabilizer with automatic panning detection effectively suppresses blur in low light. The EF-S 55-250mm f/4-5.6 IS  a telephoto zoom lens combining powerful performance with high image quality. With a focal length equivalent of 88-400mm in 35mm format, it is ideal for photographers seeking an affordable, versatile lens for general-purpose telephoto photography. To combat the effects of camera shake, the EF-S 55-250mm f/4-5.6 IS incorporates Canon's latest 4-stop compensation Image Stabilizer technology. This allows the use of shutter speeds up to 4 times slower with no perceptible increase in image blur. Automatic panning detection automatically turns off the Image Stabilizer in either the horizontal or vertical direction when following moving subjects. The EF-S 55-250mm f/4-5.6 IS employs a Canon UD (Ultra-low Dispersion) lens element to suppress the effects of secondary chromatic aberrations - for crisp, sharp, high-contrast images without fringing throughout the zoom range."
      ],
      "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 Attributes Bullet Points",
      "description": "Use bullet-point1 to bullet-point 5 to provide short sentences that summarise your product. A customer should be able to understand from these sentences what your product does, and may then decide to read the product description for more detail. Keep this information factual and descriptive - do not include subjective adjectives eg \"awesome\", great\". Do not include the model numbers your product is compatible with (use compatible-devices for this instead). Remember that these bullet points will be used by all sellers - do not include detail specific to your listings, eg. your business name or \"Free Shipping\"",
      "examples": [
        "46-inch full HD 3D TV with Edge LED, Motionflow XR 200, Internet video and Skype\nClear, smooth 3D and 2D picture quality\nWatch Internet videos and make free Skype calls\nSave time and energy with smart features\nBuilt-in tuner for easy access to Freeview HD"
      ],
      "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": [
              "Breathable Leather Lining"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 700
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "generic_keyword": {
      "title": "Search Terms",
      "description": "A word or short phrase that describes the product. Only use if your product title does not already include the word/phrase, and you think customers are likely to be searching for that word/phrase. For example, if your product title  is \"Kingston DataTraveler 101 Gen 2 8GB USB Drive - Red\", you could include the keywords \"usb stick\" and \"flash drive\" so that customers searching for those terms will find it. Do not use keywords for  common misspellings (Amazon's search engine is smart enough to figure those out) or brand names (we will pick this up from the brand-name column)",
      "examples": [
        "usb stick"
      ],
      "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": [
              "Water sport shoes; Derek Rose; Electric; Wi-Fi; Banana"
            ],
            "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": "Product Features",
      "description": "Describe any special features the product has - one in each column. Keep this information factual and descriptive - do not include subjective adjectives eg \"awesome\", great\". Do not include the model numbers your product is compatible with (use compatible-devices for this instead). Remember that this information will be used by all sellers - do not include detail specific to your listings, eg. your business name or \"Free Shipping\"",
      "examples": [
        "8MP camera"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 62,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Special Features",
            "description": "Provide the distinctive capabilities or functions that enhance the product's performance, usability, or viewing experience.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Chromecast"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 500,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Ambient Light Sensor",
                  "Ambilight",
                  "Amd freesync",
                  "Art Mode",
                  "Auto Volume Leveller",
                  "Bezel-Less Design",
                  "Blue Light Filter",
                  "Browser",
                  "Built-In Speaker",
                  "Chromecast",
                  "Closed Captioning",
                  "Curved",
                  "DLNA",
                  "Dynamic Contrast Enhancer",
                  "Eco Sensor",
                  "Eye Comfort Mode",
                  "Flat",
                  "Game Mode",
                  "Intelligent Voice Recognition",
                  "Local Dimming",
                  "Miracast",
                  "Multiple Voice Assistance",
                  "Nvidia G Sync",
                  "Parental Controls",
                  "Portable",
                  "Sleep Timer",
                  "Spatial Scaling Engine",
                  "USB Recording (DVR)",
                  "Wide Color Enhancer",
                  "Wide Viewing Angle"
                ],
                "enumNames": [
                  "Ambient Light Sensor",
                  "Ambilight",
                  "Amd freesync",
                  "Art Mode",
                  "Auto Volume Leveller",
                  "Bezel-Less Design",
                  "Blue Light Filter",
                  "Browser",
                  "Built-In Speaker",
                  "Chromecast",
                  "Closed Captioning",
                  "Curved",
                  "DLNA",
                  "Dynamic Contrast Enhancer",
                  "Eco Sensor",
                  "Eye Comfort Mode",
                  "Flat",
                  "Game Mode",
                  "Intelligent Voice Recognition",
                  "Local Dimming",
                  "Miracast",
                  "Multiple Voice Assistance",
                  "Nvidia G Sync",
                  "Parental Controls",
                  "Portable",
                  "Sleep Timer",
                  "Spatial Scaling Engine",
                  "USB Recording (DVR)",
                  "Wide Color Enhancer",
                  "Wide Viewing Angle"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "style": {
      "title": "Style Name",
      "description": "Provide the design aesthetic that characterizes the visual appearance, such as modern, traditional, or minimalist.",
      "examples": [
        "Smart TV, Standard"
      ],
      "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 design aesthetic that characterizes the visual appearance and overall look, such as modern, traditional, or minimalist.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Art Deco"
            ],
            "type": "string",
            "maxLength": 2200,
            "maxUtf8ByteLength": 2000
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "material": {
      "title": "Enclosure Material",
      "description": "The material the outside of the product is made of",
      "examples": [
        "Leather"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 14,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Material",
            "description": "Specify the primary materials used for manufacturing the item",
            "editable": true,
            "hidden": false,
            "examples": [
              "Plastic"
            ],
            "type": "string",
            "maxUtf8ByteLength": 2000
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "number_of_items": {
      "title": "Number of Items",
      "description": "The number of items that are included in the product",
      "examples": [
        "1.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": false,
            "hidden": false,
            "examples": [
              "5"
            ],
            "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
          },
          "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": [
              "Watch"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 23381
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "display": {
      "title": "Display",
      "description": "The attribute indicates the Display of the product",
      "examples": [
        "LCD"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "backlight_configuration": {
            "title": "Display Backlight Configuration",
            "description": "Provide the method used to illuminate the display from behind, such as edge-lit or full-array, affecting picture quality and brightness.",
            "examples": [
              "Edge-Lit"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Backlight Configuration",
                  "description": "Provide the backlight configuration that illuminates the screen, affecting picture quality and brightness.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "Edge-Lit"
                  ],
                  "type": "string",
                  "enum": [
                    "direct_lit",
                    "edge_lit",
                    "full_array_local_dimming",
                    "local_dimming"
                  ],
                  "enumNames": [
                    "Direct-Lit",
                    "Edge-Lit",
                    "Full Array Local Dimming",
                    "Local Dimming"
                  ]
                }
              },
              "additionalProperties": false
            }
          },
          "backlight_setting": {
            "title": "Display Backlight Setting",
            "description": "Provide the brightness setting for the item's screen, adjusting the backlight to suit different lighting conditions.",
            "examples": [
              "Dimming"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 5,
            "selectors": [
              "language_tag"
            ],
            "items": {
              "type": "object",
              "required": [
                "language_tag",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Backlight Setting",
                  "description": "Provide the backlight setting that controls how the screen illuminates content, affecting picture quality and visibility.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "Dimming"
                  ],
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 50,
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "string",
                      "enum": [
                        "Dimming",
                        "Full Array Local Dimming",
                        "Local Dimming"
                      ],
                      "enumNames": [
                        "Dimming",
                        "Full Array Local Dimming",
                        "Local Dimming"
                      ]
                    }
                  ]
                },
                "language_tag": {
                  "$ref": "#/$defs/language_tag"
                }
              },
              "additionalProperties": false
            }
          },
          "backlight_technology": {
            "title": "Display Backlight Technology",
            "description": "Provide the technology of the backlight used to illuminate the screen of the item.",
            "examples": [
              "LED"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Backlight Technology",
                  "description": "Provide the technology of the backlight used to illuminate the screen of the item.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "LED"
                  ],
                  "type": "string",
                  "enum": [
                    "ccfl",
                    "el",
                    "hcfl",
                    "lcd",
                    "led",
                    "mini_led",
                    "self_luminous"
                  ],
                  "enumNames": [
                    "CCFL",
                    "EL",
                    "HCFL",
                    "LCD",
                    "LED",
                    "Mini-LED",
                    "Self-Luminous"
                  ]
                }
              },
              "additionalProperties": false
            }
          },
          "language_options": {
            "title": "Display Language Options",
            "description": "Display Language Options",
            "examples": [
              "English Only"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 4,
            "selectors": [
              "language_tag"
            ],
            "items": {
              "type": "object",
              "required": [
                "language_tag",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Language Options",
                  "description": "Display Language Options",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "English Only"
                  ],
                  "type": "string",
                  "maxUtf8ByteLength": 5000
                },
                "language_tag": {
                  "$ref": "#/$defs/language_tag"
                }
              },
              "additionalProperties": false
            }
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "resolution_maximum": {
            "title": "Maximum Display Resolution",
            "description": "The maximum display resolution supported by a TV or camcorder",
            "examples": [
              "1080p Full HD"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
              "language_tag"
            ],
            "items": {
              "type": "object",
              "required": [
                "language_tag",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Resolution Maximum",
                  "description": "Provide the maximum display resolution in pixels that the item is capable of rendering",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "800 x 480"
                  ],
                  "type": "string",
                  "maxUtf8ByteLength": 5000
                },
                "unit": {
                  "title": "Display Resolution Maximum Unit",
                  "description": "Select the corresponding unit",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "Pixels"
                  ],
                  "type": "string",
                  "enum": [
                    "dots_per_inch",
                    "lines_per_inch",
                    "megapixels",
                    "pixels",
                    "pixels_per_inch"
                  ],
                  "enumNames": [
                    "Dots Per Inch",
                    "Lines Per Inch",
                    "MP",
                    "Pixels",
                    "Pixels Per Inch"
                  ]
                },
                "language_tag": {
                  "$ref": "#/$defs/language_tag"
                }
              },
              "additionalProperties": false
            }
          },
          "size": {
            "title": "Screen Size Unit of Measure",
            "description": "The screen size unit of measure",
            "examples": [
              "CM"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Screen Size",
                  "description": "Provide the diagonal screen size measurement of the display in inches.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "75.0"
                  ],
                  "type": "number",
                  "maxLength": 5000
                },
                "unit": {
                  "title": "Screen Size Unit",
                  "description": "Select the unit of measure for Display Size. If a value is provided for Display Size, you must also enter the corresponding unit.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "Millimetres, Centimetres, Inches"
                  ],
                  "type": "string",
                  "enum": [
                    "centimeters",
                    "inches"
                  ],
                  "enumNames": [
                    "Centimeters",
                    "Inches"
                  ]
                }
              },
              "additionalProperties": false
            }
          },
          "size_class": {
            "title": "Display Size Class",
            "description": "Provide the display size class of the item. This is approximate diagonal measurement of the screen, represented as the closest whole number.",
            "examples": [
              "55 Inches"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "unit",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Size Class",
                  "description": "Provide the display size class of the item. This is approximate diagonal measurement of the screen, represented as the closest whole number.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "55"
                  ],
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 1000
                },
                "unit": {
                  "title": "Display Size Class Unit",
                  "description": "Provide the corresponding unit used to designate the diagonal measurement screen size of the item.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "Inches"
                  ],
                  "type": "string",
                  "enum": [
                    "angstrom",
                    "centimeters",
                    "decimeters",
                    "feet",
                    "hundredths_inches",
                    "inches",
                    "kilometers",
                    "meters",
                    "micrometer",
                    "miles",
                    "millimeters",
                    "mils",
                    "nanometer",
                    "picometer",
                    "yards"
                  ],
                  "enumNames": [
                    "Angstrom",
                    "Centimetres",
                    "Decimetres",
                    "Feet",
                    "Hundredths-Inches",
                    "Inches",
                    "Kilometres",
                    "Metres",
                    "Micron",
                    "Miles",
                    "Millimetres",
                    "Mils",
                    "Nanometre",
                    "Picometre",
                    "Yards"
                  ]
                }
              },
              "additionalProperties": false
            }
          },
          "technology": {
            "title": "Display Technology",
            "description": "Provide the type of display technology used to visually render content on the screen",
            "examples": [
              "LCD"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 4,
            "selectors": [
              "language_tag"
            ],
            "items": {
              "type": "object",
              "required": [
                "language_tag",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Technology",
                  "description": "Provide the type of display technology used to visually render content on the screen",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "4K UHD"
                  ],
                  "type": "string",
                  "maxUtf8ByteLength": 2000,
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "string",
                      "enum": [
                        "CRT",
                        "DLP",
                        "LCD",
                        "LED",
                        "Mini Led",
                        "OLED",
                        "Plasma",
                        "QLED"
                      ],
                      "enumNames": [
                        "CRT",
                        "DLP",
                        "LCD",
                        "LED",
                        "Mini Led",
                        "OLED",
                        "Plasma",
                        "QLED"
                      ]
                    }
                  ]
                },
                "language_tag": {
                  "$ref": "#/$defs/language_tag"
                }
              },
              "additionalProperties": false
            }
          },
          "type": {
            "title": "Display Type",
            "description": "Provide the technology used for the screen, which determines picture quality, contrast, and overall viewing experience.",
            "examples": [
              "LCD"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
              "language_tag"
            ],
            "items": {
              "type": "object",
              "required": [
                "language_tag",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Display Type",
                  "description": "Provide the technology used for the screen that determines picture quality, contrast, and viewing experience.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "IPS, VA, TN, A+"
                  ],
                  "type": "string",
                  "maxUtf8ByteLength": 5000
                },
                "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": {
          "value": {
            "title": "Color",
            "description": "Provide the color of the product",
            "editable": true,
            "hidden": false,
            "examples": [
              "Cranberry"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 50
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "size": {
      "title": "Size",
      "description": "The numeric or text version of the item's size.",
      "examples": [
        "Mini"
      ],
      "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": [
              "Mini"
            ],
            "type": "string",
            "maxLength": 50,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Large",
                  "Medium",
                  "Mini",
                  "Small",
                  "X Large"
                ],
                "enumNames": [
                  "Large",
                  "Medium",
                  "Mini",
                  "Small",
                  "X Large"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "part_number": {
      "title": "Manufacturer Part Number",
      "description": "If applicable, please submit the manufacturer's part number for the product.  For most products, this will be identical to the model number; however, some manufacturers distinguish part number from model number",
      "examples": [
        "SB-122"
      ],
      "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": [
              "RIV001"
            ],
            "type": "string",
            "minLength": 0,
            "maxLength": 40
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "warranty_type": {
      "title": "Warranty Type",
      "description": "Enter the type of warranty for this item",
      "examples": [
        "Manufacturer"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Warranty Type",
            "description": "Enter the type of warranty or select \"No warranty\" if there isn't one",
            "editable": true,
            "hidden": false,
            "examples": [
              "Manufacturer"
            ],
            "type": "string",
            "maxLength": 1163,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Extended",
                  "Limited"
                ],
                "enumNames": [
                  "Extended",
                  "Limited"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "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
      }
    },
    "configuration": {
      "title": "Configuration",
      "description": "Use this to note the configuration of the product",
      "examples": [
        "configuration"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Configuration",
            "description": "Indicate the configuration of the item",
            "editable": true,
            "hidden": false,
            "examples": [
              "AWD Configuration"
            ],
            "type": "string",
            "maxLength": 3261
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "video_playback_format": {
      "title": "Video Playback Format",
      "description": "Provide the video formats that the television can play or display, indicating its compatibility with different types of video content.",
      "examples": [
        "FLV, MPG"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Video Playback Format",
            "description": "Provide the video formats that the television can play or display, indicating its compatibility with different types of video content.",
            "editable": true,
            "hidden": false,
            "examples": [
              "FLV, MPG"
            ],
            "type": "string",
            "maxUtf8ByteLength": 2000
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "supports_bluetooth_technology": {
      "title": "Bluetooth support?",
      "description": "Provide whether the item supports Bluetooth wireless communication technology.",
      "examples": [
        "Yes"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Bluetooth support?",
            "description": "Provide whether the item supports Bluetooth wireless communication technology.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Yes"
            ],
            "type": "boolean",
            "enum": [false, true],
            "enumNames": [
              "No",
              "Yes"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "additional_product_information": {
      "title": "target_additional_product_information",
      "description": "Provide the supplementary details about the item, such as special conditions, packaging information, or delivery notes.",
      "examples": [
        "Open Box Delivery"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Additional Product Information",
            "description": "Provide the important notes, special features, or delivery options that may affect purchase decisions or usage considerations.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Classic envelopes feature a self-adhesive seal and a security lining for privacy"
            ],
            "type": "string",
            "maxLength": 15207
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "processor_description": {
      "title": "Processor Description",
      "description": "Provide the processor included with the item as specified by the brand and series or generation indicators.",
      "examples": [
        "Intel Pentium"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 6,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Processor Description",
            "description": "Provide the processor included with the item as specified by the brand and series or generation indicators.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Intel Pentium"
            ],
            "type": "string",
            "maxLength": 3608
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "screen_surface_description": {
      "title": "Screen Finish Type",
      "description": "The screen surface finish",
      "examples": [
        "Flat, Curved"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Screen Surface Description",
            "description": "Provide the appearance quality of the screen's surface, such as glossy or matte finish.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Glossy"
            ],
            "type": "string",
            "maxLength": 998,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Glossy",
                  "Matte"
                ],
                "enumNames": [
                  "Glossy",
                  "Matte"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "aspect_ratio": {
      "title": "Aspect Ratio",
      "description": "The aspect ratio of the of the product",
      "examples": [
        "16:9 (widescreen)"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 3,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Aspect Ratio",
            "description": "Provide the ratio of width to height for the television screen, indicating the shape and proportions of the display.",
            "editable": true,
            "hidden": false,
            "examples": [
              "2.35:1"
            ],
            "type": "string",
            "enum": [
              "1.27:1",
              "1.29:1",
              "1.30:1",
              "1.33:1",
              "1.34:1",
              "1.35:1",
              "1.37:1",
              "1.38:1",
              "1.44:1",
              "1.45:1",
              "1.50:1",
              "1.55:1",
              "1.58:1",
              "1.59:1",
              "1.60:1",
              "1.63:1",
              "1.65:1",
              "1.66:1",
              "1.67:1",
              "1.70:1",
              "1.71:1",
              "1.74:1",
              "1.75:1",
              "1.76:1",
              "1.77:1",
              "1.78:1",
              "1.83:1",
              "1.85:1",
              "1.87:1",
              "1.88:1",
              "1.98:1",
              "11:9",
              "14:9",
              "16:10",
              "16:9",
              "17:9",
              "1:1",
              "2.10:1",
              "2.20:1",
              "2.21:1",
              "2.22:1",
              "2.30:1",
              "2.31:1",
              "2.33:1",
              "2.35:1",
              "2.39:1",
              "2.40:1",
              "2.55:1",
              "21:09",
              "21:9",
              "2:1",
              "32:09",
              "3:2",
              "4:3",
              "4:5",
              "5:3",
              "5:4",
              "65:24",
              "7:6",
              "unknown_aspect_ratio"
            ],
            "enumNames": [
              "1.27:1",
              "1.29:1",
              "1.30:1",
              "1.33:1",
              "1.34:1",
              "1.35:1",
              "1.37:1",
              "1.38:1",
              "1.44:1",
              "1.45:1",
              "1.50:1",
              "1.55:1",
              "1.58:1",
              "1.59:1",
              "1.60:1",
              "1.63:1",
              "1.65:1",
              "1.66:1",
              "1.67:1",
              "1.70:1",
              "1.71:1",
              "1.74:1",
              "1.75:1",
              "1.76:1",
              "1.77:1",
              "1.78:1",
              "1.83:1",
              "1.85:1",
              "1.87:1",
              "1.88:1",
              "1.98:1",
              "11:9",
              "14:9",
              "16:10",
              "16:9",
              "17:9",
              "1:1",
              "2.10:1",
              "2.20:1",
              "2.21:1",
              "2.22:1",
              "2.30:1",
              "2.31:1",
              "2.33:1",
              "2.35:1",
              "2.39:1",
              "2.40:1",
              "2.55:1",
              "21:09",
              "21:9",
              "2:1",
              "32:09",
              "3:2",
              "4:3",
              "4:5",
              "5:3",
              "5:4",
              "65:24",
              "7:6",
              "Unknown"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "speaker_description": {
      "title": "Speaker Description",
      "description": "Provide the description of the speaker or audio output capabilities of a product.",
      "examples": [
        "Dolby Digital 2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 2,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Speaker Description",
            "description": "Provide the description of the speaker or audio output capabilities of a product.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Dolby Digital 2.0"
            ],
            "type": "string",
            "maxLength": 1701
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "audio_input": {
      "title": "Audio Input",
      "description": "Provide the audio input options the item supports, allowing connection of external audio sources like microphones.",
      "examples": [
        "Microphone"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Audio Input",
            "description": "Provide the supported audio input options for the television, indicating ways to connect external audio sources to the TV.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Microphone"
            ],
            "type": "string",
            "maxLength": 1282,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "3.5mm",
                  "Auxiliary",
                  "Coaxial",
                  "HDMI",
                  "Optical",
                  "RCA",
                  "USB"
                ],
                "enumNames": [
                  "3.5mm",
                  "Auxiliary",
                  "Coaxial",
                  "HDMI",
                  "Optical",
                  "RCA",
                  "USB"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "hardware_interface": {
      "title": "Hardware Interface",
      "description": "Provide the ports or connectors the item has to connect other devices, like HDMI, USB, etc. for data transfer or media playback.",
      "examples": [
        "USB 2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 7,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Hardware Interface",
            "description": "Provide the physical ports and connectors that allow the device to communicate with external equipment.",
            "editable": true,
            "hidden": false,
            "examples": [
              "USB 2.0"
            ],
            "type": "string",
            "enum": [
              "1_4_inch_audio",
              "3_5_mm_audio",
              "bluetooth",
              "component_video",
              "composite_video",
              "d_sub",
              "displayport",
              "dvi",
              "ethernet",
              "hdmi",
              "infrared",
              "micro_hdmi",
              "microsd",
              "micro_sdhc",
              "micro_sdxc",
              "mini_hdmi",
              "mini_displayport",
              "minisd",
              "mini_sdhc",
              "mini_sdxc",
              "radio_frequency",
              "s_video",
              "s/pdif",
              "sdhc",
              "sdxc",
              "secure_digital",
              "usb",
              "usb_streaming",
              "usb_c"
            ],
            "enumNames": [
              "1/4-inch Audio",
              "3.5mm Audio",
              "Bluetooth",
              "Component Video",
              "Composite Video",
              "D-Sub",
              "DisplayPort",
              "DVI",
              "Ethernet",
              "HDMI",
              "Infrared",
              "Micro-HDMI",
              "MicroSD",
              "microSDHC",
              "microSDXC",
              "mini HDMI",
              "Mini-DisplayPort",
              "MiniSD",
              "miniSDHC",
              "miniSDXC",
              "Radio Frequency",
              "S-Video",
              "S/PDIF",
              "SDHC",
              "SDXC",
              "Secure Digital Card",
              "USB",
              "USB Streaming",
              "USB Type C"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "resolution": {
      "title": "Resolution",
      "description": "Number of horizontal lines of vertical resolution.  Values can be designated as either in progressive scan (p) or interlaced scan (i).",
      "examples": [
        "720p"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Resolution",
            "description": "Provide the display resolution specification that indicates the number of distinct pixels in each dimension that can be displayed.",
            "editable": true,
            "hidden": false,
            "examples": [
              "4K, 720p,  1080p"
            ],
            "type": "string",
            "maxLength": 2200,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "1080i",
                  "1080p",
                  "480i",
                  "480p",
                  "4K",
                  "720i",
                  "720p",
                  "768p",
                  "8K"
                ],
                "enumNames": [
                  "1080i",
                  "1080p",
                  "480i",
                  "480p",
                  "4K",
                  "720i",
                  "720p",
                  "768p",
                  "8K"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "is_assembly_required": {
      "title": "Is Assembly Required?",
      "description": "Indicate whether or not the item requires assembly by the customer",
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Required Assembly",
            "description": "Indicate whether or not the item requires assembly by the customer",
            "editable": true,
            "hidden": false,
            "examples": [
              "Yes"
            ],
            "type": "boolean",
            "enum": [false, true],
            "enumNames": [
              "No",
              "Yes"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "response_time": {
      "title": "Response Time",
      "description": "Provide the total time the item requires to respond to a signal.",
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Response Time",
            "description": "Provide the total time the item requires to respond to a signal.",
            "editable": true,
            "hidden": false,
            "examples": [
              "2.0"
            ],
            "type": "number",
            "minimum": 0,
            "maxLength": 5000
          },
          "unit": {
            "title": "Response Time Unit",
            "description": "Provide the corresponding unit used to designate the TV's reaction speed to signal changes.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Milliseconds"
            ],
            "type": "string",
            "enum": [
              "milliseconds"
            ],
            "enumNames": [
              "Milliseconds"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "refresh_rate": {
      "title": "Refresh Rate",
      "description": "The maximum refresh rate of a TV or other display, in Hz",
      "examples": [
        "480 Hz"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Refresh Rate",
            "description": "Provide the rate, in hertz, that determines how often the display refreshes or redraws the image.",
            "editable": true,
            "hidden": false,
            "examples": [
              "60, 120, 240"
            ],
            "type": "string",
            "maxLength": 605,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "120",
                  "240",
                  "480",
                  "60",
                  "600"
                ],
                "enumNames": [
                  "120",
                  "240",
                  "480",
                  "60",
                  "600"
                ]
              }
            ]
          },
          "unit": {
            "title": "Refresh Rate Unit",
            "description": "Provide the unit of measurement for the television's refresh rate, which indicates how many times per second the screen image updates.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Hz"
            ],
            "type": "string",
            "enum": [
              "GHz",
              "hertz",
              "KHz",
              "MHz"
            ],
            "enumNames": [
              "GHz",
              "Hz",
              "KHz",
              "MHz"
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "tuner_technology": {
      "title": "Tuner Type",
      "description": "The tuner type of the receiver, such as AM, AM/FM, Freeview, Freesat, etc",
      "examples": [
        "AM/FM"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Tuner Technology",
            "description": "Provide the technology used by the television to receive and process broadcast signals, indicating the types of channels it can access.",
            "editable": true,
            "hidden": false,
            "examples": [
              "AM/FM"
            ],
            "type": "string",
            "maxLength": 2118,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "ATSC",
                  "DVB-C",
                  "DVB-S",
                  "DVB-S2",
                  "DVB-T",
                  "DVB-T2",
                  "ISDB-T",
                  "NTSC",
                  "PAL",
                  "QAM",
                  "SECAM"
                ],
                "enumNames": [
                  "ATSC",
                  "DVB-C",
                  "DVB-S",
                  "DVB-S2",
                  "DVB-T",
                  "DVB-T2",
                  "ISDB-T",
                  "NTSC",
                  "PAL",
                  "QAM",
                  "SECAM"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "connectivity_technology": {
      "title": "Network Connectivity Technology",
      "description": "How the product connects to a network",
      "examples": [
        "Ethernet"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 24,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Connectivity Technology",
            "description": "Specify the product's connectivity technology",
            "editable": true,
            "hidden": false,
            "examples": [
              "Bluetooth, USB, Wireless"
            ],
            "type": "string",
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Bluetooth",
                  "Ethernet",
                  "HDMI",
                  "NFC",
                  "RF",
                  "USB",
                  "Usb C",
                  "Wi-Fi"
                ],
                "enumNames": [
                  "Bluetooth",
                  "Ethernet",
                  "HDMI",
                  "NFC",
                  "RF",
                  "USB",
                  "Usb C",
                  "Wi-Fi"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "wattage": {
      "title": "Wattage",
      "description": "The wattage rating of the product",
      "examples": [
        "40.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Wattage",
            "description": "Provide the wattage rating as a numeric value",
            "editable": true,
            "hidden": false,
            "examples": [
              "50"
            ],
            "type": "number"
          },
          "unit": {
            "title": "Wattage Unit",
            "description": "Select the unit of measure for Wattage. If a value is provided for Wattage, you must also enter the corresponding unit.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Watts"
            ],
            "type": "string",
            "enum": [
              "kilowatt_hours",
              "kilowatts",
              "microwatts",
              "milliamp_hours",
              "milliwatts",
              "nanowatts",
              "picowatts",
              "watt_hours",
              "watts"
            ],
            "enumNames": [
              "Kilowatt Hours",
              "Kilowatts",
              "Microwatts",
              "Milliamp Hours",
              "Milliwatts",
              "Nanowatts",
              "Picowatts",
              "Watt Hours",
              "Watts"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "voltage": {
      "title": "Voltage",
      "description": "The voltage of the primary power source",
      "examples": [
        "220.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Voltage",
            "description": "Provide the voltage value as a numeric value",
            "editable": true,
            "hidden": false,
            "examples": [
              "28"
            ],
            "type": "number",
            "minimum": 0
          },
          "unit": {
            "title": "Voltage Unit",
            "description": "Select the unit of measure for Voltage. If a value is provided for Voltage, you must also enter the corresponding unit.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Volts"
            ],
            "type": "string",
            "enum": [
              "kilovolts",
              "microvolts",
              "millivolts",
              "nanovolts",
              "volts",
              "volts_of_alternating_current",
              "volts_of_direct_current"
            ],
            "enumNames": [
              "Kilovolts",
              "Microvolts",
              "Millivolts",
              "Nanovolts",
              "Volts",
              "Volts (AC)",
              "Volts (DC)"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "memory_storage_capacity": {
      "title": "Memory Storage Capacity",
      "description": "Provide the item's memory storage capacity",
      "examples": [
        "1.0 MB"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Memory Storage Capacity",
            "description": "Provide the item's memory storage capacity as a numeric value",
            "editable": true,
            "hidden": false,
            "examples": [
              "1.0"
            ],
            "type": "number",
            "maxLength": 5000
          },
          "unit": {
            "title": "Memory Storage Capacity Unit",
            "description": "Provide the corresponding unit used to designate the television's memory storage capacity.",
            "editable": true,
            "hidden": false,
            "examples": [
              "MB, KB, GB"
            ],
            "type": "string",
            "enum": [
              "bytes",
              "GB",
              "KB",
              "MB",
              "TB"
            ],
            "enumNames": [
              "Bytes",
              "GB",
              "KB",
              "MB",
              "TB"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "image_contrast_ratio": {
      "title": "Contrast Ratio",
      "description": "The contrast of the image display.  The ratio of whitest to blackest area within the image displayed by the product",
      "examples": [
        "2600:1 (Full on/Full off)"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Image Contrast Ratio",
            "description": "Provide the contrast ratio between the brightest and darkest parts of the screen, indicating picture quality and detail visibility.",
            "editable": true,
            "hidden": false,
            "examples": [
              "1000:1"
            ],
            "type": "string",
            "maxLength": 1022,
            "maxUtf8ByteLength": 2000
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "image_aspect_ratio": {
      "title": "Image Aspect Ration",
      "description": "Provide the ratio of width to height of the display screen, determining the shape of the displayed image.",
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Image Aspect Ratio",
            "description": "Provide the ratio of width to height of the display screen, which determines the shape of the displayed image.",
            "editable": true,
            "hidden": false,
            "examples": [
              "16:10"
            ],
            "type": "string",
            "maxLength": 159,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "16:10",
                  "16:9",
                  "4:3"
                ],
                "enumNames": [
                  "16:10",
                  "16:9",
                  "4:3"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "operating_system": {
      "title": "Operating Systems",
      "description": "The operating system that the product uses",
      "examples": [
        "Android"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 107,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Operating System",
            "description": "Provide the operating system software installed on the item that manages hardware, software resources, and provides common services for computer programs.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Linux"
            ],
            "type": "string",
            "maxLength": 200,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Android",
                  "Firefox OS",
                  "FireOS",
                  "Google TV",
                  "HomeOS",
                  "Linux",
                  "Roku OS",
                  "SAPHI",
                  "SmartCast OS",
                  "Tizen",
                  "VIDAA",
                  "VIDAA U",
                  "Virtuoso",
                  "WebOS"
                ],
                "enumNames": [
                  "Android",
                  "Firefox OS",
                  "FireOS",
                  "Google TV",
                  "HomeOS",
                  "Linux",
                  "Roku OS",
                  "SAPHI",
                  "SmartCast OS",
                  "Tizen",
                  "VIDAA",
                  "VIDAA U",
                  "Virtuoso",
                  "WebOS"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "connector_type": {
      "title": "Connector Type",
      "description": "Provide the type of ports the item has to connect to other devices, like HDMI or USB, for transmitting audio/video signals.",
      "examples": [
        "D-sub 15"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 2,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Connector Type",
            "description": "Provide the type of connector used for attaching cables, devices, or mounting hardware.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Coaxial, DVI, HDMI"
            ],
            "type": "string",
            "maxLength": 50,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "DVI",
                  "Ethernet",
                  "HDMI",
                  "Optical",
                  "RCA",
                  "RF",
                  "RS232C",
                  "USB",
                  "VGA",
                  "YPBPR"
                ],
                "enumNames": [
                  "DVI",
                  "Ethernet",
                  "HDMI",
                  "Optical",
                  "RCA",
                  "RF",
                  "RS232C",
                  "USB",
                  "VGA",
                  "YPBPR"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "signal_format": {
      "title": "Signal Format",
      "description": "Provide the type of broadcast signal the device can process, such as analog or digital transmission standards.",
      "examples": [
        "Analog"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Signal Format",
            "description": "Provide the broadcast signal type that the television can receive and process, such as analog or digital transmission formats.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Analog"
            ],
            "type": "string",
            "maxLength": 270,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "ATSC",
                  "DVB C",
                  "DVB S2",
                  "DVB T2",
                  "ISDB-T",
                  "NTSC",
                  "QAM"
                ],
                "enumNames": [
                  "ATSC",
                  "DVB C",
                  "DVB S2",
                  "DVB T2",
                  "ISDB-T",
                  "NTSC",
                  "QAM"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "supported_image_type": {
      "title": "Image types",
      "description": "Provide the compatible image formats that the television can display, indicating the types of digital pictures it can show.",
      "examples": [
        "JPEG, TIFF"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 4,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Image types",
            "description": "Provide the compatible image formats that the television can display, indicating the types of digital pictures it can show.",
            "editable": true,
            "hidden": false,
            "examples": [
              "JPEG, TIFF"
            ],
            "type": "string",
            "enum": [
              "3f_tiff",
              "bmp",
              "canon_raw",
              "eps",
              "exif",
              "flashpix_fpx",
              "gif",
              "jpeg",
              "pcx",
              "pgpf",
              "pict",
              "png",
              "psd",
              "raw",
              "tga",
              "tiff",
              "unknown",
              "wif",
              "wmf"
            ],
            "enumNames": [
              "3F TIFF",
              "BMP",
              "Canon RAW",
              "EPS",
              "EXIF",
              "FLASHPIX (FPX)",
              "GIF",
              "JPEG",
              "PCX",
              "PGPF",
              "PICT",
              "PNG",
              "PSD",
              "RAW",
              "TGA",
              "TIFF",
              "Unknown",
              "WIF",
              "WMF"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "audio_encoding": {
      "title": "Audio Encoding",
      "description": "Provide the format used to process and deliver sound in the television, affecting audio quality and compatibility with sound systems.",
      "examples": [
        "Dolby Digital Mono"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 66,
      "selectors": [
        "marketplace_id",
        "language"
      ],
      "items": {
        "type": "object",
        "required": [
          "language",
          "value"
        ],
        "properties": {
          "language": {
            "title": "Audio Encoding Language",
            "description": "Select the audio encoding language",
            "editable": true,
            "hidden": false,
            "examples": [
              "English, German"
            ],
            "type": "string",
            "enum": [
              "abkhazian",
              "achinese",
              "acoli",
              "adangme",
              "adygei",
              "afar",
              "afghan_pashtu",
              "afrihili",
              "afrikaans",
              "afro_asiatic_languages",
              "ainu",
              "akan",
              "akkadian",
              "albanian",
              "aleut",
              "algonquian_languages",
              "alsatian",
              "altaic_languages",
              "american_sign_language",
              "sign_language",
              "amharic",
              "ancient_greek",
              "angika",
              "apache_languages",
              "arabic",
              "aragonese",
              "aramaic",
              "arapaho",
              "arawak",
              "armenian",
              "aromanian",
              "artificial_languages",
              "assamese",
              "assyrian",
              "asturian",
              "athapascan_languages",
              "australian_languages",
              "austronesian",
              "avaric",
              "avestan",
              "awadhi",
              "aymara",
              "azerbaijani",
              "bahasa",
              "balinese",
              "baltic_languages",
              "baluchi",
              "bambara",
              "bamileke_languages",
              "banda_languages",
              "bantu",
              "basa",
              "bashkir",
              "basque",
              "batak",
              "beja",
              "belarusian",
              "belgian",
              "bemba",
              "bengali",
              "berber",
              "bhojpuri",
              "bhutani",
              "bihari",
              "bikol",
              "bini",
              "bislama",
              "blin",
              "bliss",
              "bodo",
              "norwegian_bokmal",
              "bosnian",
              "braj",
              "breton",
              "bribri",
              "buginese",
              "bulgarian",
              "burmese",
              "buryat",
              "byelorussian",
              "caddo",
              "cambodian",
              "cantonese_chinese",
              "castillian",
              "catalan",
              "caucasian_languages",
              "cayuga",
              "cebuano",
              "celtic_languages",
              "central_american_indian_languages",
              "chagatai",
              "chamic_languages",
              "chamorro",
              "chechen",
              "cherokee",
              "cheyenne",
              "chhattisgarhi",
              "chibcha",
              "chichewa",
              "chinese",
              "chinook_jargon",
              "chipewyan",
              "chiricahua",
              "choctaw",
              "chuukese",
              "chuvash",
              "classical_newari",
              "classical_syriac",
              "coptic",
              "cornish",
              "corsican",
              "cree",
              "creek",
              "creole",
              "crimean_tatar",
              "croatian",
              "cushitic_languages",
              "czech",
              "dakota",
              "danish",
              "dargwa",
              "dari",
              "delaware",
              "dhivehi",
              "dinka",
              "dogri",
              "dogrib",
              "dravidian_languages",
              "duala",
              "dutch",
              "dzongkha",
              "eastern_frisian",
              "efik",
              "egyptian",
              "ekajuk",
              "elamite",
              "english",
              "erzya",
              "esperanto",
              "estonian",
              "ewe",
              "ewondo",
              "fang",
              "fanti",
              "faroese",
              "farsi",
              "fiji",
              "filipino",
              "finnish",
              "finno_ugrian",
              "flemish",
              "fon",
              "french",
              "french_canadian",
              "french_creole",
              "frisian",
              "friulian",
              "fulah",
              "ga",
              "gahrwali",
              "galibi_carib",
              "galician",
              "gallegan",
              "ganda",
              "garo",
              "gayo",
              "gbaya",
              "geez",
              "georgian",
              "german",
              "germanic_languages",
              "gibberish",
              "gilbertese",
              "gondi",
              "gorontalo",
              "gothic",
              "grebo",
              "greek",
              "greenlandic",
              "guarani",
              "gujarati",
              "gullah",
              "gwichin",
              "haida",
              "haitian",
              "haryanvi",
              "hausa",
              "hawaiian",
              "hebrew",
              "herero",
              "hiligaynon",
              "himachali_languages",
              "hindi",
              "hiri_motu",
              "hittite",
              "hmong",
              "hokkien",
              "hungarian",
              "hupa",
              "iban",
              "icelandic",
              "ido",
              "igbo",
              "ijo_languages",
              "iloko",
              "inari_sami",
              "indic",
              "indo_european",
              "indonesian",
              "ingush",
              "interlingua",
              "interlingue",
              "inuktitun",
              "inuktitut",
              "inupiak",
              "inupiaq",
              "iranian_languages",
              "irish",
              "iroquoian_languages",
              "italian",
              "japanese",
              "javanese",
              "judeo_arabic",
              "judeo_persian",
              "jula",
              "kabardian",
              "kabyle",
              "kachin",
              "kalaallisut",
              "kalmyk",
              "kamba",
              "kannada",
              "kanuri",
              "kara_kalpak",
              "karachay_balkar",
              "karelian",
              "karen_languages",
              "kashmiri",
              "kashubian",
              "kawi",
              "kazakh",
              "khasi",
              "khmer",
              "khoisan_languages",
              "khotanese",
              "kikuyu",
              "kimbundu",
              "kinyarwanda",
              "kirghiz",
              "kirundi",
              "klingon",
              "kokborok",
              "komi",
              "kongo",
              "konkani",
              "korean",
              "kosraean",
              "kpelle",
              "kru_languages",
              "kuanyama",
              "kubo",
              "kumaoni",
              "kumyk",
              "kurdish",
              "kurukh",
              "kutenai",
              "ladino",
              "lahnda",
              "lamba",
              "land_dayak_languages",
              "lao",
              "lapp",
              "latin",
              "latin_spanish",
              "latvian",
              "lezghian",
              "limburgan",
              "lingala",
              "lithuanian",
              "lojban",
              "low_german",
              "lower_sorbian",
              "lozi",
              "luba_katanga",
              "luba_lulua",
              "luiseno",
              "lule_sami",
              "lunda",
              "luo",
              "lushai",
              "luxembourgish",
              "macedonian",
              "madurese",
              "magahi",
              "maharati",
              "maithili",
              "makasar",
              "malagasy",
              "malay",
              "malayalam",
              "maltese",
              "manchu",
              "mandar",
              "mandarin_chinese",
              "mandingo",
              "manipuri",
              "manobo_languages",
              "manx",
              "maori",
              "mapudungun",
              "marathi",
              "mari",
              "marshallese",
              "marwari",
              "masai",
              "mayan",
              "mende",
              "micmac",
              "middle_dutch",
              "middle_english",
              "middle_french",
              "middle_high_german",
              "middle_irish",
              "minangkabau",
              "mirandese",
              "mizo",
              "mohawk",
              "moksha",
              "moldavian",
              "mon_khmer_languages",
              "mongo",
              "mongolian",
              "mossi",
              "multilingual",
              "multiple_languages",
              "munda_languages",
              "nahuatl",
              "nauru",
              "navaho",
              "ndonga",
              "neapolitan",
              "nepal_bhasa",
              "nepali",
              "nias",
              "niger_kordofanian_languages",
              "nigerian_pidgin",
              "nilo_saharan_languages",
              "niuean",
              "nko",
              "nogai",
              "none",
              "north_ndebele",
              "north_american_indian_languages",
              "northern_frisian",
              "northern_sami",
              "norwegian",
              "nubian_languages",
              "nyamwezi",
              "nyankole",
              "norwegian_nynorsk",
              "nyoro",
              "nzima",
              "occitan",
              "ojibwa",
              "old_english",
              "old_french",
              "old_high_german",
              "old_irish",
              "old_norse",
              "old_persian",
              "old_provencal",
              "old_slavonic",
              "oriya",
              "oromo",
              "osage",
              "ossetian",
              "otomian_languages",
              "ottoman_turkish",
              "pahlavi",
              "palauan",
              "pali",
              "pampanga",
              "pangasinan",
              "papiamento",
              "papuan_languages",
              "pashto",
              "pedi",
              "persian",
              "philippine_languages",
              "phoenician",
              "pidgin_english",
              "pig_latin",
              "pohnpeian",
              "polish",
              "portuguese",
              "portuguese_brazilian",
              "portuguese_creole",
              "prakrit_languages",
              "provencal",
              "punjabi",
              "quechua",
              "rajasthani",
              "rapanui",
              "rarotongan",
              "romance",
              "romanian",
              "romansch",
              "romansh",
              "romany",
              "russian",
              "salishan_languages",
              "samaritan",
              "sami",
              "samoan",
              "sandawe",
              "sangho",
              "sanskrit",
              "santali",
              "sardinian",
              "sasak",
              "scandanavian_languages",
              "scandinavian_languages",
              "scots",
              "scots_gaelic",
              "gaelic_scots",
              "selkup",
              "semitic_languages",
              "serbian",
              "serbo-croatian",
              "serer",
              "sesotho",
              "setswana",
              "severn_ojibwa",
              "shan",
              "shona",
              "sichuan_yi",
              "sicilian",
              "sidamo",
              "siksika",
              "simplified_chinese",
              "sindhi",
              "sinhalese",
              "sino_tibetan",
              "siouan_languages",
              "siswati",
              "skolt_sami",
              "slave_athapascan",
              "slavic",
              "slovak",
              "slovakian",
              "slovene",
              "sogdian",
              "somali",
              "songhai_languages",
              "soninke",
              "sorbian_languages",
              "south_american_indian",
              "south_ndebele",
              "southern_altai",
              "southern_sami",
              "southern_sotho",
              "spanish",
              "sranan_tongo",
              "sukuma",
              "sumerian",
              "sundanese",
              "susu",
              "swahili",
              "swedish",
              "swiss_german",
              "syriac",
              "tagalog",
              "tahitian",
              "tai_languages",
              "taiwanese_chinese",
              "tajik",
              "tamashek",
              "tamil",
              "tatar",
              "telugu",
              "tereno",
              "tetum",
              "thai",
              "tibetan",
              "tigre",
              "tigrinya",
              "timne",
              "tiv",
              "tlingit",
              "tok_pisin",
              "tokelau",
              "tonga",
              "tonga_nyasa",
              "traditional_chinese",
              "tsimshian",
              "tsonga",
              "tulu",
              "tumbuka",
              "tupi_languages",
              "turkish",
              "turkmen",
              "tuvalu",
              "tuvinian",
              "twi",
              "tzeltal",
              "udmurt",
              "ugaritic",
              "uighur",
              "ukrainian",
              "ukranian",
              "umbundu",
              "unknown",
              "unqualified",
              "upper_sorbian",
              "urdu",
              "uzbek",
              "vai",
              "valencian",
              "venda",
              "vietnamese",
              "volapuk",
              "votic",
              "wakashan_languages",
              "walamo",
              "walloon",
              "waray",
              "washo",
              "welsh",
              "wolof",
              "xhosa",
              "yakut",
              "yao",
              "yapese",
              "yiddish",
              "yoruba",
              "yugoslavian",
              "yupik_languages",
              "zande_languages",
              "zapotec",
              "zaza",
              "zenaga",
              "zhuang",
              "zulu",
              "zuni"
            ],
            "enumNames": [
              "Abkhazian",
              "Achinese",
              "Acoli",
              "Adangme",
              "Adygei",
              "Afar",
              "Afghan Pashtu",
              "Afrihili",
              "Afrikaans",
              "Afro-Asiatic Languages",
              "Ainu",
              "Akan",
              "Akkadian",
              "Albanian",
              "Aleut",
              "Algonquian Languages",
              "Alsatian",
              "Altaic Languages",
              "American Sign Language",
              "American Sign Language",
              "Amharic",
              "Ancient Greek",
              "Angika",
              "Apache Languages",
              "Arabic",
              "Aragonese",
              "Aramaic",
              "Arapaho",
              "Arawak",
              "Armenian",
              "Aromanian",
              "Artificial Languages",
              "Assamese",
              "Assyrian",
              "Asturian",
              "Athapascan Languages",
              "Australian Languages",
              "Austronesian",
              "Avaric",
              "Avestan",
              "Awadhi",
              "Aymara",
              "Azerbaijani",
              "Bahasa",
              "Balinese",
              "Baltic Languages",
              "Baluchi",
              "Bambara",
              "Bamileke Languages",
              "Banda Languages",
              "Bantu",
              "Basa",
              "Bashkir",
              "Basque",
              "Batak",
              "Beja",
              "Belarusian",
              "Belgian",
              "Bemba",
              "Bengali",
              "Berber",
              "Bhojpuri",
              "Bhutani",
              "Bihari",
              "Bikol",
              "Bini",
              "Bislama",
              "Blin",
              "Bliss",
              "Bodo",
              "Bokmål Norwegian",
              "Bosnian",
              "Braj",
              "Breton",
              "Bribri",
              "Buginese",
              "Bulgarian",
              "Burmese",
              "Buryat",
              "Byelorussian",
              "Caddo",
              "Cambodian",
              "Cantonese",
              "Castilian",
              "Catalan",
              "Caucasian Languages",
              "Cayuga",
              "Cebuano",
              "Celtic Languages",
              "Central American Indian Languages",
              "Chagatai",
              "Chamic Languages",
              "Chamorro",
              "Chechen",
              "Cherokee",
              "Cheyenne",
              "Chhattisgarhi",
              "Chibcha",
              "Chichewa",
              "Chinese",
              "Chinook Jargon",
              "Chipewyan",
              "Chiricahua",
              "Choctaw",
              "Chuukese",
              "Chuvash",
              "Classical Newari",
              "Classical Syriac",
              "Coptic",
              "Cornish",
              "Corsican",
              "Cree",
              "Creek",
              "Creole",
              "Crimean Tatar",
              "Croatian",
              "Cushitic Languages",
              "Czech",
              "Dakota",
              "Danish",
              "Dargwa",
              "Dari",
              "Delaware",
              "Dhivehi",
              "Dinka",
              "Dogri",
              "Dogrib",
              "Dravidian Languages",
              "Duala",
              "Dutch",
              "Dzongkha",
              "Eastern Frisian",
              "Efik",
              "Egyptian",
              "Ekajuk",
              "Elamite",
              "English",
              "Erzya",
              "Esperanto",
              "Estonian",
              "Ewe",
              "Ewondo",
              "Fang",
              "Fanti",
              "Faroese",
              "Farsi",
              "Fiji",
              "Filipino",
              "Finnish",
              "Finno-Ugrian",
              "Flemish",
              "Fon",
              "French",
              "French Canadian",
              "French Creole",
              "Frisian",
              "Friulian",
              "Fulah",
              "Ga",
              "Gahrwali",
              "Galibi-Carib",
              "Galician",
              "Gallegan",
              "Ganda",
              "Garo",
              "Gayo",
              "Gbaya",
              "Geez",
              "Georgian",
              "German",
              "Germanic Languages",
              "Gibberish",
              "Gilbertese",
              "Gondi",
              "Gorontalo",
              "Gothic",
              "Grebo",
              "Greek",
              "Greenlandic",
              "Guarani",
              "Gujarati",
              "Gullah",
              "Gwich'In",
              "Haida",
              "Haitian",
              "Haryanvi",
              "Hausa",
              "Hawaiian",
              "Hebrew",
              "Herero",
              "Hiligaynon",
              "Himachali Languages",
              "Hindi",
              "Hiri-Motu",
              "Hittite",
              "Hmong",
              "Hokkien",
              "Hungarian",
              "Hupa",
              "Iban",
              "Icelandic",
              "Ido",
              "Igbo",
              "Ijo Languages",
              "Iloko",
              "Inari-Sami",
              "Indic",
              "Indo-European",
              "Indonesian",
              "Ingush",
              "Interlingua",
              "Interlingue",
              "Inuktitun",
              "Inuktitut",
              "Inupiak",
              "Inupiaq",
              "Iranian Languages",
              "Irish",
              "Iroquoian Languages",
              "Italian",
              "Japanese",
              "Javanese",
              "Judeo-Arabic",
              "Judeo-Persian",
              "Jula",
              "Kabardian",
              "Kabyle",
              "Kachin",
              "Kalaallisut",
              "Kalmyk",
              "Kamba",
              "Kannada",
              "Kanuri",
              "Kara-Kalpak",
              "Karachay-Balkar",
              "Karelian",
              "Karen Languages",
              "Kashmiri",
              "Kashubian",
              "Kawi",
              "Kazakh",
              "Khasi",
              "Khmer",
              "Khoisan Languages",
              "Khotanese",
              "Kikuyu",
              "Kimbundu",
              "Kinyarwanda",
              "Kirghiz",
              "Kirundi",
              "Klingon",
              "Kokborok",
              "Komi",
              "Kongo",
              "Konkani",
              "Korean",
              "Kosraean",
              "Kpelle",
              "Kru Languages",
              "Kuanyama",
              "Kubo",
              "Kumaoni",
              "Kumyk",
              "Kurdish",
              "Kurukh",
              "Kutenai",
              "Ladino",
              "Lahnda",
              "Lamba",
              "Land-Dayak Languages",
              "Lao",
              "Lapp",
              "Latin",
              "Latin Spanish",
              "Latvian",
              "Lezghian",
              "Limburgan",
              "Lingala",
              "Lithuanian",
              "Lojban",
              "Low German",
              "Lower Sorbian",
              "Lozi",
              "Luba-Katanga",
              "Luba-Lulua",
              "Luiseno",
              "Lule-Sami",
              "Lunda",
              "Luo",
              "Lushai",
              "Luxembourgish",
              "Macedonian",
              "Madurese",
              "Magahi",
              "Maharati",
              "Maithili",
              "Makasar",
              "Malagasy",
              "Malay",
              "Malayalam",
              "Maltese",
              "Manchu",
              "Mandar",
              "Mandarin Chinese",
              "Mandingo",
              "Manipuri",
              "Manobo Languages",
              "Manx",
              "Maori",
              "Mapudungun",
              "Marathi",
              "Mari",
              "Marshallese",
              "Marwari",
              "Masai",
              "Mayan",
              "Mende",
              "Micmac",
              "Middle Dutch",
              "Middle English",
              "Middle French",
              "Middle High German",
              "Middle Irish",
              "Minangkabau",
              "Mirandese",
              "Mizo",
              "Mohawk",
              "Moksha",
              "Moldavian",
              "Mon-Khmer Languages",
              "Mongo",
              "Mongolian",
              "Mossi",
              "Multilingual",
              "Multiple Languages",
              "Munda Languages",
              "Nahuatl",
              "Nauru",
              "Navaho",
              "Ndonga",
              "Neapolitan",
              "Nepal (Bhasa)",
              "Nepali",
              "Nias",
              "Niger-Kordofanian Languages",
              "Nigerian Pidgin",
              "Nilo-Saharan Languages",
              "Niuean",
              "Nko",
              "Nogai",
              "None",
              "North Ndebele",
              "North-American Indian Languages",
              "Northern Frisian",
              "Northern Sami",
              "Norwegian",
              "Nubian Languages",
              "Nyamwezi",
              "Nyankole",
              "Nynorsk Norwegian",
              "Nyoro",
              "Nzima",
              "Occitan",
              "Ojibwa",
              "Old English",
              "Old French",
              "Old High German",
              "Old Irish",
              "Old Norse",
              "Old Persian",
              "Old Provencal",
              "Old Slavonic",
              "Oriya",
              "Oromo",
              "Osage",
              "Ossetian",
              "Otomian Languages",
              "Ottoman Turkish",
              "Pahlavi",
              "Palauan",
              "Pali",
              "Pampanga",
              "Pangasinan",
              "Papiamento",
              "Papuan Languages",
              "Pashto",
              "Pedi",
              "Persian",
              "Philippine Languages",
              "Phoenician",
              "Pidgin English",
              "Pig Latin",
              "Pohnpeian",
              "Polish",
              "Portuguese",
              "Portuguese Brazilian",
              "Portuguese Creole",
              "Prakrit Languages",
              "Provençal",
              "Punjabi",
              "Quechua",
              "Rajasthani",
              "Rapanui",
              "Rarotongan",
              "Romance",
              "Romanian",
              "Romansch",
              "Romansh",
              "Romany",
              "Russian",
              "Salishan Languages",
              "Samaritan",
              "Sami",
              "Samoan",
              "Sandawe",
              "Sangho",
              "Sanskrit",
              "Santali",
              "Sardinian",
              "Sasak",
              "Scandinavian",
              "Scandinavian Languages",
              "Scots",
              "Scots Gaelic",
              "Scottish Gaelic",
              "Selkup",
              "Semitic Languages",
              "Serbian",
              "Serbo-Croatian",
              "Serer",
              "Sesotho",
              "Setswana",
              "Severn Ojibwa",
              "Shan",
              "Shona",
              "Sichuan Yi",
              "Sicilian",
              "Sidamo",
              "Siksika",
              "Simplified Chinese",
              "Sindhi",
              "Sinhalese",
              "Sino Tibetan",
              "Siouan Languages",
              "Siswati",
              "Skolt-Sami",
              "Slave (Athapascan)",
              "Slavic",
              "Slovak",
              "Slovakian",
              "Slovene",
              "Sogdian",
              "Somali",
              "Songhai Languages",
              "Soninke",
              "Sorbian Languages",
              "South American Indian",
              "South Ndebele",
              "Southern Altai",
              "Southern Sami",
              "Southern Sotho",
              "Spanish",
              "Sranan-Tongo",
              "Sukuma",
              "Sumerian",
              "Sundanese",
              "Susu",
              "Swahili",
              "Swedish",
              "Swiss German",
              "Syriac",
              "Tagalog",
              "Tahitian",
              "Tai Languages",
              "Taiwanese Chinese",
              "Tajik",
              "Tamashek",
              "Tamil",
              "Tatar",
              "Telugu",
              "Tereno",
              "Tetum",
              "Thai",
              "Tibetan",
              "Tigre",
              "Tigrinya",
              "Timne",
              "Tiv",
              "Tlingit",
              "Tok-Pisin",
              "Tokelau",
              "Tonga",
              "Tonga (Nyasa)",
              "Traditional Chinese",
              "Tsimshian",
              "Tsonga",
              "Tulu",
              "Tumbuka",
              "Tupi Languages",
              "Turkish",
              "Turkmen",
              "Tuvalu",
              "Tuvinian",
              "Twi",
              "Tzeltal",
              "Udmurt",
              "Ugaritic",
              "Uighur",
              "Ukrainian",
              "Ukranian",
              "Umbundu",
              "Unknown",
              "Unqualified",
              "Upper Sorbian",
              "Urdu",
              "Uzbek",
              "Vai",
              "Valencian",
              "Venda",
              "Vietnamese",
              "Volapuk",
              "Votic",
              "Wakashan Languages",
              "Walamo",
              "Walloon",
              "Waray",
              "Washo",
              "Welsh",
              "Wolof",
              "Xhosa",
              "Yakut",
              "Yao",
              "Yapese",
              "Yiddish",
              "Yoruba",
              "Yugoslavian",
              "Yupik Languages",
              "Zande Languages",
              "Zapotec",
              "Zaza",
              "Zenaga",
              "Zhuang",
              "Zulu",
              "Zuni"
            ]
          },
          "value": {
            "title": "Audio Encoding",
            "description": "Provide the audio encoding format used by the television. This indicates the sound processing technology that affects audio quality.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Dolby Digital Mono"
            ],
            "type": "string",
            "enum": [
              "dolby_atmos",
              "dolby_digital",
              "dolby_digital_plus",
              "dolby_surround",
              "dts"
            ],
            "enumNames": [
              "Dolby Atmos",
              "Dolby Digital",
              "Dolby Digital Plus",
              "Dolby Surround",
              "DTS"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "customer_package_type": {
      "title": "Customer Package Type",
      "description": "Provide the products package type",
      "examples": [
        "Standard Packaging"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Customer Package Type",
            "description": "Provide the products package type",
            "editable": true,
            "hidden": false,
            "examples": [
              "Standard Packaging"
            ],
            "type": "string",
            "maxLength": 2176,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Frustration-Free Packaging",
                  "Retail Packaging",
                  "Standard Packaging"
                ],
                "enumNames": [
                  "Frustration-Free Packaging",
                  "Retail Packaging",
                  "Standard Packaging"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "surround_sound_channel_configuration": {
      "title": "Number of Audio Channels",
      "description": "The number of surround sound channels supported by the product",
      "examples": [
        "7.1"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 2,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Surround Sound Channel Configuration",
            "description": "Provide the audio channel setup for surround sound, indicating the number and arrangement of speakers for immersive viewing experiences.",
            "editable": true,
            "hidden": false,
            "examples": [
              "2.0"
            ],
            "type": "string",
            "maxLength": 517
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "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
      }
    },
    "compatible_devices": {
      "title": "Compatible Devices",
      "description": "Provide the devices that are compatible with this item. A compatible device is designed to work with the item without modification.",
      "examples": [
        "iPhone, iPod Touch"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1000,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Compatible Devices",
            "description": "Provide the devices that are compatible with this item. A compatible device is designed to work with the item without modification.",
            "editable": true,
            "hidden": false,
            "examples": [
              "iPhone"
            ],
            "type": "string",
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Camcorder",
                  "Gaming Console",
                  "Headphone",
                  "Laptop",
                  "Smartphone",
                  "Speaker",
                  "Tablet"
                ],
                "enumNames": [
                  "Camcorder",
                  "Gaming Console",
                  "Headphone",
                  "Laptop",
                  "Smartphone",
                  "Speaker",
                  "Tablet"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "mounting_type": {
      "title": "Mounting Type",
      "description": "Provide the type of mount the television has or is designed for, indicating how it can be installed or positioned.",
      "examples": [
        "Clevis"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Mounting Type",
            "description": "Provide the type of mount the television has or is designed for, indicating how it can be installed or positioned.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Clevis"
            ],
            "type": "string",
            "maxLength": 1554,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Table Mount",
                  "Wall Mount"
                ],
                "enumNames": [
                  "Table Mount",
                  "Wall Mount"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "wireless_communication_technology": {
      "title": "Wireless Technology Type",
      "description": "The wireless signal type used by the product",
      "examples": [
        "Bluetooth"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 17,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Wireless Communication Technology",
            "description": "Provide the wireless data transmission technology supported by the item, such as Bluetooth or Wi-Fi.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Wi-Fi"
            ],
            "type": "string",
            "maxLength": 1997,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Bluetooth",
                  "Infrared",
                  "NFC",
                  "Radio Frequency",
                  "Wi-Fi"
                ],
                "enumNames": [
                  "Bluetooth",
                  "Infrared",
                  "NFC",
                  "Radio Frequency",
                  "Wi-Fi"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "parental_control_technology": {
      "title": "Parental Control Technology",
      "description": "Describe any built-in parental control technology",
      "examples": [
        "V-Chip"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Parental Control Technology",
            "description": "Provide the built-in technology that allows parents to restrict access to certain functions or content on the television.",
            "editable": true,
            "hidden": false,
            "examples": [
              "V-Chip"
            ],
            "type": "string",
            "maxLength": 662,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Blocking Devices",
                  "Filters",
                  "V-Chip"
                ],
                "enumNames": [
                  "Blocking Devices",
                  "Filters",
                  "V-Chip"
                ]
              }
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "supported_internet_services": {
      "title": "Internet Applications",
      "description": "Provide the online services the item can access, allowing streaming, browsing, and other internet-based features.",
      "examples": [
        "YouTube"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 16,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Supported Internet Services",
            "description": "Provide the internet-based services included with or supported by the television for streaming, teleconferencing, or web browsing.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Prime Video"
            ],
            "type": "string",
            "maxLength": 2200,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Apple TV",
                  "BBC iPlayer",
                  "Blockbuster",
                  "Browser",
                  "Cinemanow",
                  "Daily Motion",
                  "Disney Plus",
                  "Explore 3D",
                  "Free Sat/Free View",
                  "Google TV",
                  "Hulu",
                  "Hulu Plus",
                  "iTunes",
                  "Max",
                  "Netflix",
                  "Pandora",
                  "Prime Video",
                  "Skype",
                  "Vudu",
                  "YouTube"
                ],
                "enumNames": [
                  "Apple TV",
                  "BBC iPlayer",
                  "Blockbuster",
                  "Browser",
                  "Cinemanow",
                  "Daily Motion",
                  "Disney Plus",
                  "Explore 3D",
                  "Free Sat/Free View",
                  "Google TV",
                  "Hulu",
                  "Hulu Plus",
                  "iTunes",
                  "Max",
                  "Netflix",
                  "Pandora",
                  "Prime Video",
                  "Skype",
                  "Vudu",
                  "YouTube"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "speakers_maximum_output_power": {
      "title": "Speaker Maximum Output Power",
      "description": "Provide the maximum output power of the speakers",
      "examples": [
        "180 Watts"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Speaker Maximum Output Power",
            "description": "Provide a numeric value for the maximum output power supported by the speakers",
            "editable": true,
            "hidden": false,
            "examples": [
              "180"
            ],
            "type": "number"
          },
          "unit": {
            "title": "Speaker Maximum Output Power Unit",
            "description": "Provide a unit of measure pertaining to the speaker's maximum output power",
            "editable": true,
            "hidden": false,
            "examples": [
              "Watts"
            ],
            "type": "string",
            "enum": [
              "kilowatts",
              "watts"
            ],
            "enumNames": [
              "Kilowatts",
              "Watts"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "unit_count": {
      "title": "Unit Count",
      "description": "Provide the quantity measurement, indicating the total amount in standard units.",
      "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": [
                  "Ounces"
                ],
                "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": "The date that this item can launch on the Amazon website (this applies only to product uploads after you have launched).  For upload and testing purposes, set this date to a date at one year into the future.  When you perform the final upload, use the previous day's date",
      "examples": [
        "2015-12-31"
      ],
      "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
      }
    },
    "audio_output_mode": {
      "title": "Audio Output Mode",
      "description": "Describe any audio output modes",
      "examples": [
        "bitstream"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Audio Output Mode",
            "description": "Provide the available sound output modes for the television, indicating how audio is delivered from the device.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Mono"
            ],
            "type": "string",
            "maxLength": 1022,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Digital",
                  "Stereo",
                  "Surround"
                ],
                "enumNames": [
                  "Digital",
                  "Stereo",
                  "Surround"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "base_depth": {
      "title": "Base Depth",
      "description": "The depth of the base of the product",
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Base Depth",
            "description": "The depth of the base of the product",
            "editable": true,
            "hidden": false,
            "examples": [
              "2.0"
            ],
            "type": "number",
            "maximum": 156
          },
          "unit": {
            "title": "Base Depth Unit",
            "description": "Provide the corresponding unit used to designate the depth measurement of the TV's base.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Kilometers"
            ],
            "type": "string",
            "enum": [
              "angstrom",
              "centimeters",
              "decimeters",
              "feet",
              "hundredths_inches",
              "inches",
              "kilometers",
              "meters",
              "micrometer",
              "miles",
              "millimeters",
              "mils",
              "nanometer",
              "picometer",
              "yards"
            ],
            "enumNames": [
              "Angstrom",
              "Centimetres",
              "Decimetres",
              "Feet",
              "Hundredths-Inches",
              "Inches",
              "Kilometres",
              "Metres",
              "Micron",
              "Miles",
              "Millimetres",
              "Mils",
              "Nanometre",
              "Picometre",
              "Yards"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "video_encoding": {
      "title": "Video Encoding",
      "description": "Provide the method used to compress and store video data for playback on the television, affecting image quality and compatibility.",
      "examples": [
        "MP4, MPG, QuickTime"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Video Encoding",
            "description": "Provide the method used to compress and store video data for playback on the television, affecting image quality and compatibility.",
            "editable": true,
            "hidden": false,
            "examples": [
              "MPEG-2"
            ],
            "type": "string",
            "maxLength": 1100,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "AVC",
                  "AVCHD",
                  "AVI",
                  "FLV",
                  "HEVC Main 10",
                  "MJPEG",
                  "MKV",
                  "MOV",
                  "MP4",
                  "MPEG-1",
                  "MPEG-2",
                  "MPEG-4",
                  "MVC",
                  "RV30",
                  "RV40",
                  "VP6",
                  "VP8",
                  "VP9",
                  "VVC",
                  "WebM",
                  "WMA",
                  "WMV"
                ],
                "enumNames": [
                  "AVC",
                  "AVCHD",
                  "AVI",
                  "FLV",
                  "HEVC Main 10",
                  "MJPEG",
                  "MKV",
                  "MOV",
                  "MP4",
                  "MPEG-1",
                  "MPEG-2",
                  "MPEG-4",
                  "MVC",
                  "RV30",
                  "RV40",
                  "VP6",
                  "VP8",
                  "VP9",
                  "VVC",
                  "WebM",
                  "WMA",
                  "WMV"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "software_included": {
      "title": "Automatic Backup Software Included",
      "description": "What software is included",
      "examples": [
        "Comes with Pocket Quicken and Avantgo"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 26,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Software Included",
            "description": "Provide the software applications or programs that come bundled with the product.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Windows 2013"
            ],
            "type": "string",
            "maxUtf8ByteLength": 2000
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "included_components": {
      "title": "Box Contents",
      "description": "List the items that come with the product in the box - separate each with a comma. Remember that this information will be used by all sellers - do not include detail specific to your listings",
      "examples": [
        "Speaker, Power Cable, User Manual, Warranty Certificate"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 79,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Included Components",
            "description": "Specify the items that are included with this product",
            "editable": true,
            "hidden": false,
            "examples": [
              "Power Cable, Remote Control, Stand"
            ],
            "type": "string",
            "maxLength": 1000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Power Adapter",
                  "Power Cable",
                  "Remote Control",
                  "Stand",
                  "User Manual",
                  "Wall Bracket",
                  "Warranty Card"
                ],
                "enumNames": [
                  "Power Adapter",
                  "Power Cable",
                  "Remote Control",
                  "Stand",
                  "User Manual",
                  "Wall Bracket",
                  "Warranty Card"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "remote_control_technology": {
      "title": "Remote Control Technology",
      "description": "Provide the wireless technology used by the remote control to operate the item, allowing convenient access to functions.",
      "examples": [
        "Cable"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Remote Control Technology",
            "description": "Provide the technology used in the remote control, indicating how the remote communicates with the device.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Cable"
            ],
            "type": "string",
            "maxLength": 1127,
            "maxUtf8ByteLength": 2000,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Bluetooth",
                  "Infrared"
                ],
                "enumNames": [
                  "Bluetooth",
                  "Infrared"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "specific_uses_for_product": {
      "title": "Specific Uses For Product",
      "description": "Select from the list of suggested values the conditions, or usages for which the product is specifically intended.",
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 3,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Specific Uses for Product",
            "description": "Select from the list of suggested values the conditions, or usages for which the product is specifically intended.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Dry Sanding"
            ],
            "type": "string",
            "maxLength": 3957,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Entertainment",
                  "Gaming"
                ],
                "enumNames": [
                  "Entertainment",
                  "Gaming"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "league_name": {
      "title": "League Name",
      "description": "Name of league associated with this event",
      "examples": [
        "NBA"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 6,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "League Name",
            "description": "Provide the league name associated with this product",
            "editable": true,
            "hidden": false,
            "examples": [
              "NBA"
            ],
            "type": "string",
            "maxLength": 100,
            "maxUtf8ByteLength": 100,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Canadian Football League",
                  "Canadian Premier League",
                  "Dutch Football",
                  "E-Sports",
                  "English Football",
                  "European Basketball",
                  "Formula 1",
                  "French Football",
                  "German Football",
                  "Hockey India League",
                  "I-League",
                  "Indian Premier League",
                  "Indian Soccer League",
                  "International Cricket",
                  "Italian Football",
                  "Japanese Baseball",
                  "Japanese Basketball",
                  "Japanese Football",
                  "LPGA",
                  "Mexican Football Federation",
                  "Minor League Baseball",
                  "MLB",
                  "MLS",
                  "More Football Leagues",
                  "NASCAR",
                  "National Lacrosse League",
                  "National Teams",
                  "NBA",
                  "NCAA",
                  "NFL",
                  "NHL",
                  "NWSL",
                  "PGA",
                  "Portuguese Football",
                  "Premier Badminton League",
                  "Pro Kabaddi League",
                  "Pro Volleyball League",
                  "Pro Wrestling League",
                  "Scottish Football",
                  "Spanish Football",
                  "Tennis",
                  "UFC",
                  "WNBA",
                  "World Baseball Classic",
                  "World Cup Football",
                  "WUSA",
                  "WWE",
                  "X-Games"
                ],
                "enumNames": [
                  "Canadian Football League",
                  "Canadian Premier League",
                  "Dutch Football",
                  "E-Sports",
                  "English Football",
                  "European Basketball",
                  "Formula 1",
                  "French Football",
                  "German Football",
                  "Hockey India League",
                  "I-League",
                  "Indian Premier League",
                  "Indian Soccer League",
                  "International Cricket",
                  "Italian Football",
                  "Japanese Baseball",
                  "Japanese Basketball",
                  "Japanese Football",
                  "LPGA",
                  "Mexican Football Federation",
                  "Minor League Baseball",
                  "MLB",
                  "MLS",
                  "More Football Leagues",
                  "NASCAR",
                  "National Lacrosse League",
                  "National Teams",
                  "NBA",
                  "NCAA",
                  "NFL",
                  "NHL",
                  "NWSL",
                  "PGA",
                  "Portuguese Football",
                  "Premier Badminton League",
                  "Pro Kabaddi League",
                  "Pro Volleyball League",
                  "Pro Wrestling League",
                  "Scottish Football",
                  "Spanish Football",
                  "Tennis",
                  "UFC",
                  "WNBA",
                  "World Baseball Classic",
                  "World Cup Football",
                  "WUSA",
                  "WWE",
                  "X-Games"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "team_name": {
      "title": "Team Name",
      "description": "Provide the name of the sports team associated with the television, indicating the product's connection to a specific athletic organization.",
      "examples": [
        "Seattle Seahawks"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 2,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Team Name",
            "description": "Provide the name of the sports team associated with the television, indicating the product's connection to a specific athletic organization.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Seattle Seahawks"
            ],
            "type": "string",
            "maxLength": 100,
            "maxUtf8ByteLength": 50,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "1. FC Koln",
                  "1. FC Magdeburg",
                  "A. J. Allmendinger",
                  "A.S. Livorno Calcio",
                  "Aberdeen",
                  "Aberdeen IronBirds",
                  "Abilene Christian Wildcats",
                  "AC Ajaccio",
                  "AC Milan",
                  "AC Nagano Parceiro",
                  "AD Alcorcón",
                  "ADO Den Haag",
                  "AFC Bournemouth",
                  "Afghanistan",
                  "Ahmedabad Defenders",
                  "Air Force Falcons",
                  "Airdrieonians",
                  "AISIN AW AREIONS ANJO",
                  "Aizawl FC",
                  "Ajax Amsterdam",
                  "AKITA NORTHERN HAPPINETS",
                  "Akron Aeros",
                  "Akron Zips",
                  "Al Iaquinta",
                  "Alabama A&M Bulldogs",
                  "Alabama Birmingham Blazers",
                  "Alabama Crimson Tide",
                  "Alabama State Hornets",
                  "Alaves",
                  "ALBA Berlin Basketball",
                  "Albacete BP",
                  "Albania",
                  "Albany Great Danes",
                  "Albirex Niigata",
                  "Albuquerque Isotopes",
                  "Alcorn State Braves",
                  "Alejandro Perez",
                  "Alex Bowman",
                  "Alex Oliveira",
                  "Alex Perez",
                  "Alexa Grasso",
                  "Alexander Gustafsson",
                  "Alexander Hernandez",
                  "Alexander Volkanoski",
                  "Alexander Volkov",
                  "Alexandre Pantoja",
                  "Alexis Davis",
                  "Alfa Romeo Racing",
                  "Algeria",
                  "Alistair Overeem",
                  "Aljamain Sterling",
                  "Almere City",
                  "Alpine",
                  "Altoona Curve",
                  "ALVARK TOKYO",
                  "Amanda Nunes",
                  "American Samoa",
                  "American University Eagles",
                  "Amiens SC",
                  "Anadolu Efes Istanbul Basketball",
                  "Anaheim Ducks",
                  "Andorra",
                  "Andrea Lee",
                  "Andrei Arlovski",
                  "Angel City FC",
                  "Angela Hill",
                  "Angers SCO",
                  "Angola",
                  "Anthony Pettis",
                  "Anthony Smith",
                  "Antigua and Barbuda",
                  "Antonio Carlos Junior",
                  "AOMORI WAT'S",
                  "Appalachian State Mountaineers",
                  "Arbroath",
                  "Argentina",
                  "Aric Almirola",
                  "Arizona Cardinals",
                  "Arizona Coyotes",
                  "Arizona Diamondbacks",
                  "Arizona State Sun Devils",
                  "Arizona Wildcats",
                  "Arkansas Little Rock Trojans",
                  "Arkansas Razorbacks",
                  "Arkansas State Indians",
                  "Arkansas State Red Wolves",
                  "Arkansas Travelers",
                  "Arkansas-Pine Bluff Golden Lions",
                  "Armenia",
                  "Arminia Bielefeld",
                  "Army Black Knights",
                  "Arsenal",
                  "Arsenal de Sarandí",
                  "Aruba",
                  "AS Roma",
                  "AS Saint-Etienne",
                  "Ascoli",
                  "Asheville Tourists",
                  "Ashlee Evans-Smith",
                  "Aspen Ladd",
                  "Aston Martin",
                  "Aston Villa",
                  "Atalanta",
                  "Athletic Bilbao",
                  "ATK Mohun Bagan FC",
                  "Atlanta Braves",
                  "Atlanta Dream",
                  "Atlanta Falcons",
                  "Atlanta Flames",
                  "Atlanta Hawks",
                  "Atlanta Thrashers",
                  "Atlanta United FC",
                  "Atletico Madrid",
                  "Atlético de San Luis",
                  "Atlético Ottawa",
                  "Auburn Doubledays",
                  "Auburn Tigers",
                  "Augusta GreenJackets",
                  "Austin Dillon",
                  "Austin FC",
                  "Austin Peay Governors",
                  "Australia",
                  "Austria",
                  "Auxerre",
                  "Avispa Fukuoka",
                  "Awadhe Warriors",
                  "AX Armani Exchange Milan Basketball",
                  "AZ Alkmaar",
                  "Azerbaijan",
                  "Bahamas",
                  "Bahrain",
                  "Bakersfield Blaze",
                  "Ball State Cardinals",
                  "Baltimore Orioles",
                  "Baltimore Ravens",
                  "BAMBITIOUS NARA",
                  "Bangladesh",
                  "Barbados",
                  "Barcelona",
                  "Barcelona Basketball",
                  "Bari",
                  "Bastia",
                  "Batavia Muckdogs",
                  "Bates Bobcats",
                  "Bayer Leverkusen",
                  "Bayern Munich",
                  "Bayern Munich Basketball",
                  "Baylor Bears",
                  "BC Lions",
                  "Belarus",
                  "Belenenses",
                  "Belgium",
                  "Belize",
                  "Belmont Bruins",
                  "Beloit Snappers",
                  "Ben Nguyen",
                  "Benfica",
                  "Bengal Warriors",
                  "Bengaluru Bulls",
                  "Bengaluru FC",
                  "Bengaluru Raptors",
                  "Benin",
                  "Bermuda",
                  "Bethe Correia",
                  "Bethune Cookman Wildcats",
                  "Betis Sevilla",
                  "Bhutan",
                  "Billings Mustangs",
                  "Binghamton Bearcats",
                  "Binghamton Mets",
                  "Birmingham Barons",
                  "Birmingham City",
                  "Black Hawks Hyderabad",
                  "Blackburn Rovers",
                  "Blaublitz Akita",
                  "Bluefield Orioles",
                  "Boavista",
                  "Bobby Labonte",
                  "Boca Juniors",
                  "Boise Hawks",
                  "Boise State Broncos",
                  "Bolivia",
                  "Bologna",
                  "Bolton Wanderers",
                  "Bordeaux",
                  "Borussia Dortmund",
                  "Borussia Monchengladbach",
                  "Bosnia and Herzegovina",
                  "Boston Beaneaters",
                  "Boston Beans",
                  "Boston Bruins",
                  "Boston Celtics",
                  "Boston College Eagles",
                  "Boston Legacy FC",
                  "Boston Patriots",
                  "Boston Red Sox",
                  "Boston Redskins",
                  "Boston University Terriers",
                  "Botswana",
                  "Bowie Baysox",
                  "Bowling Green Falcons",
                  "Bowling Green Hot Rods",
                  "Brad Keselowski",
                  "Brad Tavares",
                  "Bradenton Marauders",
                  "Bradley Braves",
                  "Brandon Moreno",
                  "Brazil",
                  "Brentford",
                  "Brescia",
                  "Brest",
                  "Brevard County Manatees",
                  "Brian Ortega",
                  "Brighton & Hove Albion",
                  "Bristol City",
                  "Bristol White Sox",
                  "British Virgin Islands",
                  "Brooklyn Cyclones",
                  "Brooklyn Nets",
                  "Brown Bears",
                  "Brunei",
                  "Bryant Bulldogs",
                  "Bucknell Bison",
                  "Buffalo Bandits",
                  "Buffalo Bills",
                  "Buffalo Bisons",
                  "Buffalo Braves",
                  "Buffalo Bulls",
                  "Buffalo Sabres",
                  "Bulgaria",
                  "Burkina Faso",
                  "Burlington Bees",
                  "Burlington Royals",
                  "Burnley",
                  "Burundi",
                  "Butler Bulldogs",
                  "BWT Racing Point",
                  "BYU Cougars",
                  "C.D. Chivas USA",
                  "CA River Plate",
                  "Cagliari Calcio",
                  "Cal Irvine Anteaters",
                  "Cal Poly Mustangs",
                  "Cal Riverside Highlanders",
                  "Cal Santa Barbara Gauchos",
                  "Cal State Bakersfield Roadrunners",
                  "Cal State Fullerton Titans",
                  "Cal State Northridge Matadors",
                  "Cal State Sacramento Hornets",
                  "Calcio Catania",
                  "Calgary Flames",
                  "Calgary Roughnecks",
                  "Calgary Stampeders",
                  "Calicut Heroes",
                  "California Angels",
                  "California Baptist Lancers",
                  "California Golden Bears",
                  "California Seals",
                  "Cambodia",
                  "Cameroon",
                  "Campbell Fighting Camels",
                  "Canada",
                  "Canisius Golden Griffins",
                  "Cape Verde",
                  "Cardiff City",
                  "Carl Edwards",
                  "Carla Esparza",
                  "Carolina Hurricanes",
                  "Carolina Mudcats",
                  "Carolina Panthers",
                  "Casa Pia AC",
                  "Casey Mears",
                  "Casper Ghosts",
                  "Cat Zingano",
                  "Catanzaro",
                  "Cavalry FC",
                  "Cayman Islands",
                  "CD Lugo",
                  "CD Mirandés",
                  "CD Numancia",
                  "CD Santa Clara",
                  "CD Tenerife",
                  "Cedar Rapids Kernels",
                  "Celta Vigo",
                  "Celtic",
                  "Centenary Gentlemen",
                  "Central African Republic",
                  "Central Arkansas Bears",
                  "Central Connecticut Blue Devils",
                  "Central Connecticut State Blue Devils",
                  "Central Florida Golden Knights",
                  "Central Michigan Chippewas",
                  "Cerezo Osaka",
                  "CF Atlas",
                  "CF Estrela",
                  "CF Fuenlabrada",
                  "CF Monterrey",
                  "Chad",
                  "Chad Mendes",
                  "Chan Sung Jung",
                  "Charleston Cougars",
                  "Charleston RiverDogs",
                  "Charleston Southern Buccaneers",
                  "Charlotte 49ers",
                  "Charlotte Hornets",
                  "Charlotte Knights",
                  "Charlotte Sting",
                  "Charlotte Stone Crabs",
                  "Charlton Athletic",
                  "Chase Elliott",
                  "Chattanooga Lookouts",
                  "Chaves",
                  "Chelsea",
                  "Chennai City FC",
                  "Chennai Spartans",
                  "Chennai Super Kings",
                  "Chennai Superstarz",
                  "Chennaiyin FC",
                  "CHIBA JETS",
                  "Chiba Lotte Marines",
                  "Chicago Bears",
                  "Chicago Blackhawks",
                  "Chicago Bulls",
                  "Chicago Cardinals",
                  "Chicago Cubs",
                  "Chicago Fire",
                  "Chicago Red Stars",
                  "Chicago Sky",
                  "Chicago Stags",
                  "Chicago State Cougars",
                  "Chicago White Sox",
                  "Chicago White Stockings",
                  "Chicago Whitesox",
                  "Chicago Zephyrs",
                  "Chievo Verona",
                  "Chile",
                  "China",
                  "Chinese Taipei",
                  "Chris Buescher",
                  "Chris Weidman",
                  "Chunichi Dragons",
                  "Churchill Brothers FC Goa",
                  "Cincinnati Bearcats",
                  "Cincinnati Bengals",
                  "Cincinnati Redlegs",
                  "Cincinnati Reds",
                  "Citadel Bulldogs",
                  "Cittadella",
                  "Claudia Gadelha",
                  "Clearwater Threshers",
                  "Clemson Tigers",
                  "Clermont Foot 63",
                  "Cleveland Barons",
                  "Cleveland Blues",
                  "Cleveland Browns",
                  "Cleveland Cavaliers",
                  "Cleveland Indians",
                  "Cleveland Naps",
                  "Cleveland Rockers",
                  "Cleveland State Vikings",
                  "Clint Bowyer",
                  "Clinton LumberKings",
                  "Club América",
                  "Club Atlético River Plate",
                  "Club Deportivo Guadalajara - Chivas",
                  "Club Deportivo Social y Cultural - Cruz Azul",
                  "Club Santos Laguna",
                  "Club Universidad Nacional A.C. - Pumas",
                  "Coastal Carolina Chanticleers",
                  "Cody Garbrandt",
                  "Cody Stamann",
                  "Colby Covington",
                  "Colgate Raiders",
                  "Colombia",
                  "Colorado Avalanche",
                  "Colorado Buffaloes",
                  "Colorado College Tigers",
                  "Colorado Mammoth",
                  "Colorado Rapids",
                  "Colorado Rockies",
                  "Colorado Springs Sky Sox",
                  "Colorado State Rams",
                  "Columbia Lions",
                  "Columbus Blue Jackets",
                  "Columbus Clippers",
                  "Columbus Crew",
                  "Como",
                  "Comoros",
                  "Congo",
                  "Connecticut Huskies",
                  "Connecticut Sun",
                  "Connecticut Tigers",
                  "Conor McGregor",
                  "Consadole Sapporo",
                  "Cook Islands",
                  "Coppin State Eagles",
                  "Corey Anderson",
                  "Cornell Big Red",
                  "Corpus Christi Hooks",
                  "Cortney Casey",
                  "Cosenza",
                  "Costa Rica",
                  "Cote d'Ivoire",
                  "Coventry City",
                  "Creighton Bluejays",
                  "Cris Cyborg",
                  "Croatia",
                  "Crvena Zvezda mts Belgrade Basketball",
                  "Crystal Palace",
                  "CSKA Moscow Basketball",
                  "Cub Swanson",
                  "Cuba",
                  "Curtis Blaydes",
                  "Cyprus",
                  "Czech Republic",
                  "Cádiz CF",
                  "D.C. United",
                  "Dabang Delhi KC",
                  "Dabang Mumbai HC",
                  "Dale Earnhardt",
                  "Dale Earnhardt Jr.",
                  "Dallas Baptist Patriots",
                  "Dallas Cowboys",
                  "Dallas Mavericks",
                  "Dallas Stars",
                  "Dallas Texans",
                  "Dallas Wings",
                  "Dan Hooker",
                  "Daniel Cormier",
                  "Daniel Suárez",
                  "Danville Braves",
                  "Darmstadt 98",
                  "Darrell Wallace Jr.",
                  "Darren Elkins",
                  "Darren Till",
                  "Dartmouth Big Green",
                  "David Branch",
                  "David Ragan",
                  "Davidson Wildcats",
                  "Dayton Dragons",
                  "Dayton Flyers",
                  "Daytona Cubs",
                  "De Graafschap",
                  "Deiveson Figueiredo",
                  "Delaware Fightin' Blue Hens",
                  "Delaware State Hornets",
                  "Delhi Capitals",
                  "Delhi Sultans",
                  "Delhi Waveriders",
                  "Delmarva Shorebirds",
                  "Demian Maia",
                  "Democratic Republic of the Congo",
                  "Denmark",
                  "Denny Hamlin",
                  "Denver Broncos",
                  "Denver Nuggets",
                  "Denver Pioneers",
                  "DePaul Blue Demons",
                  "Deportivo La Coruna",
                  "Derby County",
                  "Derek Brunson",
                  "Derrick Lewis",
                  "Desportivo das Aves",
                  "Detroit Cougars",
                  "Detroit Falcons",
                  "Detroit Lions",
                  "Detroit Pistons",
                  "Detroit Red Wings",
                  "Detroit Shock",
                  "Detroit Tigers",
                  "Detroit Titans",
                  "Dijon FCO",
                  "Djibouti",
                  "Dominica",
                  "Dominican Republic",
                  "Dominick Cruz",
                  "Dominick Reyes",
                  "Donald Cerrone",
                  "Douglas Silva de Andrade",
                  "Drake Bulldogs",
                  "Drexel Dragons",
                  "Duke Blue Devils",
                  "Dundee",
                  "Dundee United",
                  "Dunedin Blue Jays",
                  "Dunfermline",
                  "Duquesne Dukes",
                  "Durham Bulls",
                  "Dustin Ortiz",
                  "Dustin Poirier",
                  "Dynamo Dresden",
                  "E-Sports",
                  "EARTHFRIENDS TOKYO Z",
                  "East Carolina Pirates",
                  "East Tennessee State Buccaneers",
                  "East Timor",
                  "Eastern Illinois Panthers",
                  "Eastern Kentucky Colonels",
                  "Eastern Michigan Eagles",
                  "Eastern Washington Eagles",
                  "Ecuador",
                  "Edmonton Football Team",
                  "Edmonton Oilers",
                  "Edson Barboza",
                  "Egypt",
                  "Ehime FC",
                  "EHIME ORANGE VIKINGS",
                  "Eintracht Braunschweig",
                  "Eintracht Frankfurt",
                  "El Salvador",
                  "Elche CF",
                  "Elias Theodorou",
                  "Elizabethton Twins",
                  "Elizeu Zaleski dos Santos",
                  "Elliott Sadler",
                  "Elon Phoenix",
                  "Empoli",
                  "Energie Cottbus",
                  "England",
                  "Equatorial Guinea",
                  "Erie SeaWolves",
                  "Erik Jones",
                  "Eritrea",
                  "Espanyol",
                  "Estonia",
                  "Estoril",
                  "Ethiopia",
                  "Eugene Emeralds",
                  "Evansville Purple Aces",
                  "Everett AquaSox",
                  "Everton",
                  "Excelsior",
                  "Extremadura UD",
                  "F EAGLES NAGOYA",
                  "F.C. Gifu",
                  "Fagiano Okayama FC",
                  "Fairfield Stags",
                  "Fairleigh Dickinson Devils",
                  "Fairleigh Dickinson Knights",
                  "Famalicão",
                  "Farense",
                  "FC Arouca",
                  "FC Arsenal Tula",
                  "FC Augsburg",
                  "FC Basel",
                  "FC Cincinnati",
                  "FC Dallas",
                  "FC Edmonton",
                  "FC Goa",
                  "FC Groningen",
                  "FC Heidenheim",
                  "FC Juárez",
                  "FC Lorient",
                  "FC Machida Zelvia",
                  "FC Ryūkyū",
                  "FC Sevilla",
                  "FC St. Pauli",
                  "FC Startak Moscow",
                  "FC Tokyo",
                  "FC Utrecht",
                  "FC Volendam",
                  "FC Zwolle",
                  "Federated States of Micronesia",
                  "Felice Herrig",
                  "Fenerbahce Beko Istanbul",
                  "Feyenoord Rotterdam",
                  "Fiji",
                  "Finland",
                  "Fiorentina",
                  "FIU Panthers",
                  "Florida A&M Rattlers",
                  "Florida Atlantic Owls",
                  "Florida Gators",
                  "Florida Gulf Coast Eagles",
                  "Florida International Golden Panthers",
                  "Florida Panthers",
                  "Florida State Seminoles",
                  "Fordham Rams",
                  "Forge FC",
                  "Fort Myers Miracle",
                  "Fort Wayne Mastodons",
                  "Fort Wayne Pistons",
                  "Fort Wayne TinCaps",
                  "Fortuna Düsseldorf",
                  "Fortuna Sittard",
                  "France",
                  "Francis Ngannou",
                  "Francisco Trinaldo",
                  "Frankie Edgar",
                  "Frederick Keys",
                  "Fresno Grizzlies",
                  "Fresno State Bulldogs",
                  "Frisco RoughRiders",
                  "Frosinone FC",
                  "FSV Mainz 05",
                  "Fujieda MYFC",
                  "Fukuoka SoftBank Hawks",
                  "FUKUSHIMA FIREBONDS",
                  "Fukushima United FC",
                  "Fulham",
                  "Furman Paladins",
                  "Gabon",
                  "Gainare Tottori",
                  "Galatasaray SK",
                  "Gamba Osaka",
                  "Gardner-Webb Runnin' Bulldogs",
                  "Genoa",
                  "George Mason Patriots",
                  "George Washington Colonials",
                  "Georges St-Pierre",
                  "Georgetown Hoyas",
                  "Georgia",
                  "Georgia Bulldogs",
                  "Georgia Southern Eagles",
                  "Georgia State Panthers",
                  "Georgia Swarm",
                  "Georgia Tech Yellow Jackets",
                  "Germaine de Randamie",
                  "Germany",
                  "Getafe CF",
                  "Getafe FC",
                  "Ghana",
                  "Gil Vicente",
                  "Giravanz Kitakyushu",
                  "Girona FC",
                  "Glover Teixeira",
                  "Go Ahead Eagles",
                  "Gokulam Kerala FC",
                  "Golden State Valkyries",
                  "Golden State Warriors",
                  "Gonzaga Bulldogs",
                  "Grambling Tigers",
                  "Granada CF",
                  "Grand Canyon Antelopes",
                  "Gray Gaulding",
                  "Great Britain",
                  "Great Falls Voyagers",
                  "Great Lakes Loons",
                  "Greece",
                  "Green Bay Packers",
                  "Greeneville Astros",
                  "Greensboro Grasshoppers",
                  "Greenville Drive",
                  "Greg Biffle",
                  "Grenada",
                  "Greuther Fürth",
                  "Grulla Morioka",
                  "Guam",
                  "Guatemala",
                  "Guinea",
                  "Guinea-Bissau",
                  "Guingamp",
                  "Gujarat Fortunegiants",
                  "Gujarat Lions",
                  "GUNMA CRANE THUNDERS",
                  "Gunnar Nelson",
                  "Guyana",
                  "Gwinnett Braves",
                  "Haas F1 Team",
                  "Hagerstown Suns",
                  "Haiti",
                  "Halifax Thunderbirds",
                  "Hamburg SV",
                  "Hamilton Tiger-Cats",
                  "Hamilton Tigers",
                  "Hampton Pirates",
                  "Hannover 96",
                  "Hansa Rostock",
                  "Hanshin Tigers",
                  "Harrisburg Senators",
                  "Hartford Hawks",
                  "Hartford Whalers",
                  "Harvard Crimson",
                  "Haryana Hammers",
                  "Haryana Steelers",
                  "Hawaii Rainbow Warriors",
                  "Hearts",
                  "Heerenveen",
                  "Helena Brewers",
                  "Henry Cejudo",
                  "Heracles Almelo",
                  "Hertha Berlin",
                  "Hertha BSC",
                  "HFX Wanderers FC",
                  "Hibernian",
                  "Hickory Crawdads",
                  "High Desert Mavericks",
                  "High Point Panthers",
                  "High School Baseball Team",
                  "HIROSHIMA DRAGONFLIES",
                  "Hiroshima Toyo Carp",
                  "Hofstra Flying Dutchmen",
                  "Hofstra Pride",
                  "Hokkaido Nippon-Ham Fighters",
                  "Holly Holm",
                  "Holy Cross Crusaders",
                  "Honduras",
                  "Hong Kong",
                  "Houston Astros",
                  "Houston Baptist Huskies",
                  "Houston Comets",
                  "Houston Cougars",
                  "Houston Dash",
                  "Houston Dynamo",
                  "Houston Oilers",
                  "Houston Rockets",
                  "Houston Texans",
                  "Howard Bison",
                  "Huddersfield Town",
                  "Hudson Valley Renegades",
                  "Hull City",
                  "Hungary",
                  "Huntsville Stars",
                  "Hyderabad FC",
                  "Hyderabad Hunters",
                  "IBARAKI ROBOTS",
                  "Iceland",
                  "Idaho Falls Chukars",
                  "Idaho State Bengals",
                  "Idaho Vandals",
                  "Ilir Latifi",
                  "Illinois Chicago Flames",
                  "Illinois Illini",
                  "Illinois State Redbirds",
                  "Incarnate Word Cardinals",
                  "Independent Olympic Athletes",
                  "India",
                  "Indian Arrows",
                  "Indiana Fever",
                  "Indiana Hoosiers",
                  "Indiana Pacers",
                  "Indiana State Sycamores",
                  "Indianapolis Colts",
                  "Indianapolis Indians",
                  "Indonesia",
                  "Inland Empire 66ers",
                  "Inter Miami CF",
                  "Inter Milan",
                  "Inverness Caledonian Thistle",
                  "Iona Gaels",
                  "Iowa Cubs",
                  "Iowa Hawkeyes",
                  "Iowa State Cyclones",
                  "IPFW Mastodons",
                  "Ipswich Town",
                  "Iran",
                  "Iraq",
                  "Ireland",
                  "Irene Aldana",
                  "Israel",
                  "Israel Adesanya",
                  "Italy",
                  "IUPUI Jaguars",
                  "Ivory Coast",
                  "Iwaki FC",
                  "IWATE BIG BULLS",
                  "Jacare Souza",
                  "Jackson State Tigers",
                  "Jacksonville Dolphins",
                  "Jacksonville Jaguars",
                  "Jacksonville State Gamecocks",
                  "Jacksonville Suns",
                  "Jaipur Pink Panthers",
                  "Jamaica",
                  "James Madison Dukes",
                  "James Vick",
                  "Jamestown Jammers",
                  "Jamie McMurray",
                  "Jamshedpur FC",
                  "Jan Blachowicz",
                  "Japan",
                  "Jared Cannonier",
                  "Jaypee Punjab Warriors",
                  "JEF United Ichihara Chiba",
                  "Jeff Burton",
                  "Jeff Gordon",
                  "Jennifer Maia",
                  "Jeremy Stephens",
                  "Jessica Andrade",
                  "Jessica Eye",
                  "Jessica-Rose Clark",
                  "Jimi Manuwa",
                  "Jimmie Johnson",
                  "Jimmie Rivera",
                  "Joanna Jedrzejczyk",
                  "Joanne Calderwood",
                  "Joey Logano",
                  "John Dodson",
                  "John Lineker",
                  "John Moraga",
                  "Johnson City Cardinals",
                  "Jon Jones",
                  "Jordan",
                  "Jorge Masvidal",
                  "Jose Aldo",
                  "Joseph Benavidez",
                  "Josh Emmett",
                  "Juan Pablo Montoya",
                  "Julianna Pena",
                  "Junior dos Santos",
                  "Jupiter Hammerheads",
                  "Jussier Formiga",
                  "Justin Gaethje",
                  "Justin Willis",
                  "Juventus",
                  "Júbilo Iwata",
                  "KAGAWA FIVE ARROWS",
                  "KAGOSHIMA REBNISE",
                  "Kaiserslautern",
                  "Kalinga Lancers",
                  "Kamaru Usman",
                  "Kamatamare Sanuki",
                  "KANAZAWA SAMURAIZ",
                  "Kane County Cougars",
                  "Kannapolis Intimidators",
                  "Kansas City Athletics",
                  "Kansas City Chiefs",
                  "Kansas City Current",
                  "Kansas City Kings",
                  "Kansas City Royals",
                  "Kansas City Scouts",
                  "Kansas Jayhawks",
                  "Kansas State Wildcats",
                  "Karlsruher SC",
                  "Karolina Kowalkiewicz",
                  "Kasey Kahne",
                  "Kashima Antlers",
                  "Kashiwa Reysol",
                  "Kataller Toyama",
                  "Katlyn Chookagian",
                  "KAWASAKI BRAVE THUNDERS",
                  "Kawasaki Frontale",
                  "Kazakhstan",
                  "Kelvin Gastelum",
                  "Kennesaw State Owls",
                  "Kent State Golden Flashes",
                  "Kentucky Wildcats",
                  "Kenya",
                  "Kerala Blasters FC",
                  "Ketlen Vieira",
                  "Kevin Harvick",
                  "Kevin Lee",
                  "Khabib Nurmagomedov",
                  "Khimki Moscow Region Basketball",
                  "Kilmarnock",
                  "Kings XI Punjab",
                  "Kingsport Mets",
                  "Kinston Indians",
                  "Kiribati",
                  "KIROLBET Baskonia Vitoria-Gasteiz Basketball",
                  "Kochi Blue Spikers",
                  "Kolkata Knight Riders",
                  "Kosovo",
                  "KUMAMOTO VOLTERS",
                  "Kurt Busch",
                  "Kyle Busch",
                  "Kyle Larson",
                  "KYOTO HANNARYZ",
                  "Kyoto Sanga FC",
                  "Kyrgyzstan",
                  "La Salle Explorers",
                  "Lafayette Leopards",
                  "Lake County Captains",
                  "Lake Elsinore Storm",
                  "Lakeland Flying Tigers",
                  "Lakewood BlueClaws",
                  "Lamar Cardinals",
                  "Lancaster JetHawks",
                  "Lansing Lugnuts",
                  "Laos",
                  "Las Vegas 51s",
                  "Las Vegas Aces",
                  "Las Vegas Raiders",
                  "Latvia",
                  "Lauren Murphy Increase1",
                  "Lazio",
                  "LDLC ASVEL Villeurbanne",
                  "Le Havre",
                  "Lebanon",
                  "Lecce",
                  "Lecco",
                  "Leeds United",
                  "Leganés",
                  "Lehigh Mountain Hawks",
                  "Lehigh Valley IronPigs",
                  "Leicester City",
                  "Lens",
                  "Leon Edwards",
                  "Lesotho",
                  "LEVANGA HOKKAIDO",
                  "Levante UD",
                  "Lexington Legends",
                  "Liberia",
                  "Liberty Flames",
                  "Libya",
                  "Liechtenstein",
                  "Lille",
                  "Lina Lansberg",
                  "Lipscomb Bisons",
                  "Lithuania",
                  "Liverpool",
                  "Livingston",
                  "Liz Carmouche",
                  "Long Beach State 49ers",
                  "Long Beach State Sharks",
                  "Long Island Blackbirds",
                  "Longwood Lancers",
                  "Los Angeles Angels",
                  "Los Angeles Chargers",
                  "Los Angeles Clippers",
                  "Los Angeles Dodgers",
                  "Los Angeles FC",
                  "Los Angeles Galaxy",
                  "Los Angeles Kings",
                  "Los Angeles Lakers",
                  "Los Angeles Rams",
                  "Los Angeles Sparks",
                  "Louisiana Lafayette Ragin' Cajuns",
                  "Louisiana Monroe Indians",
                  "Louisiana Tech Bulldogs",
                  "Louisiana-Monroe Warhawks",
                  "Louisville Bats",
                  "Louisville Cardinals",
                  "Lowell Spinners",
                  "Loyola Chicago Ramblers",
                  "Loyola Maryland Greyhounds",
                  "Loyola Marymount Lions",
                  "LPGA",
                  "LSU Tigers",
                  "Lucie Pudilova",
                  "Luke Rockhold",
                  "Luton Town",
                  "Luxembourg",
                  "Lynchburg Hillcats",
                  "Lyon",
                  "Maccabi FOX Tel Aviv Basketball",
                  "Macedonia",
                  "Mackenzie Dern",
                  "Madagascar",
                  "Mahoning Valley Scrappers",
                  "Maine Black Bears",
                  "Malaga",
                  "Malawi",
                  "Malaysia",
                  "Maldives",
                  "Mali",
                  "Mallorca",
                  "Malta",
                  "Manchester City",
                  "Manchester United",
                  "Manhattan Jaspers",
                  "Mara Romero Borella",
                  "Marcin Tybura",
                  "Marion Reneau",
                  "Marist Red Foxes",
                  "Mark Hunt",
                  "Mark Martin",
                  "Marlon Moraes",
                  "Marquette Golden Eagles",
                  "Marseille",
                  "Marshall Islands",
                  "Marshall Thundering Herd",
                  "Martin Truex Jr.",
                  "Maryland Baltimore County Retrievers",
                  "Maryland Eastern Shore Fighting Hawks",
                  "Maryland Terrapins",
                  "Marítimo",
                  "Massachusetts Minutemen",
                  "Matheus Nicolau",
                  "Matsumoto Yamaga FC",
                  "Matt DiBenedetto",
                  "Matt Kenseth",
                  "Mauricio Rua",
                  "Mauritania",
                  "Mauritius",
                  "Max Holloway",
                  "Mazatlán",
                  "Mclaren",
                  "McNeese State Cowboys",
                  "Memphis Grizzlies",
                  "Memphis Redbirds",
                  "Memphis Tigers",
                  "Mercedes-AMG Petronas",
                  "Mercer Bears",
                  "Metz",
                  "Mexico",
                  "Miami (Ohio) Redhawks",
                  "Miami Dolphins",
                  "Miami Heat",
                  "Miami Hurricanes",
                  "Miami Marlins",
                  "Miami Sol",
                  "Michael Chiesa",
                  "Michael McDowell",
                  "Michelle Waterson",
                  "Michigan State Spartans",
                  "Michigan Wolverines",
                  "Middle Tennessee State Blue Raiders",
                  "Middlesbrough",
                  "Middleweight",
                  "Midland RockHounds",
                  "Millwall",
                  "Milwaukee Braves",
                  "Milwaukee Brewers",
                  "Milwaukee Bucks",
                  "Milwaukee Hawks",
                  "Minnesota Golden Gophers",
                  "Minnesota Lynx",
                  "Minnesota North Stars",
                  "Minnesota Timberwolves",
                  "Minnesota Twins",
                  "Minnesota United FC",
                  "Minnesota Vikings",
                  "Minnesota Wild",
                  "Mirsad Bektic",
                  "Misha Cirkunov",
                  "Mississippi Braves",
                  "Mississippi Old Miss Rebels",
                  "Mississippi State Bulldogs",
                  "Mississippi Valley State Delta Devils",
                  "Missoula Osprey",
                  "Missouri Kansas City Kangaroos",
                  "Missouri Tigers",
                  "Mito HollyHock",
                  "Mobile BayBears",
                  "Modena",
                  "Modesto Nuts",
                  "Mohun Bagan",
                  "Moldova",
                  "Monaco",
                  "Mongolia",
                  "Monmouth Hawks",
                  "Montana Grizzlies",
                  "Montana State Bobcats",
                  "Montedio Yamagata",
                  "Montenegro",
                  "Montgomery Biscuits",
                  "Montpellier",
                  "Montreal Alouettes",
                  "Montreal Canadiens",
                  "Montreal Expos",
                  "Montreal Impact",
                  "Montreal Maroons",
                  "Montreal Wanderers",
                  "Monza",
                  "Morehead State Eagles",
                  "Moreirense",
                  "Morgan State Bears",
                  "Morocco",
                  "Motherwell",
                  "Mount St. Mary's Mountaineers",
                  "Mozambique",
                  "MP Yodha",
                  "Mumbai City FC",
                  "Mumbai Indians",
                  "Mumbai Maharathi",
                  "Mumbai Rockets",
                  "Murray State Racers",
                  "Myanmar",
                  "Myrtle Beach Pelicans",
                  "NAC Breda",
                  "NAGOYA DIAMOND DOLPHINS",
                  "Nagoya Grampus Eight",
                  "Namibia",
                  "Nantes",
                  "Nashville Predators",
                  "Nashville SC",
                  "Nashville Sounds",
                  "Nate Diaz",
                  "Nauru",
                  "Navy Midshipmen",
                  "NCR Punjab Royals",
                  "Nebraska Cornhuskers",
                  "NEC Nijmegen",
                  "Necaxa",
                  "Neil Magny",
                  "Nepal",
                  "NEROCA FC",
                  "Netherlands",
                  "Nevada Wolf Pack",
                  "New Britain Rock Cats",
                  "New England Black Wolves",
                  "New England Patriots",
                  "New England Revolution",
                  "New Hampshire Fisher Cats",
                  "New Hampshire Wildcats",
                  "New Jersey Devils",
                  "New Jersey Nets",
                  "New Mexico Lobos",
                  "New Mexico State Aggies",
                  "New Orleans Pelicans",
                  "New Orleans Privateers",
                  "New Orleans Saints",
                  "New Orleans Zephyrs",
                  "New York Americans",
                  "New York City FC",
                  "New York Giants",
                  "New York Highlanders",
                  "New York Islanders",
                  "New York Jets",
                  "New York Knicks",
                  "New York Liberty",
                  "New York Mets",
                  "New York Rangers",
                  "New York Red Bulls",
                  "New York Riptide",
                  "New York Titans",
                  "New York Yankees",
                  "New Zealand",
                  "Newcastle United",
                  "Niagara Purple Eagles",
                  "Nicaragua",
                  "Nicco Montaño",
                  "Nice",
                  "Nicholls State Colonels",
                  "Niger",
                  "Nigeria",
                  "NIIGATA ALBIREX BB",
                  "Nikita Krylov",
                  "Nina Ansaroff",
                  "NISHINOMIYA STORKS",
                  "NJ/NY Gotham FC",
                  "NJIT Highlanders",
                  "Norfolk State Spartans",
                  "Norfolk Tides",
                  "North Alabama Lions",
                  "North Carolina A&T Aggies",
                  "North Carolina Asheville Bulldogs",
                  "North Carolina Central Eagles",
                  "North Carolina Charlotte 49ers",
                  "North Carolina Courage",
                  "North Carolina Greensboro Spartans",
                  "North Carolina State Wolfpack",
                  "North Carolina Tar Heels",
                  "North Carolina Wilmington Seahawks",
                  "North Dakota",
                  "North Dakota Fighting Hawks",
                  "North Dakota Fighting Sioux",
                  "North Dakota State Bison",
                  "North Eastern Warriors",
                  "North Florida Ospreys",
                  "North Korea",
                  "North Texas Mean Green",
                  "Northeast United FC",
                  "Northeastern Huskies",
                  "Northeastern Illinois Golden Eagles",
                  "Northern Arizona Lumberjacks",
                  "Northern Colorado Bears",
                  "Northern Illinois Huskies",
                  "Northern Iowa Panthers",
                  "Northern Kentucky Norse",
                  "Northwest Arkansas Naturals",
                  "Northwestern State Demons",
                  "Northwestern Wildcats",
                  "Norway",
                  "Norwich City",
                  "Notre Dame Fighting Irish",
                  "Nottingham Forest",
                  "Nurnberg",
                  "NYIT Bears",
                  "NYU Bobcats",
                  "NYU Violets",
                  "Nîmes Olympique",
                  "Oakland Athletics",
                  "Oakland Golden Grizzlies",
                  "Oakland Raiders",
                  "Odisha FC",
                  "Ogden Raptors",
                  "Ohio Bobcats",
                  "Ohio State Buckeyes",
                  "Oita Trinita",
                  "Oklahoma City RedHawks",
                  "Oklahoma City Thunder",
                  "Oklahoma Sooners",
                  "Oklahoma State Cowboys",
                  "Old Dominion Monarchs",
                  "Ole Miss Rebels",
                  "Oleksiy Oliynyk",
                  "Olympiacos Basketball",
                  "Omaha Mavericks",
                  "Omaha Royals",
                  "Oman",
                  "Omiya Ardija",
                  "Oral Roberts Golden Eagles",
                  "Oregon Ducks",
                  "Oregon State Beavers",
                  "Orem Owlz",
                  "Orix Buffaloes",
                  "Orlando City SC",
                  "Orlando Magic",
                  "Orlando Pride",
                  "OSAKA EVESSA",
                  "Osasuna",
                  "OTSUKA CORPORATION ALPHAS",
                  "Ottawa Redblacks",
                  "Ottawa Senators",
                  "Ovince Saint Preux",
                  "Pacific Boxers",
                  "Pacific FC",
                  "Pacific Tigers",
                  "Pakistan",
                  "Palau",
                  "Palermo",
                  "Palestine",
                  "Palm Beach Cardinals",
                  "Panama",
                  "Panathinaikos Basketball",
                  "Papua New Guinea",
                  "Paraguay",
                  "Parma",
                  "Parma Calcio",
                  "Patna Pirates",
                  "Patrick Thistle",
                  "Paul Felder",
                  "Paul Menard",
                  "Paulo Costa",
                  "Pawtucket Red Sox",
                  "Paços de Ferreira",
                  "Pedro Munhoz",
                  "Penn Quakers",
                  "Penn State Nittany Lions",
                  "Pennsylvania Quakers",
                  "Peoria Chiefs",
                  "Pepperdine Waves",
                  "Peru",
                  "Perugia",
                  "PGA",
                  "Philadelphia 76ers",
                  "Philadelphia Athletics",
                  "Philadelphia Eagles",
                  "Philadelphia Flyers",
                  "Philadelphia Phillies",
                  "Philadelphia Quakers",
                  "Philadelphia Union",
                  "Philadelphia Wings",
                  "Philippines",
                  "Phoenix Mercury",
                  "Phoenix Suns",
                  "Piacenza",
                  "Pisa",
                  "Pittsburgh Panthers",
                  "Pittsburgh Penguins",
                  "Pittsburgh Pirates",
                  "Pittsburgh Steelers",
                  "Plymouth Argyle",
                  "Poland",
                  "Portimonense SC",
                  "Portland Beavers",
                  "Portland Fire",
                  "Portland Pilots",
                  "Portland Sea Dogs",
                  "Portland State Vikings",
                  "Portland Thorns FC",
                  "Portland Timbers",
                  "Portland Trail Blazers",
                  "Porto",
                  "Portugal",
                  "Potomac Nationals",
                  "Prairie View Panthers",
                  "Presbyterian Blue Hose",
                  "Preston North End",
                  "Princeton Rays",
                  "Princeton Tigers",
                  "Providence Friars",
                  "PSG",
                  "PSV Eindhoven",
                  "Puerto Rico",
                  "Pulaski Mariners",
                  "Pune 7 Aces",
                  "Puneri Paltan",
                  "Punjab FC",
                  "Purdue Boilermakers",
                  "Qatar",
                  "QPR",
                  "Quad Cities River Bandits",
                  "Querétaro",
                  "Quess East Bengal",
                  "Quinnipiac Bobcats",
                  "Racing Louisville FC",
                  "Racing Santander",
                  "Radford Highlanders",
                  "Rafael dos Anjos",
                  "Rajasthan Royals",
                  "Ranchi Rays",
                  "Rancho Cucamonga Quakes",
                  "Randa Markos",
                  "Rangers",
                  "Rani Yahya",
                  "Raphael Assunção",
                  "Raquel Pennington",
                  "Ray Borg",
                  "Rayo Vallecano",
                  "RB Leipzig",
                  "RBC Roosendaal",
                  "Reading",
                  "Reading Phillies",
                  "Real Kashmir FC",
                  "Real Madrid",
                  "Real Madrid Basketball",
                  "Real Oviedo",
                  "Real Salt Lake",
                  "Real Sociedad",
                  "Real Zaragoza",
                  "Recreativo Huelva",
                  "Red Bull Racing",
                  "Refugee Olympic Team",
                  "Reggina",
                  "Renato Moicano",
                  "Renault DP World",
                  "Rennes",
                  "Reno Aces",
                  "RENOFA Yamaguchi",
                  "Rhode Island Rams",
                  "Ricardo Lamas",
                  "Rice Owls",
                  "Richard Petty",
                  "Richmond Flying Squirrels",
                  "Richmond Spiders",
                  "Ricky Stenhouse Jr.",
                  "Rider Broncs",
                  "Rio Ave",
                  "Rising Pune Supergiants",
                  "RIZING ZEPHYR FUKUOKA",
                  "RKC Waalwijk",
                  "Roasso Kumamoto",
                  "Rob Font",
                  "Robbie Lawler",
                  "Robert Morris Colonials",
                  "Robert Whittaker",
                  "Rochester Knighthawks",
                  "Rochester Red Wings",
                  "Rochester Royals",
                  "Roda JC Kerkrade",
                  "Roma",
                  "Romania",
                  "Rome Braves",
                  "Rose Namajunas",
                  "Ross County",
                  "Rotherham United",
                  "Round Rock Express",
                  "Roxanne Modafferi",
                  "Royal Challengers Bangalore",
                  "Russia",
                  "Rutgers Scarlet Knights",
                  "Rwanda",
                  "Ryan Blaney",
                  "Ryan Newman",
                  "RYUKYU GOLDEN KINGS",
                  "Sacramento Kings",
                  "Sacramento Monarchs",
                  "Sacramento River Cats",
                  "Sacred Heart Pioneers",
                  "Sagan Tosu",
                  "Saint Kitts and Nevis",
                  "Saint Lucia",
                  "Saint Mary's Gaels",
                  "Saint Vincent and the Grenadines",
                  "SAITAMA BRONCOS",
                  "Saitama Seibu Lions",
                  "Salem Red Sox",
                  "Salem-Keizer Volcanoes",
                  "Salt Lake Bees",
                  "Sam Houston State Bearkats",
                  "Samford Bulldogs",
                  "Samoa",
                  "Sampdoria",
                  "San Antonio Missions",
                  "San Antonio Silver Stars",
                  "San Antonio Spurs",
                  "San Diego Chargers",
                  "San Diego Clippers",
                  "San Diego Padres",
                  "San Diego Rockets",
                  "San Diego Seals",
                  "San Diego State Aztecs",
                  "San Diego Toreros",
                  "San Diego Wave FC",
                  "San Francisco 49ers",
                  "San Francisco Dons",
                  "San Francisco Giants",
                  "San Francisco Warriors",
                  "San Jose Earthquakes",
                  "San Jose Giants",
                  "San Jose Sharks",
                  "San Jose State Spartans",
                  "San Marino",
                  "SAN-EN NEOPHOENIX",
                  "Sanfrecce Hiroshima",
                  "Santa Clara Broncos",
                  "Santiago Ponzinibbio",
                  "Sao Paulo FC",
                  "Sara McMann",
                  "Saskatchewan Roughriders",
                  "Saskatchewan Rush",
                  "Sassuolo",
                  "Saudi Arabia",
                  "Savannah Sand Gnats",
                  "Savannah State Tigers",
                  "SC Cambuur",
                  "SC Sagamihara",
                  "Schalke",
                  "Scotland",
                  "Scranton/Wilkes-Barre Yankees",
                  "Scuderia AlphaTauri",
                  "Scuderia Ferrari",
                  "SD Eibar",
                  "SD Huesca",
                  "SD Ponferradina",
                  "SEAHORSES MIKAWA",
                  "Seattle Kraken",
                  "Seattle Mariners",
                  "Seattle Redhawks",
                  "Seattle Reign FC",
                  "Seattle Seahawks",
                  "Seattle Sounders FC",
                  "Seattle Storm",
                  "Seattle SuperSonics",
                  "Sedan",
                  "SENDAI EIGHTY NINERS",
                  "Senegal",
                  "Serbia",
                  "Serbia and Montenegro",
                  "Sergio Pettis",
                  "Seton Hall Pirates",
                  "Seychelles",
                  "Shamil Abdurakhimov",
                  "Sheffield United",
                  "Sheffield Wednesday",
                  "SHIGA LAKESTARS",
                  "SHIMANE SUSANOO MAGIC",
                  "Shimizu S-Pulse",
                  "SHINSHU BRAVE WARRIORS",
                  "Shonan Bellmare",
                  "Siena Saints",
                  "Sierra Leone",
                  "Sijara Eubanks",
                  "Singapore",
                  "SIU Edwardsville Cougars",
                  "Sky Blue FC",
                  "Slovakia",
                  "Slovenia",
                  "SM Caen",
                  "SMU Mustangs",
                  "Sochaux",
                  "Solomon Islands",
                  "Somalia",
                  "South Africa",
                  "South Alabama Jaguars",
                  "South Bend Silver Hawks",
                  "South Carolina Fighting Gamecocks",
                  "South Carolina State Bulldogs",
                  "South Dakota Coyotes",
                  "South Dakota State Jackrabbits",
                  "South Florida Bulls",
                  "South Korea",
                  "South Sudan",
                  "Southampton",
                  "Southeast Missouri State Indians",
                  "Southeast Missouri State Redhawks",
                  "Southeastern Louisiana Lions",
                  "Southern Illinois Salukis",
                  "Southern Jaguars",
                  "Southern Mississippi Golden Eagles",
                  "Southern Utah Thunderbirds",
                  "Southwest Missouri State Bears",
                  "Spain",
                  "Spal",
                  "Sparta Rotterdam",
                  "Spokane Indians",
                  "Sport Club Corinthians Paulista",
                  "Sport-Club Freiburg",
                  "Sporting",
                  "Sporting de Braga",
                  "Sporting Gijón",
                  "Sporting Kansas City",
                  "Springfield Cardinals",
                  "Sri Lanka",
                  "SSC Napoli",
                  "St Johnstone",
                  "St Mirren",
                  "St. Bonaventure Bonnies",
                  "St. Francis (New York) Terriers",
                  "St. Francis (Pennsylvania) Red Flash",
                  "St. Francis Brooklyn Terriers",
                  "St. John's Red Storm",
                  "St. Joseph's Hawks",
                  "St. Louis Blues",
                  "St. Louis Bombers",
                  "St. Louis Cardinals",
                  "St. Louis City",
                  "St. Louis Eagles",
                  "St. Louis Hawks",
                  "St. Louis Rams",
                  "St. Louis University Billikens",
                  "St. Lucie Mets",
                  "St. Mary's Rattlers",
                  "St. Peter's Peacocks",
                  "Stade de Reims",
                  "Stanford Cardinal",
                  "State College Spikes",
                  "Staten Island Yankees",
                  "Stefan Struve",
                  "Stephen F. Austin Lumberjacks",
                  "Stephen Thompson",
                  "Stetson Hatters",
                  "Stipe Miocic",
                  "Stockton Ports",
                  "Stoke City",
                  "Stony Brook Seawolves",
                  "Strasbourg",
                  "Sudan",
                  "Sunderland",
                  "Sunrisers Hyderabad",
                  "SUNROCKERS SHIBUYA",
                  "Suriname",
                  "Swansea City",
                  "Swaziland",
                  "Sweden",
                  "Switzerland",
                  "Syracuse Chiefs",
                  "Syracuse Nationals",
                  "Syracuse Orange",
                  "Syria",
                  "São Tomé and Príncipe",
                  "Tacoma Rainiers",
                  "Tai Tuivasa",
                  "Tajikistan",
                  "Tamil Thalaivas",
                  "Tampa Bay Buccaneers",
                  "Tampa Bay Lightning",
                  "Tampa Bay Rays",
                  "Tampa Rays",
                  "Tampa Yankees",
                  "Tanzania",
                  "Tatiana Suarez",
                  "TCU Horned Frogs",
                  "Team Cuba",
                  "Team Dominican Republic",
                  "Team Japan",
                  "Team Netherlands",
                  "Team Panama",
                  "Team Puerto Rico",
                  "Team South Korea",
                  "Team United States",
                  "Team Venezuela",
                  "Tecia Torres",
                  "Telugu Titans",
                  "Temple Owls",
                  "Tennessee Chattanooga Mocs",
                  "Tennessee Martin Skyhawks",
                  "Tennessee Smokies",
                  "Tennessee State Tigers",
                  "Tennessee Tech Golden Eagles",
                  "Tennessee Titans",
                  "Tennessee Volunteers",
                  "Tennis",
                  "Ternana",
                  "Texas A&M Aggies",
                  "Texas A&M-Corpus Christi Islanders",
                  "Texas Arlington Mavericks",
                  "Texas El Paso Miners",
                  "Texas Longhorns",
                  "Texas Pan American Broncs",
                  "Texas Rangers",
                  "Texas San Antonio Roadrunners",
                  "Texas Southern Tigers",
                  "Texas State Bobcats",
                  "Texas Tech Red Raiders",
                  "Texas-Rio Grande Valley Vaqueros",
                  "Thailand",
                  "The Gambia",
                  "Thespakusatsu Gunma",
                  "Thiago Santos",
                  "Thomas Almeida",
                  "Thonon Evian FC",
                  "Tiddim Road Athletic Union",
                  "Tim Elliott",
                  "TJ Dillashaw",
                  "TOCHIGI BREX",
                  "Tochigi SC",
                  "Togo",
                  "Tohoku Rakuten Golden Eagles",
                  "TOKIO MARINE NICHIDO BIG BLUE",
                  "Tokushima Vortis",
                  "TOKYO CINQ REVES",
                  "TOKYO EXCELLENCE",
                  "TOKYO HACHIOJI TRAINS",
                  "Tokyo Verdy1969",
                  "Tokyo Yakult Swallows",
                  "Toledo Mud Hens",
                  "Toledo Rockets",
                  "Tondela",
                  "Tonga",
                  "Tony Ferguson",
                  "Tony Stewart",
                  "Tonya Evinger",
                  "Torino",
                  "Toronto Arenas",
                  "Toronto Argonauts",
                  "Toronto Blue Jays",
                  "Toronto FC",
                  "Toronto Maple Leafs",
                  "Toronto Raptors",
                  "Toronto Rock",
                  "Toronto St. Pats",
                  "Toronto Tempo",
                  "Tottenham Hotspur",
                  "Toulouse FC",
                  "Towson Tigers",
                  "TOYAMA GROUSES",
                  "TOYODA GOSEI SCORPIONS",
                  "Trenton Thunder",
                  "Trevor Bayne",
                  "Tri-City Dust Devils",
                  "Tri-City ValleyCats",
                  "Trinidad and Tobago",
                  "Troy State Trojans",
                  "Troyes",
                  "TSG 1899 Hoffenheim",
                  "TSV 1860 Munich",
                  "Tulane Green Wave",
                  "Tulsa Drillers",
                  "Tulsa Golden Hurricane",
                  "Tulsa Shock",
                  "Tunisia",
                  "Turkey",
                  "Turkmenistan",
                  "Tuvalu",
                  "Twente Enschede",
                  "Ty Dillon",
                  "Tyron Woodley",
                  "Tyson Pedro",
                  "U Mumba",
                  "U Mumba Volley",
                  "UANL Tigres",
                  "UC Davis Aggies",
                  "UCLA Bruins",
                  "UD Almería",
                  "UD Las Palmas",
                  "Udinese",
                  "Uganda",
                  "Ukraine",
                  "Ulka Sasaki",
                  "UMass Lowell River Hawks",
                  "Union Berlin",
                  "United Arab Emirates",
                  "United States",
                  "UNLV Rebels",
                  "UP Dangal",
                  "UP Yoddha",
                  "Urawa Red Diamonds",
                  "Uriah Hall",
                  "Uruguay",
                  "US Salernitana",
                  "USC Trojans",
                  "USC Upstate Spartans",
                  "Utah Jazz",
                  "Utah Mammoth",
                  "Utah Royals FC",
                  "Utah State Aggies",
                  "Utah Utes",
                  "Utah Valley Wolverines",
                  "Uttar Pradesh Wizards",
                  "Uzbekistan",
                  "V-Varen Nagasaki",
                  "Valencia",
                  "Valencia Basketball",
                  "Valenciennes FC",
                  "Valentina Shevchenko",
                  "Valladolid",
                  "Valour FC",
                  "Valparaiso Crusaders",
                  "Vancouver Canadians",
                  "Vancouver Canucks",
                  "Vancouver FC",
                  "Vancouver Warriors",
                  "Vancouver Whitecaps",
                  "Vanderbilt Commodores",
                  "Vanuatu",
                  "Vegalta Sendai",
                  "Vegas Golden Knights",
                  "Venezia FC",
                  "Venezuela",
                  "Ventforet Kofu",
                  "Vermont Catamounts",
                  "Vermont Lake Monsters",
                  "Verona FC",
                  "VfB Stuttgart",
                  "VfL Bochum",
                  "VfL Osnabrück",
                  "VfL Wolfsburg",
                  "Vietnam",
                  "Villanova Wildcats",
                  "Villareal",
                  "Virgin Islands",
                  "Virginia Cavaliers",
                  "Virginia Commonwealth Rams",
                  "Virginia Tech Hokies",
                  "Visalia Rawhide",
                  "Vissel Kobe",
                  "Vitesse Arnhem",
                  "Vitória Guimarães",
                  "Vitória Setúbal",
                  "VMI Keydets",
                  "Volkan Oezdemir",
                  "Wagner Seahawks",
                  "Wake Forest Demon Deacons",
                  "Wales",
                  "Washington Capitals",
                  "Washington Commanders",
                  "Washington Football Team",
                  "Washington Huskies",
                  "Washington Mystics",
                  "Washington Nationals",
                  "Washington Spirit",
                  "Washington State Cougars",
                  "Washington Wizards",
                  "Watford",
                  "Weber State Wildcats",
                  "Werder Bremen",
                  "West Bromwich Albion",
                  "West Ham United",
                  "West Indies",
                  "West Michigan Whitecaps",
                  "West Tenn Diamond Jaxx",
                  "West Virginia Mountaineers",
                  "West Virginia Power",
                  "Western Carolina Catamounts",
                  "Western Illinois Leathernecks",
                  "Western Kentucky Hilltoppers",
                  "Western Michigan Broncos",
                  "Wichita State Shockers",
                  "Wigan",
                  "Willem II Tilburg",
                  "William & Mary Tribe",
                  "William Byron",
                  "Williams Racing",
                  "Williamsport Crosscutters",
                  "Wilmington Blue Rocks",
                  "Wilson Reis",
                  "Winnipeg Blue Bombers",
                  "Winnipeg Jets",
                  "Winston-Salem Dash",
                  "Winthrop Eagles",
                  "Wisconsin Badgers",
                  "Wisconsin Green Bay Phoenix",
                  "Wisconsin Milwaukee Panthers",
                  "Wisconsin Timber Rattlers",
                  "Wofford Terriers",
                  "Wolverhampton Wanderers",
                  "Wright State Raiders",
                  "WUSA",
                  "WWE",
                  "Wyoming Cowboys",
                  "X-Games",
                  "Xavier Musketeers",
                  "Yair Rodriguez",
                  "Yakima Bears",
                  "Yale Bulldogs",
                  "YAMAGATA WYVERNS",
                  "Yana Kunitskaya",
                  "Yemen",
                  "Yoel Romero",
                  "YOKOHAMA B-CORSAIRS",
                  "Yokohama DeNA BayStars",
                  "Yokohama F. Marinos",
                  "Yokohama FC",
                  "Yomiuri Giants",
                  "York United FC",
                  "Youngstown State Penguins",
                  "YSCC Yokohama",
                  "Yugoslavia",
                  "Zabit Magomedsharipov",
                  "Zalgiris Kaunas Basketball",
                  "Zambia",
                  "Zenit St Petersburg Basketball",
                  "Zimbabwe",
                  "Zweigen Kanazawa"
                ],
                "enumNames": [
                  "1. FC Koln",
                  "1. FC Magdeburg",
                  "A. J. Allmendinger",
                  "A.S. Livorno Calcio",
                  "Aberdeen",
                  "Aberdeen IronBirds",
                  "Abilene Christian Wildcats",
                  "AC Ajaccio",
                  "AC Milan",
                  "AC Nagano Parceiro",
                  "AD Alcorcón",
                  "ADO Den Haag",
                  "AFC Bournemouth",
                  "Afghanistan",
                  "Ahmedabad Defenders",
                  "Air Force Falcons",
                  "Airdrieonians",
                  "AISIN AW AREIONS ANJO",
                  "Aizawl FC",
                  "Ajax Amsterdam",
                  "AKITA NORTHERN HAPPINETS",
                  "Akron Aeros",
                  "Akron Zips",
                  "Al Iaquinta",
                  "Alabama A&M Bulldogs",
                  "Alabama Birmingham Blazers",
                  "Alabama Crimson Tide",
                  "Alabama State Hornets",
                  "Alaves",
                  "ALBA Berlin Basketball",
                  "Albacete BP",
                  "Albania",
                  "Albany Great Danes",
                  "Albirex Niigata",
                  "Albuquerque Isotopes",
                  "Alcorn State Braves",
                  "Alejandro Perez",
                  "Alex Bowman",
                  "Alex Oliveira",
                  "Alex Perez",
                  "Alexa Grasso",
                  "Alexander Gustafsson",
                  "Alexander Hernandez",
                  "Alexander Volkanoski",
                  "Alexander Volkov",
                  "Alexandre Pantoja",
                  "Alexis Davis",
                  "Alfa Romeo Racing",
                  "Algeria",
                  "Alistair Overeem",
                  "Aljamain Sterling",
                  "Almere City",
                  "Alpine",
                  "Altoona Curve",
                  "ALVARK TOKYO",
                  "Amanda Nunes",
                  "American Samoa",
                  "American University Eagles",
                  "Amiens SC",
                  "Anadolu Efes Istanbul Basketball",
                  "Anaheim Ducks",
                  "Andorra",
                  "Andrea Lee",
                  "Andrei Arlovski",
                  "Angel City FC",
                  "Angela Hill",
                  "Angers SCO",
                  "Angola",
                  "Anthony Pettis",
                  "Anthony Smith",
                  "Antigua and Barbuda",
                  "Antonio Carlos Junior",
                  "AOMORI WAT'S",
                  "Appalachian State Mountaineers",
                  "Arbroath",
                  "Argentina",
                  "Aric Almirola",
                  "Arizona Cardinals",
                  "Arizona Coyotes",
                  "Arizona Diamondbacks",
                  "Arizona State Sun Devils",
                  "Arizona Wildcats",
                  "Arkansas Little Rock Trojans",
                  "Arkansas Razorbacks",
                  "Arkansas State Indians",
                  "Arkansas State Red Wolves",
                  "Arkansas Travelers",
                  "Arkansas-Pine Bluff Golden Lions",
                  "Armenia",
                  "Arminia Bielefeld",
                  "Army Black Knights",
                  "Arsenal",
                  "Arsenal de Sarandí",
                  "Aruba",
                  "AS Roma",
                  "AS Saint-Etienne",
                  "Ascoli",
                  "Asheville Tourists",
                  "Ashlee Evans-Smith",
                  "Aspen Ladd",
                  "Aston Martin",
                  "Aston Villa",
                  "Atalanta",
                  "Athletic Bilbao",
                  "ATK Mohun Bagan FC",
                  "Atlanta Braves",
                  "Atlanta Dream",
                  "Atlanta Falcons",
                  "Atlanta Flames",
                  "Atlanta Hawks",
                  "Atlanta Thrashers",
                  "Atlanta United FC",
                  "Atletico Madrid",
                  "Atlético de San Luis",
                  "Atlético Ottawa",
                  "Auburn Doubledays",
                  "Auburn Tigers",
                  "Augusta GreenJackets",
                  "Austin Dillon",
                  "Austin FC",
                  "Austin Peay Governors",
                  "Australia",
                  "Austria",
                  "Auxerre",
                  "Avispa Fukuoka",
                  "Awadhe Warriors",
                  "AX Armani Exchange Milan Basketball",
                  "AZ Alkmaar",
                  "Azerbaijan",
                  "Bahamas",
                  "Bahrain",
                  "Bakersfield Blaze",
                  "Ball State Cardinals",
                  "Baltimore Orioles",
                  "Baltimore Ravens",
                  "BAMBITIOUS NARA",
                  "Bangladesh",
                  "Barbados",
                  "Barcelona",
                  "Barcelona Basketball",
                  "Bari",
                  "Bastia",
                  "Batavia Muckdogs",
                  "Bates Bobcats",
                  "Bayer Leverkusen",
                  "Bayern Munich",
                  "Bayern Munich Basketball",
                  "Baylor Bears",
                  "BC Lions",
                  "Belarus",
                  "Belenenses",
                  "Belgium",
                  "Belize",
                  "Belmont Bruins",
                  "Beloit Snappers",
                  "Ben Nguyen",
                  "Benfica",
                  "Bengal Warriors",
                  "Bengaluru Bulls",
                  "Bengaluru FC",
                  "Bengaluru Raptors",
                  "Benin",
                  "Bermuda",
                  "Bethe Correia",
                  "Bethune Cookman Wildcats",
                  "Betis Sevilla",
                  "Bhutan",
                  "Billings Mustangs",
                  "Binghamton Bearcats",
                  "Binghamton Mets",
                  "Birmingham Barons",
                  "Birmingham City",
                  "Black Hawks Hyderabad",
                  "Blackburn Rovers",
                  "Blaublitz Akita",
                  "Bluefield Orioles",
                  "Boavista",
                  "Bobby Labonte",
                  "Boca Juniors",
                  "Boise Hawks",
                  "Boise State Broncos",
                  "Bolivia",
                  "Bologna",
                  "Bolton Wanderers",
                  "Bordeaux",
                  "Borussia Dortmund",
                  "Borussia Monchengladbach",
                  "Bosnia and Herzegovina",
                  "Boston Beaneaters",
                  "Boston Beans",
                  "Boston Bruins",
                  "Boston Celtics",
                  "Boston College Eagles",
                  "Boston Legacy FC",
                  "Boston Patriots",
                  "Boston Red Sox",
                  "Boston Redskins",
                  "Boston University Terriers",
                  "Botswana",
                  "Bowie Baysox",
                  "Bowling Green Falcons",
                  "Bowling Green Hot Rods",
                  "Brad Keselowski",
                  "Brad Tavares",
                  "Bradenton Marauders",
                  "Bradley Braves",
                  "Brandon Moreno",
                  "Brazil",
                  "Brentford",
                  "Brescia",
                  "Brest",
                  "Brevard County Manatees",
                  "Brian Ortega",
                  "Brighton & Hove Albion",
                  "Bristol City",
                  "Bristol White Sox",
                  "British Virgin Islands",
                  "Brooklyn Cyclones",
                  "Brooklyn Nets",
                  "Brown Bears",
                  "Brunei",
                  "Bryant Bulldogs",
                  "Bucknell Bison",
                  "Buffalo Bandits",
                  "Buffalo Bills",
                  "Buffalo Bisons",
                  "Buffalo Braves",
                  "Buffalo Bulls",
                  "Buffalo Sabres",
                  "Bulgaria",
                  "Burkina Faso",
                  "Burlington Bees",
                  "Burlington Royals",
                  "Burnley",
                  "Burundi",
                  "Butler Bulldogs",
                  "BWT Racing Point",
                  "BYU Cougars",
                  "C.D. Chivas USA",
                  "CA River Plate",
                  "Cagliari Calcio",
                  "Cal Irvine Anteaters",
                  "Cal Poly Mustangs",
                  "Cal Riverside Highlanders",
                  "Cal Santa Barbara Gauchos",
                  "Cal State Bakersfield Roadrunners",
                  "Cal State Fullerton Titans",
                  "Cal State Northridge Matadors",
                  "Cal State Sacramento Hornets",
                  "Calcio Catania",
                  "Calgary Flames",
                  "Calgary Roughnecks",
                  "Calgary Stampeders",
                  "Calicut Heroes",
                  "California Angels",
                  "California Baptist Lancers",
                  "California Golden Bears",
                  "California Seals",
                  "Cambodia",
                  "Cameroon",
                  "Campbell Fighting Camels",
                  "Canada",
                  "Canisius Golden Griffins",
                  "Cape Verde",
                  "Cardiff City",
                  "Carl Edwards",
                  "Carla Esparza",
                  "Carolina Hurricanes",
                  "Carolina Mudcats",
                  "Carolina Panthers",
                  "Casa Pia AC",
                  "Casey Mears",
                  "Casper Ghosts",
                  "Cat Zingano",
                  "Catanzaro",
                  "Cavalry FC",
                  "Cayman Islands",
                  "CD Lugo",
                  "CD Mirandés",
                  "CD Numancia",
                  "CD Santa Clara",
                  "CD Tenerife",
                  "Cedar Rapids Kernels",
                  "Celta Vigo",
                  "Celtic",
                  "Centenary Gentlemen",
                  "Central African Republic",
                  "Central Arkansas Bears",
                  "Central Connecticut Blue Devils",
                  "Central Connecticut State Blue Devils",
                  "Central Florida Golden Knights",
                  "Central Michigan Chippewas",
                  "Cerezo Osaka",
                  "CF Atlas",
                  "CF Estrela",
                  "CF Fuenlabrada",
                  "CF Monterrey",
                  "Chad",
                  "Chad Mendes",
                  "Chan Sung Jung",
                  "Charleston Cougars",
                  "Charleston RiverDogs",
                  "Charleston Southern Buccaneers",
                  "Charlotte 49ers",
                  "Charlotte Hornets",
                  "Charlotte Knights",
                  "Charlotte Sting",
                  "Charlotte Stone Crabs",
                  "Charlton Athletic",
                  "Chase Elliott",
                  "Chattanooga Lookouts",
                  "Chaves",
                  "Chelsea",
                  "Chennai City FC",
                  "Chennai Spartans",
                  "Chennai Super Kings",
                  "Chennai Superstarz",
                  "Chennaiyin FC",
                  "CHIBA JETS",
                  "Chiba Lotte Marines",
                  "Chicago Bears",
                  "Chicago Blackhawks",
                  "Chicago Bulls",
                  "Chicago Cardinals",
                  "Chicago Cubs",
                  "Chicago Fire",
                  "Chicago Red Stars",
                  "Chicago Sky",
                  "Chicago Stags",
                  "Chicago State Cougars",
                  "Chicago White Sox",
                  "Chicago White Stockings",
                  "Chicago Whitesox",
                  "Chicago Zephyrs",
                  "Chievo Verona",
                  "Chile",
                  "China",
                  "Chinese Taipei",
                  "Chris Buescher",
                  "Chris Weidman",
                  "Chunichi Dragons",
                  "Churchill Brothers FC Goa",
                  "Cincinnati Bearcats",
                  "Cincinnati Bengals",
                  "Cincinnati Redlegs",
                  "Cincinnati Reds",
                  "Citadel Bulldogs",
                  "Cittadella",
                  "Claudia Gadelha",
                  "Clearwater Threshers",
                  "Clemson Tigers",
                  "Clermont Foot 63",
                  "Cleveland Barons",
                  "Cleveland Blues",
                  "Cleveland Browns",
                  "Cleveland Cavaliers",
                  "Cleveland Indians",
                  "Cleveland Naps",
                  "Cleveland Rockers",
                  "Cleveland State Vikings",
                  "Clint Bowyer",
                  "Clinton LumberKings",
                  "Club América",
                  "Club Atlético River Plate",
                  "Club Deportivo Guadalajara - Chivas",
                  "Club Deportivo Social y Cultural - Cruz Azul",
                  "Club Santos Laguna",
                  "Club Universidad Nacional A.C. - Pumas",
                  "Coastal Carolina Chanticleers",
                  "Cody Garbrandt",
                  "Cody Stamann",
                  "Colby Covington",
                  "Colgate Raiders",
                  "Colombia",
                  "Colorado Avalanche",
                  "Colorado Buffaloes",
                  "Colorado College Tigers",
                  "Colorado Mammoth",
                  "Colorado Rapids",
                  "Colorado Rockies",
                  "Colorado Springs Sky Sox",
                  "Colorado State Rams",
                  "Columbia Lions",
                  "Columbus Blue Jackets",
                  "Columbus Clippers",
                  "Columbus Crew",
                  "Como",
                  "Comoros",
                  "Congo",
                  "Connecticut Huskies",
                  "Connecticut Sun",
                  "Connecticut Tigers",
                  "Conor McGregor",
                  "Consadole Sapporo",
                  "Cook Islands",
                  "Coppin State Eagles",
                  "Corey Anderson",
                  "Cornell Big Red",
                  "Corpus Christi Hooks",
                  "Cortney Casey",
                  "Cosenza",
                  "Costa Rica",
                  "Cote d'Ivoire",
                  "Coventry City",
                  "Creighton Bluejays",
                  "Cris Cyborg",
                  "Croatia",
                  "Crvena Zvezda mts Belgrade Basketball",
                  "Crystal Palace",
                  "CSKA Moscow Basketball",
                  "Cub Swanson",
                  "Cuba",
                  "Curtis Blaydes",
                  "Cyprus",
                  "Czech Republic",
                  "Cádiz CF",
                  "D.C. United",
                  "Dabang Delhi KC",
                  "Dabang Mumbai HC",
                  "Dale Earnhardt",
                  "Dale Earnhardt Jr.",
                  "Dallas Baptist Patriots",
                  "Dallas Cowboys",
                  "Dallas Mavericks",
                  "Dallas Stars",
                  "Dallas Texans",
                  "Dallas Wings",
                  "Dan Hooker",
                  "Daniel Cormier",
                  "Daniel Suárez",
                  "Danville Braves",
                  "Darmstadt 98",
                  "Darrell Wallace Jr.",
                  "Darren Elkins",
                  "Darren Till",
                  "Dartmouth Big Green",
                  "David Branch",
                  "David Ragan",
                  "Davidson Wildcats",
                  "Dayton Dragons",
                  "Dayton Flyers",
                  "Daytona Cubs",
                  "De Graafschap",
                  "Deiveson Figueiredo",
                  "Delaware Fightin' Blue Hens",
                  "Delaware State Hornets",
                  "Delhi Capitals",
                  "Delhi Sultans",
                  "Delhi Waveriders",
                  "Delmarva Shorebirds",
                  "Demian Maia",
                  "Democratic Republic of the Congo",
                  "Denmark",
                  "Denny Hamlin",
                  "Denver Broncos",
                  "Denver Nuggets",
                  "Denver Pioneers",
                  "DePaul Blue Demons",
                  "Deportivo La Coruna",
                  "Derby County",
                  "Derek Brunson",
                  "Derrick Lewis",
                  "Desportivo das Aves",
                  "Detroit Cougars",
                  "Detroit Falcons",
                  "Detroit Lions",
                  "Detroit Pistons",
                  "Detroit Red Wings",
                  "Detroit Shock",
                  "Detroit Tigers",
                  "Detroit Titans",
                  "Dijon FCO",
                  "Djibouti",
                  "Dominica",
                  "Dominican Republic",
                  "Dominick Cruz",
                  "Dominick Reyes",
                  "Donald Cerrone",
                  "Douglas Silva de Andrade",
                  "Drake Bulldogs",
                  "Drexel Dragons",
                  "Duke Blue Devils",
                  "Dundee",
                  "Dundee United",
                  "Dunedin Blue Jays",
                  "Dunfermline",
                  "Duquesne Dukes",
                  "Durham Bulls",
                  "Dustin Ortiz",
                  "Dustin Poirier",
                  "Dynamo Dresden",
                  "E-Sports",
                  "EARTHFRIENDS TOKYO Z",
                  "East Carolina Pirates",
                  "East Tennessee State Buccaneers",
                  "East Timor",
                  "Eastern Illinois Panthers",
                  "Eastern Kentucky Colonels",
                  "Eastern Michigan Eagles",
                  "Eastern Washington Eagles",
                  "Ecuador",
                  "Edmonton Football Team",
                  "Edmonton Oilers",
                  "Edson Barboza",
                  "Egypt",
                  "Ehime FC",
                  "EHIME ORANGE VIKINGS",
                  "Eintracht Braunschweig",
                  "Eintracht Frankfurt",
                  "El Salvador",
                  "Elche CF",
                  "Elias Theodorou",
                  "Elizabethton Twins",
                  "Elizeu Zaleski dos Santos",
                  "Elliott Sadler",
                  "Elon Phoenix",
                  "Empoli",
                  "Energie Cottbus",
                  "England",
                  "Equatorial Guinea",
                  "Erie SeaWolves",
                  "Erik Jones",
                  "Eritrea",
                  "Espanyol",
                  "Estonia",
                  "Estoril",
                  "Ethiopia",
                  "Eugene Emeralds",
                  "Evansville Purple Aces",
                  "Everett AquaSox",
                  "Everton",
                  "Excelsior",
                  "Extremadura UD",
                  "F EAGLES NAGOYA",
                  "F.C. Gifu",
                  "Fagiano Okayama FC",
                  "Fairfield Stags",
                  "Fairleigh Dickinson Devils",
                  "Fairleigh Dickinson Knights",
                  "Famalicão",
                  "Farense",
                  "FC Arouca",
                  "FC Arsenal Tula",
                  "FC Augsburg",
                  "FC Basel",
                  "FC Cincinnati",
                  "FC Dallas",
                  "FC Edmonton",
                  "FC Goa",
                  "FC Groningen",
                  "FC Heidenheim",
                  "FC Juárez",
                  "FC Lorient",
                  "FC Machida Zelvia",
                  "FC Ryūkyū",
                  "FC Sevilla",
                  "FC St. Pauli",
                  "FC Startak Moscow",
                  "FC Tokyo",
                  "FC Utrecht",
                  "FC Volendam",
                  "FC Zwolle",
                  "Federated States of Micronesia",
                  "Felice Herrig",
                  "Fenerbahce Beko Istanbul",
                  "Feyenoord Rotterdam",
                  "Fiji",
                  "Finland",
                  "Fiorentina",
                  "FIU Panthers",
                  "Florida A&M Rattlers",
                  "Florida Atlantic Owls",
                  "Florida Gators",
                  "Florida Gulf Coast Eagles",
                  "Florida International Golden Panthers",
                  "Florida Panthers",
                  "Florida State Seminoles",
                  "Fordham Rams",
                  "Forge FC",
                  "Fort Myers Miracle",
                  "Fort Wayne Mastodons",
                  "Fort Wayne Pistons",
                  "Fort Wayne TinCaps",
                  "Fortuna Düsseldorf",
                  "Fortuna Sittard",
                  "France",
                  "Francis Ngannou",
                  "Francisco Trinaldo",
                  "Frankie Edgar",
                  "Frederick Keys",
                  "Fresno Grizzlies",
                  "Fresno State Bulldogs",
                  "Frisco RoughRiders",
                  "Frosinone FC",
                  "FSV Mainz 05",
                  "Fujieda MYFC",
                  "Fukuoka SoftBank Hawks",
                  "FUKUSHIMA FIREBONDS",
                  "Fukushima United FC",
                  "Fulham",
                  "Furman Paladins",
                  "Gabon",
                  "Gainare Tottori",
                  "Galatasaray SK",
                  "Gamba Osaka",
                  "Gardner-Webb Runnin' Bulldogs",
                  "Genoa",
                  "George Mason Patriots",
                  "George Washington Colonials",
                  "Georges St-Pierre",
                  "Georgetown Hoyas",
                  "Georgia",
                  "Georgia Bulldogs",
                  "Georgia Southern Eagles",
                  "Georgia State Panthers",
                  "Georgia Swarm",
                  "Georgia Tech Yellow Jackets",
                  "Germaine de Randamie",
                  "Germany",
                  "Getafe CF",
                  "Getafe FC",
                  "Ghana",
                  "Gil Vicente",
                  "Giravanz Kitakyushu",
                  "Girona FC",
                  "Glover Teixeira",
                  "Go Ahead Eagles",
                  "Gokulam Kerala FC",
                  "Golden State Valkyries",
                  "Golden State Warriors",
                  "Gonzaga Bulldogs",
                  "Grambling Tigers",
                  "Granada CF",
                  "Grand Canyon Antelopes",
                  "Gray Gaulding",
                  "Great Britain",
                  "Great Falls Voyagers",
                  "Great Lakes Loons",
                  "Greece",
                  "Green Bay Packers",
                  "Greeneville Astros",
                  "Greensboro Grasshoppers",
                  "Greenville Drive",
                  "Greg Biffle",
                  "Grenada",
                  "Greuther Fürth",
                  "Grulla Morioka",
                  "Guam",
                  "Guatemala",
                  "Guinea",
                  "Guinea-Bissau",
                  "Guingamp",
                  "Gujarat Fortunegiants",
                  "Gujarat Lions",
                  "GUNMA CRANE THUNDERS",
                  "Gunnar Nelson",
                  "Guyana",
                  "Gwinnett Braves",
                  "Haas F1 Team",
                  "Hagerstown Suns",
                  "Haiti",
                  "Halifax Thunderbirds",
                  "Hamburg SV",
                  "Hamilton Tiger-Cats",
                  "Hamilton Tigers",
                  "Hampton Pirates",
                  "Hannover 96",
                  "Hansa Rostock",
                  "Hanshin Tigers",
                  "Harrisburg Senators",
                  "Hartford Hawks",
                  "Hartford Whalers",
                  "Harvard Crimson",
                  "Haryana Hammers",
                  "Haryana Steelers",
                  "Hawaii Rainbow Warriors",
                  "Hearts",
                  "Heerenveen",
                  "Helena Brewers",
                  "Henry Cejudo",
                  "Heracles Almelo",
                  "Hertha Berlin",
                  "Hertha BSC",
                  "HFX Wanderers FC",
                  "Hibernian",
                  "Hickory Crawdads",
                  "High Desert Mavericks",
                  "High Point Panthers",
                  "High School Baseball Team",
                  "HIROSHIMA DRAGONFLIES",
                  "Hiroshima Toyo Carp",
                  "Hofstra Flying Dutchmen",
                  "Hofstra Pride",
                  "Hokkaido Nippon-Ham Fighters",
                  "Holly Holm",
                  "Holy Cross Crusaders",
                  "Honduras",
                  "Hong Kong",
                  "Houston Astros",
                  "Houston Baptist Huskies",
                  "Houston Comets",
                  "Houston Cougars",
                  "Houston Dash",
                  "Houston Dynamo",
                  "Houston Oilers",
                  "Houston Rockets",
                  "Houston Texans",
                  "Howard Bison",
                  "Huddersfield Town",
                  "Hudson Valley Renegades",
                  "Hull City",
                  "Hungary",
                  "Huntsville Stars",
                  "Hyderabad FC",
                  "Hyderabad Hunters",
                  "IBARAKI ROBOTS",
                  "Iceland",
                  "Idaho Falls Chukars",
                  "Idaho State Bengals",
                  "Idaho Vandals",
                  "Ilir Latifi",
                  "Illinois Chicago Flames",
                  "Illinois Illini",
                  "Illinois State Redbirds",
                  "Incarnate Word Cardinals",
                  "Independent Olympic Athletes",
                  "India",
                  "Indian Arrows",
                  "Indiana Fever",
                  "Indiana Hoosiers",
                  "Indiana Pacers",
                  "Indiana State Sycamores",
                  "Indianapolis Colts",
                  "Indianapolis Indians",
                  "Indonesia",
                  "Inland Empire 66ers",
                  "Inter Miami CF",
                  "Inter Milan",
                  "Inverness Caledonian Thistle",
                  "Iona Gaels",
                  "Iowa Cubs",
                  "Iowa Hawkeyes",
                  "Iowa State Cyclones",
                  "IPFW Mastodons",
                  "Ipswich Town",
                  "Iran",
                  "Iraq",
                  "Ireland",
                  "Irene Aldana",
                  "Israel",
                  "Israel Adesanya",
                  "Italy",
                  "IUPUI Jaguars",
                  "Ivory Coast",
                  "Iwaki FC",
                  "IWATE BIG BULLS",
                  "Jacare Souza",
                  "Jackson State Tigers",
                  "Jacksonville Dolphins",
                  "Jacksonville Jaguars",
                  "Jacksonville State Gamecocks",
                  "Jacksonville Suns",
                  "Jaipur Pink Panthers",
                  "Jamaica",
                  "James Madison Dukes",
                  "James Vick",
                  "Jamestown Jammers",
                  "Jamie McMurray",
                  "Jamshedpur FC",
                  "Jan Blachowicz",
                  "Japan",
                  "Jared Cannonier",
                  "Jaypee Punjab Warriors",
                  "JEF United Ichihara Chiba",
                  "Jeff Burton",
                  "Jeff Gordon",
                  "Jennifer Maia",
                  "Jeremy Stephens",
                  "Jessica Andrade",
                  "Jessica Eye",
                  "Jessica-Rose Clark",
                  "Jimi Manuwa",
                  "Jimmie Johnson",
                  "Jimmie Rivera",
                  "Joanna Jedrzejczyk",
                  "Joanne Calderwood",
                  "Joey Logano",
                  "John Dodson",
                  "John Lineker",
                  "John Moraga",
                  "Johnson City Cardinals",
                  "Jon Jones",
                  "Jordan",
                  "Jorge Masvidal",
                  "Jose Aldo",
                  "Joseph Benavidez",
                  "Josh Emmett",
                  "Juan Pablo Montoya",
                  "Julianna Pena",
                  "Junior dos Santos",
                  "Jupiter Hammerheads",
                  "Jussier Formiga",
                  "Justin Gaethje",
                  "Justin Willis",
                  "Juventus",
                  "Júbilo Iwata",
                  "KAGAWA FIVE ARROWS",
                  "KAGOSHIMA REBNISE",
                  "Kaiserslautern",
                  "Kalinga Lancers",
                  "Kamaru Usman",
                  "Kamatamare Sanuki",
                  "KANAZAWA SAMURAIZ",
                  "Kane County Cougars",
                  "Kannapolis Intimidators",
                  "Kansas City Athletics",
                  "Kansas City Chiefs",
                  "Kansas City Current",
                  "Kansas City Kings",
                  "Kansas City Royals",
                  "Kansas City Scouts",
                  "Kansas Jayhawks",
                  "Kansas State Wildcats",
                  "Karlsruher SC",
                  "Karolina Kowalkiewicz",
                  "Kasey Kahne",
                  "Kashima Antlers",
                  "Kashiwa Reysol",
                  "Kataller Toyama",
                  "Katlyn Chookagian",
                  "KAWASAKI BRAVE THUNDERS",
                  "Kawasaki Frontale",
                  "Kazakhstan",
                  "Kelvin Gastelum",
                  "Kennesaw State Owls",
                  "Kent State Golden Flashes",
                  "Kentucky Wildcats",
                  "Kenya",
                  "Kerala Blasters FC",
                  "Ketlen Vieira",
                  "Kevin Harvick",
                  "Kevin Lee",
                  "Khabib Nurmagomedov",
                  "Khimki Moscow Region Basketball",
                  "Kilmarnock",
                  "Kings XI Punjab",
                  "Kingsport Mets",
                  "Kinston Indians",
                  "Kiribati",
                  "KIROLBET Baskonia Vitoria-Gasteiz Basketball",
                  "Kochi Blue Spikers",
                  "Kolkata Knight Riders",
                  "Kosovo",
                  "KUMAMOTO VOLTERS",
                  "Kurt Busch",
                  "Kyle Busch",
                  "Kyle Larson",
                  "KYOTO HANNARYZ",
                  "Kyoto Sanga FC",
                  "Kyrgyzstan",
                  "La Salle Explorers",
                  "Lafayette Leopards",
                  "Lake County Captains",
                  "Lake Elsinore Storm",
                  "Lakeland Flying Tigers",
                  "Lakewood BlueClaws",
                  "Lamar Cardinals",
                  "Lancaster JetHawks",
                  "Lansing Lugnuts",
                  "Laos",
                  "Las Vegas 51s",
                  "Las Vegas Aces",
                  "Las Vegas Raiders",
                  "Latvia",
                  "Lauren Murphy Increase1",
                  "Lazio",
                  "LDLC ASVEL Villeurbanne",
                  "Le Havre",
                  "Lebanon",
                  "Lecce",
                  "Lecco",
                  "Leeds United",
                  "Leganés",
                  "Lehigh Mountain Hawks",
                  "Lehigh Valley IronPigs",
                  "Leicester City",
                  "Lens",
                  "Leon Edwards",
                  "Lesotho",
                  "LEVANGA HOKKAIDO",
                  "Levante UD",
                  "Lexington Legends",
                  "Liberia",
                  "Liberty Flames",
                  "Libya",
                  "Liechtenstein",
                  "Lille",
                  "Lina Lansberg",
                  "Lipscomb Bisons",
                  "Lithuania",
                  "Liverpool",
                  "Livingston",
                  "Liz Carmouche",
                  "Long Beach State 49ers",
                  "Long Beach State Sharks",
                  "Long Island Blackbirds",
                  "Longwood Lancers",
                  "Los Angeles Angels",
                  "Los Angeles Chargers",
                  "Los Angeles Clippers",
                  "Los Angeles Dodgers",
                  "Los Angeles FC",
                  "Los Angeles Galaxy",
                  "Los Angeles Kings",
                  "Los Angeles Lakers",
                  "Los Angeles Rams",
                  "Los Angeles Sparks",
                  "Louisiana Lafayette Ragin' Cajuns",
                  "Louisiana Monroe Indians",
                  "Louisiana Tech Bulldogs",
                  "Louisiana-Monroe Warhawks",
                  "Louisville Bats",
                  "Louisville Cardinals",
                  "Lowell Spinners",
                  "Loyola Chicago Ramblers",
                  "Loyola Maryland Greyhounds",
                  "Loyola Marymount Lions",
                  "LPGA",
                  "LSU Tigers",
                  "Lucie Pudilova",
                  "Luke Rockhold",
                  "Luton Town",
                  "Luxembourg",
                  "Lynchburg Hillcats",
                  "Lyon",
                  "Maccabi FOX Tel Aviv Basketball",
                  "Macedonia",
                  "Mackenzie Dern",
                  "Madagascar",
                  "Mahoning Valley Scrappers",
                  "Maine Black Bears",
                  "Malaga",
                  "Malawi",
                  "Malaysia",
                  "Maldives",
                  "Mali",
                  "Mallorca",
                  "Malta",
                  "Manchester City",
                  "Manchester United",
                  "Manhattan Jaspers",
                  "Mara Romero Borella",
                  "Marcin Tybura",
                  "Marion Reneau",
                  "Marist Red Foxes",
                  "Mark Hunt",
                  "Mark Martin",
                  "Marlon Moraes",
                  "Marquette Golden Eagles",
                  "Marseille",
                  "Marshall Islands",
                  "Marshall Thundering Herd",
                  "Martin Truex Jr.",
                  "Maryland Baltimore County Retrievers",
                  "Maryland Eastern Shore Fighting Hawks",
                  "Maryland Terrapins",
                  "Marítimo",
                  "Massachusetts Minutemen",
                  "Matheus Nicolau",
                  "Matsumoto Yamaga FC",
                  "Matt DiBenedetto",
                  "Matt Kenseth",
                  "Mauricio Rua",
                  "Mauritania",
                  "Mauritius",
                  "Max Holloway",
                  "Mazatlán",
                  "Mclaren",
                  "McNeese State Cowboys",
                  "Memphis Grizzlies",
                  "Memphis Redbirds",
                  "Memphis Tigers",
                  "Mercedes-AMG Petronas",
                  "Mercer Bears",
                  "Metz",
                  "Mexico",
                  "Miami (Ohio) Redhawks",
                  "Miami Dolphins",
                  "Miami Heat",
                  "Miami Hurricanes",
                  "Miami Marlins",
                  "Miami Sol",
                  "Michael Chiesa",
                  "Michael McDowell",
                  "Michelle Waterson",
                  "Michigan State Spartans",
                  "Michigan Wolverines",
                  "Middle Tennessee State Blue Raiders",
                  "Middlesbrough",
                  "Middleweight",
                  "Midland RockHounds",
                  "Millwall",
                  "Milwaukee Braves",
                  "Milwaukee Brewers",
                  "Milwaukee Bucks",
                  "Milwaukee Hawks",
                  "Minnesota Golden Gophers",
                  "Minnesota Lynx",
                  "Minnesota North Stars",
                  "Minnesota Timberwolves",
                  "Minnesota Twins",
                  "Minnesota United FC",
                  "Minnesota Vikings",
                  "Minnesota Wild",
                  "Mirsad Bektic",
                  "Misha Cirkunov",
                  "Mississippi Braves",
                  "Mississippi Old Miss Rebels",
                  "Mississippi State Bulldogs",
                  "Mississippi Valley State Delta Devils",
                  "Missoula Osprey",
                  "Missouri Kansas City Kangaroos",
                  "Missouri Tigers",
                  "Mito HollyHock",
                  "Mobile BayBears",
                  "Modena",
                  "Modesto Nuts",
                  "Mohun Bagan",
                  "Moldova",
                  "Monaco",
                  "Mongolia",
                  "Monmouth Hawks",
                  "Montana Grizzlies",
                  "Montana State Bobcats",
                  "Montedio Yamagata",
                  "Montenegro",
                  "Montgomery Biscuits",
                  "Montpellier",
                  "Montreal Alouettes",
                  "Montreal Canadiens",
                  "Montreal Expos",
                  "Montreal Impact",
                  "Montreal Maroons",
                  "Montreal Wanderers",
                  "Monza",
                  "Morehead State Eagles",
                  "Moreirense",
                  "Morgan State Bears",
                  "Morocco",
                  "Motherwell",
                  "Mount St. Mary's Mountaineers",
                  "Mozambique",
                  "MP Yodha",
                  "Mumbai City FC",
                  "Mumbai Indians",
                  "Mumbai Maharathi",
                  "Mumbai Rockets",
                  "Murray State Racers",
                  "Myanmar",
                  "Myrtle Beach Pelicans",
                  "NAC Breda",
                  "NAGOYA DIAMOND DOLPHINS",
                  "Nagoya Grampus Eight",
                  "Namibia",
                  "Nantes",
                  "Nashville Predators",
                  "Nashville SC",
                  "Nashville Sounds",
                  "Nate Diaz",
                  "Nauru",
                  "Navy Midshipmen",
                  "NCR Punjab Royals",
                  "Nebraska Cornhuskers",
                  "NEC Nijmegen",
                  "Necaxa",
                  "Neil Magny",
                  "Nepal",
                  "NEROCA FC",
                  "Netherlands",
                  "Nevada Wolf Pack",
                  "New Britain Rock Cats",
                  "New England Black Wolves",
                  "New England Patriots",
                  "New England Revolution",
                  "New Hampshire Fisher Cats",
                  "New Hampshire Wildcats",
                  "New Jersey Devils",
                  "New Jersey Nets",
                  "New Mexico Lobos",
                  "New Mexico State Aggies",
                  "New Orleans Pelicans",
                  "New Orleans Privateers",
                  "New Orleans Saints",
                  "New Orleans Zephyrs",
                  "New York Americans",
                  "New York City FC",
                  "New York Giants",
                  "New York Highlanders",
                  "New York Islanders",
                  "New York Jets",
                  "New York Knicks",
                  "New York Liberty",
                  "New York Mets",
                  "New York Rangers",
                  "New York Red Bulls",
                  "New York Riptide",
                  "New York Titans",
                  "New York Yankees",
                  "New Zealand",
                  "Newcastle United",
                  "Niagara Purple Eagles",
                  "Nicaragua",
                  "Nicco Montaño",
                  "Nice",
                  "Nicholls State Colonels",
                  "Niger",
                  "Nigeria",
                  "NIIGATA ALBIREX BB",
                  "Nikita Krylov",
                  "Nina Ansaroff",
                  "NISHINOMIYA STORKS",
                  "NJ/NY Gotham FC",
                  "NJIT Highlanders",
                  "Norfolk State Spartans",
                  "Norfolk Tides",
                  "North Alabama Lions",
                  "North Carolina A&T Aggies",
                  "North Carolina Asheville Bulldogs",
                  "North Carolina Central Eagles",
                  "North Carolina Charlotte 49ers",
                  "North Carolina Courage",
                  "North Carolina Greensboro Spartans",
                  "North Carolina State Wolfpack",
                  "North Carolina Tar Heels",
                  "North Carolina Wilmington Seahawks",
                  "North Dakota",
                  "North Dakota Fighting Hawks",
                  "North Dakota Fighting Sioux",
                  "North Dakota State Bison",
                  "North Eastern Warriors",
                  "North Florida Ospreys",
                  "North Korea",
                  "North Texas Mean Green",
                  "Northeast United FC",
                  "Northeastern Huskies",
                  "Northeastern Illinois Golden Eagles",
                  "Northern Arizona Lumberjacks",
                  "Northern Colorado Bears",
                  "Northern Illinois Huskies",
                  "Northern Iowa Panthers",
                  "Northern Kentucky Norse",
                  "Northwest Arkansas Naturals",
                  "Northwestern State Demons",
                  "Northwestern Wildcats",
                  "Norway",
                  "Norwich City",
                  "Notre Dame Fighting Irish",
                  "Nottingham Forest",
                  "Nurnberg",
                  "NYIT Bears",
                  "NYU Bobcats",
                  "NYU Violets",
                  "Nîmes Olympique",
                  "Oakland Athletics",
                  "Oakland Golden Grizzlies",
                  "Oakland Raiders",
                  "Odisha FC",
                  "Ogden Raptors",
                  "Ohio Bobcats",
                  "Ohio State Buckeyes",
                  "Oita Trinita",
                  "Oklahoma City RedHawks",
                  "Oklahoma City Thunder",
                  "Oklahoma Sooners",
                  "Oklahoma State Cowboys",
                  "Old Dominion Monarchs",
                  "Ole Miss Rebels",
                  "Oleksiy Oliynyk",
                  "Olympiacos Basketball",
                  "Omaha Mavericks",
                  "Omaha Royals",
                  "Oman",
                  "Omiya Ardija",
                  "Oral Roberts Golden Eagles",
                  "Oregon Ducks",
                  "Oregon State Beavers",
                  "Orem Owlz",
                  "Orix Buffaloes",
                  "Orlando City SC",
                  "Orlando Magic",
                  "Orlando Pride",
                  "OSAKA EVESSA",
                  "Osasuna",
                  "OTSUKA CORPORATION ALPHAS",
                  "Ottawa Redblacks",
                  "Ottawa Senators",
                  "Ovince Saint Preux",
                  "Pacific Boxers",
                  "Pacific FC",
                  "Pacific Tigers",
                  "Pakistan",
                  "Palau",
                  "Palermo",
                  "Palestine",
                  "Palm Beach Cardinals",
                  "Panama",
                  "Panathinaikos Basketball",
                  "Papua New Guinea",
                  "Paraguay",
                  "Parma",
                  "Parma Calcio",
                  "Patna Pirates",
                  "Patrick Thistle",
                  "Paul Felder",
                  "Paul Menard",
                  "Paulo Costa",
                  "Pawtucket Red Sox",
                  "Paços de Ferreira",
                  "Pedro Munhoz",
                  "Penn Quakers",
                  "Penn State Nittany Lions",
                  "Pennsylvania Quakers",
                  "Peoria Chiefs",
                  "Pepperdine Waves",
                  "Peru",
                  "Perugia",
                  "PGA",
                  "Philadelphia 76ers",
                  "Philadelphia Athletics",
                  "Philadelphia Eagles",
                  "Philadelphia Flyers",
                  "Philadelphia Phillies",
                  "Philadelphia Quakers",
                  "Philadelphia Union",
                  "Philadelphia Wings",
                  "Philippines",
                  "Phoenix Mercury",
                  "Phoenix Suns",
                  "Piacenza",
                  "Pisa",
                  "Pittsburgh Panthers",
                  "Pittsburgh Penguins",
                  "Pittsburgh Pirates",
                  "Pittsburgh Steelers",
                  "Plymouth Argyle",
                  "Poland",
                  "Portimonense SC",
                  "Portland Beavers",
                  "Portland Fire",
                  "Portland Pilots",
                  "Portland Sea Dogs",
                  "Portland State Vikings",
                  "Portland Thorns FC",
                  "Portland Timbers",
                  "Portland Trail Blazers",
                  "Porto",
                  "Portugal",
                  "Potomac Nationals",
                  "Prairie View Panthers",
                  "Presbyterian Blue Hose",
                  "Preston North End",
                  "Princeton Rays",
                  "Princeton Tigers",
                  "Providence Friars",
                  "PSG",
                  "PSV Eindhoven",
                  "Puerto Rico",
                  "Pulaski Mariners",
                  "Pune 7 Aces",
                  "Puneri Paltan",
                  "Punjab FC",
                  "Purdue Boilermakers",
                  "Qatar",
                  "QPR",
                  "Quad Cities River Bandits",
                  "Querétaro",
                  "Quess East Bengal",
                  "Quinnipiac Bobcats",
                  "Racing Louisville FC",
                  "Racing Santander",
                  "Radford Highlanders",
                  "Rafael dos Anjos",
                  "Rajasthan Royals",
                  "Ranchi Rays",
                  "Rancho Cucamonga Quakes",
                  "Randa Markos",
                  "Rangers",
                  "Rani Yahya",
                  "Raphael Assunção",
                  "Raquel Pennington",
                  "Ray Borg",
                  "Rayo Vallecano",
                  "RB Leipzig",
                  "RBC Roosendaal",
                  "Reading",
                  "Reading Phillies",
                  "Real Kashmir FC",
                  "Real Madrid",
                  "Real Madrid Basketball",
                  "Real Oviedo",
                  "Real Salt Lake",
                  "Real Sociedad",
                  "Real Zaragoza",
                  "Recreativo Huelva",
                  "Red Bull Racing",
                  "Refugee Olympic Team",
                  "Reggina",
                  "Renato Moicano",
                  "Renault DP World",
                  "Rennes",
                  "Reno Aces",
                  "RENOFA Yamaguchi",
                  "Rhode Island Rams",
                  "Ricardo Lamas",
                  "Rice Owls",
                  "Richard Petty",
                  "Richmond Flying Squirrels",
                  "Richmond Spiders",
                  "Ricky Stenhouse Jr.",
                  "Rider Broncs",
                  "Rio Ave",
                  "Rising Pune Supergiants",
                  "RIZING ZEPHYR FUKUOKA",
                  "RKC Waalwijk",
                  "Roasso Kumamoto",
                  "Rob Font",
                  "Robbie Lawler",
                  "Robert Morris Colonials",
                  "Robert Whittaker",
                  "Rochester Knighthawks",
                  "Rochester Red Wings",
                  "Rochester Royals",
                  "Roda JC Kerkrade",
                  "Roma",
                  "Romania",
                  "Rome Braves",
                  "Rose Namajunas",
                  "Ross County",
                  "Rotherham United",
                  "Round Rock Express",
                  "Roxanne Modafferi",
                  "Royal Challengers Bangalore",
                  "Russia",
                  "Rutgers Scarlet Knights",
                  "Rwanda",
                  "Ryan Blaney",
                  "Ryan Newman",
                  "RYUKYU GOLDEN KINGS",
                  "Sacramento Kings",
                  "Sacramento Monarchs",
                  "Sacramento River Cats",
                  "Sacred Heart Pioneers",
                  "Sagan Tosu",
                  "Saint Kitts and Nevis",
                  "Saint Lucia",
                  "Saint Mary's Gaels",
                  "Saint Vincent and the Grenadines",
                  "SAITAMA BRONCOS",
                  "Saitama Seibu Lions",
                  "Salem Red Sox",
                  "Salem-Keizer Volcanoes",
                  "Salt Lake Bees",
                  "Sam Houston State Bearkats",
                  "Samford Bulldogs",
                  "Samoa",
                  "Sampdoria",
                  "San Antonio Missions",
                  "San Antonio Silver Stars",
                  "San Antonio Spurs",
                  "San Diego Chargers",
                  "San Diego Clippers",
                  "San Diego Padres",
                  "San Diego Rockets",
                  "San Diego Seals",
                  "San Diego State Aztecs",
                  "San Diego Toreros",
                  "San Diego Wave FC",
                  "San Francisco 49ers",
                  "San Francisco Dons",
                  "San Francisco Giants",
                  "San Francisco Warriors",
                  "San Jose Earthquakes",
                  "San Jose Giants",
                  "San Jose Sharks",
                  "San Jose State Spartans",
                  "San Marino",
                  "SAN-EN NEOPHOENIX",
                  "Sanfrecce Hiroshima",
                  "Santa Clara Broncos",
                  "Santiago Ponzinibbio",
                  "Sao Paulo FC",
                  "Sara McMann",
                  "Saskatchewan Roughriders",
                  "Saskatchewan Rush",
                  "Sassuolo",
                  "Saudi Arabia",
                  "Savannah Sand Gnats",
                  "Savannah State Tigers",
                  "SC Cambuur",
                  "SC Sagamihara",
                  "Schalke",
                  "Scotland",
                  "Scranton/Wilkes-Barre Yankees",
                  "Scuderia AlphaTauri",
                  "Scuderia Ferrari",
                  "SD Eibar",
                  "SD Huesca",
                  "SD Ponferradina",
                  "SEAHORSES MIKAWA",
                  "Seattle Kraken",
                  "Seattle Mariners",
                  "Seattle Redhawks",
                  "Seattle Reign FC",
                  "Seattle Seahawks",
                  "Seattle Sounders FC",
                  "Seattle Storm",
                  "Seattle SuperSonics",
                  "Sedan",
                  "SENDAI EIGHTY NINERS",
                  "Senegal",
                  "Serbia",
                  "Serbia and Montenegro",
                  "Sergio Pettis",
                  "Seton Hall Pirates",
                  "Seychelles",
                  "Shamil Abdurakhimov",
                  "Sheffield United",
                  "Sheffield Wednesday",
                  "SHIGA LAKESTARS",
                  "SHIMANE SUSANOO MAGIC",
                  "Shimizu S-Pulse",
                  "SHINSHU BRAVE WARRIORS",
                  "Shonan Bellmare",
                  "Siena Saints",
                  "Sierra Leone",
                  "Sijara Eubanks",
                  "Singapore",
                  "SIU Edwardsville Cougars",
                  "Sky Blue FC",
                  "Slovakia",
                  "Slovenia",
                  "SM Caen",
                  "SMU Mustangs",
                  "Sochaux",
                  "Solomon Islands",
                  "Somalia",
                  "South Africa",
                  "South Alabama Jaguars",
                  "South Bend Silver Hawks",
                  "South Carolina Fighting Gamecocks",
                  "South Carolina State Bulldogs",
                  "South Dakota Coyotes",
                  "South Dakota State Jackrabbits",
                  "South Florida Bulls",
                  "South Korea",
                  "South Sudan",
                  "Southampton",
                  "Southeast Missouri State Indians",
                  "Southeast Missouri State Redhawks",
                  "Southeastern Louisiana Lions",
                  "Southern Illinois Salukis",
                  "Southern Jaguars",
                  "Southern Mississippi Golden Eagles",
                  "Southern Utah Thunderbirds",
                  "Southwest Missouri State Bears",
                  "Spain",
                  "Spal",
                  "Sparta Rotterdam",
                  "Spokane Indians",
                  "Sport Club Corinthians Paulista",
                  "Sport-Club Freiburg",
                  "Sporting",
                  "Sporting de Braga",
                  "Sporting Gijón",
                  "Sporting Kansas City",
                  "Springfield Cardinals",
                  "Sri Lanka",
                  "SSC Napoli",
                  "St Johnstone",
                  "St Mirren",
                  "St. Bonaventure Bonnies",
                  "St. Francis (New York) Terriers",
                  "St. Francis (Pennsylvania) Red Flash",
                  "St. Francis Brooklyn Terriers",
                  "St. John's Red Storm",
                  "St. Joseph's Hawks",
                  "St. Louis Blues",
                  "St. Louis Bombers",
                  "St. Louis Cardinals",
                  "St. Louis City",
                  "St. Louis Eagles",
                  "St. Louis Hawks",
                  "St. Louis Rams",
                  "St. Louis University Billikens",
                  "St. Lucie Mets",
                  "St. Mary's Rattlers",
                  "St. Peter's Peacocks",
                  "Stade de Reims",
                  "Stanford Cardinal",
                  "State College Spikes",
                  "Staten Island Yankees",
                  "Stefan Struve",
                  "Stephen F. Austin Lumberjacks",
                  "Stephen Thompson",
                  "Stetson Hatters",
                  "Stipe Miocic",
                  "Stockton Ports",
                  "Stoke City",
                  "Stony Brook Seawolves",
                  "Strasbourg",
                  "Sudan",
                  "Sunderland",
                  "Sunrisers Hyderabad",
                  "SUNROCKERS SHIBUYA",
                  "Suriname",
                  "Swansea City",
                  "Swaziland",
                  "Sweden",
                  "Switzerland",
                  "Syracuse Chiefs",
                  "Syracuse Nationals",
                  "Syracuse Orange",
                  "Syria",
                  "São Tomé and Príncipe",
                  "Tacoma Rainiers",
                  "Tai Tuivasa",
                  "Tajikistan",
                  "Tamil Thalaivas",
                  "Tampa Bay Buccaneers",
                  "Tampa Bay Lightning",
                  "Tampa Bay Rays",
                  "Tampa Rays",
                  "Tampa Yankees",
                  "Tanzania",
                  "Tatiana Suarez",
                  "TCU Horned Frogs",
                  "Team Cuba",
                  "Team Dominican Republic",
                  "Team Japan",
                  "Team Netherlands",
                  "Team Panama",
                  "Team Puerto Rico",
                  "Team South Korea",
                  "Team United States",
                  "Team Venezuela",
                  "Tecia Torres",
                  "Telugu Titans",
                  "Temple Owls",
                  "Tennessee Chattanooga Mocs",
                  "Tennessee Martin Skyhawks",
                  "Tennessee Smokies",
                  "Tennessee State Tigers",
                  "Tennessee Tech Golden Eagles",
                  "Tennessee Titans",
                  "Tennessee Volunteers",
                  "Tennis",
                  "Ternana",
                  "Texas A&M Aggies",
                  "Texas A&M-Corpus Christi Islanders",
                  "Texas Arlington Mavericks",
                  "Texas El Paso Miners",
                  "Texas Longhorns",
                  "Texas Pan American Broncs",
                  "Texas Rangers",
                  "Texas San Antonio Roadrunners",
                  "Texas Southern Tigers",
                  "Texas State Bobcats",
                  "Texas Tech Red Raiders",
                  "Texas-Rio Grande Valley Vaqueros",
                  "Thailand",
                  "The Gambia",
                  "Thespakusatsu Gunma",
                  "Thiago Santos",
                  "Thomas Almeida",
                  "Thonon Evian FC",
                  "Tiddim Road Athletic Union",
                  "Tim Elliott",
                  "TJ Dillashaw",
                  "TOCHIGI BREX",
                  "Tochigi SC",
                  "Togo",
                  "Tohoku Rakuten Golden Eagles",
                  "TOKIO MARINE NICHIDO BIG BLUE",
                  "Tokushima Vortis",
                  "TOKYO CINQ REVES",
                  "TOKYO EXCELLENCE",
                  "TOKYO HACHIOJI TRAINS",
                  "Tokyo Verdy1969",
                  "Tokyo Yakult Swallows",
                  "Toledo Mud Hens",
                  "Toledo Rockets",
                  "Tondela",
                  "Tonga",
                  "Tony Ferguson",
                  "Tony Stewart",
                  "Tonya Evinger",
                  "Torino",
                  "Toronto Arenas",
                  "Toronto Argonauts",
                  "Toronto Blue Jays",
                  "Toronto FC",
                  "Toronto Maple Leafs",
                  "Toronto Raptors",
                  "Toronto Rock",
                  "Toronto St. Pats",
                  "Toronto Tempo",
                  "Tottenham Hotspur",
                  "Toulouse FC",
                  "Towson Tigers",
                  "TOYAMA GROUSES",
                  "TOYODA GOSEI SCORPIONS",
                  "Trenton Thunder",
                  "Trevor Bayne",
                  "Tri-City Dust Devils",
                  "Tri-City ValleyCats",
                  "Trinidad and Tobago",
                  "Troy State Trojans",
                  "Troyes",
                  "TSG 1899 Hoffenheim",
                  "TSV 1860 Munich",
                  "Tulane Green Wave",
                  "Tulsa Drillers",
                  "Tulsa Golden Hurricane",
                  "Tulsa Shock",
                  "Tunisia",
                  "Turkey",
                  "Turkmenistan",
                  "Tuvalu",
                  "Twente Enschede",
                  "Ty Dillon",
                  "Tyron Woodley",
                  "Tyson Pedro",
                  "U Mumba",
                  "U Mumba Volley",
                  "UANL Tigres",
                  "UC Davis Aggies",
                  "UCLA Bruins",
                  "UD Almería",
                  "UD Las Palmas",
                  "Udinese",
                  "Uganda",
                  "Ukraine",
                  "Ulka Sasaki",
                  "UMass Lowell River Hawks",
                  "Union Berlin",
                  "United Arab Emirates",
                  "United States",
                  "UNLV Rebels",
                  "UP Dangal",
                  "UP Yoddha",
                  "Urawa Red Diamonds",
                  "Uriah Hall",
                  "Uruguay",
                  "US Salernitana",
                  "USC Trojans",
                  "USC Upstate Spartans",
                  "Utah Jazz",
                  "Utah Mammoth",
                  "Utah Royals FC",
                  "Utah State Aggies",
                  "Utah Utes",
                  "Utah Valley Wolverines",
                  "Uttar Pradesh Wizards",
                  "Uzbekistan",
                  "V-Varen Nagasaki",
                  "Valencia",
                  "Valencia Basketball",
                  "Valenciennes FC",
                  "Valentina Shevchenko",
                  "Valladolid",
                  "Valour FC",
                  "Valparaiso Crusaders",
                  "Vancouver Canadians",
                  "Vancouver Canucks",
                  "Vancouver FC",
                  "Vancouver Warriors",
                  "Vancouver Whitecaps",
                  "Vanderbilt Commodores",
                  "Vanuatu",
                  "Vegalta Sendai",
                  "Vegas Golden Knights",
                  "Venezia FC",
                  "Venezuela",
                  "Ventforet Kofu",
                  "Vermont Catamounts",
                  "Vermont Lake Monsters",
                  "Verona FC",
                  "VfB Stuttgart",
                  "VfL Bochum",
                  "VfL Osnabrück",
                  "VfL Wolfsburg",
                  "Vietnam",
                  "Villanova Wildcats",
                  "Villareal",
                  "Virgin Islands",
                  "Virginia Cavaliers",
                  "Virginia Commonwealth Rams",
                  "Virginia Tech Hokies",
                  "Visalia Rawhide",
                  "Vissel Kobe",
                  "Vitesse Arnhem",
                  "Vitória Guimarães",
                  "Vitória Setúbal",
                  "VMI Keydets",
                  "Volkan Oezdemir",
                  "Wagner Seahawks",
                  "Wake Forest Demon Deacons",
                  "Wales",
                  "Washington Capitals",
                  "Washington Commanders",
                  "Washington Football Team",
                  "Washington Huskies",
                  "Washington Mystics",
                  "Washington Nationals",
                  "Washington Spirit",
                  "Washington State Cougars",
                  "Washington Wizards",
                  "Watford",
                  "Weber State Wildcats",
                  "Werder Bremen",
                  "West Bromwich Albion",
                  "West Ham United",
                  "West Indies",
                  "West Michigan Whitecaps",
                  "West Tenn Diamond Jaxx",
                  "West Virginia Mountaineers",
                  "West Virginia Power",
                  "Western Carolina Catamounts",
                  "Western Illinois Leathernecks",
                  "Western Kentucky Hilltoppers",
                  "Western Michigan Broncos",
                  "Wichita State Shockers",
                  "Wigan",
                  "Willem II Tilburg",
                  "William & Mary Tribe",
                  "William Byron",
                  "Williams Racing",
                  "Williamsport Crosscutters",
                  "Wilmington Blue Rocks",
                  "Wilson Reis",
                  "Winnipeg Blue Bombers",
                  "Winnipeg Jets",
                  "Winston-Salem Dash",
                  "Winthrop Eagles",
                  "Wisconsin Badgers",
                  "Wisconsin Green Bay Phoenix",
                  "Wisconsin Milwaukee Panthers",
                  "Wisconsin Timber Rattlers",
                  "Wofford Terriers",
                  "Wolverhampton Wanderers",
                  "Wright State Raiders",
                  "WUSA",
                  "WWE",
                  "Wyoming Cowboys",
                  "X-Games",
                  "Xavier Musketeers",
                  "Yair Rodriguez",
                  "Yakima Bears",
                  "Yale Bulldogs",
                  "YAMAGATA WYVERNS",
                  "Yana Kunitskaya",
                  "Yemen",
                  "Yoel Romero",
                  "YOKOHAMA B-CORSAIRS",
                  "Yokohama DeNA BayStars",
                  "Yokohama F. Marinos",
                  "Yokohama FC",
                  "Yomiuri Giants",
                  "York United FC",
                  "Youngstown State Penguins",
                  "YSCC Yokohama",
                  "Yugoslavia",
                  "Zabit Magomedsharipov",
                  "Zalgiris Kaunas Basketball",
                  "Zambia",
                  "Zenit St Petersburg Basketball",
                  "Zimbabwe",
                  "Zweigen Kanazawa"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "recommended_uses_for_product": {
      "title": "Antenna Location",
      "description": "A description of where the antenna is intended to be used",
      "examples": [
        "Indoor"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 11,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Recommended Uses For Product",
            "description": "Specify the recommended uses for the product",
            "editable": true,
            "hidden": false,
            "examples": [
              "Cycling"
            ],
            "type": "string",
            "maxLength": 2329
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "scent": {
      "title": "Scent",
      "description": "Provide a description of the scent of the item",
      "examples": [
        "Lavender"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 5,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Scent",
            "description": "Provide a description of the scent of the item",
            "editable": true,
            "hidden": false,
            "examples": [
              "Lavender"
            ],
            "type": "string",
            "maxLength": 2200
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "annual_energy_consumption": {
      "title": "Annual Energy Consumption",
      "description": "The amount of energy the product consumes in a year",
      "examples": [
        "126.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Annual Energy Consumption",
            "description": "Provide the annual energy consumption of the item as a numeric value",
            "editable": true,
            "hidden": false,
            "examples": [
              "1000, 549"
            ],
            "type": "number",
            "minimum": 0,
            "maxLength": 5000
          },
          "unit": {
            "title": "Annual Energy Consumption Unit",
            "description": "Provide the corresponding unit used to designate the television's yearly energy usage.",
            "editable": true,
            "hidden": false,
            "examples": [
              "watts, kilowatt hours"
            ],
            "type": "string",
            "enum": [
              "btus",
              "kilowatt_hours",
              "kilowatt_hours_per_100_cycles",
              "kilowatt_hours_per_year",
              "kilowatts",
              "microwatts",
              "milliamp_hours",
              "milliwatts",
              "nanowatts",
              "picowatts",
              "watt_hours",
              "watts"
            ],
            "enumNames": [
              "British Thermal Units",
              "Kilowatt Hours",
              "Kilowatt Hours per 100 cycles",
              "Kilowatt Hours Per Year",
              "Kilowatts",
              "Microwatts",
              "Milliamp Hours",
              "Milliwatts",
              "Nanowatts",
              "Picowatts",
              "Watt Hours",
              "Watts"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "base": {
      "title": "Base",
      "description": "Enter the specifications for the base",
      "examples": [
        "Stainless Steel"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "width": {
            "title": "Base Width",
            "description": "Width of the base that is connected to the TV.  This measurment allows a user to know how big a surface is required when placing a TV on a table or other surface.  This is not the width of the TV, it is the width of the feet or other support mechanism that is attached to the bottom of the TV.",
            "examples": [
              "10.0"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "unit",
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Base Width",
                  "description": "Provide the width of the item's base as a numeric value",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "2.0"
                  ],
                  "type": "number",
                  "maxLength": 5000
                },
                "unit": {
                  "title": "Base Width Unit",
                  "description": "Provide the corresponding width unit",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "millimeters, centimeters"
                  ],
                  "type": "string",
                  "enum": [
                    "angstrom",
                    "centimeters",
                    "decimeters",
                    "feet",
                    "hundredths_inches",
                    "inches",
                    "kilometers",
                    "meters",
                    "micrometer",
                    "miles",
                    "millimeters",
                    "mils",
                    "nanometer",
                    "picometer",
                    "yards"
                  ],
                  "enumNames": [
                    "Angstrom",
                    "Centimetres",
                    "Decimetres",
                    "Feet",
                    "Hundredths-Inches",
                    "Inches",
                    "Kilometres",
                    "Metres",
                    "Micron",
                    "Miles",
                    "Millimetres",
                    "Mils",
                    "Nanometre",
                    "Picometre",
                    "Yards"
                  ]
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      }
    },
    "cable": {
      "title": "Cable",
      "description": "The attribute indicates Cable of the product",
      "examples": [
        "Coaxial"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "length": {
            "title": "Cable Length",
            "description": "Provide the length of the cable",
            "examples": [
              "6.0 Meters"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [],
              "properties": {
                "decimal_value": {
                  "title": "Cable Length Decimal Value",
                  "description": "Provide the length of the cable as a decimal",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "6.0"
                  ],
                  "type": "number",
                  "maxLength": 5000
                },
                "unit": {
                  "title": "Cable Length Unit",
                  "description": "Select the unit of measure for Cable Length. If a value is provided for Cable Lengh, you must also enter the corresponding unit.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "Feet"
                  ],
                  "type": "string",
                  "enum": [
                    "centimeters",
                    "feet",
                    "inches",
                    "meters"
                  ],
                  "enumNames": [
                    "Centimetres",
                    "Feet",
                    "Inches",
                    "Metres"
                  ]
                }
              },
              "additionalProperties": false
            }
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "computer_memory": {
      "title": "Computer Memory",
      "description": "The attribute indicates Computer Memory of the product",
      "examples": [
        "GB"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "size": {
            "title": "RAM Size",
            "description": "Size of the RAM included with the item.",
            "examples": [
              "8.0 GB"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Computer Memory Size",
                  "description": "Provide the computer's RAM size as a numeric value",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "8.0"
                  ],
                  "type": "number",
                  "maxLength": 5000
                },
                "unit": {
                  "title": "Computer Memory Size Unit",
                  "description": "Select the corresponding unit",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "GB, TB, MB"
                  ],
                  "type": "string",
                  "enum": [
                    "bytes",
                    "GB",
                    "KB",
                    "MB",
                    "TB"
                  ],
                  "enumNames": [
                    "Bytes",
                    "GB",
                    "KB",
                    "MB",
                    "TB"
                  ]
                }
              },
              "additionalProperties": false
            }
          }
        },
        "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
      }
    },
    "hard_disk": {
      "title": "Hard Disk",
      "description": "The attribute indicates Hard Disk of the product",
      "examples": [
        "GB"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "size": {
            "title": "Hard-Drive Size",
            "description": "This is a field that tells us the size of the hard drive(s) on the CE item that you are selling.",
            "examples": [
              "80.0 GB"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Hard Disk Size",
                  "description": "Provide the data storage capacity of the hard disk drive in the product.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "80.0"
                  ],
                  "type": "number",
                  "maxLength": 5000
                },
                "unit": {
                  "title": "Hard Disk Size Unit",
                  "description": "Select the corresponding unit",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "GB, MB, TB"
                  ],
                  "type": "string",
                  "enum": [
                    "bytes",
                    "GB",
                    "KB",
                    "MB",
                    "TB"
                  ],
                  "enumNames": [
                    "Bytes",
                    "GB",
                    "KB",
                    "MB",
                    "TB"
                  ]
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      }
    },
    "line_voltage": {
      "title": "Line Voltage",
      "description": "Provide the standard electrical voltage the item requires to operate properly.",
      "examples": [
        "220 VAC 50 Hz"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Line Voltage",
            "description": "The attribute indicates the Line Voltage of the product",
            "editable": true,
            "hidden": false,
            "examples": [
              "220 VAC 50 Hz"
            ],
            "type": "string",
            "enum": [
              "100_240_vac_50_60_hz",
              "110_vac_60_hz",
              "220_vac_50_hz",
              "unknown"
            ],
            "enumNames": [
              "100-240 VAC 50-60 Hz",
              "110 VAC 60 Hz",
              "220 VAC 50 Hz",
              "Unknown"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "power_consumption": {
      "title": "Power Consumption",
      "description": "The power consumption of the product while in use",
      "examples": [
        "17.6"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Power Consumption",
            "description": "Provide the amount of electricity used when operating, indicating energy efficiency of the device.",
            "editable": true,
            "hidden": false,
            "examples": [
              "15"
            ],
            "type": "number",
            "maximum": 1234567890
          },
          "unit": {
            "title": "Power Consumption Unit",
            "description": "Provide the corresponding unit used to measure the television's energy consumption rate, such as watts.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Watts, HorsePower"
            ],
            "type": "string",
            "enum": [
              "horsepower",
              "kilowatts",
              "microwatts",
              "milliwatts",
              "nanowatts",
              "picowatts",
              "unknown_modifier",
              "watts"
            ],
            "enumNames": [
              "Horsepower",
              "Kilowatts",
              "Microwatts",
              "Milliwatts",
              "Nanowatts",
              "Picowatts",
              "Unknown modifier",
              "Watts"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "control_method": {
      "title": "Control Method",
      "description": "Provide the mechanism used to operate the television for standard functions, such as remote control or built-in buttons.",
      "examples": [
        "App"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 4,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Control Method",
            "description": "Provide the mechanism used to operate the television for standard functions, such as remote control or built-in buttons.",
            "editable": true,
            "hidden": false,
            "examples": [
              "App"
            ],
            "type": "string",
            "enum": [
              "application",
              "gesture",
              "push_button",
              "remote",
              "touch",
              "voice"
            ],
            "enumNames": [
              "App",
              "Gesture",
              "Push Button",
              "Remote",
              "Touch",
              "Voice"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_audio_out_ports": {
      "title": "Total Audio Out Ports",
      "description": "How many audio out ports does the item have?",
      "examples": [
        "2"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total Audio Out Ports",
            "description": "How many audio out ports does the item have?",
            "editable": true,
            "hidden": false,
            "examples": [
              "2"
            ],
            "type": "integer",
            "maximum": 100
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_component_in_ports": {
      "title": "Number of Component Inputs",
      "description": "The number of component video inputs the product has",
      "examples": [
        "2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total Component In Ports",
            "description": "Provide the number of input ports for connecting external devices to the television, allowing for various audio and video sources.",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 1234567890
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_composite_ports": {
      "title": "Number of Composite-Video Inputs",
      "description": "Provide the number of composite ports on the television, allowing connection to older audio-visual devices.",
      "examples": [
        "2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total Composite Ports",
            "description": "Provide the number of composite ports on the television, allowing connection to older audio-visual devices.",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 1069
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_dvi_ports": {
      "title": "Total DVI Ports",
      "description": "The number of DVI ports",
      "examples": [
        "2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total DVI Ports",
            "description": "Provide the total number of DVI ports the item has",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 1234567890
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_hdmi_ports": {
      "title": "Total Number of HDMI Ports",
      "description": "Total number and type of HDMI ports",
      "examples": [
        "2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total HDMI Ports",
            "description": "Provide the total number of HDMI ports the item contains.",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 1549465513,
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "integer",
                "enum": [1, 2, 3, 4, 5],
                "enumNames": [
                  "1",
                  "2",
                  "3",
                  "4",
                  "5"
                ]
              }
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_usb_2_0_ports": {
      "title": "Total USB 2.0 Ports",
      "description": "Provide the total number of 2.0 USB ports the product has",
      "examples": [
        "1"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total USB 2.0 Ports",
            "description": "Provide the total number of 2.0 USB ports the product has",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 888888
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_usb_3_0_ports": {
      "title": "Total USB 3.0 Ports",
      "description": "Provide the total number of 3.0 USB ports the product has",
      "examples": [
        "1"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total USB 3.0 Ports",
            "description": "Provide the total number of 3.0 USB ports the product has",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 282
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_usb_ports": {
      "title": "Total USB Ports",
      "description": "The number of USB ports",
      "examples": [
        "2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total USB Ports",
            "description": "Provide the total number of USB ports available on the item.",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "integer",
                "enum": [1, 2, 3, 4],
                "enumNames": [
                  "1",
                  "2",
                  "3",
                  "4"
                ]
              }
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "total_video_out_ports": {
      "title": "Number of Component Outputs",
      "description": "Provide the total count of component video output ports on the television set for connecting to external devices.",
      "examples": [
        "2.0"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Total Video Out Ports",
            "description": "Provide the total number of video out ports the product has",
            "editable": true,
            "hidden": false,
            "examples": [
              "1"
            ],
            "type": "integer",
            "maximum": 1234567890
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "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
      }
    },
    "repairability_index": {
      "title": "Repairability Index",
      "description": "Please provide the repairability index applicable to your product.",
      "examples": [
        "French Circular Economy Law,\r\n9.5"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "criteria_url": {
            "title": "Repairability Index Criteria Table URL",
            "description": "Please provide a URL for any image detailing the parameters used to calculate the repairability index for example the repairability index criteria table. The image should use the standardized table format required by local regulation.",
            "editable": true,
            "hidden": false,
            "examples": [
              "https://www.example.eg/image1"
            ],
            "type": "string",
            "maxLength": 1500
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "regulation": {
            "title": "Repairability Index Regulation",
            "description": "Please provide the locally required repairability index scheme.",
            "editable": true,
            "hidden": false,
            "examples": [
              "French Circular Economy Law"
            ],
            "type": "string",
            "enum": [
              "belgian_circular_economy_law",
              "french_circular_economy_law"
            ],
            "enumNames": [
              "Belgian Circular Economy Law",
              "French Circular Economy Law"
            ]
          },
          "value_numeric": {
            "title": "Repairability Index Value",
            "description": "Please provide the repairability index applicable to your product.",
            "editable": true,
            "hidden": false,
            "examples": [
              "9.5"
            ],
            "type": "number",
            "minimum": 0,
            "maximum": 10,
            "multipleOf": 0.1
          }
        },
        "additionalProperties": false
      }
    },
    "item_depth_width_height": {
      "title": "Item Dimensions D x W x H",
      "description": "Provide the physical dimensions of the item, indicating the overall size of the device.",
      "examples": [
        "40 Inches"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "depth",
          "height",
          "width"
        ],
        "properties": {
          "depth": {
            "title": "Item Depth Front to Back",
            "description": "Provide the depth of the item from front to back when placed in the manner in which it is expected to be used.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Item Depth Front to Back",
                "description": "Provide the depth of the item from front to back when placed in the manner in which it is expected to be used.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "2"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 400000,
                "maxLength": 5000
              },
              "unit": {
                "title": "Item Depth Unit",
                "description": "Select the unit of measure for the item depth.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "Inches, Centimeters"
                ],
                "type": "string",
                "enum": [
                  "centimeters"
                ],
                "enumNames": [
                  "Centimeters"
                ]
              }
            },
            "additionalProperties": false
          },
          "height": {
            "title": "Height Top to Bottom",
            "description": "Provide the height of the item from top to bottom when placed in the manner in which it is expected to be used.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Height Top to Bottom",
                "description": "Provide the height of the item from top to bottom when placed in the manner in which it is expected to be used.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "100"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 400000,
                "maxLength": 5000
              },
              "unit": {
                "title": "Item Height Unit",
                "description": "Select the unit of measure for the item height.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "Inches, Centimeters"
                ],
                "type": "string",
                "enum": [
                  "centimeters"
                ],
                "enumNames": [
                  "Centimeters"
                ]
              }
            },
            "additionalProperties": false
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "width": {
            "title": "Item Width Side to Side",
            "description": "Provide the width from side to side of the front of the item when placed in the manner in which it is expected to be used.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Item Width Side to Side",
                "description": "Provide the width from side to side of the front of the item when placed in the manner in which it is expected to be used.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "170"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 400000,
                "maxLength": 5000
              },
              "unit": {
                "title": "Item Width Unit",
                "description": "Select the unit of measure for the item width.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "Inches, Centimeters"
                ],
                "type": "string",
                "enum": [
                  "centimeters"
                ],
                "enumNames": [
                  "Centimeters"
                ]
              }
            },
            "additionalProperties": false
          }
        },
        "additionalProperties": false
      }
    },
    "maximum_display_brightness": {
      "title": "Maximum Display Brightness",
      "description": "Provide the maximum luminance, or intensity of light emitted from the display surface per unit area.",
      "examples": [
        "300.0 Candela per Square Meter"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Maximum Display Brightness",
            "description": "Provide the maximum luminance, or intensity of light emitted from the display surface per unit area.",
            "editable": true,
            "hidden": false,
            "examples": [
              "300.0"
            ],
            "type": "number",
            "minimum": 0,
            "maximum": 50000,
            "maxLength": 12,
            "multipleOf": 0.001
          },
          "unit": {
            "title": "Display Brightness Unit",
            "description": "Provide the corresponding unit used to designate the maximum brightness for a display in candela per square meter or nit.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Candela Per Square Meter"
            ],
            "type": "string",
            "enum": [
              "candela_per_square_meter",
              "nit"
            ],
            "enumNames": [
              "Candela Per Square Meter",
              "Nit"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "bluetooth_version": {
      "title": "Bluetooth Version",
      "description": "Provide the version of the Bluetooth wireless communication standard the item supports.",
      "examples": [
        "5.1"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Bluetooth Version",
            "description": "Provide the version of the Bluetooth wireless communication standard the item supports.",
            "editable": true,
            "hidden": false,
            "examples": [
              "5.1"
            ],
            "type": "number",
            "minimum": 0,
            "maximum": 100,
            "maxLength": 5000,
            "multipleOf": 0.1
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "hdr_format_supported": {
      "title": "HDR Format Supported",
      "description": "Provide the high dynamic range format supported, which enhances picture quality with better contrast and colors.",
      "examples": [
        "HDR10"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 6,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "HDR Format Supported",
            "description": "Provide the high dynamic range format supported, which enhances contrast and color quality for better picture display.",
            "editable": true,
            "hidden": false,
            "examples": [
              "HDR10"
            ],
            "type": "string",
            "maxLength": 50,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Dolby Vision",
                  "HDR Vivid",
                  "HDR10",
                  "HDR10+",
                  "HLG",
                  "PQ10"
                ],
                "enumNames": [
                  "Dolby Vision",
                  "HDR Vivid",
                  "HDR10",
                  "HDR10+",
                  "HLG",
                  "PQ10"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "vesa_mount_standard": {
      "title": "VESA Mount Standard",
      "description": "Provide the standard spacing between mounting holes on the item, allowing it to be attached to compatible stands or mounts.",
      "examples": [
        "75 x 75 Millimeters"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 7,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "VESA Mount Standard",
            "description": "Provide the spacing between mounting holes on the back of the TV, allowing attachment to compatible stands or wall mounts.",
            "editable": true,
            "hidden": false,
            "examples": [
              "75 x 75 Millimeters"
            ],
            "type": "string",
            "enum": [
              "100_x_100_mm",
              "100_x_150_mm",
              "100_x_200_mm",
              "100_x_300_mm",
              "100_x_400_mm",
              "100_x_75_mm",
              "1000_x_100_mm",
              "1000_x_1000_mm",
              "1000_x_1100_mm",
              "1000_x_1200_mm",
              "1000_x_200_mm",
              "1000_x_300_mm",
              "1000_x_400_mm",
              "1000_x_500_mm",
              "1000_x_600_mm",
              "1000_x_700_mm",
              "1000_x_800_mm",
              "1000_x_900_mm",
              "1070_x_600_mm",
              "1100_x_100_mm",
              "1100_x_1000_mm",
              "1100_x_1100_mm",
              "1100_x_1200_mm",
              "1100_x_200_mm",
              "1100_x_300_mm",
              "1100_x_400_mm",
              "1100_x_500_mm",
              "1100_x_600_mm",
              "1100_x_700_mm",
              "1100_x_800_mm",
              "1100_x_900_mm",
              "1200_x_1000_mm",
              "1200_x_1100_mm",
              "1200_x_1200_mm",
              "1200_x_300_mm",
              "1200_x_400_mm",
              "1200_x_500_mm",
              "1200_x_600_mm",
              "1200_x_700_mm",
              "1200_x_800_mm",
              "1200_x_900_mm",
              "150_x_100_mm",
              "150_x_150_mm",
              "150_x_200_mm",
              "200_x_100_mm",
              "200_x_150_mm",
              "200_x_200_mm",
              "200_x_250_mm",
              "200_x_300_mm",
              "200_x_400_mm",
              "200_x_500_mm",
              "200_x_600_mm",
              "200_x_700_mm",
              "200_x_75_mm",
              "200_x_800_mm",
              "200_x_900_mm",
              "225_x_225_mm",
              "275_x_275_mm",
              "300_x_100_mm",
              "300_x_1000_mm",
              "300_x_1100_mm",
              "300_x_1200_mm",
              "300_x_200_mm",
              "300_x_250_mm",
              "300_x_300_mm",
              "300_x_400_mm",
              "300_x_500_mm",
              "300_x_600_mm",
              "300_x_700_mm",
              "300_x_800_mm",
              "300_x_900_mm",
              "350_x_350_mm",
              "40_x_40_mm",
              "400_x_100_mm",
              "400_x_1000_mm",
              "400_x_1100_mm",
              "400_x_1200_mm",
              "400_x_200_mm",
              "400_x_300_mm",
              "400_x_400_mm",
              "400_x_500_mm",
              "400_x_600_mm",
              "400_x_700_mm",
              "400_x_800_mm",
              "400_x_850_mm",
              "400_x_900_mm",
              "440_x_400_mm",
              "50_x_50_mm",
              "500_x_100_mm",
              "500_x_1000_mm",
              "500_x_1100_mm",
              "500_x_1200_mm",
              "500_x_200_mm",
              "500_x_300_mm",
              "500_x_400_mm",
              "500_x_420_mm",
              "500_x_500_mm",
              "500_x_600_mm",
              "500_x_700_mm",
              "500_x_800_mm",
              "500_x_900_mm",
              "600_x_100_mm",
              "600_x_1000_mm",
              "600_x_1100_mm",
              "600_x_1200_mm",
              "600_x_200_mm",
              "600_x_300_mm",
              "600_x_400_mm",
              "600_x_450_mm",
              "600_x_500_mm",
              "600_x_600_mm",
              "600_x_700_mm",
              "600_x_800_mm",
              "600_x_900_mm",
              "700_x_1000_mm",
              "700_x_1100_mm",
              "700_x_1200_mm",
              "700_x_200_mm",
              "700_x_300_mm",
              "700_x_400_mm",
              "700_x_500_mm",
              "700_x_600_mm",
              "700_x_700_mm",
              "700_x_800_mm",
              "700_x_900_mm",
              "75_x_100_mm",
              "75_x_200_mm",
              "75_x_75_mm",
              "800_x_1000_mm",
              "800_x_1100_mm",
              "800_x_1200_mm",
              "800_x_200_mm",
              "800_x_300_mm",
              "800_x_400_mm",
              "800_x_440_mm",
              "800_x_500_mm",
              "800_x_600_mm",
              "800_x_700_mm",
              "800_x_800_mm",
              "800_x_900_mm",
              "820_x_650_mm",
              "830_x_400_mm",
              "900_x_100_mm",
              "900_x_1000_mm",
              "900_x_1100_mm",
              "900_x_1200_mm",
              "900_x_200_mm",
              "900_x_300_mm",
              "900_x_400_mm",
              "900_x_500_mm",
              "900_x_600_mm",
              "900_x_700_mm",
              "900_x_800_mm",
              "900_x_900_mm"
            ],
            "enumNames": [
              "100 x 100 mm",
              "100 x 150 mm",
              "100 x 200 mm",
              "100 x 300 mm",
              "100 x 400 mm",
              "100 x 75 mm",
              "1000 x 100 mm",
              "1000 x 1000 mm",
              "1000 x 1100 mm",
              "1000 x 1200 mm",
              "1000 x 200 mm",
              "1000 x 300 mm",
              "1000 x 400 mm",
              "1000 x 500 mm",
              "1000 x 600 mm",
              "1000 x 700 mm",
              "1000 x 800 mm",
              "1000 x 900 mm",
              "1070 x 600 mm",
              "1100 x 100 mm",
              "1100 x 1000 mm",
              "1100 x 1100 mm",
              "1100 x 1200 mm",
              "1100 x 200 mm",
              "1100 x 300 mm",
              "1100 x 400 mm",
              "1100 x 500 mm",
              "1100 x 600 mm",
              "1100 x 700 mm",
              "1100 x 800 mm",
              "1100 x 900 mm",
              "1200 x 1000 mm",
              "1200 x 1100 mm",
              "1200 x 1200 mm",
              "1200 x 300 mm",
              "1200 x 400 mm",
              "1200 x 500 mm",
              "1200 x 600 mm",
              "1200 x 700 mm",
              "1200 x 800 mm",
              "1200 x 900 mm",
              "150 x 100 mm",
              "150 x 150 mm",
              "150 x 200 mm",
              "200 x 100 mm",
              "200 x 150 mm",
              "200 x 200 mm",
              "200 x 250 mm",
              "200 x 300 mm",
              "200 x 400 mm",
              "200 x 500 mm",
              "200 x 600 mm",
              "200 x 700 mm",
              "200 x 75 mm",
              "200 x 800 mm",
              "200 x 900 mm",
              "225 x 225 mm",
              "275 x 275 mm",
              "300 x 100 mm",
              "300 x 1000 mm",
              "300 x 1100 mm",
              "300 x 1200 mm",
              "300 x 200 mm",
              "300 x 250 mm",
              "300 x 300 mm",
              "300 x 400 mm",
              "300 x 500 mm",
              "300 x 600 mm",
              "300 x 700 mm",
              "300 x 800 mm",
              "300 x 900 mm",
              "350 x 350 mm",
              "40 x 40 mm",
              "400 x 100 mm",
              "400 x 1000 mm",
              "400 x 1100 mm",
              "400 x 1200 mm",
              "400 x 200 mm",
              "400 x 300 mm",
              "400 x 400 mm",
              "400 x 500 mm",
              "400 x 600 mm",
              "400 x 700 mm",
              "400 x 800 mm",
              "400 x 850 mm",
              "400 x 900 mm",
              "440 x 400 mm",
              "50 x 50 mm",
              "500 x 100 mm",
              "500 x 1000 mm",
              "500 x 1100 mm",
              "500 x 1200 mm",
              "500 x 200 mm",
              "500 x 300 mm",
              "500 x 400 mm",
              "500 x 420 mm",
              "500 x 500 mm",
              "500 x 600 mm",
              "500 x 700 mm",
              "500 x 800 mm",
              "500 x 900 mm",
              "600 x 100 mm",
              "600 x 1000 mm",
              "600 x 1100 mm",
              "600 x 1200 mm",
              "600 x 200 mm",
              "600 x 300 mm",
              "600 x 400 mm",
              "600 x 450 mm",
              "600 x 500 mm",
              "600 x 600 mm",
              "600 x 700 mm",
              "600 x 800 mm",
              "600 x 900 mm",
              "700 x 1000 mm",
              "700 x 1100 mm",
              "700 x 1200 mm",
              "700 x 200 mm",
              "700 x 300 mm",
              "700 x 400 mm",
              "700 x 500 mm",
              "700 x 600 mm",
              "700 x 700 mm",
              "700 x 800 mm",
              "700 x 900 mm",
              "75 x 100 mm",
              "75 x 200 mm",
              "75 x 75 mm",
              "800 x 1000 mm",
              "800 x 1100 mm",
              "800 x 1200 mm",
              "800 x 200 mm",
              "800 x 300 mm",
              "800 x 400 mm",
              "800 x 440 mm",
              "800 x 500 mm",
              "800 x 600 mm",
              "800 x 700 mm",
              "800 x 800 mm",
              "800 x 900 mm",
              "820 x 650 mm",
              "830 x 400 mm",
              "900 x 100 mm",
              "900 x 1000 mm",
              "900 x 1100 mm",
              "900 x 1200 mm",
              "900 x 200 mm",
              "900 x 300 mm",
              "900 x 400 mm",
              "900 x 500 mm",
              "900 x 600 mm",
              "900 x 700 mm",
              "900 x 800 mm",
              "900 x 900 mm"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "screen_mirroring_technology": {
      "title": "Screen Mirroring Technology",
      "description": "Provide the screen mirroring technology the item supports to wirelessly transmit screen content to another device in real-time.",
      "examples": [
        "AirPlay"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 10,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Screen Mirroring Technology",
            "description": "Provide the screen mirroring technology the item supports to wirelessly transmit screen content to another device in real-time.",
            "editable": true,
            "hidden": false,
            "examples": [
              "AirPlay"
            ],
            "type": "string",
            "maxLength": 50,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "AirPlay",
                  "AirPlay 2",
                  "DIAL",
                  "Google Cast",
                  "Miracast",
                  "Smart View",
                  "SmartShare"
                ],
                "enumNames": [
                  "AirPlay",
                  "AirPlay 2",
                  "DIAL",
                  "Google Cast",
                  "Miracast",
                  "Smart View",
                  "SmartShare"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "motion_enhancement_technology": {
      "title": "Motion Enhancement Technology",
      "description": "Provide the technology used by the item to smooth out faster-moving pictures, and reduce blur and pixelation.",
      "examples": [
        "Motion Xcelerator Turbo+"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Motion Enhancement Technology",
            "description": "Provide the technology used by the item to smooth out faster-moving pictures, and reduce blur and pixelation.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Motion Xcelerator Turbo+"
            ],
            "type": "string",
            "maxLength": 200
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "item_depth_width_height_without_stand": {
      "title": "Item Depth Width Height Without Stand",
      "description": "Provide the item dimensions without the stand, which are measured as the depth, width, and height of the item in ready to use condition.",
      "examples": [
        "28.0 inches, 2.0 inches, 16.0 inches"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "depth",
          "height",
          "width"
        ],
        "properties": {
          "depth": {
            "title": "Item Depth Without Stand",
            "description": "Provide the depth of the television without stand, measured from front to back in ready to use condition.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Item Depth Without Stand",
                "description": "Provide the depth of the television without stand, measured from front to back in ready to use condition.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "2.0"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 1000,
                "maxLength": 5000,
                "multipleOf": 0.001
              },
              "unit": {
                "title": "Depth Without Stand Unit",
                "description": "Provide the corresponding unit used to designate the item’s depth without stand.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "Inches"
                ],
                "type": "string",
                "enum": [
                  "angstrom",
                  "centimeters",
                  "decimeters",
                  "feet",
                  "hundredths_inches",
                  "inches",
                  "kilometers",
                  "meters",
                  "micrometer",
                  "miles",
                  "millimeters",
                  "mils",
                  "nanometer",
                  "picometer",
                  "yards"
                ],
                "enumNames": [
                  "Angstrom",
                  "Centimetres",
                  "Decimetres",
                  "Feet",
                  "Hundredths-Inches",
                  "Inches",
                  "Kilometres",
                  "Metres",
                  "Micron",
                  "Miles",
                  "Millimetres",
                  "Mils",
                  "Nanometre",
                  "Picometre",
                  "Yards"
                ]
              }
            },
            "additionalProperties": false
          },
          "height": {
            "title": "Item Height Without Stand",
            "description": "Provide the height of the television without stand, measured from top to bottom when in ready to use condition.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Item Height Without Stand",
                "description": "Provide the height of the television without stand, measured from top to bottom when in ready to use condition.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "16.0"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 1000,
                "maxLength": 5000,
                "multipleOf": 0.001
              },
              "unit": {
                "title": "Height Without Stand Unit",
                "description": "Provide the corresponding unit used to designate the item’s height without stand.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "Inches"
                ],
                "type": "string",
                "enum": [
                  "angstrom",
                  "centimeters",
                  "decimeters",
                  "feet",
                  "hundredths_inches",
                  "inches",
                  "kilometers",
                  "meters",
                  "micrometer",
                  "miles",
                  "millimeters",
                  "mils",
                  "nanometer",
                  "picometer",
                  "yards"
                ],
                "enumNames": [
                  "Angstrom",
                  "Centimetres",
                  "Decimetres",
                  "Feet",
                  "Hundredths-Inches",
                  "Inches",
                  "Kilometres",
                  "Metres",
                  "Micron",
                  "Miles",
                  "Millimetres",
                  "Mils",
                  "Nanometre",
                  "Picometre",
                  "Yards"
                ]
              }
            },
            "additionalProperties": false
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "width": {
            "title": "Item Width Without Stand",
            "description": "Provide the width of the item without stand, measured from side to side, in ready to use condition.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Item Width Without Stand",
                "description": "Provide the width of the item without stand, measured from side to side, in ready to use condition.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "28.0"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 1000,
                "maxLength": 5000,
                "multipleOf": 0.001
              },
              "unit": {
                "title": "Width  Without Stand",
                "description": "Provide the corresponding unit used to designate the item’s width without stand.",
                "editable": true,
                "hidden": false,
                "examples": [
                  "Inches"
                ],
                "type": "string",
                "enum": [
                  "angstrom",
                  "centimeters",
                  "decimeters",
                  "feet",
                  "hundredths_inches",
                  "inches",
                  "kilometers",
                  "meters",
                  "micrometer",
                  "miles",
                  "millimeters",
                  "mils",
                  "nanometer",
                  "picometer",
                  "yards"
                ],
                "enumNames": [
                  "Angstrom",
                  "Centimetres",
                  "Decimetres",
                  "Feet",
                  "Hundredths-Inches",
                  "Inches",
                  "Kilometres",
                  "Metres",
                  "Micron",
                  "Miles",
                  "Millimetres",
                  "Mils",
                  "Nanometre",
                  "Picometre",
                  "Yards"
                ]
              }
            },
            "additionalProperties": false
          }
        },
        "additionalProperties": false
      }
    },
    "analog_audio_output_count": {
      "title": "Analog Audio Output Count",
      "description": "Provide the number of analog audio outputs the item has. Analog audio outputs allow for the transmission of audio signals in analog format from the item to external audio devices.",
      "examples": [
        "2"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Analog Audio Output Count",
            "description": "Provide the number of analog audio outputs the item has. Analog audio outputs allow for the transmission of audio signals in analog format from the item to external audio devices.",
            "editable": true,
            "hidden": false,
            "examples": [
              "2"
            ],
            "type": "integer",
            "minimum": 0,
            "maximum": 40
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "picture_quality_enhancement_technology": {
      "title": "Picture Quality Enhancement Technology",
      "description": "Provide the technology used to improve the visual display quality of the television, such as color enhancement or contrast optimization.",
      "examples": [
        "Quantum HDR"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 30,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Picture Quality Enhancement Technology",
            "description": "Provide the technology used to improve the visual display quality of the television, such as color enhancement or contrast optimization.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Quantum HDR"
            ],
            "type": "string",
            "maxLength": 100
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "content_sharing_direction": {
      "title": "Content Sharing Direction",
      "description": "Provide the direction in which content is shared between the television and mobile devices, such as casting or mirroring photos and videos.",
      "examples": [
        "Mobile to TV"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 2,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Content Sharing Direction",
            "description": "Provide the direction in which content is shared between the television and mobile devices, such as casting or mirroring photos and videos.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Mobile to TV"
            ],
            "type": "string",
            "enum": [
              "mobile_to_tv",
              "tv_to_mobile"
            ],
            "enumNames": [
              "Mobile to TV",
              "TV to Mobile"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "integrated_surround_sound_format": {
      "title": "Integrated Surround Sound Format",
      "description": "Provide the surround sound technology built into the item, creating an immersive audio experience from multiple directions.",
      "examples": [
        "Dolby Atmos"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 15,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Integrated Surround Sound Format",
            "description": "Provide the surround sound format built into the item. Surround sound format is the technology creating immersive sound experiences.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Dolby Atmos"
            ],
            "type": "string",
            "maxLength": 50,
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "string",
                "enum": [
                  "Dolby Atmos",
                  "Dolby Audio",
                  "Dolby Digital",
                  "Dolby Digital EX",
                  "Dolby Digital Plus",
                  "Dolby Pro Logic IIz",
                  "Dolby Surround",
                  "Dolby TrueHD",
                  "DTS",
                  "DTS Digital Surround",
                  "DTS Express",
                  "DTS Neo:6",
                  "DTS Neural",
                  "DTS TruSurround",
                  "DTS Virtual:X",
                  "DTS-ES",
                  "DTS-HD",
                  "DTS:X",
                  "Imax Enhanced",
                  "THX"
                ],
                "enumNames": [
                  "Dolby Atmos",
                  "Dolby Audio",
                  "Dolby Digital",
                  "Dolby Digital EX",
                  "Dolby Digital Plus",
                  "Dolby Pro Logic IIz",
                  "Dolby Surround",
                  "Dolby TrueHD",
                  "DTS",
                  "DTS Digital Surround",
                  "DTS Express",
                  "DTS Neo:6",
                  "DTS Neural",
                  "DTS TruSurround",
                  "DTS Virtual:X",
                  "DTS-ES",
                  "DTS-HD",
                  "DTS:X",
                  "Imax Enhanced",
                  "THX"
                ]
              }
            ]
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "model_series": {
      "title": "Model Series",
      "description": "Provide the designated name or code for the item's product line, representing shared qualities and target consumers.",
      "examples": [
        "4130e"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 100,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Model Series",
            "description": "Provide the designated term or code representing a group of related television products under a single brand identity.",
            "editable": true,
            "hidden": false,
            "examples": [
              "4130e"
            ],
            "type": "string",
            "minLength": 1,
            "maxLength": 50
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "item_weight_without_stand": {
      "title": "Item Weight Without Stand",
      "description": "Provide the weight of the item without its stand.",
      "examples": [
        "10.5 Kilograms"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "unit",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Item Weight Without Stand",
            "description": "Provide the weight of the item without its stand.",
            "editable": true,
            "hidden": false,
            "examples": [
              "10.5"
            ],
            "type": "number",
            "minimum": 0,
            "maximum": 1000,
            "maxLength": 12,
            "multipleOf": 0.001
          },
          "unit": {
            "title": "Item Weight Without Stand Unit",
            "description": "Provide the corresponding unit used to designate the television's weight without its stand.",
            "editable": true,
            "hidden": false,
            "examples": [
              "Kilograms"
            ],
            "type": "string",
            "enum": [
              "grams",
              "hundredths_pounds",
              "kilograms",
              "milligrams",
              "ounces",
              "pounds",
              "tons"
            ],
            "enumNames": [
              "Grams",
              "Hundredths Pounds",
              "Kilograms",
              "Milligrams",
              "Ounces",
              "Pounds",
              "Tons"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "remote": {
      "title": "Remote",
      "description": "Provide details on the item's remote control.",
      "examples": [
        "Remote Required Battery Size: AA, Remote Required Battery Quantity: 2"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [],
        "properties": {
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "required_battery_quantity": {
            "title": "Remote Required Battery Quantity",
            "description": "Provide the number of batteries required for the remote control to operate. Rechargeable built-in batteries that can’t be removed from the remote are not taken into account.",
            "examples": [
              "2"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Remote Required Battery Quantity",
                  "description": "Provide the number of batteries required for the remote control to operate. Rechargeable built-in batteries that can’t be removed from the remote are not taken into account.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "2"
                  ],
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 10
                }
              },
              "additionalProperties": false
            }
          },
          "required_battery_size": {
            "title": "Remote Required Battery Size",
            "description": "Provide the battery size needed for the remote control, indicating what type of batteries are required for operation.",
            "examples": [
              "AA"
            ],
            "type": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
              "type": "object",
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "title": "Remote Required Battery Size",
                  "description": "Provide the type or model of battery required for the television's remote control, such as AA or AAA.",
                  "editable": true,
                  "hidden": false,
                  "examples": [
                    "AA"
                  ],
                  "type": "string",
                  "enum": [
                    "a",
                    "aa",
                    "aaa",
                    "aaaa",
                    "c",
                    "cr123a",
                    "cr2",
                    "cr2032",
                    "cr2430",
                    "cr5",
                    "d",
                    "lr41",
                    "lr43",
                    "lr44"
                  ],
                  "enumNames": [
                    "A",
                    "AA",
                    "AAA",
                    "AAAA",
                    "C",
                    "CR123A",
                    "CR2",
                    "CR2032",
                    "CR2430",
                    "CR5",
                    "D",
                    "LR41",
                    "LR43",
                    "LR44"
                  ]
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      }
    },
    "compatible_vesa_mount_specifications": {
      "title": "Compatible Vesa Mount Specifications",
      "description": "Provide the standard mounting hole pattern and max weight the item supports for wall mounting, allowing secure installation.",
      "examples": [
        "200 x 100 mm, 20 kilograms"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 50,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "hole_pattern",
          "screen_weight"
        ],
        "properties": {
          "hole_pattern": {
            "title": "Compatible VESA Mount Hole Pattern",
            "description": "Provide the VESA mount specifications  the item is compatible with. Vesa mount specifications are indicated as hole pattern and screen weight.",
            "editable": false,
            "hidden": false,
            "examples": [
              "200 x 100 mm"
            ],
            "type": "string",
            "enum": [
              "100_x_100_mm",
              "100_x_150_mm",
              "100_x_200_mm",
              "100_x_300_mm",
              "100_x_400_mm",
              "100_x_75_mm",
              "1000_x_100_mm",
              "1000_x_1000_mm",
              "1000_x_1100_mm",
              "1000_x_1200_mm",
              "1000_x_200_mm",
              "1000_x_300_mm",
              "1000_x_400_mm",
              "1000_x_500_mm",
              "1000_x_600_mm",
              "1000_x_700_mm",
              "1000_x_800_mm",
              "1000_x_900_mm",
              "1070_x_600_mm",
              "1100_x_100_mm",
              "1100_x_1000_mm",
              "1100_x_1100_mm",
              "1100_x_1200_mm",
              "1100_x_200_mm",
              "1100_x_300_mm",
              "1100_x_400_mm",
              "1100_x_500_mm",
              "1100_x_600_mm",
              "1100_x_700_mm",
              "1100_x_800_mm",
              "1100_x_900_mm",
              "1200_x_1000_mm",
              "1200_x_1100_mm",
              "1200_x_1200_mm",
              "1200_x_300_mm",
              "1200_x_400_mm",
              "1200_x_500_mm",
              "1200_x_600_mm",
              "1200_x_700_mm",
              "1200_x_800_mm",
              "1200_x_900_mm",
              "150_x_100_mm",
              "150_x_150_mm",
              "150_x_200_mm",
              "200_x_100_mm",
              "200_x_150_mm",
              "200_x_200_mm",
              "200_x_250_mm",
              "200_x_300_mm",
              "200_x_400_mm",
              "200_x_500_mm",
              "200_x_600_mm",
              "200_x_700_mm",
              "200_x_75_mm",
              "200_x_800_mm",
              "200_x_900_mm",
              "225_x_225_mm",
              "275_x_275_mm",
              "300_x_100_mm",
              "300_x_1000_mm",
              "300_x_1100_mm",
              "300_x_1200_mm",
              "300_x_200_mm",
              "300_x_250_mm",
              "300_x_300_mm",
              "300_x_400_mm",
              "300_x_500_mm",
              "300_x_600_mm",
              "300_x_700_mm",
              "300_x_800_mm",
              "300_x_900_mm",
              "350_x_350_mm",
              "40_x_40_mm",
              "400_x_100_mm",
              "400_x_1000_mm",
              "400_x_1100_mm",
              "400_x_1200_mm",
              "400_x_200_mm",
              "400_x_300_mm",
              "400_x_400_mm",
              "400_x_500_mm",
              "400_x_600_mm",
              "400_x_700_mm",
              "400_x_800_mm",
              "400_x_850_mm",
              "400_x_900_mm",
              "440_x_400_mm",
              "50_x_50_mm",
              "500_x_100_mm",
              "500_x_1000_mm",
              "500_x_1100_mm",
              "500_x_1200_mm",
              "500_x_200_mm",
              "500_x_300_mm",
              "500_x_400_mm",
              "500_x_420_mm",
              "500_x_500_mm",
              "500_x_600_mm",
              "500_x_700_mm",
              "500_x_800_mm",
              "500_x_900_mm",
              "600_x_100_mm",
              "600_x_1000_mm",
              "600_x_1100_mm",
              "600_x_1200_mm",
              "600_x_200_mm",
              "600_x_300_mm",
              "600_x_400_mm",
              "600_x_450_mm",
              "600_x_500_mm",
              "600_x_600_mm",
              "600_x_700_mm",
              "600_x_800_mm",
              "600_x_900_mm",
              "700_x_1000_mm",
              "700_x_1100_mm",
              "700_x_1200_mm",
              "700_x_200_mm",
              "700_x_300_mm",
              "700_x_400_mm",
              "700_x_500_mm",
              "700_x_600_mm",
              "700_x_700_mm",
              "700_x_800_mm",
              "700_x_900_mm",
              "75_x_100_mm",
              "75_x_200_mm",
              "75_x_75_mm",
              "800_x_1000_mm",
              "800_x_1100_mm",
              "800_x_1200_mm",
              "800_x_200_mm",
              "800_x_300_mm",
              "800_x_400_mm",
              "800_x_440_mm",
              "800_x_500_mm",
              "800_x_600_mm",
              "800_x_700_mm",
              "800_x_800_mm",
              "800_x_900_mm",
              "820_x_650_mm",
              "830_x_400_mm",
              "900_x_100_mm",
              "900_x_1000_mm",
              "900_x_1100_mm",
              "900_x_1200_mm",
              "900_x_200_mm",
              "900_x_300_mm",
              "900_x_400_mm",
              "900_x_500_mm",
              "900_x_600_mm",
              "900_x_700_mm",
              "900_x_800_mm",
              "900_x_900_mm"
            ],
            "enumNames": [
              "100 x 100 mm",
              "100 x 150 mm",
              "100 x 200 mm",
              "100 x 300 mm",
              "100 x 400 mm",
              "100 x 75 mm",
              "1000 x 100 mm",
              "1000 x 1000 mm",
              "1000 x 1100 mm",
              "1000 x 1200 mm",
              "1000 x 200 mm",
              "1000 x 300 mm",
              "1000 x 400 mm",
              "1000 x 500 mm",
              "1000 x 600 mm",
              "1000 x 700 mm",
              "1000 x 800 mm",
              "1000 x 900 mm",
              "1070 x 600 mm",
              "1100 x 100 mm",
              "1100 x 1000 mm",
              "1100 x 1100 mm",
              "1100 x 1200 mm",
              "1100 x 200 mm",
              "1100 x 300 mm",
              "1100 x 400 mm",
              "1100 x 500 mm",
              "1100 x 600 mm",
              "1100 x 700 mm",
              "1100 x 800 mm",
              "1100 x 900 mm",
              "1200 x 1000 mm",
              "1200 x 1100 mm",
              "1200 x 1200 mm",
              "1200 x 300 mm",
              "1200 x 400 mm",
              "1200 x 500 mm",
              "1200 x 600 mm",
              "1200 x 700 mm",
              "1200 x 800 mm",
              "1200 x 900 mm",
              "150 x 100 mm",
              "150 x 150 mm",
              "150 x 200 mm",
              "200 x 100 mm",
              "200 x 150 mm",
              "200 x 200 mm",
              "200 x 250 mm",
              "200 x 300 mm",
              "200 x 400 mm",
              "200 x 500 mm",
              "200 x 600 mm",
              "200 x 700 mm",
              "200 x 75 mm",
              "200 x 800 mm",
              "200 x 900 mm",
              "225 x 225 mm",
              "275 x 275 mm",
              "300 x 100 mm",
              "300 x 1000 mm",
              "300 x 1100 mm",
              "300 x 1200 mm",
              "300 x 200 mm",
              "300 x 250 mm",
              "300 x 300 mm",
              "300 x 400 mm",
              "300 x 500 mm",
              "300 x 600 mm",
              "300 x 700 mm",
              "300 x 800 mm",
              "300 x 900 mm",
              "350 x 350 mm",
              "40 x 40 mm",
              "400 x 100 mm",
              "400 x 1000 mm",
              "400 x 1100 mm",
              "400 x 1200 mm",
              "400 x 200 mm",
              "400 x 300 mm",
              "400 x 400 mm",
              "400 x 500 mm",
              "400 x 600 mm",
              "400 x 700 mm",
              "400 x 800 mm",
              "400 x 850 mm",
              "400 x 900 mm",
              "440 x 400 mm",
              "50 x 50 mm",
              "500 x 100 mm",
              "500 x 1000 mm",
              "500 x 1100 mm",
              "500 x 1200 mm",
              "500 x 200 mm",
              "500 x 300 mm",
              "500 x 400 mm",
              "500 x 420 mm",
              "500 x 500 mm",
              "500 x 600 mm",
              "500 x 700 mm",
              "500 x 800 mm",
              "500 x 900 mm",
              "600 x 100 mm",
              "600 x 1000 mm",
              "600 x 1100 mm",
              "600 x 1200 mm",
              "600 x 200 mm",
              "600 x 300 mm",
              "600 x 400 mm",
              "600 x 450 mm",
              "600 x 500 mm",
              "600 x 600 mm",
              "600 x 700 mm",
              "600 x 800 mm",
              "600 x 900 mm",
              "700 x 1000 mm",
              "700 x 1100 mm",
              "700 x 1200 mm",
              "700 x 200 mm",
              "700 x 300 mm",
              "700 x 400 mm",
              "700 x 500 mm",
              "700 x 600 mm",
              "700 x 700 mm",
              "700 x 800 mm",
              "700 x 900 mm",
              "75 x 100 mm",
              "75 x 200 mm",
              "75 x 75 mm",
              "800 x 1000 mm",
              "800 x 1100 mm",
              "800 x 1200 mm",
              "800 x 200 mm",
              "800 x 300 mm",
              "800 x 400 mm",
              "800 x 440 mm",
              "800 x 500 mm",
              "800 x 600 mm",
              "800 x 700 mm",
              "800 x 800 mm",
              "800 x 900 mm",
              "820 x 650 mm",
              "830 x 400 mm",
              "900 x 100 mm",
              "900 x 1000 mm",
              "900 x 1100 mm",
              "900 x 1200 mm",
              "900 x 200 mm",
              "900 x 300 mm",
              "900 x 400 mm",
              "900 x 500 mm",
              "900 x 600 mm",
              "900 x 700 mm",
              "900 x 800 mm",
              "900 x 900 mm"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          },
          "screen_weight": {
            "title": "Compatible VESA Mount Screen Weight",
            "description": "Provide the maximum weight capacity that a VESA mount can support without being damaged.",
            "type": "object",
            "required": [
              "unit",
              "value"
            ],
            "properties": {
              "value": {
                "title": "Compatible VESA Mount Screen Weight",
                "description": "Provide the maximum weight capacity that a VESA mount can support without being damaged.",
                "editable": false,
                "hidden": false,
                "examples": [
                  "20"
                ],
                "type": "number",
                "minimum": 0,
                "maximum": 600,
                "maxLength": 12,
                "multipleOf": 0.001
              },
              "unit": {
                "title": "Compatible VESA Mount Screen Weight Unit",
                "description": "Provide the corresponding unit used to designate the maximum weight capacity that a compatible VESA mount can support without being damaged.",
                "editable": false,
                "hidden": false,
                "examples": [
                  "Kilograms"
                ],
                "type": "string",
                "enum": [
                  "grams",
                  "hundredths_pounds",
                  "kilograms",
                  "milligrams",
                  "ounces",
                  "pounds",
                  "tons"
                ],
                "enumNames": [
                  "Grams",
                  "Hundredths Pounds",
                  "Kilograms",
                  "Milligrams",
                  "Ounces",
                  "Pounds",
                  "Tons"
                ]
              }
            },
            "additionalProperties": false
          }
        },
        "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/PATTERN_NAME",
                "COLOR_NAME/SIZE_NAME",
                "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
                "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME",
                "COLOR_NAME/STYLE_NAME",
                "CONFIGURATION/SIZE_NAME",
                "DISPLAY_SIZE/STYLE_NAME",
                "ITEM_PACKAGE_QUANTITY",
                "ITEM_WEIGHT",
                "MATERIAL_TYPE/SIZE_NAME",
                "MEMORY_STORAGE_CAPACITY",
                "MODEL/SIZE_NAME",
                "MODEL/STYLE_NAME",
                "MODEL/STYLE_NAME/PART_NUMBER",
                "MODEL_NAME",
                "MODEL_NUMBER/STYLE/PART_NUMBER",
                "NUMBER_OF_ITEMS/STYLE_NAME",
                "PATTERN_NAME",
                "PATTERN_NAME/SIZE_NAME",
                "PATTERN_NAME/STYLE_NAME",
                "PROCESSOR_DESCRIPTION/COMPUTER_MEMORY_SIZE/HARD_DISK_SIZE/SOFTWARE_INCLUDED/COLOR_NAME",
                "RESOLUTION/STYLE_NAME",
                "SCENT_NAME",
                "SIZE_NAME",
                "SIZE_NAME/COLOR_NAME",
                "SIZE_NAME/CONFIGURATION",
                "SIZE_NAME/MATERIAL_TYPE",
                "SIZE_NAME/PATTERN_NAME",
                "SIZE_NAME/PATTERN_NAME/CONFIGURATION",
                "SIZE_NAME/STYLE_NAME",
                "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                "SIZE_NAME/STYLE_NAME/CONFIGURATION",
                "SIZE_NAME/STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
                "SIZE_NAME/STYLE_NAME/PATTERN_NAME",
                "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
                "STYLE/SIZE",
                "STYLE_NAME",
                "STYLE_NAME/COLOR_NAME",
                "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                "STYLE_NAME/CONFIGURATION",
                "STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
                "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER",
                "STYLE_NAME/PATTERN_NAME",
                "STYLE_NAME/PATTERN_NAME/SIZE_NAME",
                "STYLE_NAME/SIZE_NAME",
                "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                "STYLE_NAME/SIZE_NAME/CONFIGURATION",
                "STYLE_NAME/UNIT_COUNT",
                "VOLTAGE",
                "WATTAGE"
              ]
            },
            "editable": true,
            "hidden": false,
            "examples": [
              "Color, Size"
            ],
            "type": "string",
            "enum": [
              "COLOR",
              "COLOR_NAME",
              "COLOR_NAME/PATTERN_NAME",
              "COLOR_NAME/SIZE_NAME",
              "COLOR_NAME/SIZE_NAME/STYLE_NAME",
              "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
              "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME",
              "COLOR_NAME/STYLE_NAME",
              "CONFIGURATION/SIZE_NAME",
              "DISPLAY_SIZE",
              "DISPLAY_SIZE/STYLE_NAME",
              "ITEM_PACKAGE_QUANTITY",
              "ITEM_WEIGHT",
              "MATERIAL_TYPE/SIZE_NAME",
              "MEMORY_STORAGE_CAPACITY",
              "MODEL",
              "MODEL/SIZE_NAME",
              "MODEL/STYLE_NAME",
              "MODEL/STYLE_NAME/PART_NUMBER",
              "MODEL_NAME",
              "MODEL_NUMBER/STYLE/PART_NUMBER",
              "NUMBER_OF_ITEMS",
              "NUMBER_OF_ITEMS/STYLE",
              "NUMBER_OF_ITEMS/STYLE_NAME",
              "PATTERN_NAME",
              "PATTERN_NAME/SIZE_NAME",
              "PATTERN_NAME/STYLE_NAME",
              "PROCESSOR_DESCRIPTION/COMPUTER_MEMORY_SIZE/HARD_DISK_SIZE/SOFTWARE_INCLUDED/COLOR_NAME",
              "RESOLUTION/STYLE_NAME",
              "SCENT_NAME",
              "SIZE",
              "SIZE/COLOR",
              "SIZE/STYLE",
              "SIZE_NAME",
              "SIZE_NAME/COLOR_NAME",
              "SIZE_NAME/CONFIGURATION",
              "SIZE_NAME/MATERIAL_TYPE",
              "SIZE_NAME/PATTERN_NAME",
              "SIZE_NAME/PATTERN_NAME/CONFIGURATION",
              "SIZE_NAME/STYLE_NAME",
              "SIZE_NAME/STYLE_NAME/COLOR_NAME",
              "SIZE_NAME/STYLE_NAME/CONFIGURATION",
              "SIZE_NAME/STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
              "SIZE_NAME/STYLE_NAME/PATTERN_NAME",
              "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
              "STYLE",
              "STYLE/SIZE",
              "STYLE/UNIT_COUNT",
              "STYLE_NAME",
              "STYLE_NAME/COLOR_NAME",
              "STYLE_NAME/COLOR_NAME/SIZE_NAME",
              "STYLE_NAME/CONFIGURATION",
              "STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
              "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER",
              "STYLE_NAME/PATTERN_NAME",
              "STYLE_NAME/PATTERN_NAME/SIZE_NAME",
              "STYLE_NAME/SIZE_NAME",
              "STYLE_NAME/SIZE_NAME/COLOR_NAME",
              "STYLE_NAME/SIZE_NAME/CONFIGURATION",
              "STYLE_NAME/UNIT_COUNT",
              "VOLTAGE",
              "WATTAGE"
            ],
            "enumNames": [
              "COLOR",
              "COLOR_NAME",
              "COLOR_NAME/PATTERN_NAME",
              "COLOR_NAME/SIZE_NAME",
              "COLOR_NAME/SIZE_NAME/STYLE_NAME",
              "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
              "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME",
              "COLOR_NAME/STYLE_NAME",
              "CONFIGURATION/SIZE_NAME",
              "DISPLAY_SIZE",
              "DISPLAY_SIZE/STYLE_NAME",
              "ITEM_PACKAGE_QUANTITY",
              "ITEM_WEIGHT",
              "MATERIAL_TYPE/SIZE_NAME",
              "MEMORY_STORAGE_CAPACITY",
              "MODEL",
              "MODEL/SIZE_NAME",
              "MODEL/STYLE_NAME",
              "MODEL/STYLE_NAME/PART_NUMBER",
              "MODEL_NAME",
              "MODEL_NUMBER/STYLE/PART_NUMBER",
              "NUMBER_OF_ITEMS",
              "NUMBER_OF_ITEMS/STYLE",
              "NUMBER_OF_ITEMS/STYLE_NAME",
              "PATTERN_NAME",
              "PATTERN_NAME/SIZE_NAME",
              "PATTERN_NAME/STYLE_NAME",
              "PROCESSOR_DESCRIPTION/COMPUTER_MEMORY_SIZE/HARD_DISK_SIZE/SOFTWARE_INCLUDED/COLOR_NAME",
              "RESOLUTION/STYLE_NAME",
              "SCENT_NAME",
              "SIZE",
              "SIZE/COLOR",
              "SIZE/STYLE",
              "SIZE_NAME",
              "SIZE_NAME/COLOR_NAME",
              "SIZE_NAME/CONFIGURATION",
              "SIZE_NAME/MATERIAL_TYPE",
              "SIZE_NAME/PATTERN_NAME",
              "SIZE_NAME/PATTERN_NAME/CONFIGURATION",
              "SIZE_NAME/STYLE_NAME",
              "SIZE_NAME/STYLE_NAME/COLOR_NAME",
              "SIZE_NAME/STYLE_NAME/CONFIGURATION",
              "SIZE_NAME/STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
              "SIZE_NAME/STYLE_NAME/PATTERN_NAME",
              "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
              "STYLE",
              "STYLE/SIZE",
              "STYLE/UNIT_COUNT",
              "STYLE_NAME",
              "STYLE_NAME/COLOR_NAME",
              "STYLE_NAME/COLOR_NAME/SIZE_NAME",
              "STYLE_NAME/CONFIGURATION",
              "STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
              "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER",
              "STYLE_NAME/PATTERN_NAME",
              "STYLE_NAME/PATTERN_NAME/SIZE_NAME",
              "STYLE_NAME/SIZE_NAME",
              "STYLE_NAME/SIZE_NAME/COLOR_NAME",
              "STYLE_NAME/SIZE_NAME/CONFIGURATION",
              "STYLE_NAME/UNIT_COUNT",
              "VOLTAGE",
              "WATTAGE"
            ]
          }
        },
        "additionalProperties": false
      }
    },
    "country_of_origin": {
      "title": "Country of Origin",
      "description": "A two letter code that indicates the country where the product originates from",
      "examples": [
        "uk"
      ],
      "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": false,
            "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
      }
    },
    "warranty_description": {
      "title": "Warranty Description",
      "description": "Provide a description of the product's warranty",
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 4,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Warranty Description",
            "description": "Provide a description of the product's warranty",
            "editable": true,
            "hidden": false,
            "examples": [
              "2 Year Manufacturer"
            ],
            "type": "string",
            "maxUtf8ByteLength": 2000
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "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": "Are Batteries Included?",
      "description": "Are batteries included with the product?",
      "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 Cell Type",
            "description": "The  chemical composition of the battery",
            "examples": [
              "Lithium-Ion"
            ],
            "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",
                    "lead_acid",
                    "lithium_ion",
                    "lithium_metal",
                    "lithium_polymer",
                    "NiCAD",
                    "NiMh",
                    "other_than_listed",
                    "sodium_ion",
                    "wet_alkali"
                  ],
                  "enumNames": [
                    "Alkaline",
                    "Lead Acid",
                    "Lithium Ion",
                    "Lithium Metal",
                    "Lithium Polymer",
                    "NiCAD",
                    "NiMH",
                    "Other Than Listed",
                    "Sodium Ion",
                    "Wet Alkali"
                  ]
                }
              },
              "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",
                    "hundredths_pounds",
                    "kilograms",
                    "milligrams",
                    "ounces",
                    "pounds",
                    "tons"
                  ],
                  "enumNames": [
                    "Grams",
                    "Hundredths Pounds",
                    "Kilograms",
                    "Milligrams",
                    "Ounces",
                    "Pounds",
                    "Tons"
                  ]
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      }
    },
    "num_batteries": {
      "title": "Number of Batteries",
      "description": "Provide the number and type of batteries needed for the remote control or other accessories included with the item.",
      "examples": [
        "1 AA, 2 AAA"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1000,
      "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": 0
          },
          "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": "The watt hours of each lithium battery (or cell) in unit",
            "examples": [
              "50.0"
            ],
            "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": "The packaging method for lithium batteries",
            "examples": [
              "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
      }
    },
    "mfg_warranty_description_labor": {
      "title": "Manufacturer Warranty Description Labor",
      "description": "Describe the detail associated with the labor warranty if you have selected labor in manufacturer warranty type",
      "examples": [
        "All labor cost covered for 90 days from the date of purchase."
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Mfg Warranty Description Labor",
            "description": "Provide a description of the labor portion of the manufacturers warranty",
            "editable": true,
            "hidden": false,
            "examples": [
              "1 year"
            ],
            "type": "string",
            "maxLength": 2959
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "mfg_warranty_description_parts": {
      "title": "Manufacturer Parts Warranty",
      "description": "Provide the details on the manufacturer's warranty coverage for parts of the item, terms and conditions for repair or replacement.",
      "examples": [
        "Replacement parts provided free the first year"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id",
        "language_tag"
      ],
      "items": {
        "type": "object",
        "required": [
          "language_tag",
          "value"
        ],
        "properties": {
          "value": {
            "title": "Lamp Warranty",
            "description": "Provide the manufacturer's warranty details for parts, describing what components are covered and their protection terms.",
            "editable": true,
            "hidden": false,
            "examples": [
              "90 days"
            ],
            "type": "string",
            "maxLength": 2195
          },
          "language_tag": {
            "$ref": "#/$defs/language_tag"
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "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": 1000,
            "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 Unit of Measure",
      "description": "The unit of measure for the weight of the product without shipping material",
      "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,
            "maxLength": 5000
          },
          "unit": {
            "title": "Item Weight Unit",
            "description": "Provide the unit of measurement for expressing the weight of the television, such as pounds or grams.",
            "editable": false,
            "hidden": false,
            "examples": [
              "Grams, Kilograms"
            ],
            "type": "string",
            "enum": [
              "grams",
              "hundredths_pounds",
              "kilograms",
              "milligrams",
              "ounces",
              "pounds",
              "tons"
            ],
            "enumNames": [
              "Grams",
              "Hundredths Pounds",
              "Kilograms",
              "Milligrams",
              "Ounces",
              "Pounds",
              "Tons"
            ]
          },
          "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
      }
    },
    "includes_rechargable_battery": {
      "title": "Rechargeable Battery Included",
      "description": "Is this a rechargeable battery?",
      "examples": [
        "true"
      ],
      "type": "array",
      "minItems": 1,
      "minUniqueItems": 1,
      "maxUniqueItems": 1,
      "selectors": [
        "marketplace_id"
      ],
      "items": {
        "type": "object",
        "required": [
          "value"
        ],
        "properties": {
          "value": {
            "title": "Includes Rechargeable Battery",
            "description": "Indicate whether the product includes rechargable batteries",
            "editable": false,
            "hidden": false,
            "examples": [
              "Yes"
            ],
            "type": "boolean",
            "enum": [false, true],
            "enumNames": [
              "No",
              "Yes"
            ]
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "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_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": [
                  "10"
                ],
                "type": "number",
                "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": [
                  "Centimetres, Millimetres"
                ],
                "type": "string",
                "enum": [
                  "angstrom",
                  "centimeters",
                  "decimeters",
                  "feet",
                  "hundredths_inches",
                  "inches",
                  "kilometers",
                  "meters",
                  "micrometer",
                  "miles",
                  "millimeters",
                  "mils",
                  "nanometer",
                  "picometer",
                  "yards"
                ],
                "enumNames": [
                  "Angstrom",
                  "Centimetres",
                  "Decimetres",
                  "Feet",
                  "Hundredths-Inches",
                  "Inches",
                  "Kilometres",
                  "Metres",
                  "Micron",
                  "Miles",
                  "Millimetres",
                  "Mils",
                  "Nanometre",
                  "Picometre",
                  "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": [
                  "2"
                ],
                "type": "number",
                "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": [
                  "Centimetres, Millimetres"
                ],
                "type": "string",
                "enum": [
                  "angstrom",
                  "centimeters",
                  "decimeters",
                  "feet",
                  "hundredths_inches",
                  "inches",
                  "kilometers",
                  "meters",
                  "micrometer",
                  "miles",
                  "millimeters",
                  "mils",
                  "nanometer",
                  "picometer",
                  "yards"
                ],
                "enumNames": [
                  "Angstrom",
                  "Centimetres",
                  "Decimetres",
                  "Feet",
                  "Hundredths-Inches",
                  "Inches",
                  "Kilometres",
                  "Metres",
                  "Micron",
                  "Miles",
                  "Millimetres",
                  "Mils",
                  "Nanometre",
                  "Picometre",
                  "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": [
                  "2.7"
                ],
                "type": "number",
                "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": [
                  "Centimetres, Millimetres"
                ],
                "type": "string",
                "enum": [
                  "angstrom",
                  "centimeters",
                  "decimeters",
                  "feet",
                  "hundredths_inches",
                  "inches",
                  "kilometers",
                  "meters",
                  "micrometer",
                  "miles",
                  "millimeters",
                  "mils",
                  "nanometer",
                  "picometer",
                  "yards"
                ],
                "enumNames": [
                  "Angstrom",
                  "Centimetres",
                  "Decimetres",
                  "Feet",
                  "Hundredths-Inches",
                  "Inches",
                  "Kilometres",
                  "Metres",
                  "Micron",
                  "Miles",
                  "Millimetres",
                  "Mils",
                  "Nanometre",
                  "Picometre",
                  "Yards"
                ]
              }
            },
            "additionalProperties": false
          },
          "marketplace_id": {
            "$ref": "#/$defs/marketplace_id"
          }
        },
        "additionalProperties": false
      }
    },
    "item_package_weight": {
      "title": "Package Weight",
      "description": "The weight in original package",
      "examples": [
        "14.89"
      ],
      "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": [
              "0.65"
            ],
            "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",
              "hundredths_pounds",
              "kilograms",
              "milligrams",
              "ounces",
              "pounds",
              "tons"
            ],
            "enumNames": [
              "Grams",
              "Hundredths Pounds",
              "Kilograms",
              "Milligrams",
              "Ounces",
              "Pounds",
              "Tons"
            ]
          },
          "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"
        ]
      }
    },
    {
      "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/STYLE/PART_NUMBER",
                        "MODEL",
                        "MODEL/STYLE_NAME/PART_NUMBER",
                        "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER",
                        "MODEL/SIZE_NAME",
                        "MODEL/STYLE_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "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_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "model_name"
        ]
      }
    },
    {
      "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": [
              "manufacturer"
            ]
          }
        },
        {
          "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": [
              "manufacturer"
            ]
          }
        }
      ]
    },
    {
      "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": [
          "connectivity_technology",
          "display",
          "external_product_information",
          "image_aspect_ratio",
          "included_components",
          "item_type_name",
          "model_year",
          "packer_contact_information",
          "refresh_rate",
          "rtip_manufacturer_contact_information",
          "total_hdmi_ports",
          "warranty_description"
        ],
        "properties": {
          "display": {
            "items": {
              "required": [
                "resolution_maximum",
                "technology"
              ]
            }
          }
        }
      }
    },
    {
      "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"
        ]
      }
    },
    {
      "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/STYLE/PART_NUMBER",
                        "STYLE_NAME/CONFIGURATION",
                        "COLOR_NAME/STYLE_NAME",
                        "PATTERN_NAME/STYLE_NAME",
                        "STYLE_NAME/PATTERN_NAME",
                        "STYLE_NAME/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME",
                        "RESOLUTION/STYLE_NAME",
                        "MODEL/STYLE_NAME/PART_NUMBER",
                        "NUMBER_OF_ITEMS/STYLE_NAME",
                        "STYLE_NAME/COLOR_NAME",
                        "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                        "STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
                        "DISPLAY_SIZE/STYLE_NAME",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
                        "STYLE",
                        "STYLE_NAME/UNIT_COUNT",
                        "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "STYLE_NAME",
                        "STYLE_NAME/PATTERN_NAME/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME",
                        "SIZE/STYLE",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                        "NUMBER_OF_ITEMS/STYLE",
                        "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                        "SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "STYLE/SIZE",
                        "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                        "MODEL/STYLE_NAME",
                        "STYLE_NAME/SIZE_NAME/CONFIGURATION",
                        "STYLE/UNIT_COUNT",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "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_TYPE/SIZE_NAME",
                        "SIZE_NAME/MATERIAL_TYPE"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "material"
        ]
      }
    },
    {
      "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": [
              "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": [
                            "NUMBER_OF_ITEMS/STYLE_NAME",
                            "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER",
                            "NUMBER_OF_ITEMS",
                            "NUMBER_OF_ITEMS/STYLE"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            ]
          },
          "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"
        ]
      }
    },
    {
      "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": [
              "display"
            ],
            "properties": {
              "display": {
                "items": {
                  "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": [
                            "DISPLAY_SIZE/STYLE_NAME",
                            "DISPLAY_SIZE"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            ]
          },
          "then": {
            "required": [
              "display"
            ],
            "properties": {
              "display": {
                "items": {
                  "required": [
                    "size"
                  ]
                }
              }
            }
          }
        }
      ]
    },
    {
      "if": {
        "anyOf": [
          {
            "allOf": [
              {
                "required": [
                  "display"
                ],
                "properties": {
                  "display": {
                    "items": {
                      "required": [
                        "technology"
                      ],
                      "properties": {
                        "technology": {
                          "items": {
                            "required": [
                              "value"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              {
                "not": {
                  "required": [
                    "parentage_level"
                  ],
                  "properties": {
                    "parentage_level": {
                      "items": {
                        "required": [
                          "value"
                        ]
                      }
                    }
                  }
                }
              }
            ]
          },
          {
            "allOf": [
              {
                "required": [
                  "display"
                ],
                "properties": {
                  "display": {
                    "items": {
                      "required": [
                        "technology"
                      ],
                      "properties": {
                        "technology": {
                          "items": {
                            "required": [
                              "value"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              {
                "not": {
                  "required": [
                    "parentage_level"
                  ],
                  "properties": {
                    "parentage_level": {
                      "contains": {
                        "required": [
                          "value"
                        ],
                        "properties": {
                          "value": {
                            "enum": [
                              "parent"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            ]
          }
        ]
      },
      "then": {
        "required": [
          "display"
        ],
        "properties": {
          "display": {
            "items": {
              "required": [
                "type"
              ]
            }
          }
        }
      }
    },
    {
      "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/STYLE_NAME",
                        "COLOR_NAME/PATTERN_NAME",
                        "PROCESSOR_DESCRIPTION/COMPUTER_MEMORY_SIZE/HARD_DISK_SIZE/SOFTWARE_INCLUDED/COLOR_NAME",
                        "STYLE_NAME/COLOR_NAME",
                        "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                        "SIZE/COLOR",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "COLOR_NAME",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                        "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                        "SIZE_NAME/COLOR_NAME",
                        "COLOR_NAME/SIZE_NAME",
                        "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                        "COLOR",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "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": [
                        "STYLE_NAME/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
                        "SIZE",
                        "SIZE_NAME/PATTERN_NAME/CONFIGURATION",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME",
                        "SIZE_NAME/CONFIGURATION",
                        "STYLE_NAME/SIZE_NAME/COLOR_NAME",
                        "PATTERN_NAME/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
                        "SIZE/COLOR",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "STYLE_NAME/PATTERN_NAME/SIZE_NAME",
                        "MATERIAL_TYPE/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME",
                        "MODEL/SIZE_NAME",
                        "SIZE/STYLE",
                        "SIZE_NAME",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME",
                        "SIZE_NAME/STYLE_NAME/COLOR_NAME",
                        "SIZE_NAME/COLOR_NAME",
                        "COLOR_NAME/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "STYLE/SIZE",
                        "STYLE_NAME/COLOR_NAME/SIZE_NAME",
                        "CONFIGURATION/SIZE_NAME",
                        "SIZE_NAME/MATERIAL_TYPE",
                        "STYLE_NAME/SIZE_NAME/CONFIGURATION",
                        "SIZE_NAME/PATTERN_NAME",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "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": [
                        "MODEL_NUMBER/STYLE/PART_NUMBER",
                        "MODEL/STYLE_NAME/PART_NUMBER",
                        "STYLE_NAME/MODEL/NUMBER_OF_ITEMS/PART_NUMBER"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "part_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": [
                        "STYLE_NAME/CONFIGURATION",
                        "SIZE_NAME/PATTERN_NAME/CONFIGURATION",
                        "SIZE_NAME/CONFIGURATION",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "SIZE_NAME/STYLE_NAME/CONFIGURATION",
                        "CONFIGURATION/SIZE_NAME",
                        "STYLE_NAME/SIZE_NAME/CONFIGURATION"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "configuration"
        ]
      }
    },
    {
      "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": [
                        "PROCESSOR_DESCRIPTION/COMPUTER_MEMORY_SIZE/HARD_DISK_SIZE/SOFTWARE_INCLUDED/COLOR_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "computer_memory",
          "hard_disk",
          "processor_description",
          "software_included"
        ],
        "properties": {
          "computer_memory": {
            "items": {
              "required": [
                "size"
              ]
            }
          },
          "hard_disk": {
            "items": {
              "required": [
                "size"
              ]
            }
          }
        }
      }
    },
    {
      "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": [
              "resolution"
            ]
          }
        },
        {
          "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": [
                            "RESOLUTION/STYLE_NAME"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            ]
          },
          "then": {
            "required": [
              "resolution"
            ]
          }
        }
      ]
    },
    {
      "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": [
                        "WATTAGE"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "wattage"
        ]
      }
    },
    {
      "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": [
                        "VOLTAGE"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "voltage"
        ]
      }
    },
    {
      "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": [
                        "MEMORY_STORAGE_CAPACITY"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "memory_storage_capacity"
        ]
      }
    },
    {
      "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_NAME/STYLE_NAME/CUSTOMER_PACKAGE_TYPE",
                        "STYLE_NAME/CUSTOMER_PACKAGE_TYPE"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "customer_package_type"
        ]
      }
    },
    {
      "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": [
                        "PATTERN_NAME",
                        "PATTERN_NAME/STYLE_NAME",
                        "STYLE_NAME/PATTERN_NAME",
                        "COLOR_NAME/PATTERN_NAME",
                        "SIZE_NAME/PATTERN_NAME/CONFIGURATION",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME",
                        "PATTERN_NAME/SIZE_NAME",
                        "SIZE_NAME/STYLE_NAME/PATTERN_NAME/CONFIGURATION",
                        "STYLE_NAME/PATTERN_NAME/SIZE_NAME",
                        "SIZE_NAME/PATTERN_NAME",
                        "COLOR_NAME/SIZE_NAME/STYLE_NAME/PATTERN_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "pattern"
        ]
      }
    },
    {
      "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": [
              "unit_count"
            ]
          }
        },
        {
          "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": [
                            "STYLE_NAME/UNIT_COUNT",
                            "STYLE/UNIT_COUNT"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            ]
          },
          "then": {
            "required": [
              "unit_count"
            ]
          }
        }
      ]
    },
    {
      "if": {
        "required": [
          "league_name"
        ],
        "properties": {
          "league_name": {
            "contains": {
              "required": [
                "value"
              ],
              "properties": {
                "value": {
                  "enum": [
                    "NASCAR",
                    "nascar",
                    "ناسكار"
                  ]
                }
              }
            }
          }
        }
      },
      "then": {
        "properties": {
          "team_name": {
            "items": {
              "properties": {
                "value": {
                  "enum": [
                    "A. J. Allmendinger",
                    "Alex Bowman",
                    "Aric Almirola",
                    "Austin Dillon",
                    "Bobby Labonte",
                    "Brad Keselowski",
                    "Carl Edwards",
                    "Casey Mears",
                    "Chase Elliott",
                    "Chris Buescher",
                    "Clint Bowyer",
                    "Dale Earnhardt",
                    "Dale Earnhardt Jr.",
                    "Daniel Suárez",
                    "Darrell Wallace Jr.",
                    "David Ragan",
                    "Denny Hamlin",
                    "Elliott Sadler",
                    "Erik Jones",
                    "Gray Gaulding",
                    "Greg Biffle",
                    "Jamie McMurray",
                    "Jeff Burton",
                    "Jeff Gordon",
                    "Jimmie Johnson",
                    "Joey Logano",
                    "Juan Pablo Montoya",
                    "Kasey Kahne",
                    "Kevin Harvick",
                    "Kurt Busch",
                    "Kyle Busch",
                    "Kyle Larson",
                    "Mark Martin",
                    "Martin Truex Jr.",
                    "Matt DiBenedetto",
                    "Matt Kenseth",
                    "Michael McDowell",
                    "Paul Menard",
                    "Richard Petty",
                    "Ricky Stenhouse Jr.",
                    "Ryan Blaney",
                    "Ryan Newman",
                    "Tony Stewart",
                    "Trevor Bayne",
                    "Ty Dillon",
                    "William Byron"
                  ]
                }
              }
            }
          }
        }
      },
      "else": {
        "if": {
          "required": [
            "league_name"
          ],
          "properties": {
            "league_name": {
              "contains": {
                "required": [
                  "value"
                ],
                "properties": {
                  "value": {
                    "enum": [
                      "eスポーツ",
                      "E-Sports (sport elettronici)",
                      "E-sport",
                      "E-Sports",
                      "ألعاب إلكترونية",
                      "E-Sport",
                      "e_sports",
                      "Deportes electrónicos"
                    ]
                  }
                }
              }
            }
          }
        },
        "then": {
          "properties": {
            "team_name": {
              "items": {
                "properties": {
                  "value": {
                    "enum": [
                      "E-Sports"
                    ]
                  }
                }
              }
            }
          }
        },
        "else": {
          "if": {
            "required": [
              "league_name"
            ],
            "properties": {
              "league_name": {
                "contains": {
                  "required": [
                    "value"
                  ],
                  "properties": {
                    "value": {
                      "enum": [
                        "Pro Wrestling League",
                        "Liga de lucha libre profesional",
                        "インド/プロレスリーグ",
                        "Liga Profissional de Luta Livre",
                        "pro_wrestling_league",
                        "Pro Wrestling Ligan",
                        "دوري المصارعة للمحترفين"
                      ]
                    }
                  }
                }
              }
            }
          },
          "then": {
            "properties": {
              "team_name": {
                "items": {
                  "properties": {
                    "value": {
                      "enum": [
                        "Delhi Sultans",
                        "Haryana Hammers",
                        "MP Yodha",
                        "Mumbai Maharathi",
                        "NCR Punjab Royals",
                        "UP Dangal"
                      ]
                    }
                  }
                }
              }
            }
          },
          "else": {
            "if": {
              "required": [
                "league_name"
              ],
              "properties": {
                "league_name": {
                  "contains": {
                    "required": [
                      "value"
                    ],
                    "properties": {
                      "value": {
                        "enum": [
                          "Formel 1",
                          "Formuła 1",
                          "formula_1",
                          "Fórmula 1",
                          "Formula 1",
                          "فورمولا 1",
                          "Formule 1",
                          "フォーミュラ1"
                        ]
                      }
                    }
                  }
                }
              }
            },
            "then": {
              "properties": {
                "team_name": {
                  "items": {
                    "properties": {
                      "value": {
                        "enum": [
                          "Alfa Romeo Racing",
                          "Alpine",
                          "Aston Martin",
                          "BWT Racing Point",
                          "Haas F1 Team",
                          "Mclaren",
                          "Mercedes-AMG Petronas",
                          "Red Bull Racing",
                          "Renault DP World",
                          "Scuderia AlphaTauri",
                          "Scuderia Ferrari",
                          "Williams Racing"
                        ]
                      }
                    }
                  }
                }
              }
            },
            "else": {
              "if": {
                "required": [
                  "league_name"
                ],
                "properties": {
                  "league_name": {
                    "contains": {
                      "required": [
                        "value"
                      ],
                      "properties": {
                        "value": {
                          "enum": [
                            "I-ligan",
                            "I-League",
                            "インド/Iリーグ",
                            "Liga I",
                            "i_league",
                            "الدوري الهندي للمحترفين"
                          ]
                        }
                      }
                    }
                  }
                }
              },
              "then": {
                "properties": {
                  "team_name": {
                    "items": {
                      "properties": {
                        "value": {
                          "enum": [
                            "Aizawl FC",
                            "Chennai City FC",
                            "Churchill Brothers FC Goa",
                            "Gokulam Kerala FC",
                            "Indian Arrows",
                            "Mohun Bagan",
                            "NEROCA FC",
                            "Punjab FC",
                            "Quess East Bengal",
                            "Real Kashmir FC",
                            "Tiddim Road Athletic Union"
                          ]
                        }
                      }
                    }
                  }
                }
              },
              "else": {
                "if": {
                  "required": [
                    "league_name"
                  ],
                  "properties": {
                    "league_name": {
                      "contains": {
                        "required": [
                          "value"
                        ],
                        "properties": {
                          "value": {
                            "enum": [
                              "Japanischer Baseball",
                              "Campionato di baseball giapponese",
                              "Baseball japonais",
                              "Béisbol japonés",
                              "日本/セ・パリーグ・高校野球",
                              "Japanese Baseball",
                              "Japans honkbal",
                              "japanese_baseball",
                              "Japansk baseboll",
                              "البيسبول الياباني",
                              "Japoński baseball",
                              "Beisebol japonês"
                            ]
                          }
                        }
                      }
                    }
                  }
                },
                "then": {
                  "properties": {
                    "team_name": {
                      "items": {
                        "properties": {
                          "value": {
                            "enum": [
                              "Chiba Lotte Marines",
                              "Chunichi Dragons",
                              "Fukuoka SoftBank Hawks",
                              "Hanshin Tigers",
                              "High School Baseball Team",
                              "Hiroshima Toyo Carp",
                              "Hokkaido Nippon-Ham Fighters",
                              "Orix Buffaloes",
                              "Saitama Seibu Lions",
                              "Tohoku Rakuten Golden Eagles",
                              "Tokyo Yakult Swallows",
                              "Yokohama DeNA BayStars",
                              "Yomiuri Giants"
                            ]
                          }
                        }
                      }
                    }
                  }
                },
                "else": {
                  "if": {
                    "required": [
                      "league_name"
                    ],
                    "properties": {
                      "league_name": {
                        "contains": {
                          "required": [
                            "value"
                          ],
                          "properties": {
                            "value": {
                              "enum": [
                                "イギリス/サッカー",
                                "English Football",
                                "Engels voetbal",
                                "Football britannique",
                                "كرة القدم الإنجليزية",
                                "Angielska piłka nożna",
                                "english_football",
                                "English Soccer",
                                "British Football",
                                "Calcio inglese",
                                "Futebol inglês",
                                "Engelsk fotboll",
                                "Englischer Fußball",
                                "Fútbol inglés"
                              ]
                            }
                          }
                        }
                      }
                    }
                  },
                  "then": {
                    "properties": {
                      "team_name": {
                        "items": {
                          "properties": {
                            "value": {
                              "enum": [
                                "AFC Bournemouth",
                                "Arsenal",
                                "Aston Villa",
                                "Birmingham City",
                                "Blackburn Rovers",
                                "Bolton Wanderers",
                                "Brentford",
                                "Brighton & Hove Albion",
                                "Bristol City",
                                "Burnley",
                                "Cardiff City",
                                "Charlton Athletic",
                                "Chelsea",
                                "Coventry City",
                                "Crystal Palace",
                                "Derby County",
                                "Everton",
                                "Fulham",
                                "Huddersfield Town",
                                "Hull City",
                                "Ipswich Town",
                                "Leeds United",
                                "Leicester City",
                                "Liverpool",
                                "Luton Town",
                                "Manchester City",
                                "Manchester United",
                                "Middlesbrough",
                                "Millwall",
                                "Newcastle United",
                                "Norwich City",
                                "Nottingham Forest",
                                "Plymouth Argyle",
                                "Preston North End",
                                "QPR",
                                "Reading",
                                "Rotherham United",
                                "Sheffield United",
                                "Sheffield Wednesday",
                                "Southampton",
                                "Stoke City",
                                "Sunderland",
                                "Swansea City",
                                "Tottenham Hotspur",
                                "Watford",
                                "West Bromwich Albion",
                                "West Ham United",
                                "Wigan",
                                "Wolverhampton Wanderers"
                              ]
                            }
                          }
                        }
                      }
                    }
                  },
                  "else": {
                    "if": {
                      "required": [
                        "league_name"
                      ],
                      "properties": {
                        "league_name": {
                          "contains": {
                            "required": [
                              "value"
                            ],
                            "properties": {
                              "value": {
                                "enum": [
                                  "الاتحاد الدولي للمصارعة",
                                  "WUSA",
                                  "wusa"
                                ]
                              }
                            }
                          }
                        }
                      }
                    },
                    "then": {
                      "properties": {
                        "team_name": {
                          "items": {
                            "properties": {
                              "value": {
                                "enum": [
                                  "WUSA"
                                ]
                              }
                            }
                          }
                        }
                      }
                    },
                    "else": {
                      "if": {
                        "required": [
                          "league_name"
                        ],
                        "properties": {
                          "league_name": {
                            "contains": {
                              "required": [
                                "value"
                              ],
                              "properties": {
                                "value": {
                                  "enum": [
                                    "Première Ligue canadienne",
                                    "Kanadensisk premiärliga",
                                    "Canadian Premier League",
                                    "Liga Premier Canadense",
                                    "canadian_premier_league",
                                    "Premiere League canadiense",
                                    "Liga Premier canadiense",
                                    "Premier League Kanada",
                                    "Canadian Premiere League",
                                    "الدوري الكندي الممتاز",
                                    "カナダ/プレミアリーグ",
                                    "Kanadyjska Premiere League"
                                  ]
                                }
                              }
                            }
                          }
                        }
                      },
                      "then": {
                        "properties": {
                          "team_name": {
                            "items": {
                              "properties": {
                                "value": {
                                  "enum": [
                                    "Atlético Ottawa",
                                    "Cavalry FC",
                                    "FC Edmonton",
                                    "Forge FC",
                                    "HFX Wanderers FC",
                                    "Pacific FC",
                                    "Valour FC",
                                    "Vancouver FC",
                                    "York United FC"
                                  ]
                                }
                              }
                            }
                          }
                        }
                      },
                      "else": {
                        "if": {
                          "required": [
                            "league_name"
                          ],
                          "properties": {
                            "league_name": {
                              "contains": {
                                "required": [
                                  "value"
                                ],
                                "properties": {
                                  "value": {
                                    "enum": [
                                      "Fútbol español",
                                      "Spanish Football",
                                      "كرة القدم الاسبانية",
                                      "Calcio spagnolo",
                                      "Futebol espanhol",
                                      "Football espagnol",
                                      "spanish_football",
                                      "Hiszpańska piłka nożna",
                                      "Spanish Soccer",
                                      "Spanischer Fußball",
                                      "Spaans voetbal",
                                      "Spansk fotboll",
                                      "スペイン/サッカー"
                                    ]
                                  }
                                }
                              }
                            }
                          }
                        },
                        "then": {
                          "properties": {
                            "team_name": {
                              "items": {
                                "properties": {
                                  "value": {
                                    "enum": [
                                      "AD Alcorcón",
                                      "Alaves",
                                      "Albacete BP",
                                      "Athletic Bilbao",
                                      "Atletico Madrid",
                                      "Barcelona",
                                      "Betis Sevilla",
                                      "CD Lugo",
                                      "CD Mirandés",
                                      "CD Numancia",
                                      "CD Tenerife",
                                      "Celta Vigo",
                                      "CF Fuenlabrada",
                                      "Cádiz CF",
                                      "Deportivo La Coruna",
                                      "Elche CF",
                                      "Espanyol",
                                      "Extremadura UD",
                                      "FC Sevilla",
                                      "Getafe CF",
                                      "Getafe FC",
                                      "Girona FC",
                                      "Granada CF",
                                      "Leganés",
                                      "Levante UD",
                                      "Malaga",
                                      "Mallorca",
                                      "Osasuna",
                                      "Racing Santander",
                                      "Rayo Vallecano",
                                      "Real Madrid",
                                      "Real Oviedo",
                                      "Real Sociedad",
                                      "Real Zaragoza",
                                      "Recreativo Huelva",
                                      "SD Eibar",
                                      "SD Huesca",
                                      "SD Ponferradina",
                                      "Sporting Gijón",
                                      "UD Almería",
                                      "UD Las Palmas",
                                      "Valencia",
                                      "Valladolid",
                                      "Villareal"
                                    ]
                                  }
                                }
                              }
                            }
                          }
                        },
                        "else": {
                          "if": {
                            "required": [
                              "league_name"
                            ],
                            "properties": {
                              "league_name": {
                                "contains": {
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "enum": [
                                        "Canadian Football League",
                                        "Liga Canadense de Futebol",
                                        "Kanadyjska Liga Piłkarska",
                                        "canadian_football_league",
                                        "Ligue canadienne de football",
                                        "Kanadensisk fotbollsliga",
                                        "الدوري الكندي لكرة القدم",
                                        "Kanadische Fußballliga",
                                        "カナディアン・フットボール・リーグ",
                                        "Liga de fútbol canadiense"
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "then": {
                            "properties": {
                              "team_name": {
                                "items": {
                                  "properties": {
                                    "value": {
                                      "enum": [
                                        "BC Lions",
                                        "Calgary Stampeders",
                                        "Edmonton Football Team",
                                        "Hamilton Tiger-Cats",
                                        "Montreal Alouettes",
                                        "Ottawa Redblacks",
                                        "Saskatchewan Roughriders",
                                        "Toronto Argonauts",
                                        "Winnipeg Blue Bombers"
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "else": {
                            "if": {
                              "required": [
                                "league_name"
                              ],
                              "properties": {
                                "league_name": {
                                  "contains": {
                                    "required": [
                                      "value"
                                    ],
                                    "properties": {
                                      "value": {
                                        "enum": [
                                          "دوري كرة السلة الأميركي للمحترفين",
                                          "nba",
                                          "NBA"
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "then": {
                              "properties": {
                                "team_name": {
                                  "items": {
                                    "properties": {
                                      "value": {
                                        "enum": [
                                          "Atlanta Hawks",
                                          "Boston Celtics",
                                          "Brooklyn Nets",
                                          "Buffalo Braves",
                                          "Charlotte Hornets",
                                          "Chicago Bulls",
                                          "Chicago Stags",
                                          "Chicago Zephyrs",
                                          "Cleveland Cavaliers",
                                          "Dallas Mavericks",
                                          "Denver Nuggets",
                                          "Detroit Pistons",
                                          "Fort Wayne Pistons",
                                          "Golden State Warriors",
                                          "Houston Rockets",
                                          "Indiana Pacers",
                                          "Kansas City Kings",
                                          "Los Angeles Clippers",
                                          "Los Angeles Lakers",
                                          "Memphis Grizzlies",
                                          "Miami Heat",
                                          "Milwaukee Bucks",
                                          "Milwaukee Hawks",
                                          "Minnesota Timberwolves",
                                          "New Jersey Nets",
                                          "New Orleans Pelicans",
                                          "New York Knicks",
                                          "Oklahoma City Thunder",
                                          "Orlando Magic",
                                          "Philadelphia 76ers",
                                          "Phoenix Suns",
                                          "Portland Trail Blazers",
                                          "Rochester Royals",
                                          "Sacramento Kings",
                                          "San Antonio Spurs",
                                          "San Diego Clippers",
                                          "San Diego Rockets",
                                          "San Francisco Warriors",
                                          "Seattle SuperSonics",
                                          "St. Louis Bombers",
                                          "St. Louis Hawks",
                                          "Syracuse Nationals",
                                          "Toronto Raptors",
                                          "Utah Jazz",
                                          "Washington Wizards"
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "else": {
                              "if": {
                                "required": [
                                  "league_name"
                                ],
                                "properties": {
                                  "league_name": {
                                    "contains": {
                                      "required": [
                                        "value"
                                      ],
                                      "properties": {
                                        "value": {
                                          "enum": [
                                            "Minor League Honkbal",
                                            "minor_league_baseball",
                                            "Béisbol de ligas menores",
                                            "Minor League Baseball",
                                            "Liga Menor de Beisebol",
                                            "Ligue mineure de baseball",
                                            "アメリカ/マイナーリーグ",
                                            "دوري البيسبول المصغر"
                                          ]
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "then": {
                                "properties": {
                                  "team_name": {
                                    "items": {
                                      "properties": {
                                        "value": {
                                          "enum": [
                                            "Aberdeen IronBirds",
                                            "Akron Aeros",
                                            "Albuquerque Isotopes",
                                            "Altoona Curve",
                                            "Arkansas Travelers",
                                            "Asheville Tourists",
                                            "Auburn Doubledays",
                                            "Augusta GreenJackets",
                                            "Bakersfield Blaze",
                                            "Batavia Muckdogs",
                                            "Beloit Snappers",
                                            "Billings Mustangs",
                                            "Binghamton Mets",
                                            "Birmingham Barons",
                                            "Bluefield Orioles",
                                            "Boise Hawks",
                                            "Bowie Baysox",
                                            "Bowling Green Hot Rods",
                                            "Bradenton Marauders",
                                            "Brevard County Manatees",
                                            "Bristol White Sox",
                                            "Brooklyn Cyclones",
                                            "Buffalo Bisons",
                                            "Burlington Bees",
                                            "Burlington Royals",
                                            "Carolina Mudcats",
                                            "Casper Ghosts",
                                            "Cedar Rapids Kernels",
                                            "Charleston RiverDogs",
                                            "Charlotte Knights",
                                            "Charlotte Stone Crabs",
                                            "Chattanooga Lookouts",
                                            "Clearwater Threshers",
                                            "Clinton LumberKings",
                                            "Colorado Springs Sky Sox",
                                            "Columbus Clippers",
                                            "Connecticut Tigers",
                                            "Corpus Christi Hooks",
                                            "Danville Braves",
                                            "Dayton Dragons",
                                            "Daytona Cubs",
                                            "Delmarva Shorebirds",
                                            "Dunedin Blue Jays",
                                            "Durham Bulls",
                                            "Elizabethton Twins",
                                            "Erie SeaWolves",
                                            "Eugene Emeralds",
                                            "Everett AquaSox",
                                            "Fort Myers Miracle",
                                            "Fort Wayne TinCaps",
                                            "Frederick Keys",
                                            "Fresno Grizzlies",
                                            "Frisco RoughRiders",
                                            "Great Falls Voyagers",
                                            "Great Lakes Loons",
                                            "Greeneville Astros",
                                            "Greensboro Grasshoppers",
                                            "Greenville Drive",
                                            "Gwinnett Braves",
                                            "Hagerstown Suns",
                                            "Harrisburg Senators",
                                            "Helena Brewers",
                                            "Hickory Crawdads",
                                            "High Desert Mavericks",
                                            "Hudson Valley Renegades",
                                            "Huntsville Stars",
                                            "Idaho Falls Chukars",
                                            "Indianapolis Indians",
                                            "Inland Empire 66ers",
                                            "Iowa Cubs",
                                            "Jacksonville Suns",
                                            "Jamestown Jammers",
                                            "Johnson City Cardinals",
                                            "Jupiter Hammerheads",
                                            "Kane County Cougars",
                                            "Kannapolis Intimidators",
                                            "Kingsport Mets",
                                            "Kinston Indians",
                                            "Lake County Captains",
                                            "Lake Elsinore Storm",
                                            "Lakeland Flying Tigers",
                                            "Lakewood BlueClaws",
                                            "Lancaster JetHawks",
                                            "Lansing Lugnuts",
                                            "Las Vegas 51s",
                                            "Lehigh Valley IronPigs",
                                            "Lexington Legends",
                                            "Louisville Bats",
                                            "Lowell Spinners",
                                            "Lynchburg Hillcats",
                                            "Mahoning Valley Scrappers",
                                            "Memphis Redbirds",
                                            "Midland RockHounds",
                                            "Mississippi Braves",
                                            "Missoula Osprey",
                                            "Mobile BayBears",
                                            "Modesto Nuts",
                                            "Montgomery Biscuits",
                                            "Myrtle Beach Pelicans",
                                            "Nashville Sounds",
                                            "New Britain Rock Cats",
                                            "New Hampshire Fisher Cats",
                                            "New Orleans Zephyrs",
                                            "Norfolk Tides",
                                            "Northwest Arkansas Naturals",
                                            "Ogden Raptors",
                                            "Oklahoma City RedHawks",
                                            "Omaha Royals",
                                            "Orem Owlz",
                                            "Palm Beach Cardinals",
                                            "Pawtucket Red Sox",
                                            "Peoria Chiefs",
                                            "Portland Beavers",
                                            "Portland Sea Dogs",
                                            "Potomac Nationals",
                                            "Princeton Rays",
                                            "Pulaski Mariners",
                                            "Quad Cities River Bandits",
                                            "Rancho Cucamonga Quakes",
                                            "Reading Phillies",
                                            "Reno Aces",
                                            "Richmond Flying Squirrels",
                                            "Rochester Red Wings",
                                            "Rome Braves",
                                            "Round Rock Express",
                                            "Sacramento River Cats",
                                            "Salem Red Sox",
                                            "Salem-Keizer Volcanoes",
                                            "Salt Lake Bees",
                                            "San Antonio Missions",
                                            "San Jose Giants",
                                            "Savannah Sand Gnats",
                                            "Scranton/Wilkes-Barre Yankees",
                                            "South Bend Silver Hawks",
                                            "Spokane Indians",
                                            "Springfield Cardinals",
                                            "St. Lucie Mets",
                                            "State College Spikes",
                                            "Staten Island Yankees",
                                            "Stockton Ports",
                                            "Syracuse Chiefs",
                                            "Tacoma Rainiers",
                                            "Tampa Yankees",
                                            "Tennessee Smokies",
                                            "Toledo Mud Hens",
                                            "Trenton Thunder",
                                            "Tri-City Dust Devils",
                                            "Tri-City ValleyCats",
                                            "Tulsa Drillers",
                                            "Vancouver Canadians",
                                            "Vermont Lake Monsters",
                                            "Visalia Rawhide",
                                            "Washington Nationals",
                                            "West Michigan Whitecaps",
                                            "West Tenn Diamond Jaxx",
                                            "West Virginia Power",
                                            "Williamsport Crosscutters",
                                            "Wilmington Blue Rocks",
                                            "Winston-Salem Dash",
                                            "Wisconsin Timber Rattlers",
                                            "Yakima Bears"
                                          ]
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "else": {
                                "if": {
                                  "required": [
                                    "league_name"
                                  ],
                                  "properties": {
                                    "league_name": {
                                      "contains": {
                                        "required": [
                                          "value"
                                        ],
                                        "properties": {
                                          "value": {
                                            "enum": [
                                              "دوري الهوكي الوطني",
                                              "nhl",
                                              "NHL",
                                              "Ligue nationale de hockey"
                                            ]
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "then": {
                                  "properties": {
                                    "team_name": {
                                      "items": {
                                        "properties": {
                                          "value": {
                                            "enum": [
                                              "Anaheim Ducks",
                                              "Arizona Coyotes",
                                              "Atlanta Flames",
                                              "Atlanta Thrashers",
                                              "Boston Bruins",
                                              "Buffalo Sabres",
                                              "Calgary Flames",
                                              "California Seals",
                                              "Carolina Hurricanes",
                                              "Chicago Blackhawks",
                                              "Cleveland Barons",
                                              "Colorado Avalanche",
                                              "Columbus Blue Jackets",
                                              "Dallas Stars",
                                              "Detroit Cougars",
                                              "Detroit Falcons",
                                              "Detroit Red Wings",
                                              "Edmonton Oilers",
                                              "Florida Panthers",
                                              "Hamilton Tigers",
                                              "Hartford Whalers",
                                              "Kansas City Scouts",
                                              "Los Angeles Kings",
                                              "Minnesota North Stars",
                                              "Minnesota Wild",
                                              "Montreal Canadiens",
                                              "Montreal Maroons",
                                              "Montreal Wanderers",
                                              "Nashville Predators",
                                              "New Jersey Devils",
                                              "New York Americans",
                                              "New York Islanders",
                                              "New York Rangers",
                                              "Ottawa Senators",
                                              "Philadelphia Flyers",
                                              "Philadelphia Quakers",
                                              "Pittsburgh Penguins",
                                              "San Jose Sharks",
                                              "Seattle Kraken",
                                              "St. Louis Blues",
                                              "St. Louis Eagles",
                                              "Tampa Bay Lightning",
                                              "Toronto Arenas",
                                              "Toronto Maple Leafs",
                                              "Toronto St. Pats",
                                              "Utah Mammoth",
                                              "Vancouver Canucks",
                                              "Vegas Golden Knights",
                                              "Washington Capitals",
                                              "Winnipeg Jets"
                                            ]
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "else": {
                                  "if": {
                                    "required": [
                                      "league_name"
                                    ],
                                    "properties": {
                                      "league_name": {
                                        "contains": {
                                          "required": [
                                            "value"
                                          ],
                                          "properties": {
                                            "value": {
                                              "enum": [
                                                "European Basketball",
                                                "Europees basketbal",
                                                "كرة السلة الأوروبية",
                                                "european_basketball",
                                                "Baloncesto europeo",
                                                "Europeisk basket",
                                                "Lega europea di pallacanestro",
                                                "バスケットボール ユーロリーグ",
                                                "Basquete europeu",
                                                "Europejska koszykówka",
                                                "Basketball européen",
                                                "Europäischer Basketball"
                                              ]
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "then": {
                                    "properties": {
                                      "team_name": {
                                        "items": {
                                          "properties": {
                                            "value": {
                                              "enum": [
                                                "ALBA Berlin Basketball",
                                                "Anadolu Efes Istanbul Basketball",
                                                "AX Armani Exchange Milan Basketball",
                                                "Barcelona Basketball",
                                                "Bayern Munich Basketball",
                                                "Crvena Zvezda mts Belgrade Basketball",
                                                "CSKA Moscow Basketball",
                                                "Fenerbahce Beko Istanbul",
                                                "Khimki Moscow Region Basketball",
                                                "KIROLBET Baskonia Vitoria-Gasteiz Basketball",
                                                "LDLC ASVEL Villeurbanne",
                                                "Maccabi FOX Tel Aviv Basketball",
                                                "Olympiacos Basketball",
                                                "Panathinaikos Basketball",
                                                "Real Madrid Basketball",
                                                "Valencia Basketball",
                                                "Zalgiris Kaunas Basketball",
                                                "Zenit St Petersburg Basketball"
                                              ]
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "else": {
                                    "if": {
                                      "required": [
                                        "league_name"
                                      ],
                                      "properties": {
                                        "league_name": {
                                          "contains": {
                                            "required": [
                                              "value"
                                            ],
                                            "properties": {
                                              "value": {
                                                "enum": [
                                                  "Liga Premier de Badminton",
                                                  "インド/バドミントンリーグ",
                                                  "Premier Badminton League",
                                                  "premier_badminton_league",
                                                  "Liga Premier de Bádminton",
                                                  "Premier Badminton Ligan",
                                                  "الدوري الممتاز لكرة الريشة"
                                                ]
                                              }
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "then": {
                                      "properties": {
                                        "team_name": {
                                          "items": {
                                            "properties": {
                                              "value": {
                                                "enum": [
                                                  "Awadhe Warriors",
                                                  "Bengaluru Raptors",
                                                  "Chennai Superstarz",
                                                  "Hyderabad Hunters",
                                                  "Mumbai Rockets",
                                                  "North Eastern Warriors",
                                                  "Pune 7 Aces"
                                                ]
                                              }
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "else": {
                                      "if": {
                                        "required": [
                                          "league_name"
                                        ],
                                        "properties": {
                                          "league_name": {
                                            "contains": {
                                              "required": [
                                                "value"
                                              ],
                                              "properties": {
                                                "value": {
                                                  "enum": [
                                                    "Otros equipos de fútbol",
                                                    "Other Soccer Leagues",
                                                    "other_football_leagues",
                                                    "サッカーリーグ/その他",
                                                    "Otras ligas de fútbol",
                                                    "Inne ligi piłkarskie",
                                                    "Andere voetbalcompetities",
                                                    "Autres équipes de football",
                                                    "Mehr Fußballmannschaften",
                                                    "More Football Leagues",
                                                    "Outras ligas de futebol",
                                                    "بطولات كرة القدم الأخرى",
                                                    "Altre squadre di calcio",
                                                    "Andra fotbollsligor"
                                                  ]
                                                }
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "then": {
                                        "properties": {
                                          "team_name": {
                                            "items": {
                                              "properties": {
                                                "value": {
                                                  "enum": [
                                                    "Arsenal de Sarandí",
                                                    "AS Roma",
                                                    "Boca Juniors",
                                                    "CA River Plate",
                                                    "Club Atlético River Plate",
                                                    "FC Arsenal Tula",
                                                    "FC Basel",
                                                    "FC Startak Moscow",
                                                    "Galatasaray SK",
                                                    "Sao Paulo FC",
                                                    "Sport Club Corinthians Paulista"
                                                  ]
                                                }
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "else": {
                                        "if": {
                                          "required": [
                                            "league_name"
                                          ],
                                          "properties": {
                                            "league_name": {
                                              "contains": {
                                                "required": [
                                                  "value"
                                                ],
                                                "properties": {
                                                  "value": {
                                                    "enum": [
                                                      "ポルトガル/サッカー",
                                                      "Portuguese Football",
                                                      "Futebol português",
                                                      "Fútbol portugués",
                                                      "Football portugais",
                                                      "Portugees voetbal",
                                                      "Portugiesischer Fußball",
                                                      "portuguese_football",
                                                      "Portugisisk fotboll",
                                                      "Portuguese Soccer",
                                                      "Portugalska piłka nożna",
                                                      "كرة القدم البرتغالية",
                                                      "Campionato di calcio portoghese"
                                                    ]
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "then": {
                                          "properties": {
                                            "team_name": {
                                              "items": {
                                                "properties": {
                                                  "value": {
                                                    "enum": [
                                                      "Belenenses",
                                                      "Benfica",
                                                      "Boavista",
                                                      "Casa Pia AC",
                                                      "CD Santa Clara",
                                                      "CF Estrela",
                                                      "Chaves",
                                                      "Desportivo das Aves",
                                                      "Estoril",
                                                      "Famalicão",
                                                      "Farense",
                                                      "FC Arouca",
                                                      "Gil Vicente",
                                                      "Marítimo",
                                                      "Moreirense",
                                                      "Paços de Ferreira",
                                                      "Portimonense SC",
                                                      "Porto",
                                                      "Rio Ave",
                                                      "Sporting",
                                                      "Sporting de Braga",
                                                      "Tondela",
                                                      "Vitória Guimarães",
                                                      "Vitória Setúbal"
                                                    ]
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "else": {
                                          "if": {
                                            "required": [
                                              "league_name"
                                            ],
                                            "properties": {
                                              "league_name": {
                                                "contains": {
                                                  "required": [
                                                    "value"
                                                  ],
                                                  "properties": {
                                                    "value": {
                                                      "enum": [
                                                        "الدوري الأمريكي لكرة القدم",
                                                        "mls",
                                                        "MLS"
                                                      ]
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          },
                                          "then": {
                                            "properties": {
                                              "team_name": {
                                                "items": {
                                                  "properties": {
                                                    "value": {
                                                      "enum": [
                                                        "Atlanta United FC",
                                                        "Austin FC",
                                                        "C.D. Chivas USA",
                                                        "Chicago Fire",
                                                        "Colorado Rapids",
                                                        "Columbus Crew",
                                                        "D.C. United",
                                                        "FC Cincinnati",
                                                        "FC Dallas",
                                                        "Houston Dynamo",
                                                        "Inter Miami CF",
                                                        "Los Angeles FC",
                                                        "Los Angeles Galaxy",
                                                        "Minnesota United FC",
                                                        "Montreal Impact",
                                                        "Nashville SC",
                                                        "New England Revolution",
                                                        "New York City FC",
                                                        "New York Red Bulls",
                                                        "Orlando City SC",
                                                        "Philadelphia Union",
                                                        "Portland Timbers",
                                                        "Real Salt Lake",
                                                        "San Jose Earthquakes",
                                                        "Seattle Sounders FC",
                                                        "Sporting Kansas City",
                                                        "St. Louis City",
                                                        "Toronto FC",
                                                        "Vancouver Whitecaps"
                                                      ]
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          },
                                          "else": {
                                            "if": {
                                              "required": [
                                                "league_name"
                                              ],
                                              "properties": {
                                                "league_name": {
                                                  "contains": {
                                                    "required": [
                                                      "value"
                                                    ],
                                                    "properties": {
                                                      "value": {
                                                        "enum": [
                                                          "ncaa",
                                                          "دوري الجامعات الأمريكية لكرة السلة",
                                                          "NCAA"
                                                        ]
                                                      }
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "then": {
                                              "properties": {
                                                "team_name": {
                                                  "items": {
                                                    "properties": {
                                                      "value": {
                                                        "enum": [
                                                          "Abilene Christian Wildcats",
                                                          "Air Force Falcons",
                                                          "Akron Zips",
                                                          "Alabama A&M Bulldogs",
                                                          "Alabama Birmingham Blazers",
                                                          "Alabama Crimson Tide",
                                                          "Alabama State Hornets",
                                                          "Albany Great Danes",
                                                          "Alcorn State Braves",
                                                          "American University Eagles",
                                                          "Appalachian State Mountaineers",
                                                          "Arizona State Sun Devils",
                                                          "Arizona Wildcats",
                                                          "Arkansas Little Rock Trojans",
                                                          "Arkansas Razorbacks",
                                                          "Arkansas State Indians",
                                                          "Arkansas State Red Wolves",
                                                          "Arkansas-Pine Bluff Golden Lions",
                                                          "Army Black Knights",
                                                          "Auburn Tigers",
                                                          "Austin Peay Governors",
                                                          "Ball State Cardinals",
                                                          "Bates Bobcats",
                                                          "Baylor Bears",
                                                          "Belmont Bruins",
                                                          "Bethune Cookman Wildcats",
                                                          "Binghamton Bearcats",
                                                          "Boise State Broncos",
                                                          "Boston College Eagles",
                                                          "Boston University Terriers",
                                                          "Bowling Green Falcons",
                                                          "Bradley Braves",
                                                          "Brown Bears",
                                                          "Bryant Bulldogs",
                                                          "Bucknell Bison",
                                                          "Buffalo Bulls",
                                                          "Butler Bulldogs",
                                                          "BYU Cougars",
                                                          "Cal Irvine Anteaters",
                                                          "Cal Poly Mustangs",
                                                          "Cal Riverside Highlanders",
                                                          "Cal Santa Barbara Gauchos",
                                                          "Cal State Bakersfield Roadrunners",
                                                          "Cal State Fullerton Titans",
                                                          "Cal State Northridge Matadors",
                                                          "Cal State Sacramento Hornets",
                                                          "California Baptist Lancers",
                                                          "California Golden Bears",
                                                          "Campbell Fighting Camels",
                                                          "Canisius Golden Griffins",
                                                          "Centenary Gentlemen",
                                                          "Central Arkansas Bears",
                                                          "Central Connecticut Blue Devils",
                                                          "Central Connecticut State Blue Devils",
                                                          "Central Florida Golden Knights",
                                                          "Central Michigan Chippewas",
                                                          "Charleston Cougars",
                                                          "Charleston Southern Buccaneers",
                                                          "Charlotte 49ers",
                                                          "Chicago State Cougars",
                                                          "Cincinnati Bearcats",
                                                          "Citadel Bulldogs",
                                                          "Clemson Tigers",
                                                          "Cleveland State Vikings",
                                                          "Coastal Carolina Chanticleers",
                                                          "Colgate Raiders",
                                                          "Colorado Buffaloes",
                                                          "Colorado College Tigers",
                                                          "Colorado State Rams",
                                                          "Columbia Lions",
                                                          "Connecticut Huskies",
                                                          "Coppin State Eagles",
                                                          "Cornell Big Red",
                                                          "Creighton Bluejays",
                                                          "Dallas Baptist Patriots",
                                                          "Dartmouth Big Green",
                                                          "Davidson Wildcats",
                                                          "Dayton Flyers",
                                                          "Delaware Fightin' Blue Hens",
                                                          "Delaware State Hornets",
                                                          "Denver Pioneers",
                                                          "DePaul Blue Demons",
                                                          "Detroit Titans",
                                                          "Drake Bulldogs",
                                                          "Drexel Dragons",
                                                          "Duke Blue Devils",
                                                          "Duquesne Dukes",
                                                          "East Carolina Pirates",
                                                          "East Tennessee State Buccaneers",
                                                          "Eastern Illinois Panthers",
                                                          "Eastern Kentucky Colonels",
                                                          "Eastern Michigan Eagles",
                                                          "Eastern Washington Eagles",
                                                          "Elon Phoenix",
                                                          "Evansville Purple Aces",
                                                          "Fairfield Stags",
                                                          "Fairleigh Dickinson Devils",
                                                          "Fairleigh Dickinson Knights",
                                                          "FIU Panthers",
                                                          "Florida A&M Rattlers",
                                                          "Florida Atlantic Owls",
                                                          "Florida Gators",
                                                          "Florida Gulf Coast Eagles",
                                                          "Florida International Golden Panthers",
                                                          "Florida State Seminoles",
                                                          "Fordham Rams",
                                                          "Fort Wayne Mastodons",
                                                          "Fresno State Bulldogs",
                                                          "Furman Paladins",
                                                          "Gardner-Webb Runnin' Bulldogs",
                                                          "George Mason Patriots",
                                                          "George Washington Colonials",
                                                          "Georgetown Hoyas",
                                                          "Georgia Bulldogs",
                                                          "Georgia Southern Eagles",
                                                          "Georgia State Panthers",
                                                          "Georgia Tech Yellow Jackets",
                                                          "Gonzaga Bulldogs",
                                                          "Grambling Tigers",
                                                          "Grand Canyon Antelopes",
                                                          "Hampton Pirates",
                                                          "Hartford Hawks",
                                                          "Harvard Crimson",
                                                          "Hawaii Rainbow Warriors",
                                                          "High Point Panthers",
                                                          "Hofstra Flying Dutchmen",
                                                          "Hofstra Pride",
                                                          "Holy Cross Crusaders",
                                                          "Houston Baptist Huskies",
                                                          "Houston Cougars",
                                                          "Howard Bison",
                                                          "Idaho State Bengals",
                                                          "Idaho Vandals",
                                                          "Illinois Chicago Flames",
                                                          "Illinois Illini",
                                                          "Illinois State Redbirds",
                                                          "Incarnate Word Cardinals",
                                                          "Indiana Hoosiers",
                                                          "Indiana State Sycamores",
                                                          "Iona Gaels",
                                                          "Iowa Hawkeyes",
                                                          "Iowa State Cyclones",
                                                          "IPFW Mastodons",
                                                          "IUPUI Jaguars",
                                                          "Jackson State Tigers",
                                                          "Jacksonville Dolphins",
                                                          "Jacksonville State Gamecocks",
                                                          "James Madison Dukes",
                                                          "Kansas Jayhawks",
                                                          "Kansas State Wildcats",
                                                          "Kennesaw State Owls",
                                                          "Kent State Golden Flashes",
                                                          "Kentucky Wildcats",
                                                          "La Salle Explorers",
                                                          "Lafayette Leopards",
                                                          "Lamar Cardinals",
                                                          "Lehigh Mountain Hawks",
                                                          "Liberty Flames",
                                                          "Lipscomb Bisons",
                                                          "Long Beach State 49ers",
                                                          "Long Beach State Sharks",
                                                          "Long Island Blackbirds",
                                                          "Longwood Lancers",
                                                          "Louisiana Lafayette Ragin' Cajuns",
                                                          "Louisiana Monroe Indians",
                                                          "Louisiana Tech Bulldogs",
                                                          "Louisiana-Monroe Warhawks",
                                                          "Louisville Cardinals",
                                                          "Loyola Chicago Ramblers",
                                                          "Loyola Maryland Greyhounds",
                                                          "Loyola Marymount Lions",
                                                          "LSU Tigers",
                                                          "Maine Black Bears",
                                                          "Manhattan Jaspers",
                                                          "Marist Red Foxes",
                                                          "Marquette Golden Eagles",
                                                          "Marshall Thundering Herd",
                                                          "Maryland Baltimore County Retrievers",
                                                          "Maryland Eastern Shore Fighting Hawks",
                                                          "Maryland Terrapins",
                                                          "Massachusetts Minutemen",
                                                          "McNeese State Cowboys",
                                                          "Memphis Tigers",
                                                          "Mercer Bears",
                                                          "Miami (Ohio) Redhawks",
                                                          "Miami Hurricanes",
                                                          "Michigan State Spartans",
                                                          "Michigan Wolverines",
                                                          "Middle Tennessee State Blue Raiders",
                                                          "Minnesota Golden Gophers",
                                                          "Mississippi Old Miss Rebels",
                                                          "Mississippi State Bulldogs",
                                                          "Mississippi Valley State Delta Devils",
                                                          "Missouri Kansas City Kangaroos",
                                                          "Missouri Tigers",
                                                          "Monmouth Hawks",
                                                          "Montana Grizzlies",
                                                          "Montana State Bobcats",
                                                          "Morehead State Eagles",
                                                          "Morgan State Bears",
                                                          "Mount St. Mary's Mountaineers",
                                                          "Murray State Racers",
                                                          "Navy Midshipmen",
                                                          "Nebraska Cornhuskers",
                                                          "Nevada Wolf Pack",
                                                          "New Hampshire Wildcats",
                                                          "New Mexico Lobos",
                                                          "New Mexico State Aggies",
                                                          "New Orleans Privateers",
                                                          "Niagara Purple Eagles",
                                                          "Nicholls State Colonels",
                                                          "NJIT Highlanders",
                                                          "Norfolk State Spartans",
                                                          "North Alabama Lions",
                                                          "North Carolina A&T Aggies",
                                                          "North Carolina Asheville Bulldogs",
                                                          "North Carolina Central Eagles",
                                                          "North Carolina Charlotte 49ers",
                                                          "North Carolina Greensboro Spartans",
                                                          "North Carolina State Wolfpack",
                                                          "North Carolina Tar Heels",
                                                          "North Carolina Wilmington Seahawks",
                                                          "North Dakota",
                                                          "North Dakota Fighting Hawks",
                                                          "North Dakota Fighting Sioux",
                                                          "North Dakota State Bison",
                                                          "North Florida Ospreys",
                                                          "North Texas Mean Green",
                                                          "Northeastern Huskies",
                                                          "Northeastern Illinois Golden Eagles",
                                                          "Northern Arizona Lumberjacks",
                                                          "Northern Colorado Bears",
                                                          "Northern Illinois Huskies",
                                                          "Northern Iowa Panthers",
                                                          "Northern Kentucky Norse",
                                                          "Northwestern State Demons",
                                                          "Northwestern Wildcats",
                                                          "Notre Dame Fighting Irish",
                                                          "NYIT Bears",
                                                          "NYU Bobcats",
                                                          "NYU Violets",
                                                          "Oakland Golden Grizzlies",
                                                          "Ohio Bobcats",
                                                          "Ohio State Buckeyes",
                                                          "Oklahoma Sooners",
                                                          "Oklahoma State Cowboys",
                                                          "Old Dominion Monarchs",
                                                          "Ole Miss Rebels",
                                                          "Omaha Mavericks",
                                                          "Oral Roberts Golden Eagles",
                                                          "Oregon Ducks",
                                                          "Oregon State Beavers",
                                                          "Pacific Boxers",
                                                          "Pacific Tigers",
                                                          "Penn Quakers",
                                                          "Penn State Nittany Lions",
                                                          "Pennsylvania Quakers",
                                                          "Pepperdine Waves",
                                                          "Pittsburgh Panthers",
                                                          "Portland Pilots",
                                                          "Portland State Vikings",
                                                          "Prairie View Panthers",
                                                          "Presbyterian Blue Hose",
                                                          "Princeton Tigers",
                                                          "Providence Friars",
                                                          "Purdue Boilermakers",
                                                          "Quinnipiac Bobcats",
                                                          "Radford Highlanders",
                                                          "Rhode Island Rams",
                                                          "Rice Owls",
                                                          "Richmond Spiders",
                                                          "Rider Broncs",
                                                          "Robert Morris Colonials",
                                                          "Rutgers Scarlet Knights",
                                                          "Sacred Heart Pioneers",
                                                          "Saint Mary's Gaels",
                                                          "Sam Houston State Bearkats",
                                                          "Samford Bulldogs",
                                                          "San Diego State Aztecs",
                                                          "San Diego Toreros",
                                                          "San Francisco Dons",
                                                          "San Jose State Spartans",
                                                          "Santa Clara Broncos",
                                                          "Savannah State Tigers",
                                                          "Seattle Redhawks",
                                                          "Seton Hall Pirates",
                                                          "Siena Saints",
                                                          "SIU Edwardsville Cougars",
                                                          "SMU Mustangs",
                                                          "South Alabama Jaguars",
                                                          "South Carolina Fighting Gamecocks",
                                                          "South Carolina State Bulldogs",
                                                          "South Dakota Coyotes",
                                                          "South Dakota State Jackrabbits",
                                                          "South Florida Bulls",
                                                          "Southeast Missouri State Indians",
                                                          "Southeast Missouri State Redhawks",
                                                          "Southeastern Louisiana Lions",
                                                          "Southern Illinois Salukis",
                                                          "Southern Jaguars",
                                                          "Southern Mississippi Golden Eagles",
                                                          "Southern Utah Thunderbirds",
                                                          "Southwest Missouri State Bears",
                                                          "St. Bonaventure Bonnies",
                                                          "St. Francis (New York) Terriers",
                                                          "St. Francis (Pennsylvania) Red Flash",
                                                          "St. Francis Brooklyn Terriers",
                                                          "St. John's Red Storm",
                                                          "St. Joseph's Hawks",
                                                          "St. Louis University Billikens",
                                                          "St. Mary's Rattlers",
                                                          "St. Peter's Peacocks",
                                                          "Stanford Cardinal",
                                                          "Stephen F. Austin Lumberjacks",
                                                          "Stetson Hatters",
                                                          "Stony Brook Seawolves",
                                                          "Syracuse Orange",
                                                          "TCU Horned Frogs",
                                                          "Temple Owls",
                                                          "Tennessee Chattanooga Mocs",
                                                          "Tennessee Martin Skyhawks",
                                                          "Tennessee State Tigers",
                                                          "Tennessee Tech Golden Eagles",
                                                          "Tennessee Volunteers",
                                                          "Texas A&M Aggies",
                                                          "Texas A&M-Corpus Christi Islanders",
                                                          "Texas Arlington Mavericks",
                                                          "Texas El Paso Miners",
                                                          "Texas Longhorns",
                                                          "Texas Pan American Broncs",
                                                          "Texas San Antonio Roadrunners",
                                                          "Texas Southern Tigers",
                                                          "Texas State Bobcats",
                                                          "Texas Tech Red Raiders",
                                                          "Texas-Rio Grande Valley Vaqueros",
                                                          "Toledo Rockets",
                                                          "Towson Tigers",
                                                          "Troy State Trojans",
                                                          "Tulane Green Wave",
                                                          "Tulsa Golden Hurricane",
                                                          "UC Davis Aggies",
                                                          "UCLA Bruins",
                                                          "UMass Lowell River Hawks",
                                                          "UNLV Rebels",
                                                          "USC Trojans",
                                                          "USC Upstate Spartans",
                                                          "Utah State Aggies",
                                                          "Utah Utes",
                                                          "Utah Valley Wolverines",
                                                          "Valparaiso Crusaders",
                                                          "Vanderbilt Commodores",
                                                          "Vermont Catamounts",
                                                          "Villanova Wildcats",
                                                          "Virginia Cavaliers",
                                                          "Virginia Commonwealth Rams",
                                                          "Virginia Tech Hokies",
                                                          "VMI Keydets",
                                                          "Wagner Seahawks",
                                                          "Wake Forest Demon Deacons",
                                                          "Washington Huskies",
                                                          "Washington State Cougars",
                                                          "Weber State Wildcats",
                                                          "West Virginia Mountaineers",
                                                          "Western Carolina Catamounts",
                                                          "Western Illinois Leathernecks",
                                                          "Western Kentucky Hilltoppers",
                                                          "Western Michigan Broncos",
                                                          "Wichita State Shockers",
                                                          "William & Mary Tribe",
                                                          "Winthrop Eagles",
                                                          "Wisconsin Badgers",
                                                          "Wisconsin Green Bay Phoenix",
                                                          "Wisconsin Milwaukee Panthers",
                                                          "Wofford Terriers",
                                                          "Wright State Raiders",
                                                          "Wyoming Cowboys",
                                                          "Xavier Musketeers",
                                                          "Yale Bulldogs",
                                                          "Youngstown State Penguins"
                                                        ]
                                                      }
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "else": {
                                              "if": {
                                                "required": [
                                                  "league_name"
                                                ],
                                                "properties": {
                                                  "league_name": {
                                                    "contains": {
                                                      "required": [
                                                        "value"
                                                      ],
                                                      "properties": {
                                                        "value": {
                                                          "enum": [
                                                            "Campionato mondiale di calcio",
                                                            "World Cup Football",
                                                            "Wereldkampioenschap voetbal",
                                                            "Copa do Mundo de Futebol",
                                                            "World Cup Soccer",
                                                            "Mistrzostwa Świata w Piłce Nożnej",
                                                            "VM-fotboll",
                                                            "Fútbol Copa del Mundo",
                                                            "Fußballweltmeisterschaft",
                                                            "كأس العالم لكرة القدم",
                                                            "FIFAワールドカップ",
                                                            "Coupe du monde de football",
                                                            "Copa mundial de fútbol",
                                                            "world_cup_football"
                                                          ]
                                                        }
                                                      }
                                                    }
                                                  }
                                                }
                                              },
                                              "then": {
                                                "properties": {
                                                  "team_name": {
                                                    "items": {
                                                      "properties": {
                                                        "value": {
                                                          "enum": [
                                                            "Angola",
                                                            "Argentina",
                                                            "Australia",
                                                            "Austria",
                                                            "Belgium",
                                                            "Bolivia",
                                                            "Brazil",
                                                            "Bulgaria",
                                                            "Cameroon",
                                                            "Canada",
                                                            "Chile",
                                                            "China",
                                                            "Colombia",
                                                            "Costa Rica",
                                                            "Cote d'Ivoire",
                                                            "Croatia",
                                                            "Czech Republic",
                                                            "Denmark",
                                                            "Ecuador",
                                                            "England",
                                                            "France",
                                                            "Germany",
                                                            "Ghana",
                                                            "Greece",
                                                            "Iran",
                                                            "Ireland",
                                                            "Italy",
                                                            "Jamaica",
                                                            "Japan",
                                                            "Mexico",
                                                            "Morocco",
                                                            "Netherlands",
                                                            "Nigeria",
                                                            "Norway",
                                                            "Paraguay",
                                                            "Poland",
                                                            "Portugal",
                                                            "Qatar",
                                                            "Romania",
                                                            "Russia",
                                                            "Saudi Arabia",
                                                            "Scotland",
                                                            "Senegal",
                                                            "Serbia and Montenegro",
                                                            "Slovenia",
                                                            "South Africa",
                                                            "South Korea",
                                                            "Spain",
                                                            "Sweden",
                                                            "Switzerland",
                                                            "Togo",
                                                            "Trinidad and Tobago",
                                                            "Tunisia",
                                                            "Turkey",
                                                            "Ukraine",
                                                            "United States",
                                                            "Uruguay",
                                                            "Venezuela",
                                                            "Wales",
                                                            "Yugoslavia"
                                                          ]
                                                        }
                                                      }
                                                    }
                                                  }
                                                }
                                              },
                                              "else": {
                                                "if": {
                                                  "required": [
                                                    "league_name"
                                                  ],
                                                  "properties": {
                                                    "league_name": {
                                                      "contains": {
                                                        "required": [
                                                          "value"
                                                        ],
                                                        "properties": {
                                                          "value": {
                                                            "enum": [
                                                              "Indiska Soccer-ligan",
                                                              "Indian Soccer League",
                                                              "Indian Super League",
                                                              "Indyjska Soccer League",
                                                              "Indische Fußballliga",
                                                              "インド/サッカーリーグ",
                                                              "Liga de fútbol de la India",
                                                              "Liga de fútbol india",
                                                              "indian_soccer_league",
                                                              "دوري كرة القدم الهندي",
                                                              "Liga Indiana de Futebol",
                                                              "Ligue indienne de football"
                                                            ]
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                },
                                                "then": {
                                                  "properties": {
                                                    "team_name": {
                                                      "items": {
                                                        "properties": {
                                                          "value": {
                                                            "enum": [
                                                              "ATK Mohun Bagan FC",
                                                              "Bengaluru FC",
                                                              "Chennaiyin FC",
                                                              "FC Goa",
                                                              "Hyderabad FC",
                                                              "Jamshedpur FC",
                                                              "Kerala Blasters FC",
                                                              "Mumbai City FC",
                                                              "Northeast United FC",
                                                              "Odisha FC"
                                                            ]
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                },
                                                "else": {
                                                  "if": {
                                                    "required": [
                                                      "league_name"
                                                    ],
                                                    "properties": {
                                                      "league_name": {
                                                        "contains": {
                                                          "required": [
                                                            "value"
                                                          ],
                                                          "properties": {
                                                            "value": {
                                                              "enum": [
                                                                "Equipes nationales de football",
                                                                "代表チーム",
                                                                "National Teams",
                                                                "Selecciones nacionales",
                                                                "Landslag",
                                                                "Nationale teams",
                                                                "Squadre Nazionali",
                                                                "national_teams",
                                                                "Nationale Fußballmannschaften",
                                                                "Selecciones de fútbol",
                                                                "Seleções Nacionais",
                                                                "Drużyny narodowe",
                                                                "المنتخبات الوطنية"
                                                              ]
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  },
                                                  "then": {
                                                    "properties": {
                                                      "team_name": {
                                                        "items": {
                                                          "properties": {
                                                            "value": {
                                                              "enum": [
                                                                "Afghanistan",
                                                                "Albania",
                                                                "Algeria",
                                                                "American Samoa",
                                                                "Andorra",
                                                                "Angola",
                                                                "Antigua and Barbuda",
                                                                "Argentina",
                                                                "Armenia",
                                                                "Aruba",
                                                                "Australia",
                                                                "Austria",
                                                                "Azerbaijan",
                                                                "Bahamas",
                                                                "Bahrain",
                                                                "Bangladesh",
                                                                "Barbados",
                                                                "Belarus",
                                                                "Belgium",
                                                                "Belize",
                                                                "Benin",
                                                                "Bermuda",
                                                                "Bhutan",
                                                                "Bolivia",
                                                                "Bosnia and Herzegovina",
                                                                "Botswana",
                                                                "Brazil",
                                                                "British Virgin Islands",
                                                                "Brunei",
                                                                "Bulgaria",
                                                                "Burkina Faso",
                                                                "Burundi",
                                                                "Cambodia",
                                                                "Cameroon",
                                                                "Canada",
                                                                "Cape Verde",
                                                                "Cayman Islands",
                                                                "Central African Republic",
                                                                "Chad",
                                                                "Chile",
                                                                "China",
                                                                "Chinese Taipei",
                                                                "Colombia",
                                                                "Comoros",
                                                                "Congo",
                                                                "Cook Islands",
                                                                "Costa Rica",
                                                                "Croatia",
                                                                "Cuba",
                                                                "Cyprus",
                                                                "Czech Republic",
                                                                "Democratic Republic of the Congo",
                                                                "Denmark",
                                                                "Djibouti",
                                                                "Dominica",
                                                                "Dominican Republic",
                                                                "East Timor",
                                                                "Ecuador",
                                                                "Egypt",
                                                                "El Salvador",
                                                                "Equatorial Guinea",
                                                                "Eritrea",
                                                                "Estonia",
                                                                "Ethiopia",
                                                                "Federated States of Micronesia",
                                                                "Fiji",
                                                                "Finland",
                                                                "France",
                                                                "Gabon",
                                                                "Georgia",
                                                                "Germany",
                                                                "Ghana",
                                                                "Great Britain",
                                                                "Greece",
                                                                "Grenada",
                                                                "Guam",
                                                                "Guatemala",
                                                                "Guinea",
                                                                "Guinea-Bissau",
                                                                "Guyana",
                                                                "Haiti",
                                                                "Honduras",
                                                                "Hong Kong",
                                                                "Hungary",
                                                                "Iceland",
                                                                "Independent Olympic Athletes",
                                                                "India",
                                                                "Indonesia",
                                                                "Iran",
                                                                "Iraq",
                                                                "Ireland",
                                                                "Israel",
                                                                "Italy",
                                                                "Ivory Coast",
                                                                "Jamaica",
                                                                "Japan",
                                                                "Jordan",
                                                                "Kazakhstan",
                                                                "Kenya",
                                                                "Kiribati",
                                                                "Kosovo",
                                                                "Kyrgyzstan",
                                                                "Laos",
                                                                "Latvia",
                                                                "Lebanon",
                                                                "Lesotho",
                                                                "Liberia",
                                                                "Libya",
                                                                "Liechtenstein",
                                                                "Lithuania",
                                                                "Luxembourg",
                                                                "Macedonia",
                                                                "Madagascar",
                                                                "Malawi",
                                                                "Malaysia",
                                                                "Maldives",
                                                                "Mali",
                                                                "Malta",
                                                                "Marshall Islands",
                                                                "Mauritania",
                                                                "Mauritius",
                                                                "Mexico",
                                                                "Moldova",
                                                                "Monaco",
                                                                "Mongolia",
                                                                "Montenegro",
                                                                "Morocco",
                                                                "Mozambique",
                                                                "Myanmar",
                                                                "Namibia",
                                                                "Nauru",
                                                                "Nepal",
                                                                "Netherlands",
                                                                "New Zealand",
                                                                "Nicaragua",
                                                                "Niger",
                                                                "Nigeria",
                                                                "North Korea",
                                                                "Norway",
                                                                "Oman",
                                                                "Pakistan",
                                                                "Palau",
                                                                "Palestine",
                                                                "Panama",
                                                                "Papua New Guinea",
                                                                "Paraguay",
                                                                "Peru",
                                                                "Philippines",
                                                                "Poland",
                                                                "Portugal",
                                                                "Puerto Rico",
                                                                "Qatar",
                                                                "Refugee Olympic Team",
                                                                "Romania",
                                                                "Russia",
                                                                "Rwanda",
                                                                "Saint Kitts and Nevis",
                                                                "Saint Lucia",
                                                                "Saint Vincent and the Grenadines",
                                                                "Samoa",
                                                                "San Marino",
                                                                "Saudi Arabia",
                                                                "Senegal",
                                                                "Serbia",
                                                                "Seychelles",
                                                                "Sierra Leone",
                                                                "Singapore",
                                                                "Slovakia",
                                                                "Slovenia",
                                                                "Solomon Islands",
                                                                "Somalia",
                                                                "South Africa",
                                                                "South Korea",
                                                                "South Sudan",
                                                                "Spain",
                                                                "Sri Lanka",
                                                                "Sudan",
                                                                "Suriname",
                                                                "Swaziland",
                                                                "Sweden",
                                                                "Switzerland",
                                                                "Syria",
                                                                "São Tomé and Príncipe",
                                                                "Tajikistan",
                                                                "Tanzania",
                                                                "Thailand",
                                                                "The Gambia",
                                                                "Togo",
                                                                "Tonga",
                                                                "Trinidad and Tobago",
                                                                "Tunisia",
                                                                "Turkey",
                                                                "Turkmenistan",
                                                                "Tuvalu",
                                                                "Uganda",
                                                                "Ukraine",
                                                                "United Arab Emirates",
                                                                "United States",
                                                                "Uruguay",
                                                                "Uzbekistan",
                                                                "Vanuatu",
                                                                "Venezuela",
                                                                "Vietnam",
                                                                "Virgin Islands",
                                                                "Yemen",
                                                                "Zambia",
                                                                "Zimbabwe"
                                                              ]
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  },
                                                  "else": {
                                                    "if": {
                                                      "required": [
                                                        "league_name"
                                                      ],
                                                      "properties": {
                                                        "league_name": {
                                                          "contains": {
                                                            "required": [
                                                              "value"
                                                            ],
                                                            "properties": {
                                                              "value": {
                                                                "enum": [
                                                                  "メキシコ/サッカー連盟",
                                                                  "Mexican Football Federation",
                                                                  "Federação Mexicana de Futebol",
                                                                  "Mexicaanse Vereniging Van De Voetbalbond",
                                                                  "Federazione calcistica del Messico",
                                                                  "Federación Mexicana De Fútbol Asociación",
                                                                  "Federación Mexicana de Fútbol Asociación",
                                                                  "اتحاد كرة القدم المكسيكي",
                                                                  "Fédération du Mexique de football",
                                                                  "federacion_mexicana_de_futbol_ascn"
                                                                ]
                                                              }
                                                            }
                                                          }
                                                        }
                                                      }
                                                    },
                                                    "then": {
                                                      "properties": {
                                                        "team_name": {
                                                          "items": {
                                                            "properties": {
                                                              "value": {
                                                                "enum": [
                                                                  "Atlético de San Luis",
                                                                  "CF Atlas",
                                                                  "CF Monterrey",
                                                                  "Club América",
                                                                  "Club Deportivo Guadalajara - Chivas",
                                                                  "Club Deportivo Social y Cultural - Cruz Azul",
                                                                  "Club Santos Laguna",
                                                                  "Club Universidad Nacional A.C. - Pumas",
                                                                  "FC Juárez",
                                                                  "Mazatlán",
                                                                  "Necaxa",
                                                                  "Querétaro",
                                                                  "UANL Tigres"
                                                                ]
                                                              }
                                                            }
                                                          }
                                                        }
                                                      }
                                                    },
                                                    "else": {
                                                      "if": {
                                                        "required": [
                                                          "league_name"
                                                        ],
                                                        "properties": {
                                                          "league_name": {
                                                            "contains": {
                                                              "required": [
                                                                "value"
                                                              ],
                                                              "properties": {
                                                                "value": {
                                                                  "enum": [
                                                                    "Football néerlandais",
                                                                    "Dutch Soccer",
                                                                    "Holenderska piłka nożna",
                                                                    "كرة القدم الهولندية",
                                                                    "Futebol holandês",
                                                                    "Fútbol holandés",
                                                                    "dutch_football",
                                                                    "Nederlands voetbal",
                                                                    "オランダ/サッカー",
                                                                    "Dutch Football",
                                                                    "Holländsk fotboll",
                                                                    "Niederländischer Fußball",
                                                                    "Campionato di calcio olandese"
                                                                  ]
                                                                }
                                                              }
                                                            }
                                                          }
                                                        }
                                                      },
                                                      "then": {
                                                        "properties": {
                                                          "team_name": {
                                                            "items": {
                                                              "properties": {
                                                                "value": {
                                                                  "enum": [
                                                                    "ADO Den Haag",
                                                                    "Ajax Amsterdam",
                                                                    "Almere City",
                                                                    "AZ Alkmaar",
                                                                    "De Graafschap",
                                                                    "Excelsior",
                                                                    "FC Groningen",
                                                                    "FC Utrecht",
                                                                    "FC Volendam",
                                                                    "FC Zwolle",
                                                                    "Feyenoord Rotterdam",
                                                                    "Fortuna Sittard",
                                                                    "Go Ahead Eagles",
                                                                    "Heerenveen",
                                                                    "Heracles Almelo",
                                                                    "NAC Breda",
                                                                    "NEC Nijmegen",
                                                                    "PSV Eindhoven",
                                                                    "RBC Roosendaal",
                                                                    "RKC Waalwijk",
                                                                    "Roda JC Kerkrade",
                                                                    "SC Cambuur",
                                                                    "Sparta Rotterdam",
                                                                    "Twente Enschede",
                                                                    "Vitesse Arnhem",
                                                                    "Willem II Tilburg"
                                                                  ]
                                                                }
                                                              }
                                                            }
                                                          }
                                                        }
                                                      },
                                                      "else": {
                                                        "if": {
                                                          "required": [
                                                            "league_name"
                                                          ],
                                                          "properties": {
                                                            "league_name": {
                                                              "contains": {
                                                                "required": [
                                                                  "value"
                                                                ],
                                                                "properties": {
                                                                  "value": {
                                                                    "enum": [
                                                                      "X-spel",
                                                                      "العاب اكس",
                                                                      "X-Games",
                                                                      "X Games",
                                                                      "Xゲーム",
                                                                      "x_games"
                                                                    ]
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          }
                                                        },
                                                        "then": {
                                                          "properties": {
                                                            "team_name": {
                                                              "items": {
                                                                "properties": {
                                                                  "value": {
                                                                    "enum": [
                                                                      "X-Games"
                                                                    ]
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          }
                                                        },
                                                        "else": {
                                                          "if": {
                                                            "required": [
                                                              "league_name"
                                                            ],
                                                            "properties": {
                                                              "league_name": {
                                                                "contains": {
                                                                  "required": [
                                                                    "value"
                                                                  ],
                                                                  "properties": {
                                                                    "value": {
                                                                      "enum": [
                                                                        "german_football",
                                                                        "كرة القدم الألمانية",
                                                                        "Tysk fotboll",
                                                                        "Deutscher Fußball",
                                                                        "Fútbol alemán",
                                                                        "Niemiecka piłka nożna",
                                                                        "Calcio tedesco",
                                                                        "German Soccer",
                                                                        "Football allemand",
                                                                        "Futebol alemão",
                                                                        "Duits voetbal",
                                                                        "German Football",
                                                                        "ドイツ/サッカー"
                                                                      ]
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          },
                                                          "then": {
                                                            "properties": {
                                                              "team_name": {
                                                                "items": {
                                                                  "properties": {
                                                                    "value": {
                                                                      "enum": [
                                                                        "1. FC Koln",
                                                                        "1. FC Magdeburg",
                                                                        "Arminia Bielefeld",
                                                                        "Bayer Leverkusen",
                                                                        "Bayern Munich",
                                                                        "Borussia Dortmund",
                                                                        "Borussia Monchengladbach",
                                                                        "Darmstadt 98",
                                                                        "Dynamo Dresden",
                                                                        "Eintracht Braunschweig",
                                                                        "Eintracht Frankfurt",
                                                                        "Energie Cottbus",
                                                                        "FC Augsburg",
                                                                        "FC Heidenheim",
                                                                        "FC St. Pauli",
                                                                        "Fortuna Düsseldorf",
                                                                        "FSV Mainz 05",
                                                                        "Greuther Fürth",
                                                                        "Hamburg SV",
                                                                        "Hannover 96",
                                                                        "Hansa Rostock",
                                                                        "Hertha Berlin",
                                                                        "Hertha BSC",
                                                                        "Kaiserslautern",
                                                                        "Karlsruher SC",
                                                                        "Nurnberg",
                                                                        "RB Leipzig",
                                                                        "Schalke",
                                                                        "Sport-Club Freiburg",
                                                                        "TSG 1899 Hoffenheim",
                                                                        "TSV 1860 Munich",
                                                                        "Union Berlin",
                                                                        "VfB Stuttgart",
                                                                        "VfL Bochum",
                                                                        "VfL Osnabrück",
                                                                        "VfL Wolfsburg",
                                                                        "Werder Bremen"
                                                                      ]
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          },
                                                          "else": {
                                                            "if": {
                                                              "required": [
                                                                "league_name"
                                                              ],
                                                              "properties": {
                                                                "league_name": {
                                                                  "contains": {
                                                                    "required": [
                                                                      "value"
                                                                    ],
                                                                    "properties": {
                                                                      "value": {
                                                                        "enum": [
                                                                          "الدوري الوطني لكرة القدم للسيدات",
                                                                          "NWSL",
                                                                          "nwsl"
                                                                        ]
                                                                      }
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            },
                                                            "then": {
                                                              "properties": {
                                                                "team_name": {
                                                                  "items": {
                                                                    "properties": {
                                                                      "value": {
                                                                        "enum": [
                                                                          "Angel City FC",
                                                                          "Boston Legacy FC",
                                                                          "Chicago Red Stars",
                                                                          "Houston Dash",
                                                                          "Kansas City Current",
                                                                          "NJ/NY Gotham FC",
                                                                          "North Carolina Courage",
                                                                          "Orlando Pride",
                                                                          "Portland Thorns FC",
                                                                          "Racing Louisville FC",
                                                                          "San Diego Wave FC",
                                                                          "Seattle Reign FC",
                                                                          "Sky Blue FC",
                                                                          "Utah Royals FC",
                                                                          "Washington Spirit"
                                                                        ]
                                                                      }
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            },
                                                            "else": {
                                                              "if": {
                                                                "required": [
                                                                  "league_name"
                                                                ],
                                                                "properties": {
                                                                  "league_name": {
                                                                    "contains": {
                                                                      "required": [
                                                                        "value"
                                                                      ],
                                                                      "properties": {
                                                                        "value": {
                                                                          "enum": [
                                                                            "Pro Kabaddi League",
                                                                            "pro_kabaddi_league",
                                                                            "Pro Kabaddi Ligan",
                                                                            "دوري كبادي للمحترفين",
                                                                            "Liga Pro Kabaddi",
                                                                            "インド/プロカバディリーグ"
                                                                          ]
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                }
                                                              },
                                                              "then": {
                                                                "properties": {
                                                                  "team_name": {
                                                                    "items": {
                                                                      "properties": {
                                                                        "value": {
                                                                          "enum": [
                                                                            "Bengal Warriors",
                                                                            "Bengaluru Bulls",
                                                                            "Dabang Delhi KC",
                                                                            "Gujarat Fortunegiants",
                                                                            "Haryana Steelers",
                                                                            "Jaipur Pink Panthers",
                                                                            "Patna Pirates",
                                                                            "Puneri Paltan",
                                                                            "Tamil Thalaivas",
                                                                            "Telugu Titans",
                                                                            "U Mumba",
                                                                            "UP Yoddha"
                                                                          ]
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                }
                                                              },
                                                              "else": {
                                                                "if": {
                                                                  "required": [
                                                                    "league_name"
                                                                  ],
                                                                  "properties": {
                                                                    "league_name": {
                                                                      "contains": {
                                                                        "required": [
                                                                          "value"
                                                                        ],
                                                                        "properties": {
                                                                          "value": {
                                                                            "enum": [
                                                                              "رابطة لاعبي الغولف المحترفين",
                                                                              "pga",
                                                                              "PGA",
                                                                              "PGAツアー"
                                                                            ]
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                },
                                                                "then": {
                                                                  "properties": {
                                                                    "team_name": {
                                                                      "items": {
                                                                        "properties": {
                                                                          "value": {
                                                                            "enum": [
                                                                              "PGA"
                                                                            ]
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                },
                                                                "else": {
                                                                  "if": {
                                                                    "required": [
                                                                      "league_name"
                                                                    ],
                                                                    "properties": {
                                                                      "league_name": {
                                                                        "contains": {
                                                                          "required": [
                                                                            "value"
                                                                          ],
                                                                          "properties": {
                                                                            "value": {
                                                                              "enum": [
                                                                                "Schottischer Fußball",
                                                                                "كرة القدم الاسكتلندية",
                                                                                "Skotsk fotboll",
                                                                                "Futebol escocês",
                                                                                "Football écossais",
                                                                                "Fútbol escocés",
                                                                                "Scottish Soccer",
                                                                                "Scottish Football",
                                                                                "Schots voetbal",
                                                                                "スコットランド/サッカー",
                                                                                "Szkocka piłka nożna",
                                                                                "scottish_football",
                                                                                "Campionato di calcio scozzese"
                                                                              ]
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  },
                                                                  "then": {
                                                                    "properties": {
                                                                      "team_name": {
                                                                        "items": {
                                                                          "properties": {
                                                                            "value": {
                                                                              "enum": [
                                                                                "Aberdeen",
                                                                                "Airdrieonians",
                                                                                "Arbroath",
                                                                                "Celtic",
                                                                                "Dundee",
                                                                                "Dundee United",
                                                                                "Dunfermline",
                                                                                "Hearts",
                                                                                "Hibernian",
                                                                                "Inverness Caledonian Thistle",
                                                                                "Kilmarnock",
                                                                                "Livingston",
                                                                                "Motherwell",
                                                                                "Patrick Thistle",
                                                                                "Rangers",
                                                                                "Ross County",
                                                                                "St Johnstone",
                                                                                "St Mirren"
                                                                              ]
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  },
                                                                  "else": {
                                                                    "if": {
                                                                      "required": [
                                                                        "league_name"
                                                                      ],
                                                                      "properties": {
                                                                        "league_name": {
                                                                          "contains": {
                                                                            "required": [
                                                                              "value"
                                                                            ],
                                                                            "properties": {
                                                                              "value": {
                                                                                "enum": [
                                                                                  "Französischer Fußball",
                                                                                  "Frans voetbal",
                                                                                  "French Football",
                                                                                  "Fransk fotboll",
                                                                                  "French Soccer",
                                                                                  "Francuska piłka nożna",
                                                                                  "Calcio francese",
                                                                                  "Futebol francês",
                                                                                  "french_football",
                                                                                  "كرة القدم الفرنسية",
                                                                                  "Fútbol francés",
                                                                                  "フランス/サッカー",
                                                                                  "Football français"
                                                                                ]
                                                                              }
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    },
                                                                    "then": {
                                                                      "properties": {
                                                                        "team_name": {
                                                                          "items": {
                                                                            "properties": {
                                                                              "value": {
                                                                                "enum": [
                                                                                  "AC Ajaccio",
                                                                                  "Amiens SC",
                                                                                  "Angers SCO",
                                                                                  "AS Saint-Etienne",
                                                                                  "Auxerre",
                                                                                  "Bastia",
                                                                                  "Bordeaux",
                                                                                  "Brest",
                                                                                  "Clermont Foot 63",
                                                                                  "Dijon FCO",
                                                                                  "FC Lorient",
                                                                                  "Guingamp",
                                                                                  "Le Havre",
                                                                                  "Lens",
                                                                                  "Lille",
                                                                                  "Lyon",
                                                                                  "Marseille",
                                                                                  "Metz",
                                                                                  "Monaco",
                                                                                  "Montpellier",
                                                                                  "Nantes",
                                                                                  "Nice",
                                                                                  "Nîmes Olympique",
                                                                                  "PSG",
                                                                                  "Rennes",
                                                                                  "Sedan",
                                                                                  "SM Caen",
                                                                                  "Sochaux",
                                                                                  "Stade de Reims",
                                                                                  "Strasbourg",
                                                                                  "Thonon Evian FC",
                                                                                  "Toulouse FC",
                                                                                  "Troyes",
                                                                                  "Valenciennes FC"
                                                                                ]
                                                                              }
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    },
                                                                    "else": {
                                                                      "if": {
                                                                        "required": [
                                                                          "league_name"
                                                                        ],
                                                                        "properties": {
                                                                          "league_name": {
                                                                            "contains": {
                                                                              "required": [
                                                                                "value"
                                                                              ],
                                                                              "properties": {
                                                                                "value": {
                                                                                  "enum": [
                                                                                    "LPGAツアー",
                                                                                    "lpga",
                                                                                    "رابطة لاعبات الغولف المحترفات",
                                                                                    "LPGA"
                                                                                  ]
                                                                                }
                                                                              }
                                                                            }
                                                                          }
                                                                        }
                                                                      },
                                                                      "then": {
                                                                        "properties": {
                                                                          "team_name": {
                                                                            "items": {
                                                                              "properties": {
                                                                                "value": {
                                                                                  "enum": [
                                                                                    "LPGA"
                                                                                  ]
                                                                                }
                                                                              }
                                                                            }
                                                                          }
                                                                        }
                                                                      },
                                                                      "else": {
                                                                        "if": {
                                                                          "required": [
                                                                            "league_name"
                                                                          ],
                                                                          "properties": {
                                                                            "league_name": {
                                                                              "contains": {
                                                                                "required": [
                                                                                  "value"
                                                                                ],
                                                                                "properties": {
                                                                                  "value": {
                                                                                    "enum": [
                                                                                      "لعبة الكريكيت الدولية",
                                                                                      "Międzynarodowy krykiet",
                                                                                      "Internationales Cricket",
                                                                                      "クリケット代表チーム",
                                                                                      "international_cricket",
                                                                                      "Campionato internazionale di cricket",
                                                                                      "Internationell Cricket",
                                                                                      "Cricket international",
                                                                                      "Cricket internacional",
                                                                                      "Críquete Internacional",
                                                                                      "International Cricket"
                                                                                    ]
                                                                                  }
                                                                                }
                                                                              }
                                                                            }
                                                                          }
                                                                        },
                                                                        "then": {
                                                                          "properties": {
                                                                            "team_name": {
                                                                              "items": {
                                                                                "properties": {
                                                                                  "value": {
                                                                                    "enum": [
                                                                                      "Afghanistan",
                                                                                      "Australia",
                                                                                      "Bangladesh",
                                                                                      "England",
                                                                                      "India",
                                                                                      "Ireland",
                                                                                      "New Zealand",
                                                                                      "Pakistan",
                                                                                      "South Africa",
                                                                                      "Sri Lanka",
                                                                                      "West Indies",
                                                                                      "Zimbabwe"
                                                                                    ]
                                                                                  }
                                                                                }
                                                                              }
                                                                            }
                                                                          }
                                                                        },
                                                                        "else": {
                                                                          "if": {
                                                                            "required": [
                                                                              "league_name"
                                                                            ],
                                                                            "properties": {
                                                                              "league_name": {
                                                                                "contains": {
                                                                                  "required": [
                                                                                    "value"
                                                                                  ],
                                                                                  "properties": {
                                                                                    "value": {
                                                                                      "enum": [
                                                                                        "Nationella Lacrosse-ligan",
                                                                                        "دوري لاكروس الوطني",
                                                                                        "ナショナル・ラクロス・リーグ",
                                                                                        "National Lacrosse League",
                                                                                        "Liga Nacional de Lacrosse",
                                                                                        "Liga nacional de lacrosse",
                                                                                        "national_lacrosse_league",
                                                                                        "Narodowa Liga Lacrosse"
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            }
                                                                          },
                                                                          "then": {
                                                                            "properties": {
                                                                              "team_name": {
                                                                                "items": {
                                                                                  "properties": {
                                                                                    "value": {
                                                                                      "enum": [
                                                                                        "Buffalo Bandits",
                                                                                        "Calgary Roughnecks",
                                                                                        "Colorado Mammoth",
                                                                                        "Georgia Swarm",
                                                                                        "Halifax Thunderbirds",
                                                                                        "New England Black Wolves",
                                                                                        "New York Riptide",
                                                                                        "Philadelphia Wings",
                                                                                        "Rochester Knighthawks",
                                                                                        "San Diego Seals",
                                                                                        "Saskatchewan Rush",
                                                                                        "Toronto Rock",
                                                                                        "Vancouver Warriors"
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            }
                                                                          },
                                                                          "else": {
                                                                            "if": {
                                                                              "required": [
                                                                                "league_name"
                                                                              ],
                                                                              "properties": {
                                                                                "league_name": {
                                                                                  "contains": {
                                                                                    "required": [
                                                                                      "value"
                                                                                    ],
                                                                                    "properties": {
                                                                                      "value": {
                                                                                        "enum": [
                                                                                          "hockey_india_league",
                                                                                          "Liga De Hóquei Indiano",
                                                                                          "Hockey India League",
                                                                                          "Hokejowa liga indyjska",
                                                                                          "Liga India de Hockey",
                                                                                          "ホッケーインドリーグ",
                                                                                          "Liga india de hockey",
                                                                                          "Indiens hockeyliga",
                                                                                          "دوري الهوكي الهندي",
                                                                                          "Campionato di hockey indiano"
                                                                                        ]
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            },
                                                                            "then": {
                                                                              "properties": {
                                                                                "team_name": {
                                                                                  "items": {
                                                                                    "properties": {
                                                                                      "value": {
                                                                                        "enum": [
                                                                                          "Dabang Mumbai HC",
                                                                                          "Delhi Waveriders",
                                                                                          "Jaypee Punjab Warriors",
                                                                                          "Kalinga Lancers",
                                                                                          "Ranchi Rays",
                                                                                          "Uttar Pradesh Wizards"
                                                                                        ]
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            },
                                                                            "else": {
                                                                              "if": {
                                                                                "required": [
                                                                                  "league_name"
                                                                                ],
                                                                                "properties": {
                                                                                  "league_name": {
                                                                                    "contains": {
                                                                                      "required": [
                                                                                        "value"
                                                                                      ],
                                                                                      "properties": {
                                                                                        "value": {
                                                                                          "enum": [
                                                                                            "كرة القدم الايطالية",
                                                                                            "italian_football",
                                                                                            "Italienischer Fußball",
                                                                                            "Italian Soccer",
                                                                                            "Włoska piłka nożna",
                                                                                            "Italiensk fotboll",
                                                                                            "Football italien",
                                                                                            "Calcio italiano",
                                                                                            "Italiaans voetbal",
                                                                                            "Fútbol italiano",
                                                                                            "Futebol italiano",
                                                                                            "Italian Football",
                                                                                            "イタリア/サッカー"
                                                                                          ]
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              },
                                                                              "then": {
                                                                                "properties": {
                                                                                  "team_name": {
                                                                                    "items": {
                                                                                      "properties": {
                                                                                        "value": {
                                                                                          "enum": [
                                                                                            "A.S. Livorno Calcio",
                                                                                            "AC Milan",
                                                                                            "Ascoli",
                                                                                            "Atalanta",
                                                                                            "Bari",
                                                                                            "Bologna",
                                                                                            "Brescia",
                                                                                            "Cagliari Calcio",
                                                                                            "Calcio Catania",
                                                                                            "Catanzaro",
                                                                                            "Chievo Verona",
                                                                                            "Cittadella",
                                                                                            "Como",
                                                                                            "Cosenza",
                                                                                            "Empoli",
                                                                                            "Fiorentina",
                                                                                            "Frosinone FC",
                                                                                            "Genoa",
                                                                                            "Inter Milan",
                                                                                            "Juventus",
                                                                                            "Lazio",
                                                                                            "Lecce",
                                                                                            "Lecco",
                                                                                            "Modena",
                                                                                            "Monza",
                                                                                            "Palermo",
                                                                                            "Parma",
                                                                                            "Parma Calcio",
                                                                                            "Perugia",
                                                                                            "Piacenza",
                                                                                            "Pisa",
                                                                                            "Reggina",
                                                                                            "Roma",
                                                                                            "Sampdoria",
                                                                                            "Sassuolo",
                                                                                            "Spal",
                                                                                            "SSC Napoli",
                                                                                            "Ternana",
                                                                                            "Torino",
                                                                                            "Udinese",
                                                                                            "US Salernitana",
                                                                                            "Venezia FC",
                                                                                            "Verona FC"
                                                                                          ]
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              },
                                                                              "else": {
                                                                                "if": {
                                                                                  "required": [
                                                                                    "league_name"
                                                                                  ],
                                                                                  "properties": {
                                                                                    "league_name": {
                                                                                      "contains": {
                                                                                        "required": [
                                                                                          "value"
                                                                                        ],
                                                                                        "properties": {
                                                                                          "value": {
                                                                                            "enum": [
                                                                                              "Campionato di pallavolo professionale",
                                                                                              "دوري المحترفين للكرة الطائرة",
                                                                                              "インド/バレーボールリーグ",
                                                                                              "Pro Volleyball Ligan",
                                                                                              "Pro Volleyball League",
                                                                                              "pro_volleyball_league",
                                                                                              "Liga Profissional de Vôlei",
                                                                                              "Liga de voleibol profesional"
                                                                                            ]
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "then": {
                                                                                  "properties": {
                                                                                    "team_name": {
                                                                                      "items": {
                                                                                        "properties": {
                                                                                          "value": {
                                                                                            "enum": [
                                                                                              "Ahmedabad Defenders",
                                                                                              "Black Hawks Hyderabad",
                                                                                              "Calicut Heroes",
                                                                                              "Chennai Spartans",
                                                                                              "Kochi Blue Spikers",
                                                                                              "U Mumba Volley"
                                                                                            ]
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "else": {
                                                                                  "if": {
                                                                                    "required": [
                                                                                      "league_name"
                                                                                    ],
                                                                                    "properties": {
                                                                                      "league_name": {
                                                                                        "contains": {
                                                                                          "required": [
                                                                                            "value"
                                                                                          ],
                                                                                          "properties": {
                                                                                            "value": {
                                                                                              "enum": [
                                                                                                "Japońska piłka nożna",
                                                                                                "Campionato di calcio giapponese",
                                                                                                "Japansk fotboll",
                                                                                                "Japanese Soccer",
                                                                                                "Japanischer Fußball",
                                                                                                "Japans voetbal",
                                                                                                "Japanese Football",
                                                                                                "Futebol japonês",
                                                                                                "كرة القدم اليابانية",
                                                                                                "日本/Jリーグ",
                                                                                                "Fútbol japonés",
                                                                                                "japanese_football",
                                                                                                "Football japonais"
                                                                                              ]
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "then": {
                                                                                    "properties": {
                                                                                      "team_name": {
                                                                                        "items": {
                                                                                          "properties": {
                                                                                            "value": {
                                                                                              "enum": [
                                                                                                "AC Nagano Parceiro",
                                                                                                "Albirex Niigata",
                                                                                                "Avispa Fukuoka",
                                                                                                "Blaublitz Akita",
                                                                                                "Cerezo Osaka",
                                                                                                "Consadole Sapporo",
                                                                                                "Ehime FC",
                                                                                                "F.C. Gifu",
                                                                                                "Fagiano Okayama FC",
                                                                                                "FC Machida Zelvia",
                                                                                                "FC Ryūkyū",
                                                                                                "FC Tokyo",
                                                                                                "Fujieda MYFC",
                                                                                                "Fukushima United FC",
                                                                                                "Gainare Tottori",
                                                                                                "Gamba Osaka",
                                                                                                "Giravanz Kitakyushu",
                                                                                                "Grulla Morioka",
                                                                                                "Iwaki FC",
                                                                                                "JEF United Ichihara Chiba",
                                                                                                "Júbilo Iwata",
                                                                                                "Kamatamare Sanuki",
                                                                                                "Kashima Antlers",
                                                                                                "Kashiwa Reysol",
                                                                                                "Kataller Toyama",
                                                                                                "Kawasaki Frontale",
                                                                                                "Kyoto Sanga FC",
                                                                                                "Matsumoto Yamaga FC",
                                                                                                "Mito HollyHock",
                                                                                                "Montedio Yamagata",
                                                                                                "Nagoya Grampus Eight",
                                                                                                "Oita Trinita",
                                                                                                "Omiya Ardija",
                                                                                                "RENOFA Yamaguchi",
                                                                                                "Roasso Kumamoto",
                                                                                                "Sagan Tosu",
                                                                                                "Sanfrecce Hiroshima",
                                                                                                "SC Sagamihara",
                                                                                                "Shimizu S-Pulse",
                                                                                                "Shonan Bellmare",
                                                                                                "Thespakusatsu Gunma",
                                                                                                "Tochigi SC",
                                                                                                "Tokushima Vortis",
                                                                                                "Tokyo Verdy1969",
                                                                                                "Urawa Red Diamonds",
                                                                                                "V-Varen Nagasaki",
                                                                                                "Vegalta Sendai",
                                                                                                "Ventforet Kofu",
                                                                                                "Vissel Kobe",
                                                                                                "Yokohama F. Marinos",
                                                                                                "Yokohama FC",
                                                                                                "YSCC Yokohama",
                                                                                                "Zweigen Kanazawa"
                                                                                              ]
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "else": {
                                                                                    "if": {
                                                                                      "required": [
                                                                                        "league_name"
                                                                                      ],
                                                                                      "properties": {
                                                                                        "league_name": {
                                                                                          "contains": {
                                                                                            "required": [
                                                                                              "value"
                                                                                            ],
                                                                                            "properties": {
                                                                                              "value": {
                                                                                                "enum": [
                                                                                                  "البيسبول الكلاسيكية العالمية",
                                                                                                  "world_baseball_classic",
                                                                                                  "Clásico mundial de béisbol",
                                                                                                  "Classique mondiale de baseball",
                                                                                                  "Wereld Honkbal Klassieker",
                                                                                                  "World Baseball Classic",
                                                                                                  "Clássico Mundial de Beisebol",
                                                                                                  "ワールドベースボールクラシック"
                                                                                                ]
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "then": {
                                                                                      "properties": {
                                                                                        "team_name": {
                                                                                          "items": {
                                                                                            "properties": {
                                                                                              "value": {
                                                                                                "enum": [
                                                                                                  "Team Cuba",
                                                                                                  "Team Dominican Republic",
                                                                                                  "Team Japan",
                                                                                                  "Team Netherlands",
                                                                                                  "Team Panama",
                                                                                                  "Team Puerto Rico",
                                                                                                  "Team South Korea",
                                                                                                  "Team United States",
                                                                                                  "Team Venezuela"
                                                                                                ]
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "else": {
                                                                                      "if": {
                                                                                        "required": [
                                                                                          "league_name"
                                                                                        ],
                                                                                        "properties": {
                                                                                          "league_name": {
                                                                                            "contains": {
                                                                                              "required": [
                                                                                                "value"
                                                                                              ],
                                                                                              "properties": {
                                                                                                "value": {
                                                                                                  "enum": [
                                                                                                    "Indiska Premier-ligan",
                                                                                                    "Szkocka Premier League",
                                                                                                    "Liga Premier de la India",
                                                                                                    "Indian Premier League",
                                                                                                    "インディアン・プレミアリーグ",
                                                                                                    "الدوري الهندي الممتاز",
                                                                                                    "Liga Premier Indiana",
                                                                                                    "indian_premier_league",
                                                                                                    "Premier League india"
                                                                                                  ]
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "then": {
                                                                                        "properties": {
                                                                                          "team_name": {
                                                                                            "items": {
                                                                                              "properties": {
                                                                                                "value": {
                                                                                                  "enum": [
                                                                                                    "Chennai Super Kings",
                                                                                                    "Delhi Capitals",
                                                                                                    "Gujarat Lions",
                                                                                                    "Kings XI Punjab",
                                                                                                    "Kolkata Knight Riders",
                                                                                                    "Mumbai Indians",
                                                                                                    "Rajasthan Royals",
                                                                                                    "Rising Pune Supergiants",
                                                                                                    "Royal Challengers Bangalore",
                                                                                                    "Sunrisers Hyderabad"
                                                                                                  ]
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "else": {
                                                                                        "if": {
                                                                                          "required": [
                                                                                            "league_name"
                                                                                          ],
                                                                                          "properties": {
                                                                                            "league_name": {
                                                                                              "contains": {
                                                                                                "required": [
                                                                                                  "value"
                                                                                                ],
                                                                                                "properties": {
                                                                                                  "value": {
                                                                                                    "enum": [
                                                                                                      "wwe",
                                                                                                      "WWE",
                                                                                                      "المصارعة العالمية الترفيهية"
                                                                                                    ]
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "then": {
                                                                                          "properties": {
                                                                                            "team_name": {
                                                                                              "items": {
                                                                                                "properties": {
                                                                                                  "value": {
                                                                                                    "enum": [
                                                                                                      "WWE"
                                                                                                    ]
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "else": {
                                                                                          "if": {
                                                                                            "required": [
                                                                                              "league_name"
                                                                                            ],
                                                                                            "properties": {
                                                                                              "league_name": {
                                                                                                "contains": {
                                                                                                  "required": [
                                                                                                    "value"
                                                                                                  ],
                                                                                                  "properties": {
                                                                                                    "value": {
                                                                                                      "enum": [
                                                                                                        "اتحاد كرة القدم الأميركي",
                                                                                                        "nfl",
                                                                                                        "NFL"
                                                                                                      ]
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "then": {
                                                                                            "properties": {
                                                                                              "team_name": {
                                                                                                "items": {
                                                                                                  "properties": {
                                                                                                    "value": {
                                                                                                      "enum": [
                                                                                                        "Arizona Cardinals",
                                                                                                        "Atlanta Falcons",
                                                                                                        "Baltimore Ravens",
                                                                                                        "Boston Patriots",
                                                                                                        "Boston Redskins",
                                                                                                        "Buffalo Bills",
                                                                                                        "Carolina Panthers",
                                                                                                        "Chicago Bears",
                                                                                                        "Chicago Cardinals",
                                                                                                        "Cincinnati Bengals",
                                                                                                        "Cleveland Browns",
                                                                                                        "Dallas Cowboys",
                                                                                                        "Dallas Texans",
                                                                                                        "Denver Broncos",
                                                                                                        "Detroit Lions",
                                                                                                        "Green Bay Packers",
                                                                                                        "Houston Oilers",
                                                                                                        "Houston Texans",
                                                                                                        "Indianapolis Colts",
                                                                                                        "Jacksonville Jaguars",
                                                                                                        "Kansas City Chiefs",
                                                                                                        "Las Vegas Raiders",
                                                                                                        "Los Angeles Chargers",
                                                                                                        "Los Angeles Rams",
                                                                                                        "Miami Dolphins",
                                                                                                        "Minnesota Vikings",
                                                                                                        "New England Patriots",
                                                                                                        "New Orleans Saints",
                                                                                                        "New York Giants",
                                                                                                        "New York Jets",
                                                                                                        "New York Titans",
                                                                                                        "Oakland Raiders",
                                                                                                        "Philadelphia Eagles",
                                                                                                        "Pittsburgh Steelers",
                                                                                                        "San Diego Chargers",
                                                                                                        "San Francisco 49ers",
                                                                                                        "Seattle Seahawks",
                                                                                                        "St. Louis Rams",
                                                                                                        "Tampa Bay Buccaneers",
                                                                                                        "Tennessee Titans",
                                                                                                        "Washington Commanders",
                                                                                                        "Washington Football Team"
                                                                                                      ]
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "else": {
                                                                                            "if": {
                                                                                              "required": [
                                                                                                "league_name"
                                                                                              ],
                                                                                              "properties": {
                                                                                                "league_name": {
                                                                                                  "contains": {
                                                                                                    "required": [
                                                                                                      "value"
                                                                                                    ],
                                                                                                    "properties": {
                                                                                                      "value": {
                                                                                                        "enum": [
                                                                                                          "ufc",
                                                                                                          "UFC",
                                                                                                          "بطولة القتال النهائي"
                                                                                                        ]
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "then": {
                                                                                              "properties": {
                                                                                                "team_name": {
                                                                                                  "items": {
                                                                                                    "properties": {
                                                                                                      "value": {
                                                                                                        "enum": [
                                                                                                          "Al Iaquinta",
                                                                                                          "Alejandro Perez",
                                                                                                          "Alex Oliveira",
                                                                                                          "Alex Perez",
                                                                                                          "Alexa Grasso",
                                                                                                          "Alexander Gustafsson",
                                                                                                          "Alexander Hernandez",
                                                                                                          "Alexander Volkanoski",
                                                                                                          "Alexander Volkov",
                                                                                                          "Alexandre Pantoja",
                                                                                                          "Alexis Davis",
                                                                                                          "Alistair Overeem",
                                                                                                          "Aljamain Sterling",
                                                                                                          "Amanda Nunes",
                                                                                                          "Andrea Lee",
                                                                                                          "Andrei Arlovski",
                                                                                                          "Angela Hill",
                                                                                                          "Anthony Pettis",
                                                                                                          "Anthony Smith",
                                                                                                          "Antonio Carlos Junior",
                                                                                                          "Ashlee Evans-Smith",
                                                                                                          "Aspen Ladd",
                                                                                                          "Ben Nguyen",
                                                                                                          "Bethe Correia",
                                                                                                          "Brad Tavares",
                                                                                                          "Brandon Moreno",
                                                                                                          "Brian Ortega",
                                                                                                          "Carla Esparza",
                                                                                                          "Cat Zingano",
                                                                                                          "Chad Mendes",
                                                                                                          "Chan Sung Jung",
                                                                                                          "Chris Weidman",
                                                                                                          "Claudia Gadelha",
                                                                                                          "Cody Garbrandt",
                                                                                                          "Cody Stamann",
                                                                                                          "Colby Covington",
                                                                                                          "Conor McGregor",
                                                                                                          "Corey Anderson",
                                                                                                          "Cortney Casey",
                                                                                                          "Cris Cyborg",
                                                                                                          "Cub Swanson",
                                                                                                          "Curtis Blaydes",
                                                                                                          "Dan Hooker",
                                                                                                          "Daniel Cormier",
                                                                                                          "Darren Elkins",
                                                                                                          "Darren Till",
                                                                                                          "David Branch",
                                                                                                          "Deiveson Figueiredo",
                                                                                                          "Demian Maia",
                                                                                                          "Derek Brunson",
                                                                                                          "Derrick Lewis",
                                                                                                          "Dominick Cruz",
                                                                                                          "Dominick Reyes",
                                                                                                          "Donald Cerrone",
                                                                                                          "Douglas Silva de Andrade",
                                                                                                          "Dustin Ortiz",
                                                                                                          "Dustin Poirier",
                                                                                                          "Edson Barboza",
                                                                                                          "Elias Theodorou",
                                                                                                          "Elizeu Zaleski dos Santos",
                                                                                                          "Felice Herrig",
                                                                                                          "Francis Ngannou",
                                                                                                          "Francisco Trinaldo",
                                                                                                          "Frankie Edgar",
                                                                                                          "Georges St-Pierre",
                                                                                                          "Germaine de Randamie",
                                                                                                          "Glover Teixeira",
                                                                                                          "Gunnar Nelson",
                                                                                                          "Henry Cejudo",
                                                                                                          "Holly Holm",
                                                                                                          "Ilir Latifi",
                                                                                                          "Irene Aldana",
                                                                                                          "Israel Adesanya",
                                                                                                          "Jacare Souza",
                                                                                                          "James Vick",
                                                                                                          "Jan Blachowicz",
                                                                                                          "Jared Cannonier",
                                                                                                          "Jennifer Maia",
                                                                                                          "Jeremy Stephens",
                                                                                                          "Jessica Andrade",
                                                                                                          "Jessica Eye",
                                                                                                          "Jessica-Rose Clark",
                                                                                                          "Jimi Manuwa",
                                                                                                          "Jimmie Rivera",
                                                                                                          "Joanna Jedrzejczyk",
                                                                                                          "Joanne Calderwood",
                                                                                                          "John Dodson",
                                                                                                          "John Lineker",
                                                                                                          "John Moraga",
                                                                                                          "Jon Jones",
                                                                                                          "Jorge Masvidal",
                                                                                                          "Jose Aldo",
                                                                                                          "Joseph Benavidez",
                                                                                                          "Josh Emmett",
                                                                                                          "Julianna Pena",
                                                                                                          "Junior dos Santos",
                                                                                                          "Jussier Formiga",
                                                                                                          "Justin Gaethje",
                                                                                                          "Justin Willis",
                                                                                                          "Kamaru Usman",
                                                                                                          "Karolina Kowalkiewicz",
                                                                                                          "Katlyn Chookagian",
                                                                                                          "Kelvin Gastelum",
                                                                                                          "Ketlen Vieira",
                                                                                                          "Kevin Lee",
                                                                                                          "Khabib Nurmagomedov",
                                                                                                          "Lauren Murphy Increase1",
                                                                                                          "Leon Edwards",
                                                                                                          "Lina Lansberg",
                                                                                                          "Liz Carmouche",
                                                                                                          "Lucie Pudilova",
                                                                                                          "Luke Rockhold",
                                                                                                          "Mackenzie Dern",
                                                                                                          "Mara Romero Borella",
                                                                                                          "Marcin Tybura",
                                                                                                          "Marion Reneau",
                                                                                                          "Mark Hunt",
                                                                                                          "Marlon Moraes",
                                                                                                          "Matheus Nicolau",
                                                                                                          "Mauricio Rua",
                                                                                                          "Max Holloway",
                                                                                                          "Michael Chiesa",
                                                                                                          "Michelle Waterson",
                                                                                                          "Middleweight",
                                                                                                          "Mirsad Bektic",
                                                                                                          "Misha Cirkunov",
                                                                                                          "Nate Diaz",
                                                                                                          "Neil Magny",
                                                                                                          "Nicco Montaño",
                                                                                                          "Nikita Krylov",
                                                                                                          "Nina Ansaroff",
                                                                                                          "Oleksiy Oliynyk",
                                                                                                          "Ovince Saint Preux",
                                                                                                          "Paul Felder",
                                                                                                          "Paulo Costa",
                                                                                                          "Pedro Munhoz",
                                                                                                          "Rafael dos Anjos",
                                                                                                          "Randa Markos",
                                                                                                          "Rani Yahya",
                                                                                                          "Raphael Assunção",
                                                                                                          "Raquel Pennington",
                                                                                                          "Ray Borg",
                                                                                                          "Renato Moicano",
                                                                                                          "Ricardo Lamas",
                                                                                                          "Rob Font",
                                                                                                          "Robbie Lawler",
                                                                                                          "Robert Whittaker",
                                                                                                          "Rose Namajunas",
                                                                                                          "Roxanne Modafferi",
                                                                                                          "Santiago Ponzinibbio",
                                                                                                          "Sara McMann",
                                                                                                          "Sergio Pettis",
                                                                                                          "Shamil Abdurakhimov",
                                                                                                          "Sijara Eubanks",
                                                                                                          "Stefan Struve",
                                                                                                          "Stephen Thompson",
                                                                                                          "Stipe Miocic",
                                                                                                          "Tai Tuivasa",
                                                                                                          "Tatiana Suarez",
                                                                                                          "Tecia Torres",
                                                                                                          "Thiago Santos",
                                                                                                          "Thomas Almeida",
                                                                                                          "Tim Elliott",
                                                                                                          "TJ Dillashaw",
                                                                                                          "Tony Ferguson",
                                                                                                          "Tonya Evinger",
                                                                                                          "Tyron Woodley",
                                                                                                          "Tyson Pedro",
                                                                                                          "Ulka Sasaki",
                                                                                                          "Uriah Hall",
                                                                                                          "Valentina Shevchenko",
                                                                                                          "Volkan Oezdemir",
                                                                                                          "Wilson Reis",
                                                                                                          "Yair Rodriguez",
                                                                                                          "Yana Kunitskaya",
                                                                                                          "Yoel Romero",
                                                                                                          "Zabit Magomedsharipov"
                                                                                                        ]
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "else": {
                                                                                              "if": {
                                                                                                "required": [
                                                                                                  "league_name"
                                                                                                ],
                                                                                                "properties": {
                                                                                                  "league_name": {
                                                                                                    "contains": {
                                                                                                      "required": [
                                                                                                        "value"
                                                                                                      ],
                                                                                                      "properties": {
                                                                                                        "value": {
                                                                                                          "enum": [
                                                                                                            "Baloncesto japonés",
                                                                                                            "Basketball japonais",
                                                                                                            "Japanese Basketball",
                                                                                                            "日本/Bリーグ",
                                                                                                            "japanese_basketball",
                                                                                                            "Japansk basket",
                                                                                                            "Japans basketbal",
                                                                                                            "Basquete japonês",
                                                                                                            "كرة السلة اليابانية",
                                                                                                            "Japońska koszykówka",
                                                                                                            "Campionato di basket giapponese",
                                                                                                            "Japanischer Basketball"
                                                                                                          ]
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "then": {
                                                                                                "properties": {
                                                                                                  "team_name": {
                                                                                                    "items": {
                                                                                                      "properties": {
                                                                                                        "value": {
                                                                                                          "enum": [
                                                                                                            "AISIN AW AREIONS ANJO",
                                                                                                            "AKITA NORTHERN HAPPINETS",
                                                                                                            "ALVARK TOKYO",
                                                                                                            "AOMORI WAT'S",
                                                                                                            "BAMBITIOUS NARA",
                                                                                                            "CHIBA JETS",
                                                                                                            "EARTHFRIENDS TOKYO Z",
                                                                                                            "EHIME ORANGE VIKINGS",
                                                                                                            "F EAGLES NAGOYA",
                                                                                                            "FUKUSHIMA FIREBONDS",
                                                                                                            "GUNMA CRANE THUNDERS",
                                                                                                            "HIROSHIMA DRAGONFLIES",
                                                                                                            "IBARAKI ROBOTS",
                                                                                                            "IWATE BIG BULLS",
                                                                                                            "KAGAWA FIVE ARROWS",
                                                                                                            "KAGOSHIMA REBNISE",
                                                                                                            "KANAZAWA SAMURAIZ",
                                                                                                            "KAWASAKI BRAVE THUNDERS",
                                                                                                            "KUMAMOTO VOLTERS",
                                                                                                            "KYOTO HANNARYZ",
                                                                                                            "LEVANGA HOKKAIDO",
                                                                                                            "NAGOYA DIAMOND DOLPHINS",
                                                                                                            "NIIGATA ALBIREX BB",
                                                                                                            "NISHINOMIYA STORKS",
                                                                                                            "OSAKA EVESSA",
                                                                                                            "OTSUKA CORPORATION ALPHAS",
                                                                                                            "RIZING ZEPHYR FUKUOKA",
                                                                                                            "RYUKYU GOLDEN KINGS",
                                                                                                            "SAITAMA BRONCOS",
                                                                                                            "SAN-EN NEOPHOENIX",
                                                                                                            "SEAHORSES MIKAWA",
                                                                                                            "SENDAI EIGHTY NINERS",
                                                                                                            "SHIGA LAKESTARS",
                                                                                                            "SHIMANE SUSANOO MAGIC",
                                                                                                            "SHINSHU BRAVE WARRIORS",
                                                                                                            "SUNROCKERS SHIBUYA",
                                                                                                            "TOCHIGI BREX",
                                                                                                            "TOKIO MARINE NICHIDO BIG BLUE",
                                                                                                            "TOKYO CINQ REVES",
                                                                                                            "TOKYO EXCELLENCE",
                                                                                                            "TOKYO HACHIOJI TRAINS",
                                                                                                            "TOYAMA GROUSES",
                                                                                                            "TOYODA GOSEI SCORPIONS",
                                                                                                            "YAMAGATA WYVERNS",
                                                                                                            "YOKOHAMA B-CORSAIRS"
                                                                                                          ]
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "else": {
                                                                                                "if": {
                                                                                                  "required": [
                                                                                                    "league_name"
                                                                                                  ],
                                                                                                  "properties": {
                                                                                                    "league_name": {
                                                                                                      "contains": {
                                                                                                        "required": [
                                                                                                          "value"
                                                                                                        ],
                                                                                                        "properties": {
                                                                                                          "value": {
                                                                                                            "enum": [
                                                                                                              "wnba",
                                                                                                              "الاتحاد الوطني لكرة السلة النسائية",
                                                                                                              "WNBA"
                                                                                                            ]
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "then": {
                                                                                                  "properties": {
                                                                                                    "team_name": {
                                                                                                      "items": {
                                                                                                        "properties": {
                                                                                                          "value": {
                                                                                                            "enum": [
                                                                                                              "Atlanta Dream",
                                                                                                              "Charlotte Sting",
                                                                                                              "Chicago Sky",
                                                                                                              "Cleveland Rockers",
                                                                                                              "Connecticut Sun",
                                                                                                              "Dallas Wings",
                                                                                                              "Detroit Shock",
                                                                                                              "Golden State Valkyries",
                                                                                                              "Houston Comets",
                                                                                                              "Indiana Fever",
                                                                                                              "Las Vegas Aces",
                                                                                                              "Los Angeles Sparks",
                                                                                                              "Miami Sol",
                                                                                                              "Minnesota Lynx",
                                                                                                              "New York Liberty",
                                                                                                              "Phoenix Mercury",
                                                                                                              "Portland Fire",
                                                                                                              "Sacramento Monarchs",
                                                                                                              "San Antonio Silver Stars",
                                                                                                              "Seattle Storm",
                                                                                                              "Toronto Tempo",
                                                                                                              "Tulsa Shock",
                                                                                                              "Washington Mystics"
                                                                                                            ]
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "else": {
                                                                                                  "if": {
                                                                                                    "required": [
                                                                                                      "league_name"
                                                                                                    ],
                                                                                                    "properties": {
                                                                                                      "league_name": {
                                                                                                        "contains": {
                                                                                                          "required": [
                                                                                                            "value"
                                                                                                          ],
                                                                                                          "properties": {
                                                                                                            "value": {
                                                                                                              "enum": [
                                                                                                                "mlb",
                                                                                                                "MLB",
                                                                                                                "Ligue majeure de baseball",
                                                                                                                "دوري البيسبول الرئيسي"
                                                                                                              ]
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "then": {
                                                                                                    "properties": {
                                                                                                      "team_name": {
                                                                                                        "items": {
                                                                                                          "properties": {
                                                                                                            "value": {
                                                                                                              "enum": [
                                                                                                                "Arizona Diamondbacks",
                                                                                                                "Atlanta Braves",
                                                                                                                "Baltimore Orioles",
                                                                                                                "Boston Beaneaters",
                                                                                                                "Boston Beans",
                                                                                                                "Boston Red Sox",
                                                                                                                "California Angels",
                                                                                                                "Chicago Cubs",
                                                                                                                "Chicago White Sox",
                                                                                                                "Chicago White Stockings",
                                                                                                                "Chicago Whitesox",
                                                                                                                "Cincinnati Redlegs",
                                                                                                                "Cincinnati Reds",
                                                                                                                "Cleveland Blues",
                                                                                                                "Cleveland Indians",
                                                                                                                "Cleveland Naps",
                                                                                                                "Colorado Rockies",
                                                                                                                "Detroit Tigers",
                                                                                                                "Houston Astros",
                                                                                                                "Kansas City Athletics",
                                                                                                                "Kansas City Royals",
                                                                                                                "Los Angeles Angels",
                                                                                                                "Los Angeles Dodgers",
                                                                                                                "Miami Marlins",
                                                                                                                "Milwaukee Braves",
                                                                                                                "Milwaukee Brewers",
                                                                                                                "Minnesota Twins",
                                                                                                                "Montreal Expos",
                                                                                                                "New York Highlanders",
                                                                                                                "New York Mets",
                                                                                                                "New York Yankees",
                                                                                                                "Oakland Athletics",
                                                                                                                "Philadelphia Athletics",
                                                                                                                "Philadelphia Phillies",
                                                                                                                "Pittsburgh Pirates",
                                                                                                                "San Diego Padres",
                                                                                                                "San Francisco Giants",
                                                                                                                "Seattle Mariners",
                                                                                                                "St. Louis Cardinals",
                                                                                                                "Tampa Bay Rays",
                                                                                                                "Tampa Rays",
                                                                                                                "Texas Rangers",
                                                                                                                "Toronto Blue Jays",
                                                                                                                "Washington Nationals"
                                                                                                              ]
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "else": {
                                                                                                    "if": {
                                                                                                      "required": [
                                                                                                        "league_name"
                                                                                                      ],
                                                                                                      "properties": {
                                                                                                        "league_name": {
                                                                                                          "contains": {
                                                                                                            "required": [
                                                                                                              "value"
                                                                                                            ],
                                                                                                            "properties": {
                                                                                                              "value": {
                                                                                                                "enum": [
                                                                                                                  "تنس",
                                                                                                                  "Tennis",
                                                                                                                  "Tenis",
                                                                                                                  "Tênis",
                                                                                                                  "テニス",
                                                                                                                  "tennis"
                                                                                                                ]
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "then": {
                                                                                                      "properties": {
                                                                                                        "team_name": {
                                                                                                          "items": {
                                                                                                            "properties": {
                                                                                                              "value": {
                                                                                                                "enum": [
                                                                                                                  "Tennis"
                                                                                                                ]
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    {
      "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": [
                        "SCENT_NAME"
                      ]
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "then": {
        "required": [
          "scent"
        ]
      }
    },
    {
      "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"
        ]
      }
    },
    {
      "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_depth_width_height"
            ]
          }
        },
        {
          "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_depth_width_height"
            ]
          }
        }
      ]
    },
    {
      "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_ion",
                          "lithium_metal",
                          "lithium_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_metal"
                        ]
                      }
                    }
                  }
                }
              }
            }
          }
        }
      },
      "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_ion",
                          "lithium_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": [
                  "batteries_included"
                ],
                "properties": {
                  "batteries_included": {
                    "contains": {
                      "required": [
                        "value"
                      ],
                      "properties": {
                        "value": {
                          "enum": [true]
                        }
                      }
                    }
                  }
                }
              },
              {
                "not": {
                  "required": [
                    "parentage_level"
                  ],
                  "properties": {
                    "parentage_level": {
                      "items": {
                        "required": [
                          "value"
                        ]
                      }
                    }
                  }
                }
              }
            ]
          },
          {
            "allOf": [
              {
                "required": [
                  "batteries_included"
                ],
                "properties": {
                  "batteries_included": {
                    "contains": {
                      "required": [
                        "value"
                      ],
                      "properties": {
                        "value": {
                          "enum": [true]
                        }
                      }
                    }
                  }
                }
              },
              {
                "not": {
                  "required": [
                    "parentage_level"
                  ],
                  "properties": {
                    "parentage_level": {
                      "contains": {
                        "required": [
                          "value"
                        ],
                        "properties": {
                          "value": {
                            "enum": [
                              "parent"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            ]
          }
        ]
      },
      "then": {
        "required": [
          "includes_rechargable_battery"
        ]
      }
    },
    {
      "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"
        ]
      }
    }
  ]
}
