Salesforce · Schema
SuccessfulUserProfileFeedElements
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| currentPageToken | ['string', 'null'] | |
| currentPageUrl | string | |
| elements | array | |
| isModifiedToken | ['string', 'null'] | |
| isModifiedUrl | ['string', 'null'] | |
| nextPageToken | ['string', 'null'] | |
| nextPageUrl | ['string', 'null'] | |
| updatesToken | ['string', 'null'] | |
| updatesUrl | ['string', 'null'] |
JSON Schema
{
"type": "object",
"properties": {
"currentPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"currentPageUrl": {
"type": "string",
"example": "https://www.example.com"
},
"elements": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"isModifiedToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"isModifiedUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"nextPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"nextPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"updatesToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"updatesUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
}
},
"required": [
"currentPageToken",
"currentPageUrl",
"elements",
"isModifiedToken",
"isModifiedUrl",
"nextPageToken",
"nextPageUrl",
"updatesToken",
"updatesUrl"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessfulUserProfileFeedElements"
}