Salesforce · Schema

Inputs3

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
orderId string
View JSON Schema on GitHub

JSON Schema

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