Salesforce · JSON Structure

Salesforce List Metadata Response Structure

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

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

Properties

result

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "listMetadataResponse",
  "properties": {
    "result": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "createdById": {
            "type": "string"
          },
          "createdByName": {
            "type": "string"
          },
          "createdDate": {
            "type": "string"
          },
          "fileName": {
            "type": "string"
          },
          "fullName": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "lastModifiedById": {
            "type": "string"
          },
          "lastModifiedByName": {
            "type": "string"
          },
          "lastModifiedDate": {
            "type": "string"
          },
          "namespacePrefix": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "createdById",
          "createdByName",
          "createdDate",
          "fileName",
          "fullName",
          "id",
          "lastModifiedById",
          "lastModifiedByName",
          "lastModifiedDate",
          "namespacePrefix",
          "type"
        ]
      }
    }
  },
  "required": [
    "result"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}