Salesforce · Schema

Resultwithdefaultnav

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
currentPageUrl string
eTag string
navItems array
nextPageUrl ['string', 'null']
View JSON Schema on GitHub

JSON Schema

salesforce-resultwithdefaultnav-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "currentPageUrl": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "eTag": {
      "type": "string",
      "example": "example_value"
    },
    "navItems": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "nextPageUrl": {
      "type": "['string', 'null']",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "currentPageUrl",
    "eTag",
    "navItems",
    "nextPageUrl"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Resultwithdefaultnav"
}