Salesforce · JSON Structure

Salesforce Member Benefits1 Structure

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

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

Properties

benefitId benefitName benefitTypeId benefitTypeName createdRecordId createdRecordName description endDate isActive memberBenefitStatus startDate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "MemberBenefits1",
  "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"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}