Salesforce · JSON Structure

Salesforce Field9 Structure

Type: object Properties: 57 Required: 57
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Field9 is a JSON Structure definition published by Salesforce, describing 57 properties, of which 57 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

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

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Field9",
  "properties": {
    "aggregatable": {
      "type": "boolean"
    },
    "aiPredictionField": {
      "type": "boolean"
    },
    "autoNumber": {
      "type": "boolean"
    },
    "byteLength": {
      "type": "integer"
    },
    "calculated": {
      "type": "boolean"
    },
    "calculatedFormula": {
      "type": "['string', 'null']"
    },
    "cascadeDelete": {
      "type": "boolean"
    },
    "caseSensitive": {
      "type": "boolean"
    },
    "compoundFieldName": {
      "type": "['string', 'null']"
    },
    "controllerName": {
      "type": "['string', 'null']"
    },
    "createable": {
      "type": "boolean"
    },
    "custom": {
      "type": "boolean"
    },
    "defaultValue": {
      "type": "object"
    },
    "defaultValueFormula": {
      "type": "['string', 'null']"
    },
    "defaultedOnCreate": {
      "type": "boolean"
    },
    "dependentPicklist": {
      "type": "boolean"
    },
    "deprecatedAndHidden": {
      "type": "boolean"
    },
    "digits": {
      "type": "integer"
    },
    "displayLocationInDecimal": {
      "type": "boolean"
    },
    "encrypted": {
      "type": "boolean"
    },
    "externalId": {
      "type": "boolean"
    },
    "extraTypeInfo": {
      "type": "['string', 'null']"
    },
    "filterable": {
      "type": "boolean"
    },
    "filteredLookupInfo": {
      "type": "['string', 'null']"
    },
    "formulaTreatNullNumberAsZero": {
      "type": "boolean"
    },
    "groupable": {
      "type": "boolean"
    },
    "highScaleNumber": {
      "type": "boolean"
    },
    "htmlFormatted": {
      "type": "boolean"
    },
    "idLookup": {
      "type": "boolean"
    },
    "inlineHelpText": {
      "type": "['string', 'null']"
    },
    "label": {
      "type": "string"
    },
    "length": {
      "type": "integer"
    },
    "mask": {
      "type": "['string', 'null']"
    },
    "maskType": {
      "type": "['string', 'null']"
    },
    "name": {
      "type": "string"
    },
    "nameField": {
      "type": "boolean"
    },
    "namePointing": {
      "type": "boolean"
    },
    "nillable": {
      "type": "boolean"
    },
    "permissionable": {
      "type": "boolean"
    },
    "picklistValues": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object"
      }
    },
    "polymorphicForeignKey": {
      "type": "boolean"
    },
    "precision": {
      "type": "integer"
    },
    "queryByDistance": {
      "type": "boolean"
    },
    "referenceTargetField": {
      "type": "['string', 'null']"
    },
    "referenceTo": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "relationshipName": {
      "type": "['string', 'null']"
    },
    "relationshipOrder": {
      "type": "['string', 'null']"
    },
    "restrictedDelete": {
      "type": "boolean"
    },
    "restrictedPicklist": {
      "type": "boolean"
    },
    "scale": {
      "type": "integer"
    },
    "searchPrefilterable": {
      "type": "boolean"
    },
    "soapType": {
      "type": "string"
    },
    "sortable": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "unique": {
      "type": "boolean"
    },
    "updateable": {
      "type": "boolean"
    },
    "writeRequiresMasterRead": {
      "type": "boolean"
    }
  },
  "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-structure.org/draft/2020-12/schema"
}