SAP Commerce Cloud · Schema

ConfigurationProperty

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
key string Property key
value string Property value
description string Property description
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-configurationproperty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurationProperty",
  "title": "ConfigurationProperty",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Property key"
    },
    "value": {
      "type": "string",
      "description": "Property value"
    },
    "description": {
      "type": "string",
      "description": "Property description"
    }
  }
}