Salesforce · Schema

Giftcommitmentschedule

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
href string
id string
View JSON Schema on GitHub

JSON Schema

salesforce-giftcommitmentschedule-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "example": "example_value"
    },
    "id": {
      "type": "string",
      "example": "abc123"
    }
  },
  "required": [
    "href",
    "id"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Giftcommitmentschedule"
}