Skip to content

Commit

Permalink
Aligned with 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Nov 26, 2018
1 parent 0d7e7c3 commit 5aee132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/context/identitymap.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"description": "Defines a map containing a set of end user identities, keyed on either namespace integration code or the namespace ID of the identity. The values of the map are an array, meaning that more than one identity of each namespace may be carried.",
"definitions": {
"identitymap": {
"type": "object",
"properties": {
"xdm:identityMap": {
"type": "object",
"meta:xdmType": "map",
"additionalProperties": {
"type": "array",
Expand Down

0 comments on commit 5aee132

Please sign in to comment.