Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandey committed Jun 1, 2018
1 parent ce1bf07 commit f553c30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aem_user": "packageUser",
"aem_password": "override me securely",
"markdown-importer-version": "0.0.4",
"schemas": 173
"schemas": 174
},
"scripts": {
"clean": "rm -rf docs/reference",
Expand Down
10 changes: 8 additions & 2 deletions schemas/context/segmentmembership.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,17 @@
"meta:enum": {
"existing": "Entity continues to be in the segment",
"realized": "Entity is entering the segment",
"left": "Entity is leaving the segment",
"left": "Entity is leaving the segment"
}
}
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/segmentMembership"
}
],
"meta:status": "experimental"
}

0 comments on commit f553c30

Please sign in to comment.