Ariba Guided Buying · JSON Structure

Catalog Shop Api Facet Value Structure

A single facet value with item count.

Type: object Properties: 2
B2BCatalogERPProcurementRequisitionsSAPSupply Chain

FacetValue 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

label count

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-value-structure.json",
  "name": "FacetValue",
  "description": "A single facet value with item count.",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "Display label for this facet value.",
      "example": "Electronics"
    },
    "count": {
      "type": "int32",
      "description": "Number of items matching this facet value.",
      "example": 42
    }
  }
}