Salesforce · Schema

GenerateOpenAPISchema

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
href string
View JSON Schema on GitHub

JSON Schema

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