Salesforce · JSON Structure

Salesforce Member Benefits Structure

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

MemberBenefits is a JSON Structure definition published by Salesforce, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

memberBenefits

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "MemberBenefits",
  "properties": {
    "memberBenefits": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "benefitId": {
            "type": "string"
          },
          "benefitName": {
            "type": "string"
          },
          "benefitTypeId": {
            "type": "string"
          },
          "benefitTypeName": {
            "type": "string"
          },
          "createdRecordId": {
            "type": "['string', 'null']"
          },
          "createdRecordName": {
            "type": "['string', 'null']"
          },
          "description": {
            "type": "['string', 'null']"
          },
          "endDate": {
            "type": "['string', 'null']"
          },
          "isActive": {
            "type": "boolean"
          },
          "memberBenefitStatus": {
            "type": "['string', 'null']"
          },
          "startDate": {
            "type": "['string', 'null']"
          }
        },
        "required": [
          "benefitId",
          "benefitName",
          "benefitTypeId",
          "benefitTypeName",
          "createdRecordId",
          "createdRecordName",
          "description",
          "endDate",
          "isActive",
          "memberBenefitStatus",
          "startDate"
        ]
      }
    }
  },
  "required": [
    "memberBenefits"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}