Salesforce · Schema
Capabilities
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| associatedActions | object | |
| bookmarks | object | |
| chatterLikes | object | |
| close | object | |
| comments | object | |
| edit | object | |
| interactions | object | |
| mute | object | |
| readBy | object | |
| status | object | |
| topics | object | |
| upDownVote | object |
JSON Schema
{
"type": "object",
"properties": {
"associatedActions": {
"type": "object",
"properties": {
"platformActionGroups": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
}
},
"required": [
"platformActionGroups"
]
},
"bookmarks": {
"type": "object",
"properties": {
"isBookmarkedByCurrentUser": {
"type": "boolean",
"example": true
}
},
"required": [
"isBookmarkedByCurrentUser"
]
},
"chatterLikes": {
"type": "object",
"properties": {
"isLikedByCurrentUser": {
"type": "boolean",
"example": true
},
"likesMessage": {
"type": "['string', 'null']",
"example": "example_value"
},
"myLike": {
"type": "['string', 'null']",
"example": "example_value"
},
"page": {
"type": "object",
"properties": {
"currentPageToken": {
"type": "integer",
"example": "CAUQAA"
},
"currentPageUrl": {
"type": "string",
"example": "https://www.example.com"
},
"items": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"nextPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"nextPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"previousPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"previousPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"total": {
"type": "integer",
"example": 42
}
},
"required": [
"currentPageToken",
"currentPageUrl",
"items",
"nextPageToken",
"nextPageUrl",
"previousPageToken",
"previousPageUrl",
"total"
]
}
},
"required": [
"isLikedByCurrentUser",
"likesMessage",
"myLike",
"page"
]
},
"close": {
"type": "object",
"properties": {
"canContextUserUpdateIsClosed": {
"type": "boolean",
"example": true
},
"isClosed": {
"type": "boolean",
"example": true
}
},
"required": [
"canContextUserUpdateIsClosed",
"isClosed"
]
},
"comments": {
"type": "object",
"properties": {
"page": {
"type": "object",
"properties": {
"currentPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"currentPageUrl": {
"type": "string",
"example": "https://www.example.com"
},
"items": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"nextPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"nextPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"previousPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"previousPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"total": {
"type": "integer",
"example": 42
}
},
"required": [
"currentPageToken",
"currentPageUrl",
"items",
"nextPageToken",
"nextPageUrl",
"previousPageToken",
"previousPageUrl",
"total"
]
}
},
"required": [
"page"
]
},
"edit": {
"type": "object",
"properties": {
"isEditRestricted": {
"type": "boolean",
"example": true
},
"isEditableByMeUrl": {
"type": "string",
"example": "https://www.example.com"
},
"lastEditedBy": {
"type": "['string', 'null']",
"example": "example_value"
},
"lastEditedDate": {
"type": "['string', 'null']",
"example": "example_value"
},
"latestRevision": {
"type": "integer",
"example": 10
},
"relativeLastEditedDate": {
"type": "['string', 'null']",
"example": "example_value"
}
},
"required": [
"isEditRestricted",
"isEditableByMeUrl",
"lastEditedBy",
"lastEditedDate",
"latestRevision",
"relativeLastEditedDate"
]
},
"interactions": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"example": 42
}
},
"required": [
"count"
]
},
"mute": {
"type": "object",
"properties": {
"isMutedByMe": {
"type": "boolean",
"example": true
}
},
"required": [
"isMutedByMe"
]
},
"readBy": {
"type": "object",
"properties": {
"isReadByMe": {
"type": "boolean",
"example": true
},
"lastReadDateByMe": {
"type": "string",
"example": "example_value"
},
"page": {
"type": "object",
"properties": {
"currentPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"currentPageUrl": {
"type": "string",
"example": "https://www.example.com"
},
"items": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"nextPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"nextPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"previousPageToken": {
"type": "['string', 'null']",
"example": "CAUQAA"
},
"previousPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"total": {
"type": "integer",
"example": 42
}
},
"required": [
"currentPageToken",
"currentPageUrl",
"items",
"nextPageToken",
"nextPageUrl",
"previousPageToken",
"previousPageUrl",
"total"
]
}
},
"required": [
"isReadByMe",
"lastReadDateByMe",
"page"
]
},
"status": {
"type": "object",
"properties": {
"feedEntityStatus": {
"type": "string",
"example": "example_value"
},
"isApprovableByMe": {
"type": "boolean",
"example": true
}
},
"required": [
"feedEntityStatus",
"isApprovableByMe"
]
},
"topics": {
"type": "object",
"properties": {
"canAssignTopics": {
"type": "boolean",
"example": true
},
"items": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
}
},
"required": [
"canAssignTopics",
"items"
]
},
"upDownVote": {
"type": "object",
"properties": {
"downVoteCount": {
"type": "integer",
"example": 42
},
"myVote": {
"type": "string",
"example": "example_value"
},
"upVoteCount": {
"type": "integer",
"example": 42
}
},
"required": [
"downVoteCount",
"myVote",
"upVoteCount"
]
}
},
"required": [
"associatedActions",
"bookmarks",
"chatterLikes",
"close",
"comments",
"edit",
"interactions",
"mute",
"readBy",
"status",
"topics",
"upDownVote"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Capabilities"
}