SAP Commerce Cloud · Schema

Breadcrumb

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
facetCode string
facetName string
facetValueCode string
facetValueName string
removeQuery object
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-breadcrumb-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Breadcrumb",
  "title": "Breadcrumb",
  "type": "object",
  "properties": {
    "facetCode": {
      "type": "string"
    },
    "facetName": {
      "type": "string"
    },
    "facetValueCode": {
      "type": "string"
    },
    "facetValueName": {
      "type": "string"
    },
    "removeQuery": {
      "type": "object",
      "properties": {
        "query": {
          "type": "object",
          "properties": {
            "value": {
              "type": "string"
            }
          }
        },
        "url": {
          "type": "string"
        }
      }
    }
  }
}