BigCommerce · Schema

productVariantOptionValue_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-productvariantoptionvalue-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/productVariantOptionValue_Full",
  "title": "productVariantOptionValue_Full",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "option_display_name": {
          "maxLength": 255,
          "minLength": 1,
          "type": "string",
          "description": "The name of the option.\n",
          "example": "Color",
          "x-required": [
            "post"
          ]
        },
        "label": {
          "maxLength": 255,
          "minLength": 1,
          "type": "string",
          "description": "The label of the option value.\n",
          "example": "Beige",
          "x-required": [
            "post"
          ]
        }
      }
    },
    {
      "$ref": "#/components/schemas/productVariantOptionValue_Base"
    }
  ],
  "x-internal": false
}