SAP Commerce Cloud · Schema

Sort

B2BB2CCommerceCustomer ExperienceE-CommerceOmnichannelRetail

Properties

Name Type Description
code string Sort code
name string Sort display name
selected boolean Whether this sort is selected
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-sort-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Sort",
  "title": "Sort",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Sort code"
    },
    "name": {
      "type": "string",
      "description": "Sort display name"
    },
    "selected": {
      "type": "boolean",
      "description": "Whether this sort is selected"
    }
  }
}