Salesforce · JSON Structure

Salesforce Result5 Structure

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

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

Properties

createdById createdByName createdDate fileName fullName id lastModifiedById lastModifiedByName lastModifiedDate namespacePrefix type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "result5",
  "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"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}