Skip to content

Commit

Permalink
Corrected $id reference to match folder path.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Apr 8, 2019
1 parent d22c3fb commit 70954cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"meta:extends": [
"https://ns.adobe.com/xdm/context/record-timeseries-events",
"https://ns.adobe.com/xdm/data/record-timeseries-events",
"https://ns.adobe.com/xdm/context/identitymap",
"https://ns.adobe.com/xdm/context/profile-segmentation"
],
Expand Down
2 changes: 1 addition & 1 deletion schemas/data/record-timeseries-events.schema.json
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/xdm/context/record-timeseries-events",
"$id": "https://ns.adobe.com/xdm/data/record-timeseries-events",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Time-series Extension for Record Data",
"type": "object",
Expand Down

0 comments on commit 70954cd

Please sign in to comment.