Salesforce · Schema

ApplicationJson1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
schema object
View JSON Schema on GitHub

JSON Schema

salesforce-application-json1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "schema": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        },
        "items": {
          "type": "object",
          "properties": {
            "$ref": {
              "type": "string",
              "example": "example_value"
            }
          },
          "required": [
            "$ref"
          ]
        }
      },
      "required": [
        "type",
        "items"
      ]
    }
  },
  "required": [
    "schema"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApplicationJson1"
}