Skip to content

Latest commit

 

History

History
117 lines (60 loc) · 2.53 KB

File metadata and controls

117 lines (60 loc) · 2.53 KB

Phone Responses (Experimental, please expect breaking changes) Schema

https://ns.adobe.com/xdm/mixins/profile-responses

Use this to add various profile responses like email, postal mail etc(Experimental, please expect breaking changes).

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted fieldgroups/profile/profile-responses.schema.json

Phone Responses (Experimental, please expect breaking changes) Example

{
  "xdm:emailResponse": {
    "xdm:emailBouncedDate": "2020-04-11T05:05:05Z",
    "xdm:emailBouncedReason": "Mail Does not exist"
  }
}

Phone Responses (Experimental, please expect breaking changes) Properties

Property Type Required Defined by
xdm:emailResponse object Optional Phone Responses (Experimental, please expect breaking changes) (this schema)
* any Additional this schema allows additional properties

xdm:emailResponse

Email responses

xdm:emailResponse

  • is optional
  • type: object
  • defined in this schema

xdm:emailResponse Type

object with following properties:

Property Type Required
xdm:emailBouncedDate string Optional
xdm:emailBouncedReason string Optional
xdm:isEmailBounced boolean Optional

xdm:emailBouncedDate

Email Bounced Date

Email bounced date.

xdm:emailBouncedDate

  • is optional
  • type: string
xdm:emailBouncedDate Type

string

xdm:emailBouncedReason

Email Bounced Reason

Email bounced reason.

xdm:emailBouncedReason

  • is optional
  • type: string
xdm:emailBouncedReason Type

string

xdm:isEmailBounced

Email Bounced Indicator

Email bounced Indicator.

xdm:isEmailBounced

  • is optional
  • type: boolean
xdm:isEmailBounced Type

boolean