SAP Commerce Cloud · Schema

CacheRegionList

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
regions array
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-cacheregionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CacheRegionList",
  "title": "CacheRegionList",
  "type": "object",
  "properties": {
    "regions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CacheRegion"
      }
    }
  }
}