Salesforce · Schema

Field9

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
aggregatable boolean
aiPredictionField boolean
autoNumber boolean
byteLength integer
calculated boolean
calculatedFormula ['string', 'null']
cascadeDelete boolean
caseSensitive boolean
compoundFieldName ['string', 'null']
controllerName ['string', 'null']
createable boolean
custom boolean
defaultValue object
defaultValueFormula ['string', 'null']
defaultedOnCreate boolean
dependentPicklist boolean
deprecatedAndHidden boolean
digits integer
displayLocationInDecimal boolean
encrypted boolean
externalId boolean
extraTypeInfo ['string', 'null']
filterable boolean
filteredLookupInfo ['string', 'null']
formulaTreatNullNumberAsZero boolean
groupable boolean
highScaleNumber boolean
htmlFormatted boolean
idLookup boolean
inlineHelpText ['string', 'null']
label string
length integer
mask ['string', 'null']
maskType ['string', 'null']
name string
nameField boolean
namePointing boolean
nillable boolean
permissionable boolean
picklistValues array
polymorphicForeignKey boolean
precision integer
queryByDistance boolean
referenceTargetField ['string', 'null']
referenceTo array
relationshipName ['string', 'null']
relationshipOrder ['string', 'null']
restrictedDelete boolean
restrictedPicklist boolean
scale integer
searchPrefilterable boolean
soapType string
sortable boolean
type string
unique boolean
updateable boolean
writeRequiresMasterRead boolean
View JSON Schema on GitHub

JSON Schema

salesforce-field9-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "aggregatable": {
      "type": "boolean",
      "example": true
    },
    "aiPredictionField": {
      "type": "boolean",
      "example": true
    },
    "autoNumber": {
      "type": "boolean",
      "example": true
    },
    "byteLength": {
      "type": "integer",
      "example": 10
    },
    "calculated": {
      "type": "boolean",
      "example": true
    },
    "calculatedFormula": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "cascadeDelete": {
      "type": "boolean",
      "example": true
    },
    "caseSensitive": {
      "type": "boolean",
      "example": true
    },
    "compoundFieldName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "controllerName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "createable": {
      "type": "boolean",
      "example": true
    },
    "custom": {
      "type": "boolean",
      "example": true
    },
    "defaultValue": {
      "type": "object",
      "example": "example_value"
    },
    "defaultValueFormula": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "defaultedOnCreate": {
      "type": "boolean",
      "example": true
    },
    "dependentPicklist": {
      "type": "boolean",
      "example": true
    },
    "deprecatedAndHidden": {
      "type": "boolean",
      "example": true
    },
    "digits": {
      "type": "integer",
      "example": 10
    },
    "displayLocationInDecimal": {
      "type": "boolean",
      "example": true
    },
    "encrypted": {
      "type": "boolean",
      "example": true
    },
    "externalId": {
      "type": "boolean",
      "example": "500123"
    },
    "extraTypeInfo": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "filterable": {
      "type": "boolean",
      "example": true
    },
    "filteredLookupInfo": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "formulaTreatNullNumberAsZero": {
      "type": "boolean",
      "example": true
    },
    "groupable": {
      "type": "boolean",
      "example": true
    },
    "highScaleNumber": {
      "type": "boolean",
      "example": true
    },
    "htmlFormatted": {
      "type": "boolean",
      "example": true
    },
    "idLookup": {
      "type": "boolean",
      "example": true
    },
    "inlineHelpText": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "label": {
      "type": "string",
      "example": "Example Title"
    },
    "length": {
      "type": "integer",
      "example": 10
    },
    "mask": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "maskType": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "nameField": {
      "type": "boolean",
      "example": true
    },
    "namePointing": {
      "type": "boolean",
      "example": true
    },
    "nillable": {
      "type": "boolean",
      "example": true
    },
    "permissionable": {
      "type": "boolean",
      "example": true
    },
    "picklistValues": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object"
      }
    },
    "polymorphicForeignKey": {
      "type": "boolean",
      "example": true
    },
    "precision": {
      "type": "integer",
      "example": 10
    },
    "queryByDistance": {
      "type": "boolean",
      "example": true
    },
    "referenceTargetField": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "referenceTo": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "relationshipName": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "relationshipOrder": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "restrictedDelete": {
      "type": "boolean",
      "example": true
    },
    "restrictedPicklist": {
      "type": "boolean",
      "example": true
    },
    "scale": {
      "type": "integer",
      "example": 10
    },
    "searchPrefilterable": {
      "type": "boolean",
      "example": true
    },
    "soapType": {
      "type": "string",
      "example": "example_value"
    },
    "sortable": {
      "type": "boolean",
      "example": true
    },
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "unique": {
      "type": "boolean",
      "example": true
    },
    "updateable": {
      "type": "boolean",
      "example": true
    },
    "writeRequiresMasterRead": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "aggregatable",
    "aiPredictionField",
    "autoNumber",
    "byteLength",
    "calculated",
    "calculatedFormula",
    "cascadeDelete",
    "caseSensitive",
    "compoundFieldName",
    "controllerName",
    "createable",
    "custom",
    "defaultValue",
    "defaultValueFormula",
    "defaultedOnCreate",
    "dependentPicklist",
    "deprecatedAndHidden",
    "digits",
    "displayLocationInDecimal",
    "encrypted",
    "externalId",
    "extraTypeInfo",
    "filterable",
    "filteredLookupInfo",
    "formulaTreatNullNumberAsZero",
    "groupable",
    "highScaleNumber",
    "htmlFormatted",
    "idLookup",
    "inlineHelpText",
    "label",
    "length",
    "mask",
    "maskType",
    "name",
    "nameField",
    "namePointing",
    "nillable",
    "permissionable",
    "picklistValues",
    "polymorphicForeignKey",
    "precision",
    "queryByDistance",
    "referenceTargetField",
    "referenceTo",
    "relationshipName",
    "relationshipOrder",
    "restrictedDelete",
    "restrictedPicklist",
    "scale",
    "searchPrefilterable",
    "soapType",
    "sortable",
    "type",
    "unique",
    "updateable",
    "writeRequiresMasterRead"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Field9"
}