Salesforce · Schema

Server

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

salesforce-server-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "url"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Server"
}