Salesforce · Schema

CreatedDate

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
format string
View JSON Schema on GitHub

JSON Schema

salesforce-created-date-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "format": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "type",
    "format"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreatedDate"
}