Salesforce · Schema

Account16

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
fieldApiName ['string', 'null']
objectApiName ['string', 'null']
secondaryField string
targetInfo object
View JSON Schema on GitHub

JSON Schema

salesforce-account16-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "fieldApiName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "objectApiName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "secondaryField": {
      "type": "string",
      "example": "example_value"
    },
    "targetInfo": {
      "type": "object",
      "example": "example_value"
    }
  },
  "required": [
    "fieldApiName",
    "objectApiName",
    "secondaryField",
    "targetInfo"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Account16"
}