Salesforce · Schema

ProductContext1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
product2Id string
View JSON Schema on GitHub

JSON Schema

salesforce-product-context1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "product2Id": {
      "type": "string",
      "example": "500123"
    }
  },
  "required": [
    "product2Id"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProductContext1"
}