Salesforce · JSON Structure

Salesforce Resultwithdefaultnav Structure

Type: object Properties: 4 Required: 4
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Resultwithdefaultnav is a JSON Structure definition published by Salesforce, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

currentPageUrl eTag navItems nextPageUrl

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Resultwithdefaultnav",
  "properties": {
    "currentPageUrl": {
      "type": "string"
    },
    "eTag": {
      "type": "string"
    },
    "navItems": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "nextPageUrl": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "currentPageUrl",
    "eTag",
    "navItems",
    "nextPageUrl"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}