Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandey committed Jun 12, 2018
1 parent be544b3 commit ecfe6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemas/context/segmentidentity.example.1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@id": "https://data.adobe.io/entities/segmentidentity/id123",
"@id": "https://data.adobe.io/entities/segmentIdentity/id123",
"xdm:namespace": {
"xdm:code": "AA12345"
}
Expand Down
6 changes: 3 additions & 3 deletions schemas/context/segmentmembership.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"properties": {
"xdm:segmentID": {
"title": "Segment ID",
"$ref": "https://ns.adobe.com/xdm/context/segmentidentity",
"$ref": "https://ns.adobe.com/xdm/context/segmentIdentity",
"description": "The identity of the segment or snapshot definition in with the domain of the specific system that processes that type of segment."
},
"xdm:version": {
Expand All @@ -40,11 +40,11 @@
"type": "string",
"description": "Is the segment participation realized as part of the current request.",
"default": "realized",
"enum": ["existing", "realized", "left"],
"enum": ["existing", "realized", "exited"],
"meta:enum": {
"existing": "Entity continues to be in the segment",
"realized": "Entity is entering the segment",
"left": "Entity is leaving the segment"
"exited": "Entity is exiting the segment"
}
}
}
Expand Down

0 comments on commit ecfe6a4

Please sign in to comment.