Salesforce · JSON Structure

Salesforce Fields6 Structure

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

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

Properties

AboutMe AccountId Address Alias BadgeText BannerPhotoId BannerPhotoUrl CallCenterId City CommunityNickname CompanyName ContactId Country CreatedById CreatedDate DefaultGroupNotificationFrequency DelegatedApproverId Department DigestFrequency Division Email EmailEncodingKey EmailPreferencesAutoBcc EmailPreferencesAutoBccStayInTouch EmailPreferencesStayInTouchReminder EmployeeNumber Extension Fax FederationIdentifier FirstName ForecastEnabled FullPhotoUrl GeocodeAccuracy Id IndividualId IsActive IsExtIndicatorVisible IsPortalEnabled IsProfilePhotoActive JigsawImportLimitOverride LanguageLocaleKey LastLoginDate LastModifiedById LastModifiedDate LastName LastPasswordChangeDate LastReferencedDate LastViewedDate Latitude LocaleSidKey

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Fields6",
  "properties": {
    "AboutMe": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "string"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "AccountId": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "apiName": {
                "type": "string"
              },
              "nameFields": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "string"
                }
              }
            },
            "required": [
              "apiName",
              "nameFields"
            ]
          }
        },
        "relationshipName": {
          "type": "string"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "Address": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "Alias": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "BadgeText": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "BannerPhotoId": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "apiName": {
                "type": "string"
              },
              "nameFields": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "string"
                }
              }
            },
            "required": [
              "apiName",
              "nameFields"
            ]
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "BannerPhotoUrl": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "CallCenterId": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "apiName": {
                "type": "string"
              },
              "nameFields": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "string"
                }
              }
            },
            "required": [
              "apiName",
              "nameFields"
            ]
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "City": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "string"
        },
        "compoundFieldName": {
          "type": "string"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "CommunityNickname": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "type": "['string', 'null']"
        },
        "compoundFieldName": {
          "type": "['string', 'null']"
        },
        "controllerName": {
          "type": "['string', 'null']"
        },
        "controllingFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "dataType": {
          "type": "string"
        },
        "extraTypeInfo": {
          "type": "['string', 'null']"
        },
        "filterable": {
          "type": "boolean"
        },
        "filteredLookupInfo": {
          "type": "['string', 'null']"
        },
        "highScaleNumber": {
          "type": "boolean"
        },
        "htmlFormatted": {
          "type": "boolean"
        },
        "inlineHelpText": {
          "type": "['string', 'null']"
        },
        "label": {
          "type": "string"
        },
        "length": {
          "type": "integer"
        },
        "nameField": {
          "type": "boolean"
        },
        "polymorphicForeignKey": {
          "type": "boolean"
        },
        "precision": {
          "type": "integer"
        },
        "reference": {
          "type": "boolean"
        },
        "referenceTargetField": {
          "type": "['string', 'null']"
        },
        "referenceToInfos": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "relationshipName": {
          "type": "['string', 'null']"
        },
        "required": {
          "type": "boolean"
        },
        "scale": {
          "type": "integer"
        },
        "searchPrefilterable": {
          "type": "boolean"
        },
        "sortable": {
          "type": "boolean"
        },
        "unique": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        }
      },
      "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"
      ]
    },
    "CompanyName": {
      "type": "object",
      "properties": {
        "apiName": {
          "type": "string"
        },
        "calculated": {
          "type": "boolean"
        },
        "compound": {
          "type": "boolean"
        },
        "compoundComponentName": {
          "t

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