Salesforce · Schema

Fields20

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
FieldAPIName string
View JSON Schema on GitHub

JSON Schema

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