Ariba Guided Buying · JSON Structure

Catalog Shop Api Auto Complete Response Structure

Response containing typeahead search suggestions.

Type: object Properties: 1
B2BCatalogERPProcurementRequisitionsSAPSupply Chain

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

Properties

suggestions

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-auto-complete-response-structure.json",
  "name": "AutoCompleteResponse",
  "description": "Response containing typeahead search suggestions.",
  "type": "object",
  "properties": {
    "suggestions": {
      "type": "array",
      "description": "List of matching search suggestion strings.",
      "items": {
        "type": "string"
      },
      "example": [
        "laptop",
        "laptop stand"
      ]
    }
  }
}