Salesforce · Schema

ProcessParameter8

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
MemberId string
MembershipNumber string
Email string
EnrollmentDate string
LastName string
View JSON Schema on GitHub

JSON Schema

salesforce-process-parameter8-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "MemberId": {
      "type": "string",
      "example": "500123"
    },
    "MembershipNumber": {
      "type": "string",
      "example": "example_value"
    },
    "Email": {
      "type": "string",
      "example": "user@example.com"
    },
    "EnrollmentDate": {
      "type": "string",
      "example": "example_value"
    },
    "LastName": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "MemberId",
    "MembershipNumber",
    "Email",
    "EnrollmentDate",
    "LastName"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessParameter8"
}