Salesforce · JSON Structure

Salesforce Successful Files Shares Link Structure

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

SuccessfulFilesSharesLink 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

expirationDate fileViewUrl isPasswordRequired password sharingType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulFilesSharesLink",
  "properties": {
    "expirationDate": {
      "type": "['string', 'null']"
    },
    "fileViewUrl": {
      "type": "string"
    },
    "isPasswordRequired": {
      "type": "boolean"
    },
    "password": {
      "type": "['string', 'null']"
    },
    "sharingType": {
      "type": "string"
    }
  },
  "required": [
    "expirationDate",
    "fileViewUrl",
    "isPasswordRequired",
    "password",
    "sharingType"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}