Salesforce · Schema

Scopes1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
api string
View JSON Schema on GitHub

JSON Schema

salesforce-scopes1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "api": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "api"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Scopes1"
}