Salesforce · Schema
SuccessfulUsersFilesGeneral
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| checksum | string | |
| contentHubRepository | ['string', 'null'] | |
| contentModifiedDate | string | |
| contentSize | integer | |
| contentUrl | ['string', 'null'] | |
| contentVersionId | string | |
| createdDate | string | |
| description | ['string', 'null'] | |
| downloadUrl | string | |
| externalDocumentUrl | ['string', 'null'] | |
| externalFilePermissionInformation | ['string', 'null'] | |
| fileAsset | ['string', 'null'] | |
| fileExtension | string | |
| fileType | string | |
| flashRenditionStatus | string | |
| id | string | |
| isFileAsset | boolean | |
| isInMyFileSync | boolean | |
| isMajorVersion | boolean | |
| mimeType | string | |
| moderationFlags | ['string', 'null'] | |
| modifiedDate | string | |
| motif | object | |
| mySubscription | ['string', 'null'] | |
| name | string | |
| origin | string | |
| owner | object | |
| pageCount | integer | |
| parentFolder | ['string', 'null'] | |
| pdfRenditionStatus | string | |
| publishStatus | string | |
| renditionUrl | string | |
| renditionUrl240By180 | string | |
| renditionUrl720By480 | string | |
| repositoryFileId | ['string', 'null'] | |
| repositoryFileUrl | ['string', 'null'] | |
| sharingOption | string | |
| sharingPrivacy | string | |
| sharingRole | string | |
| systemModstamp | string | |
| textPreview | ['string', 'null'] | |
| thumb120By90RenditionStatus | string | |
| thumb240By180RenditionStatus | string | |
| thumb720By480RenditionStatus | string | |
| title | string | |
| topics | object | |
| type | string | |
| url | string | |
| versionNumber | string |
JSON Schema
{
"type": "object",
"properties": {
"checksum": {
"type": "string",
"example": "example_value"
},
"contentHubRepository": {
"type": "['string', 'null']",
"example": "example_value"
},
"contentModifiedDate": {
"type": "string",
"example": "example_value"
},
"contentSize": {
"type": "integer",
"example": 10
},
"contentUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"contentVersionId": {
"type": "string",
"example": "500123"
},
"createdDate": {
"type": "string",
"example": "example_value"
},
"description": {
"type": "['string', 'null']",
"example": "A sample description."
},
"downloadUrl": {
"type": "string",
"example": "https://www.example.com"
},
"externalDocumentUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"externalFilePermissionInformation": {
"type": "['string', 'null']",
"example": "example_value"
},
"fileAsset": {
"type": "['string', 'null']",
"example": "example_value"
},
"fileExtension": {
"type": "string",
"example": "example_value"
},
"fileType": {
"type": "string",
"example": "example_value"
},
"flashRenditionStatus": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"isFileAsset": {
"type": "boolean",
"example": true
},
"isInMyFileSync": {
"type": "boolean",
"example": true
},
"isMajorVersion": {
"type": "boolean",
"example": true
},
"mimeType": {
"type": "string",
"example": "example_value"
},
"moderationFlags": {
"type": "['string', 'null']",
"example": "example_value"
},
"modifiedDate": {
"type": "string",
"example": "example_value"
},
"motif": {
"type": "object",
"properties": {
"color": {
"type": "string",
"example": "example_value"
},
"largeIconUrl": {
"type": "string",
"example": "https://www.example.com"
},
"mediumIconUrl": {
"type": "string",
"example": "https://www.example.com"
},
"smallIconUrl": {
"type": "string",
"example": "https://www.example.com"
},
"svgIconUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
}
},
"required": [
"color",
"largeIconUrl",
"mediumIconUrl",
"smallIconUrl",
"svgIconUrl"
]
},
"mySubscription": {
"type": "['string', 'null']",
"example": "example_value"
},
"name": {
"type": "string",
"example": "Example Title"
},
"origin": {
"type": "string",
"example": "example_value"
},
"owner": {
"type": "object",
"properties": {
"additionalLabel": {
"type": "['string', 'null']",
"example": "example_value"
},
"communityNickname": {
"type": "string",
"example": "example_value"
},
"companyName": {
"type": "string",
"example": "example_value"
},
"displayName": {
"type": "string",
"example": "example_value"
},
"firstName": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"isActive": {
"type": "boolean",
"example": true
},
"isInThisCommunity": {
"type": "boolean",
"example": true
},
"lastName": {
"type": "string",
"example": "example_value"
},
"motif": {
"type": "object",
"properties": {
"color": {
"type": "string",
"example": "example_value"
},
"largeIconUrl": {
"type": "string",
"example": "https://www.example.com"
},
"mediumIconUrl": {
"type": "string",
"example": "https://www.example.com"
},
"smallIconUrl": {
"type": "string",
"example": "https://www.example.com"
},
"svgIconUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
}
},
"required": [
"color",
"largeIconUrl",
"mediumIconUrl",
"smallIconUrl",
"svgIconUrl"
]
},
"mySubscription": {
"type": "['string', 'null']",
"example": "example_value"
},
"name": {
"type": "string",
"example": "Example Title"
},
"outOfOffice": {
"type": "object",
"properties": {
"message": {
"type": "string",
"example": "example_value"
}
},
"required": [
"message"
]
},
"photo": {
"type": "object",
"properties": {
"fullEmailPhotoUrl": {
"type": "string",
"example": "user@example.com"
},
"largePhotoUrl": {
"type": "string",
"example": "https://www.example.com"
},
"mediumPhotoUrl": {
"type": "string",
"example": "https://www.example.com"
},
"photoVersionId": {
"type": "string",
"example": "500123"
},
"smallPhotoUrl": {
"type": "string",
"example": "https://www.example.com"
},
"standardEmailPhotoUrl": {
"type": "string",
"example": "user@example.com"
},
"url": {
"type": "string",
"example": "https://www.example.com"
}
},
"required": [
"fullEmailPhotoUrl",
"largePhotoUrl",
"mediumPhotoUrl",
"photoVersionId",
"smallPhotoUrl",
"standardEmailPhotoUrl",
"url"
]
},
"reputation": {
"type": "['string', 'null']",
"example": "example_value"
},
"title": {
"type": "['string', 'null']",
"example": "Example Title"
},
"type": {
"type": "string",
"example": "example_value"
},
"url": {
"type": "string",
"example": "https://www.example.com"
},
"userType": {
"type": "string",
"example": "example_value"
}
},
"required": [
"additionalLabel",
"communityNickname",
"companyName",
"displayName",
"firstName",
"id",
"isActive",
"isInThisCommunity",
"lastName",
"motif",
"mySubscription",
"name",
"outOfOffice",
"photo",
"reputation",
"title",
"type",
"url",
"userType"
]
},
"pageCount": {
"type": "integer",
"example": 42
},
"parentFolder": {
"type": "['string', 'null']",
"example": "example_value"
},
"pdfRenditionStatus": {
"type": "string",
"example": "example_value"
},
"publishStatus": {
"type": "string",
"example": "example_value"
},
"renditionUrl": {
"type": "string",
"example": "https://www.example.com"
},
"renditionUrl240By180": {
"type": "string",
"example": "https://www.example.com"
},
"renditionUrl720By480": {
"type": "string",
"example": "https://www.example.com"
},
"repositoryFileId": {
"type": "['string', 'null']",
"example": "500123"
},
"repositoryFileUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"sharingOption": {
"type": "string",
"example": "example_value"
},
"sharingPrivacy": {
"type": "string",
"example": "example_value"
},
"sharingRole": {
"type": "string",
"example": "example_value"
},
"systemModstamp": {
"type": "string",
"example": "example_value"
},
"textPreview": {
"type": "['string', 'null']",
"example": "example_value"
},
"thumb120By90RenditionStatus": {
"type": "string",
"example": "example_value"
},
"thumb240By180RenditionStatus": {
"type": "string",
"example": "example_value"
},
"thumb720By480RenditionStatus": {
"type": "string",
"example": "example_value"
},
"title": {
"type": "string",
"example": "Example Title"
},
"topics": {
"type": "object",
"properties": {
"currentPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"nextPageUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"topics": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
}
},
"required": [
"currentPageUrl",
"nextPageUrl",
"topics"
]
},
"type": {
"type": "string",
"example": "example_value"
},
"url": {
"type": "string",
"example": "https://www.example.com"
},
"versionNumber": {
"type": "string",
"example": "example_value"
}
},
"required": [
"checksum",
"contentHubRepository",
"contentModifiedDate",
"contentSize",
"contentUrl",
"contentVersionId",
"createdDate",
"description",
"downloadUrl",
"externalDocumentUrl",
"externalFilePermissionInformation",
"fileAsset",
"fileExtension",
"fileType",
"flashRenditionStatus",
"id",
"isFileAsset",
"isInMyFileSync",
"isMajorVersion",
"mimeType",
"moderationFlags",
"modifiedDate",
"motif",
"mySubscription",
"name",
"origin",
"owner",
"pageCount",
"parentFolder",
"pdfRenditionStatus",
"publishStatus",
"renditionUrl",
"renditionUrl240By180",
"renditionUrl720By480",
"repositoryFileId",
"repositoryFileUrl",
"sharingOption",
"sharingPrivacy",
"sharingRole",
"systemModstamp",
"textPreview",
"thumb120By90RenditionStatus",
"thumb240By180RenditionStatus",
"thumb720By480RenditionStatus",
"title",
"topics",
"type",
"url",
"versionNumber"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessfulUsersFilesGeneral"
}