Salesforce · JSON Structure

Salesforce Version Structure

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

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

Properties

apiName enabled id name showExplExternally startDate steps variables versionNumber

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Version",
  "properties": {
    "apiName": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "showExplExternally": {
      "type": "boolean"
    },
    "startDate": {
      "type": "string"
    },
    "steps": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "variables": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "versionNumber": {
      "type": "integer"
    }
  },
  "required": [
    "apiName",
    "enabled",
    "id",
    "name",
    "showExplExternally",
    "startDate",
    "steps",
    "variables",
    "versionNumber"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}