Salesforce · Schema

Fields15

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
AccountNumber object
AccountSource object
Active__c object
AnnualRevenue object
BillingAddress object
BillingCity object
BillingCountry object
BillingGeocodeAccuracy object
BillingLatitude object
BillingLongitude object
BillingPostalCode object
BillingState object
BillingStreet object
ChannelProgramLevelName object
ChannelProgramName object
CleanStatus object
CloneSourceId object
CreatedById object
CreatedDate object
CustomerPriority__c object
DandbCompanyId object
Description object
DunsNumber object
Fax object
Id object
Industry object
IsCustomerPortal object
IsDeleted object
IsPartner object
Jigsaw object
JigsawCompanyId object
LastActivityDate object
LastModifiedById object
LastModifiedDate object
LastReferencedDate object
LastViewedDate object
MasterRecordId object
NaicsCode object
NaicsDesc object
Name object
NumberOfEmployees object
NumberofLocations__c object
OwnerId object
Ownership object
ParentId object
Phone object
PhotoUrl object
Rating object
SLAExpirationDate__c object
SLASerialNumber__c object
SLA__c object
ShippingAddress object
ShippingCity object
ShippingCountry object
ShippingGeocodeAccuracy object
ShippingLatitude object
ShippingLongitude object
ShippingPostalCode object
ShippingState object
ShippingStreet object
Sic object
SicDesc object
Site object
SystemModstamp object
TickerSymbol object
Tradestyle object
Type object
UpsellOpportunity__c object
Website object
YearStarted object
View JSON Schema on GitHub

JSON Schema

salesforce-fields15-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AccountNumber": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "AccountSource": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "Active__c": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "AnnualRevenue": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "BillingAddress": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "BillingCity": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "string",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "string",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "BillingCountry": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "string",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "string",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "BillingGeocodeAccuracy": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
          "type": "boolean",
          "example": true
        },
        "compound": {
          "type": "boolean",
          "example": true
        },
        "compoundComponentName": {
          "type": "string",
          "example": "example_value"
        },
        "compoundFieldName": {
          "type": "string",
          "example": "example_value"
        },
        "controllerName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean",
          "example": true
        },
        "custom": {
          "type": "boolean",
          "example": true
        },
        "dataType": {
          "type": "string",
          "example": "example_value"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "filterable": {
          "type": "boolean",
          "example": true
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "highScaleNumber": {
          "type": "boolean",
          "example": true
        },
        "htmlFormatted": {
          "type": "boolean",
          "example": true
        },
        "inlineHelpText": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "length": {
          "type": "integer",
          "example": 10
        },
        "nameField": {
          "type": "boolean",
          "example": true
        },
        "polymorphicForeignKey": {
          "type": "boolean",
          "example": true
        },
        "precision": {
          "type": "integer",
          "example": 10
        },
        "reference": {
          "type": "boolean",
          "example": true
        },
        "referenceTargetField": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']",
          "example": "example_value"
        },
        "required": {
          "type": "boolean",
          "example": true
        },
        "scale": {
          "type": "integer",
          "example": 10
        },
        "searchPrefilterable": {
          "type": "boolean",
          "example": true
        },
        "sortable": {
          "type": "boolean",
          "example": true
        },
        "unique": {
          "type": "boolean",
          "example": true
        },
        "updateable": {
          "type": "boolean",
          "example": true
        }
      },
      "required": [
        "apiName",
        "calculated",
        "compound",
        "compoundComponentName",
        "compoundFieldName",
        "controllerName",
        "controllingFields",
        "createable",
        "custom",
        "dataType",
        "extraTypeInfo",
        "filterable",
        "filteredLookupInfo",
        "highScaleNumber",
        "htmlFormatted",
        "inlineHelpText",
        "label",
        "length",
        "nameField",
        "polymorphicForeignKey",
        "precision",
        "reference",
        "referenceTargetField",
        "referenceToInfos",
        "relationshipName",
        "required",
        "scale",
        "searchPrefilterable",
        "sortable",
        "unique",
        "updateable"
      ]
    },
    "BillingLatitude": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string",
          "example": "example_value"
        },
        "calculated": {
   

# --- truncated at 32 KB (282 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/json-schema/salesforce-fields15-schema.json