Salesforce · JSON Structure

Salesforce Verified Structure

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

Verified 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

isVerifiableByMe isVerified isVerifiedByAnonymized lastVerifiedByUser lastVerifiedDate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Verified",
  "properties": {
    "isVerifiableByMe": {
      "type": "boolean"
    },
    "isVerified": {
      "type": "boolean"
    },
    "isVerifiedByAnonymized": {
      "type": "['string', 'null']"
    },
    "lastVerifiedByUser": {
      "type": "['string', 'null']"
    },
    "lastVerifiedDate": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "isVerifiableByMe",
    "isVerified",
    "isVerifiedByAnonymized",
    "lastVerifiedByUser",
    "lastVerifiedDate"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}