Salesforce · Schema

AdditionalLoyaltyMemberCurrencyFields

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
Level_Before_Reset__c ['string', 'null']
View JSON Schema on GitHub

JSON Schema

salesforce-additional-loyalty-member-currency-fields-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Level_Before_Reset__c": {
      "type": "['string', 'null']",
      "example": "example_value"
    }
  },
  "required": [
    "Level_Before_Reset__c"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AdditionalLoyaltyMemberCurrencyFields"
}