Salesforce · Schema

Context1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
pricebookId string
currencyCode string
View JSON Schema on GitHub

JSON Schema

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