SAP Commerce Cloud · Schema

SuggestionList

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
suggestions array
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-suggestionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuggestionList",
  "title": "SuggestionList",
  "type": "object",
  "properties": {
    "suggestions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "value": {
            "type": "string",
            "description": "Suggestion text"
          }
        }
      }
    }
  }
}