Salesforce · Schema

Success1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
id string
methodName string
name string
namespace ['string', 'null']
seeAllData boolean
time integer
View JSON Schema on GitHub

JSON Schema

salesforce-success1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "methodName": {
      "type": "string",
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "namespace": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "seeAllData": {
      "type": "boolean",
      "example": true
    },
    "time": {
      "type": "integer",
      "example": 1700000000000
    }
  },
  "required": [
    "id",
    "methodName",
    "name",
    "namespace",
    "seeAllData",
    "time"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Success1"
}