Salesforce · Schema

listMetadataResponse

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
result array
View JSON Schema on GitHub

JSON Schema

salesforce-list-metadata-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "result": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "createdById": {
            "type": "string",
            "example": "500123"
          },
          "createdByName": {
            "type": "string",
            "example": "example_value"
          },
          "createdDate": {
            "type": "string",
            "example": "example_value"
          },
          "fileName": {
            "type": "string",
            "example": "example_value"
          },
          "fullName": {
            "type": "string",
            "example": "example_value"
          },
          "id": {
            "type": "string",
            "example": "abc123"
          },
          "lastModifiedById": {
            "type": "string",
            "example": "500123"
          },
          "lastModifiedByName": {
            "type": "string",
            "example": "example_value"
          },
          "lastModifiedDate": {
            "type": "string",
            "example": "example_value"
          },
          "namespacePrefix": {
            "type": "string",
            "example": "example_value"
          },
          "type": {
            "type": "string",
            "example": "example_value"
          }
        },
        "required": [
          "createdById",
          "createdByName",
          "createdDate",
          "fileName",
          "fullName",
          "id",
          "lastModifiedById",
          "lastModifiedByName",
          "lastModifiedDate",
          "namespacePrefix",
          "type"
        ]
      }
    }
  },
  "required": [
    "result"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "listMetadataResponse"
}