Salesforce · JSON Structure

Salesforce Fields3 Structure

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

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

Properties

CreatedById CreatedDate DeveloperName DoesIncludeBosses DoesSendEmailToMembers Email Id LastModifiedById LastModifiedDate Name OwnerId RelatedId SystemModstamp Type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Fields3",
  "properties": {
    "CreatedById": {
      "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"
      ]
    },
    "CreatedDate": {
      "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"
      ]
    },
    "DeveloperName": {
      "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"
      ]
    },
    "DoesIncludeBosses": {
      "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"
      ]
    },
    "DoesSendEmailToMembers": {
      "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"
      ]
    },
    "Email": {
      "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"
      ]
    },
    "Id": {
      "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"
      ]
    },
    "LastModifiedById": {
      "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"
      ]
    },
    "LastModifiedDate": {
      "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"
      ]
    },
    "Name": {
      "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"
      ]
    },
    "OwnerId": {
      "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"
          }
        },
        "c

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