Ariba Guided Buying · JSON Structure

Catalog Shop Api Facet Structure

A filter facet for catalog search results.

Type: object Properties: 2
B2BCatalogERPProcurementRequisitionsSAPSupply Chain

Facet is a JSON Structure definition published by Ariba Guided Buying, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name values

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-guided-buying/refs/heads/main/json-structure/catalog-shop-api-facet-structure.json",
  "name": "Facet",
  "description": "A filter facet for catalog search results.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Facet name.",
      "example": "Category"
    },
    "values": {
      "type": "array",
      "description": "Facet values with counts.",
      "items": {
        "$ref": "#/components/schemas/FacetValue"
      }
    }
  }
}