Salesforce · JSON Structure

Salesforce Get Default Valuesto Clonea Record Structure

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

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

Properties

layout objectInfos record

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GetDefaultValuestoCloneaRecord",
  "properties": {
    "layout": {
      "type": "object",
      "properties": {
        "eTag": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "layoutType": {
          "type": "string"
        },
        "mode": {
          "type": "string"
        },
        "objectApiName": {
          "type": "string"
        },
        "recordTypeId": {
          "type": "string"
        },
        "saveOptions": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "sections": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "collapsible": {
                "type": "boolean"
              },
              "columns": {
                "type": "integer"
              },
              "heading": {
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "layoutRows": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "object",
                  "properties": {
                    "layoutItems": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "layoutItems"
                  ]
                }
              },
              "rows": {
                "type": "integer"
              },
              "useHeading": {
                "type": "boolean"
              }
            },
            "required": [
              "collapsible",
              "columns",
              "heading",
              "id",
              "layoutRows",
              "rows",
              "useHeading"
            ]
          }
        }
      },
      "required": [
        "eTag",
        "id",
        "layoutType",
        "mode",
        "objectApiName",
        "recordTypeId",
        "saveOptions",
        "sections"
      ]
    },
    "objectInfos": {
      "type": "object",
      "properties": {
        "Account": {
          "type": "object",
          "properties": {
            "apiName": {
              "type": "string"
            },
            "associateEntityType": {
              "type": "['string', 'null']"
            },
            "associateParentEntity": {
              "type": "['string', 'null']"
            },
            "childRelationships": {
              "type": "array",
              "description": "",
              "items": {
                "type": "object",
                "properties": {
                  "childObjectApiName": {
                    "type": "string"
                  },
                  "fieldName": {
                    "type": "string"
                  },
                  "junctionIdListNames": {
                    "type": "array",
                    "description": "",
                    "items": {
                      "type": "object"
                    }
                  },
                  "junctionReferenceTo": {
                    "type": "array",
                    "description": "",
                    "items": {
                      "type": "object"
                    }
                  },
                  "relationshipName": {
                    "type": "string"
                  }
                },
                "required": [
                  "childObjectApiName",
                  "fieldName",
                  "junctionIdListNames",
                  "junctionReferenceTo",
                  "relationshipName"
                ]
              }
            },
            "createable": {
              "type": "boolean"
            },
            "custom": {
              "type": "boolean"
            },
            "defaultRecordTypeId": {
              "type": "string"
            },
            "deletable": {
              "type": "boolean"
            },
            "dependentFields": {
              "type": "object"
            },
            "eTag": {
              "type": "string"
            },
            "feedEnabled": {
              "type": "boolean"
            },
            "fields": {
              "type": "object",
              "properties": {
                "AccountNumber": {
                  "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": "object"
                      }
                    },
                    "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"
                      }
                    },
                    "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"
                  ]
                },
                "AccountSource": {
                  "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": "object"
                      }
                    },
                    "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"
                      }
                    },
                    "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"
                  ]
                },
                "Active__c": {
                  "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": "object"
                      }
                    },
                    "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"
                      }
                    },
                    "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"
                  ]
                },
                "AnnualRevenue": {
                  "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": "object"
                      }
                    },
                    "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"
                      }
                    },
                    "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"
                  ]
                },
                "BillingAddress": {
                  "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": "object"
                      }
                    },
                    "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"
                      }
                    },
                    "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"
                  ]
                },
                "BillingCity": {
                  "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": "object"
                      }
                    },
                    "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"
                      }
                    },
                    "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",
     

# --- truncated at 32 KB (1288 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/json-structure/salesforce-get-default-valuesto-clonea-record-structure.json