Skip to content

Commit

Permalink
remove propensity from payload
Browse files Browse the repository at this point in the history
  • Loading branch information
harleensahni committed Jul 27, 2018
1 parent 33386f1 commit 929eb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions schemas/context/segmentmembership.example.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"xdm:validUntil" : "2017-12-26T15:52:25+00:00",
"xdm:status" : "realized",
"xdm:payload": {
"xdm:payloadPropensityValue": 0.5,
"xdm:payloadType": "propensity"
"xdm:payloadNumberValue": 42,
"xdm:payloadType": "number"
}
}

19 changes: 0 additions & 19 deletions schemas/context/segmentmembership.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,6 @@
},
"required": ["xdm:payloadNumberValue", "xdm:payloadType"]
},
{
"type": "object",
"properties": {
"xdm:payloadPropensityValue": {
"title": "Value",
"type": "number",
"description": "The propensity",
"minimum": 0,
"maximum": 1
},
"xdm:payloadType": {
"title": "Payload Type",
"type": "string",
"const": "propensity",
"description": "The type of payload."
}
},
"required": ["xdm:payloadPropensityValue", "xdm:payloadType"]
},
{
"type": "object",
"properties": {
Expand Down

0 comments on commit 929eb20

Please sign in to comment.