Salesforce · JSON Structure

Salesforce Successful Following Structure

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

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

Properties

currentPageUrl following nextPageUrl previousPageUrl total

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

JSON Structure

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