Salesforce · Schema

Record25

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
attributes object
SandboxName string
Status string
StartDate string
View JSON Schema on GitHub

JSON Schema

salesforce-record25-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "url": {
          "type": "string",
          "example": "https://www.example.com"
        }
      },
      "required": [
        "type",
        "url"
      ]
    },
    "SandboxName": {
      "type": "string",
      "example": "example_value"
    },
    "Status": {
      "type": "string",
      "example": "example_value"
    },
    "StartDate": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "attributes",
    "SandboxName",
    "Status",
    "StartDate"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Record25"
}