Skip to content

Commit

Permalink
Corrected Schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Nov 26, 2018
1 parent 5aee132 commit d7687d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"you may not use this file except in compliance with the License. You may obtain a copy",
"of the License at https://creativecommons.org/licenses/by/4.0/"
],
"$id": "https://ns.adobe.com/experience/target/experienceevent",
"$id": "https://ns.adobe.com/experience/target/experienceevent-shared",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Adobe Target ExperienceEvent Shared Extension",
"type": "object",
Expand Down
3 changes: 1 addition & 2 deletions schemas/context/identitymap.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"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",
"type": "object",
"meta:xdmType": "map",
"additionalProperties": {
"type": "array",
Expand Down

0 comments on commit d7687d5

Please sign in to comment.