Salesforce · JSON Structure

Salesforce Record25 Structure

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

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

Properties

attributes SandboxName Status StartDate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Record25",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "required": [
        "type",
        "url"
      ]
    },
    "SandboxName": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "StartDate": {
      "type": "string"
    }
  },
  "required": [
    "attributes",
    "SandboxName",
    "Status",
    "StartDate"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}