From e2f48046e1e9298e4c1136624e977dcc193b93dc Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Thu, 27 Sep 2018 12:14:20 -0700 Subject: [PATCH 01/11] first draft of identity map --- package.json | 2 +- .../context/experienceevent.example.1.json | 39 +++++++++++-------- .../context/experienceevent.example.2.json | 23 +++++++---- .../context/experienceevent.example.3.json | 15 +++---- .../context/experienceevent.example.4.json | 26 +++++++------ .../context/experienceevent.example.5.json | 26 +++++++------ .../context/experienceevent.example.6.json | 26 +++++++------ schemas/context/experienceevent.schema.json | 20 +++++++--- schemas/context/identitymap.example.1.json | 32 +++++++++++++++ schemas/context/identitymap.schema.json | 30 ++++++++++++++ schemas/context/profile.example.1.json | 28 +++++++------ schemas/context/profile.schema.json | 8 +++- 12 files changed, 192 insertions(+), 83 deletions(-) create mode 100644 schemas/context/identitymap.example.1.json create mode 100644 schemas/context/identitymap.schema.json diff --git a/package.json b/package.json index d01e3ac8f..3f5df87f6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "aem_user": "packageUser", "aem_password": "override me securely", "markdown-importer-version": "0.0.4", - "schemas": 214 + "schemas": 215 }, "scripts": { "clean": "rm -rf docs/reference", diff --git a/schemas/context/experienceevent.example.1.json b/schemas/context/experienceevent.example.1.json index 59380f8c1..379c4fa42 100644 --- a/schemas/context/experienceevent.example.1.json +++ b/schemas/context/experienceevent.example.1.json @@ -5,26 +5,31 @@ "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - }, - "https://ns.adobe.com/experience/aaid": { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:namespace": { + "xdm:code": "AVID" + } } - }, - "https://ns.adobe.com/experience/tntid": { - "xdm:id": - "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", - "xdm:namespace": { - "xdm:code": "tnt0051" + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", + "xdm:namespace": { + "xdm:code": "TNTID" + } } - } + ] }, "xdm:channel": { "@id": "https://ns.adobe.com/xdm/channels/apns", diff --git a/schemas/context/experienceevent.example.2.json b/schemas/context/experienceevent.example.2.json index eb86db7dc..16a884bb9 100644 --- a/schemas/context/experienceevent.example.2.json +++ b/schemas/context/experienceevent.example.2.json @@ -5,14 +5,23 @@ "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "@id": "https://data.adobe.io/entities/namespace/4", - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - } + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:namespace": { + "xdm:code": "AVID" + } + } + ] }, "xdm:environment": { "xdm:type": "browser", diff --git a/schemas/context/experienceevent.example.3.json b/schemas/context/experienceevent.example.3.json index b7ec331c0..83e96f4c2 100644 --- a/schemas/context/experienceevent.example.3.json +++ b/schemas/context/experienceevent.example.3.json @@ -5,14 +5,15 @@ "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "@id": "https://data.adobe.io/entities/namespace/4", - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - } + ] }, "xdm:environment": { "xdm:type": "application", diff --git a/schemas/context/experienceevent.example.4.json b/schemas/context/experienceevent.example.4.json index cdfca58fc..dce4d085b 100644 --- a/schemas/context/experienceevent.example.4.json +++ b/schemas/context/experienceevent.example.4.json @@ -1,19 +1,23 @@ { "@id": "https://data.adobe.io/experienceid-123457", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:namespace": { + "xdm:code": "AVID" + } } - } + ] }, "xdm:environment": { "xdm:browserDetails": { diff --git a/schemas/context/experienceevent.example.5.json b/schemas/context/experienceevent.example.5.json index 9946d4fae..6b390baf8 100644 --- a/schemas/context/experienceevent.example.5.json +++ b/schemas/context/experienceevent.example.5.json @@ -1,19 +1,23 @@ { "@id": "https://data.adobe.io/experienceid-123458", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:namespace": { + "xdm:code": "AVID" + } } - } + ] }, "xdm:environment": { "xdm:browserDetails": { diff --git a/schemas/context/experienceevent.example.6.json b/schemas/context/experienceevent.example.6.json index fbd08afe6..2f9f87b48 100644 --- a/schemas/context/experienceevent.example.6.json +++ b/schemas/context/experienceevent.example.6.json @@ -1,19 +1,23 @@ { "@id": "https://data.adobe.io/experienceid-123459", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:namespace": { + "xdm:code": "AVID" + } } - } + ] }, "xdm:environment": { "xdm:browserDetails": { diff --git a/schemas/context/experienceevent.schema.json b/schemas/context/experienceevent.schema.json index 883cd030d..93347d3eb 100644 --- a/schemas/context/experienceevent.schema.json +++ b/schemas/context/experienceevent.schema.json @@ -38,9 +38,15 @@ "description": "The time at which this interaction was received by a server." }, "xdm:endUserIDs": { + "meta:status": "deprecated", "title": "End User IDs", "$ref": "https://ns.adobe.com/xdm/context/enduserids", - "description": "Condensed, normalized encapsulation of all end user identifiers." + "description": "Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" + }, + "xdm:identityMap": { + "title": "Identity Map", + "$ref": "https://ns.adobe.com/xdm/context/identitymap", + "description": "map containing the set of end user identities associated with this event" }, "xdm:environment": { "title": "Environment", @@ -134,11 +140,15 @@ } } }, - "required": [ - "@id", - "xdm:timestamp", - "xdm:endUserIDs" + "oneOf":[ + { + "required": [ "@id", "xdm:timestamp", "xdm:endUserIDs" ] + }, + { + "required": [ "@id", "xdm:timestamp", "xdm:identityMap" ] + } ] + } }, "allOf": [ diff --git a/schemas/context/identitymap.example.1.json b/schemas/context/identitymap.example.1.json new file mode 100644 index 000000000..d28b62335 --- /dev/null +++ b/schemas/context/identitymap.example.1.json @@ -0,0 +1,32 @@ + { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } + }, + { + "xdm:id": "92312748749239", + "xdm:namespace": { + "xdm:code": "ECID" + } + } + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:namespace": { + "xdm:code": "AVID" + } + } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", + "xdm:namespace": { + "xdm:code": "TNTID" + } + } + ] + } \ No newline at end of file diff --git a/schemas/context/identitymap.schema.json b/schemas/context/identitymap.schema.json new file mode 100644 index 000000000..c402530c2 --- /dev/null +++ b/schemas/context/identitymap.schema.json @@ -0,0 +1,30 @@ +{ + "meta:license": [ + "Copyright 2017 Adobe Systems Incorporated. All rights reserved.", + "This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license", + "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/identitymap", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "IdentityMap", + "type": "object", + "description": "Defines a map containing a set of end user identities, keyed on 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": { + "meta:xdmType": "map", + "additionalProperties": { + "type": "array", + "items": { + "$ref": "https://ns.adobe.com/xdm/context/identity" + } + } + } + }, + "allOf": [ + { + "$ref": "#/definitions/identitymap" + } + ], + "meta:status": "experimental" +} diff --git a/schemas/context/profile.example.1.json b/schemas/context/profile.example.1.json index 3bd562a25..2ae2e0f93 100644 --- a/schemas/context/profile.example.1.json +++ b/schemas/context/profile.example.1.json @@ -1,18 +1,22 @@ { - "xdm:identities": [ - { - "xdm:id": "someone@example.com", - "xdm:namespace": { - "xdm:code": "Email" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128", + "xdm:namespace": { + "xdm:code": "ECID" + } } - }, - { - "xdm:id": "123-456", - "xdm:namespace": { - "xdm:code": "BB111" + ], + "https://data.adobe.io/entities/namespace/6": [ + { + "xdm:id": "jane@doe.com", + "xdm:namespace": { + "xdm:code": "EMAIL" + } } - } - ], + ] + }, "xdm:person": { "xdm:name": { "xdm:givenName": "Jane", diff --git a/schemas/context/profile.schema.json b/schemas/context/profile.schema.json index f57d1ae78..52998f50e 100644 --- a/schemas/context/profile.schema.json +++ b/schemas/context/profile.schema.json @@ -17,6 +17,7 @@ "profile": { "properties": { "xdm:identities": { + "meta:status": "deprecated", "title": "All User Identities", "type": "array", "items": { @@ -24,7 +25,12 @@ }, "minItems": 1, "description": - "Array of Identities. Condensed, normalized encapsulation of all end user identifiers." + "Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" + }, + "xdm:identityMap": { + "title": "Identity Map", + "$ref": "https://ns.adobe.com/xdm/context/identitymap", + "description": "map containing the set of end user identities associated with this event" }, "xdm:person": { "title": "Person", From 1c06590a7ece731315b7c6a61401ce19dbd58a43 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Fri, 16 Nov 2018 07:39:22 -0800 Subject: [PATCH 02/11] upates to identity map, including additional example --- package.json | 2 +- schemas/context/identity.schema.json | 28 ++--------- schemas/context/identityitem.example.1.json | 4 ++ schemas/context/identityitem.schema.json | 54 +++++++++++++++++++++ schemas/context/identitymap.example.1.json | 19 ++------ schemas/context/identitymap.example.2.json | 16 ++++++ schemas/context/identitymap.schema.json | 2 +- 7 files changed, 84 insertions(+), 41 deletions(-) create mode 100644 schemas/context/identityitem.example.1.json create mode 100644 schemas/context/identityitem.schema.json create mode 100644 schemas/context/identitymap.example.2.json diff --git a/package.json b/package.json index 3f5df87f6..24fcd2504 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "aem_user": "packageUser", "aem_password": "override me securely", "markdown-importer-version": "0.0.4", - "schemas": 215 + "schemas": 216 }, "scripts": { "clean": "rm -rf docs/reference", diff --git a/schemas/context/identity.schema.json b/schemas/context/identity.schema.json index 15b69fd65..8791da4b8 100644 --- a/schemas/context/identity.schema.json +++ b/schemas/context/identity.schema.json @@ -10,16 +10,12 @@ "title": "Identity", "type": "object", "meta:extensible": true, + "meta:extends": ["https://ns.adobe.com/xdm/context/identityitem"], "description": "Identity is used to clearly distinguish people that are interacting with digital experiences. Identity is established by an identity provider, which itself is referenced in the `namespace` attribute. Within each `namespace`, the identity is unique.", "definitions": { "identity": { "properties": { - "xdm:id": { - "title": "Identifier", - "type": "string", - "description": "Identity of the consumer in the related namespace." - }, "xdm:namespace": { "title": "Namespace", "$ref": "https://ns.adobe.com/xdm/context/namespace", @@ -31,25 +27,6 @@ "type": "string", "description": "When present, this value represents a cross-namespace identifier that is unique across all namespace-scoped identifiers in all namespaces." - }, - "xdm:authenticatedState": { - "description": - "The state this identity is authenticated as for this observed ExperienceEvent.", - "type": "string", - "default": "ambiguous", - "enum": ["ambiguous", "authenticated", "loggedOut"], - "meta:enum": { - "ambiguous": "Ambiguous", - "authenticated": "User identified by a login or simular action that was valid at the time of the event observation.", - "loggedOut": "User was identified by a login action at some point of time previously, but is not currently logged in." - } - }, - "xdm:primary": { - "title": "Primary", - "type": "boolean", - "default": false, - "description": - "Indicates this identity is the preferred identity. Is used as a hint to help systems better organize how identities are queried." } } } @@ -58,6 +35,9 @@ { "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" }, + { + "$ref": "https://ns.adobe.com/xdm/context/identityitem#/definitions/identityitem" + }, { "$ref": "#/definitions/identity" } diff --git a/schemas/context/identityitem.example.1.json b/schemas/context/identityitem.example.1.json new file mode 100644 index 000000000..4db2c9957 --- /dev/null +++ b/schemas/context/identityitem.example.1.json @@ -0,0 +1,4 @@ +{ + "xdm:id": "id123", + "xdm:authenticatedState": "ambiguous" +} diff --git a/schemas/context/identityitem.schema.json b/schemas/context/identityitem.schema.json new file mode 100644 index 000000000..886757fe6 --- /dev/null +++ b/schemas/context/identityitem.schema.json @@ -0,0 +1,54 @@ +{ + "meta:license": [ + "Copyright 2017 Adobe Systems Incorporated. All rights reserved.", + "This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license", + "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/identityitem", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Identity Item", + "type": "object", + "meta:extensible": true, + "description": + "An end-user identity item, to be included in an instance of `context/identitymap`", + "definitions": { + "identityitem": { + "properties": { + "xdm:id": { + "title": "Identifier", + "type": "string", + "description": "Identity of the consumer in the related namespace." + }, + "xdm:authenticatedState": { + "description": + "The state this identity is authenticated as for this observed ExperienceEvent.", + "type": "string", + "default": "ambiguous", + "enum": ["ambiguous", "authenticated", "loggedOut"], + "meta:enum": { + "ambiguous": "Ambiguous", + "authenticated": "User identified by a login or simular action that was valid at the time of the event observation.", + "loggedOut": "User was identified by a login action at some point of time previously, but is not currently logged in." + } + }, + "xdm:primary": { + "title": "Primary", + "type": "boolean", + "default": false, + "description": + "Indicates this identity is the preferred identity. Is used as a hint to help systems better organize how identities are queried." + } + } + } + }, + "allOf": [ + { + "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" + }, + { + "$ref": "#/definitions/identityitem" + } + ], + "meta:status": "experimental" +} diff --git a/schemas/context/identitymap.example.1.json b/schemas/context/identitymap.example.1.json index d28b62335..521bbdaa5 100644 --- a/schemas/context/identitymap.example.1.json +++ b/schemas/context/identitymap.example.1.json @@ -1,32 +1,21 @@ { "https://data.adobe.io/entities/namespace/4": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" }, { - "xdm:id": "92312748749239", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749239" } ], "https://data.adobe.io/entities/namespace/10": [ { "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } + "xdm:authenticatedState": "authenticated" } ], "https://data.adobe.io/entities/namespace/9": [ { - "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", - "xdm:namespace": { - "xdm:code": "TNTID" - } + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" } ] } \ No newline at end of file diff --git a/schemas/context/identitymap.example.2.json b/schemas/context/identitymap.example.2.json new file mode 100644 index 000000000..35a00c233 --- /dev/null +++ b/schemas/context/identitymap.example.2.json @@ -0,0 +1,16 @@ + { + "EMAIL": [ + { + "xdm:id": "92312748749128" + }, + { + "xdm:id": "92312748749239" + } + ], + "CRM": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:authenticatedState": "authenticated" + } + ] + } \ No newline at end of file diff --git a/schemas/context/identitymap.schema.json b/schemas/context/identitymap.schema.json index c402530c2..caedfc77b 100644 --- a/schemas/context/identitymap.schema.json +++ b/schemas/context/identitymap.schema.json @@ -16,7 +16,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "https://ns.adobe.com/xdm/context/identity" + "$ref": "https://ns.adobe.com/xdm/context/identityitem" } } } From 06b5df2c08597c3408bf93c0d8f9deb251906e75 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Fri, 16 Nov 2018 08:04:50 -0800 Subject: [PATCH 03/11] updating examples --- .../context/experienceevent.example.1.json | 42 +++++-------------- .../context/experienceevent.example.2.json | 14 ++----- .../context/experienceevent.example.3.json | 5 +-- .../context/experienceevent.example.4.json | 10 +---- .../context/experienceevent.example.5.json | 10 +---- .../context/experienceevent.example.6.json | 10 +---- schemas/context/identitymap.schema.json | 2 +- schemas/context/profile.example.1.json | 14 ++----- schemas/context/profilestitch.example.1.json | 17 +++----- schemas/context/profilestitch.schema.json | 12 ++---- 10 files changed, 36 insertions(+), 100 deletions(-) diff --git a/schemas/context/experienceevent.example.1.json b/schemas/context/experienceevent.example.1.json index 379c4fa42..9f14ea9a8 100644 --- a/schemas/context/experienceevent.example.1.json +++ b/schemas/context/experienceevent.example.1.json @@ -8,26 +8,17 @@ "xdm:identityMap": { "https://data.adobe.io/entities/namespace/4": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ], "https://data.adobe.io/entities/namespace/10": [ { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } + "xdm:id": "2394509340-30453470347" } ], "https://data.adobe.io/entities/namespace/9": [ { - "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", - "xdm:namespace": { - "xdm:code": "TNTID" - } + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" } ] }, @@ -129,26 +120,13 @@ } }, "xdm:version": "1.0", - "xdm:identities": [ - { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - { - "xdm:id": "62312748749321", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - { - "xdm:id": "49312748749132", - "xdm:namespace": { - "xdm:code": "ECID" - } - } - ] + "xdm:identityNap": { + "ECID": [ + { "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" }, + { "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" }, + { "xdm:id": "https://data.adobe.io/entities/identity/49312748749132" } + ] + } } ], "xdm:segmentMemberships": [ diff --git a/schemas/context/experienceevent.example.2.json b/schemas/context/experienceevent.example.2.json index 16a884bb9..918e28c32 100644 --- a/schemas/context/experienceevent.example.2.json +++ b/schemas/context/experienceevent.example.2.json @@ -6,20 +6,14 @@ }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", "xdm:identityMap": { - "https://data.adobe.io/entities/namespace/4": [ + "ECID": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ], - "https://data.adobe.io/entities/namespace/10": [ + "AVID": [ { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } + "xdm:id": "2394509340-30453470347" } ] }, diff --git a/schemas/context/experienceevent.example.3.json b/schemas/context/experienceevent.example.3.json index 83e96f4c2..fbaf399cd 100644 --- a/schemas/context/experienceevent.example.3.json +++ b/schemas/context/experienceevent.example.3.json @@ -8,10 +8,7 @@ "xdm:identityMap": { "https://data.adobe.io/entities/namespace/4": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ] }, diff --git a/schemas/context/experienceevent.example.4.json b/schemas/context/experienceevent.example.4.json index dce4d085b..5dec1a7fe 100644 --- a/schemas/context/experienceevent.example.4.json +++ b/schemas/context/experienceevent.example.4.json @@ -4,18 +4,12 @@ "xdm:identityMap": { "https://data.adobe.io/entities/namespace/4": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ], "https://data.adobe.io/entities/namespace/10": [ { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } + "xdm:id": "2394509340-30453470347" } ] }, diff --git a/schemas/context/experienceevent.example.5.json b/schemas/context/experienceevent.example.5.json index 6b390baf8..70239dedd 100644 --- a/schemas/context/experienceevent.example.5.json +++ b/schemas/context/experienceevent.example.5.json @@ -4,18 +4,12 @@ "xdm:identityMap": { "https://data.adobe.io/entities/namespace/4": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ], "https://data.adobe.io/entities/namespace/10": [ { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } + "xdm:id": "2394509340-30453470347" } ] }, diff --git a/schemas/context/experienceevent.example.6.json b/schemas/context/experienceevent.example.6.json index 2f9f87b48..8010b8fbd 100644 --- a/schemas/context/experienceevent.example.6.json +++ b/schemas/context/experienceevent.example.6.json @@ -4,18 +4,12 @@ "xdm:identityMap": { "https://data.adobe.io/entities/namespace/4": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ], "https://data.adobe.io/entities/namespace/10": [ { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } + "xdm:id": "2394509340-30453470347" } ] }, diff --git a/schemas/context/identitymap.schema.json b/schemas/context/identitymap.schema.json index caedfc77b..dbaec1e7e 100644 --- a/schemas/context/identitymap.schema.json +++ b/schemas/context/identitymap.schema.json @@ -9,7 +9,7 @@ "$schema": "http://json-schema.org/draft-06/schema#", "title": "IdentityMap", "type": "object", - "description": "Defines a map containing a set of end user identities, keyed on 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.", + "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": { "meta:xdmType": "map", diff --git a/schemas/context/profile.example.1.json b/schemas/context/profile.example.1.json index 2ae2e0f93..e3051119d 100644 --- a/schemas/context/profile.example.1.json +++ b/schemas/context/profile.example.1.json @@ -1,19 +1,13 @@ { "xdm:identityMap": { - "https://data.adobe.io/entities/namespace/4": [ + "ECID": [ { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } + "xdm:id": "92312748749128" } ], - "https://data.adobe.io/entities/namespace/6": [ + "EMAIL": [ { - "xdm:id": "jane@doe.com", - "xdm:namespace": { - "xdm:code": "EMAIL" - } + "xdm:id": "jane@doe.com" } ] }, diff --git a/schemas/context/profilestitch.example.1.json b/schemas/context/profilestitch.example.1.json index 4f0a22bc3..ce579e7b5 100644 --- a/schemas/context/profilestitch.example.1.json +++ b/schemas/context/profilestitch.example.1.json @@ -6,17 +6,12 @@ } }, "xdm:version": "1.0", - "xdm:endUserIds": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "https://data.adobe.io/entities/identity/92312748749128", - "additionalIDs": [ - "https://data.adobe.io/entities/identity/62312748749321", - "https://data.adobe.io/entities/identity/49312748749132" - ], - "xdm:namespace": { - "xdm:code": "ECID" - } - } + "xdm:identityNap": { + "ECID": [ + { "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" }, + { "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" }, + { "xdm:id": "https://data.adobe.io/entities/identity/49312748749132" } + ] } } diff --git a/schemas/context/profilestitch.schema.json b/schemas/context/profilestitch.schema.json index f3e41334c..0d5757bea 100644 --- a/schemas/context/profilestitch.schema.json +++ b/schemas/context/profilestitch.schema.json @@ -23,14 +23,10 @@ "type": "string", "description": "The version of the profile stitch definition used. Useful for debugging." }, - "xdm:identities": { - "title": "All User Identities", - "type": "array", - "items": { - "$ref": "https://ns.adobe.com/xdm/context/identity" - }, - "minItems": 1, - "description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers." + "xdm:identityMap": { + "title": "Identity Map", + "$ref": "https://ns.adobe.com/xdm/context/identitymap", + "description": "map containing the set of end user identities associated with this event" }, "xdm:endUserIDs": { "meta:status": "deprecated", From e3aaf4d47e010e2c4a1550bb1dac36e75c7f4240 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Tue, 20 Nov 2018 13:41:22 -0800 Subject: [PATCH 04/11] Update experienceevent.schema.json temporarily relax required fields to aide in transition to identityMap --- schemas/context/experienceevent.schema.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/schemas/context/experienceevent.schema.json b/schemas/context/experienceevent.schema.json index 93347d3eb..f46c74485 100644 --- a/schemas/context/experienceevent.schema.json +++ b/schemas/context/experienceevent.schema.json @@ -139,16 +139,7 @@ "$ref": "https://ns.adobe.com/xdm/context/segmentmembershipitem" } } - }, - "oneOf":[ - { - "required": [ "@id", "xdm:timestamp", "xdm:endUserIDs" ] - }, - { - "required": [ "@id", "xdm:timestamp", "xdm:identityMap" ] - } - ] - + } } }, "allOf": [ From b85efb2d82b0a3fc4a698a4d0b4404af890423e8 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Wed, 21 Nov 2018 09:49:03 -0800 Subject: [PATCH 05/11] Update experienceevent.example.1.json --- schemas/context/experienceevent.example.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/context/experienceevent.example.1.json b/schemas/context/experienceevent.example.1.json index 9f14ea9a8..e2d90c099 100644 --- a/schemas/context/experienceevent.example.1.json +++ b/schemas/context/experienceevent.example.1.json @@ -120,7 +120,7 @@ } }, "xdm:version": "1.0", - "xdm:identityNap": { + "xdm:identityMap": { "ECID": [ { "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" }, { "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" }, From 7f3eff93ab5b8108ba5d039d130c116f621796d9 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Wed, 21 Nov 2018 09:51:06 -0800 Subject: [PATCH 06/11] Update profilestitch.example.1.json --- schemas/context/profilestitch.example.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/context/profilestitch.example.1.json b/schemas/context/profilestitch.example.1.json index ce579e7b5..06bac8a16 100644 --- a/schemas/context/profilestitch.example.1.json +++ b/schemas/context/profilestitch.example.1.json @@ -6,7 +6,7 @@ } }, "xdm:version": "1.0", - "xdm:identityNap": { + "xdm:identityMap": { "ECID": [ { "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" }, { "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" }, From ba8e4bf4f81061dc8ab818d1686cf3b0392e6acd Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 21 Nov 2018 18:00:25 +0000 Subject: [PATCH 07/11] [ci skip] updating documentation --- STABILIZING.md | 432 ++++++++--------- docs/reference/README.md | 80 ++-- .../descriptors/itemselector.schema.json | 4 +- .../common/descriptors/itemselector.schema.md | 4 +- .../common/eventenvelope.schema.json | 32 +- docs/reference/common/eventenvelope.schema.md | 32 +- docs/reference/common/extensible.schema.json | 28 +- docs/reference/common/extensible.schema.md | 34 +- docs/reference/common/geo.schema.json | 14 +- docs/reference/common/geo.schema.md | 20 +- docs/reference/common/page.schema.json | 2 +- docs/reference/common/page.schema.md | 2 +- .../context/experienceevent.schema.json | 430 ++++++++--------- .../context/experienceevent.schema.md | 444 +++++++++--------- docs/reference/context/identity.schema.json | 32 +- docs/reference/context/identity.schema.md | 13 +- .../context/identityitem.schema.json | 61 +++ docs/reference/context/identityitem.schema.md | 94 ++++ .../reference/context/identitymap.schema.json | 69 +++ docs/reference/context/identitymap.schema.md | 58 +++ .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 12 +- docs/reference/context/person.schema.json | 4 +- docs/reference/context/person.schema.md | 4 +- docs/reference/context/profile.schema.json | 30 +- docs/reference/context/profile.schema.md | 45 +- .../context/profilestitch.schema.json | 33 +- .../reference/context/profilestitch.schema.md | 45 +- .../external/hal/hal-link.schema.json | 6 +- .../reference/external/hal/hal-link.schema.md | 6 +- .../external/repo/directory.schema.json | 12 +- .../external/repo/directory.schema.md | 12 +- 32 files changed, 1189 insertions(+), 915 deletions(-) create mode 100644 docs/reference/context/identityitem.schema.json create mode 100644 docs/reference/context/identityitem.schema.md create mode 100644 docs/reference/context/identitymap.schema.json create mode 100644 docs/reference/context/identitymap.schema.md diff --git a/STABILIZING.md b/STABILIZING.md index bf006a952..b3f2d9d72 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Fri Nov 02 2018 17:14:51 GMT+0000 (UTC)**_ +_Generated on **Wed Nov 21 2018 18:00:25 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -13,226 +13,228 @@ _Generated on **Fri Nov 02 2018 17:14:51 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/assets/aggregated-asset](schemas/assets/aggregated-asset.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/artboard](schemas/assets/artboard.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/asset](schemas/assets/asset.schema.json)|experimental|**234**|**100**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/font](schemas/assets/font.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/image](schemas/assets/image.schema.json)|experimental|**234**|**100**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [f19e4ce](https://github.com/adobe/xdm/commit/f19e4ce6a6ba34a627fe36ce5085e9a5d2aee3b9 "Remove definition of xmp:numberOfPixels") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/layer-group](schemas/assets/layer-group.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/layer](schemas/assets/layer.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/resource-event](schemas/assets/resource-event.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/variable-unit-rectangular](schemas/assets/variable-unit-rectangular.schema.json)|experimental|**234**|**212**|[c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/video](schemas/assets/video.schema.json)|experimental|**234**|**100**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/adm](schemas/channels/adm.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/agency](schemas/channels/agency.schema.json)|experimental|**211**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| -|[schemas/channels/apns](schemas/channels/apns.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/application](schemas/channels/application.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/baidu](schemas/channels/baidu.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/channel](schemas/channels/channel.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/direct-mail](schemas/channels/direct-mail.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/email](schemas/channels/email.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/facebook-feed](schemas/channels/facebook-feed.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/fax](schemas/channels/fax.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/gcm](schemas/channels/gcm.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/line](schemas/channels/line.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/mobile-app](schemas/channels/mobile-app.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/mpns](schemas/channels/mpns.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/phone](schemas/channels/phone.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/sms](schemas/channels/sms.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/twitter-feed](schemas/channels/twitter-feed.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/web](schemas/channels/web.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/wechat](schemas/channels/wechat.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/wns](schemas/channels/wns.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/auditable](schemas/common/auditable.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/descriptors/itemselector](schemas/common/descriptors/itemselector.schema.json)|experimental|**156**|**156**|[9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| -|[schemas/common/descriptors/relationshipdescriptor](schemas/common/descriptors/relationshipdescriptor.schema.json)|experimental|**146**|**146**|[7c5cb52](https://github.com/adobe/xdm/commit/7c5cb528c610e9a55adae135c392884368e8bcf0 "adding relationship descriptor definition")| -|[schemas/common/descriptors/schemadescriptor](schemas/common/descriptors/schemadescriptor.schema.json)|experimental|**156**|**72**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| -|[schemas/common/event/created](schemas/common/event/created.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/deleted](schemas/common/event/deleted.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/emitted](schemas/common/event/emitted.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/published](schemas/common/event/published.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/rejected](schemas/common/event/rejected.schema.json)|experimental|**234**|**234**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/unpublished](schemas/common/event/unpublished.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/updated](schemas/common/event/updated.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/eventenvelope](schemas/common/eventenvelope.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/geo](schemas/common/geo.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/geounit](schemas/common/geounit.schema.json)|experimental|**172**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| -|[schemas/common/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/orgunit](schemas/common/orgunit.schema.json)|experimental|**172**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [a522a43](https://github.com/adobe/xdm/commit/a522a43b47ca4fa9dd433ab7b9c8547b0b797580 "Merge branch 'add-org-geoUnit' of github.com:saurabhere/xdm into add-org-geoUnit") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [97b546c](https://github.com/adobe/xdm/commit/97b546cc359ddd1c1db2dfecb12d030c17787501 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| -|[schemas/common/page](schemas/common/page.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/principal](schemas/common/principal.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/selfservice](schemas/common/selfservice.schema.json)|experimental|**234**|**220**|[4d36de1](https://github.com/adobe/xdm/commit/4d36de106f4882f363e678ce46a71de32d5e1729 "Update 'xdm/selfservice' to 'xdm/common/selfservice'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/component-container](schemas/content/component-container.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/componentized-page](schemas/content/componentized-page.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/content](schemas/content/content.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/page-component](schemas/content/page-component.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/product](schemas/content/product.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/productlistitem](schemas/content/productlistitem.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository-policies/encryption](schemas/content/repository-policies/encryption.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository-policies/quota](schemas/content/repository-policies/quota.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository-policies/versioning](schemas/content/repository-policies/versioning.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository](schemas/content/repository.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/advertising-break](schemas/context/advertising-break.schema.json)|experimental|**134**|17|[df74f20](https://github.com/adobe/xdm/commit/df74f20b4ef2f790f8fc314a918c824346e1305d "Remove the requirement for offset in advertising break") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| -|[schemas/context/advertising-timed-asset-reference](schemas/context/advertising-timed-asset-reference.schema.json)|experimental|**134**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| -|[schemas/context/advertising-timed-asset-view-details](schemas/context/advertising-timed-asset-view-details.schema.json)|experimental|**134**|**114**|[0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [94a3b87](https://github.com/adobe/xdm/commit/94a3b8745bad39081367b601206d47dc81fd77ee "typo") [e910ee7](https://github.com/adobe/xdm/commit/e910ee7481f505cc0abe3c0b4beb6307f8d115f8 "typo") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| -|[schemas/context/beacon-interaction-details](schemas/context/beacon-interaction-details.schema.json)|experimental|**174**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| -|[schemas/context/geo-interaction-details](schemas/context/geo-interaction-details.schema.json)|experimental|**174**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [15c35c6](https://github.com/adobe/xdm/commit/15c35c6239f405117d04d0bf3882f1267cab16c6 "added geo shape") [0cad970](https://github.com/adobe/xdm/commit/0cad970cc08a1f6b0f20f01190dc693e2a45f1b3 "Typo") [b1eda75](https://github.com/adobe/xdm/commit/b1eda7572aa006ee0c704497809eaa02b9a5220c "Typos") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| -|[schemas/context/media-timed-asset-reference](schemas/context/media-timed-asset-reference.schema.json)|experimental|**135**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.") [443cd81](https://github.com/adobe/xdm/commit/443cd812be9e066b9d8d2ce314e1fdc7dc1c4d42 "Moved airDate and digitalDate out of this PR and into a future one so that we can have more time to review and get it right.") [e9ac45a](https://github.com/adobe/xdm/commit/e9ac45ad37b604c5a69d42e8c9d72db16ac5cf5b "Moved ShowName and assetID to be an IPTC Series structure. 'iptc4xmpExt:Series': { 'iptc4xmpExt:Name': 'nba_highlights', 'iptc4xmpExt:Identifier': 'http://espn.com/series-identifiers/2613953', },") [d42e603](https://github.com/adobe/xdm/commit/d42e603a0bcb8494739a72bca621605ce1945438 "Changed the title of @id from 'Content ID' to 'Asset ID'") [e8c7907](https://github.com/adobe/xdm/commit/e8c7907e1788d9c45736ba73ec1a568d455048d0 "Corrected types") [4736e5f](https://github.com/adobe/xdm/commit/4736e5f5a8030258a1eabb2f2d4b9869bc6f7e49 "Corrected all examples with the complex itpc schema usage") [7903fab](https://github.com/adobe/xdm/commit/7903fabb6a5fa96aac288c6845b887170e384cea "Correcte the iptc4xmpExt adoption as they are mostly complex objects") [2388ddc](https://github.com/adobe/xdm/commit/2388ddcb2b9d13dd54f92eba5a71d8c06fd626db "Fixed white spacing Improved description") [c4746c1](https://github.com/adobe/xdm/commit/c4746c1c6f1228f41fa0187ff64cb237cb1939fb "lowercase ITPC namespace and property names") [c5e4091](https://github.com/adobe/xdm/commit/c5e4091dfc4cb41745d6528b17dd5de3d77557a2 "update several properties to follow ITPC standard") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-asset-view-details](schemas/context/media-timed-asset-view-details.schema.json)|experimental|**135**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [102829d](https://github.com/adobe/xdm/commit/102829d742a6a6a7e63a5a9e848627572c78d792 "Corrected naming, removed undefined fields in example for errors. sdk->playerSDK removed vhl to put it in a different branch/PR as a vendor extension.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-chapter-asset-reference](schemas/context/media-timed-chapter-asset-reference.schema.json)|experimental|**135**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-chapter-view-details](schemas/context/media-timed-chapter-view-details.schema.json)|experimental|**135**|**127**|[1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-chapter](schemas/context/media-timed-chapter.schema.json)|experimental|**135**|**135**|[914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-qoe](schemas/context/media-timed-qoe.schema.json)|experimental|**135**|**111**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed](schemas/context/media-timed.schema.json)|experimental|**135**|**111**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media](schemas/context/media.schema.json)|experimental|**135**|**135**|[914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/optinout](schemas/context/optinout.schema.json)|experimental|**234**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/person-name](schemas/context/person-name.schema.json)|experimental|**234**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9056b22](https://github.com/adobe/xdm/commit/9056b225d9238e13a4d09797aab71e506ccc55a5 "[trivial] fix formatting") [6743faf](https://github.com/adobe/xdm/commit/6743fafe89f32b2f94e99588399a8e12e478ee72 "Updated descriptions of firstName and lastName - reflect that they are for the first and last fragement of the name - mention writing order - mention compatibility - mention preference for fullName") [8063b7b](https://github.com/adobe/xdm/commit/8063b7b39b9025c0ac197fc0734949b8da6ba082 "Update the description for first name") [a97da99](https://github.com/adobe/xdm/commit/a97da994decde3fa08be4665e22f1188fa111669 "Merge branch 'master' into platform-pr-personname") [dc1f3ea](https://github.com/adobe/xdm/commit/dc1f3ea5e829908921d0d902c58011583cb90cde "reverting to last/first from given/surname") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/person](schemas/context/person.schema.json)|experimental|**65**|**65**|[f7073f7](https://github.com/adobe/xdm/commit/f7073f75b859aff6a43ec16e912cb93ad9d42b77 "create distinct fields for different cases of birth date")| -|[schemas/context/place](schemas/context/place.schema.json)|experimental|**234**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/placecontext](schemas/context/placecontext.schema.json)|experimental|**162**|3|[c0bde52](https://github.com/adobe/xdm/commit/c0bde52749c3cf66ce63f92af25b0462b89f8e98 "[543] Added xdm:localTimezoneOffset to context/placecontext") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [5ce35f6](https://github.com/adobe/xdm/commit/5ce35f6b8f3f1983a7ac938dc47c973ea7bb52ae "Added meta:status=experimantal to the new POI fields.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/poi-detail](schemas/context/poi-detail.schema.json)|experimental|**169**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [b01efa8](https://github.com/adobe/xdm/commit/b01efa84d742ebd22f2c5754ca2b2e4e082fbdb1 "Made enums open enums.") [f46f8a5](https://github.com/adobe/xdm/commit/f46f8a50ed69c5394af36426886f23b23bc416f9 "Fixed poi-detail(s) schema file name.")| -|[schemas/context/poi-interaction](schemas/context/poi-interaction.schema.json)|experimental|**185**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [d26cc0b](https://github.com/adobe/xdm/commit/d26cc0b790bee6d711fcacb9dc95c39ee895f4f8 "Added full experienceevent example Added POI detaisl construct by re-orginization. added a list of POI-details to cater for when the user is in multiple POIs at one time. Reorginized examples to support this.") [4471da2](https://github.com/adobe/xdm/commit/4471da29c730cedfd4d057fe21dfdf80bc63d66c "removed required") [8964399](https://github.com/adobe/xdm/commit/8964399c00f82655f6b65573263385c82ea164c7 "Improved descriptions Reenamed POI Identity") [f0bc7c7](https://github.com/adobe/xdm/commit/f0bc7c7a81d6f958e5c43b8548877ef96019dd74 "typo") [d18f8a2](https://github.com/adobe/xdm/commit/d18f8a2f9ecac38fb9bfcff32470061ffa3421bc "Added distance to POI center") [e2cd4df](https://github.com/adobe/xdm/commit/e2cd4df1dea6c01c7080f1deb94e50e10c63b738 "Fixed validation errors") [cfab2b0](https://github.com/adobe/xdm/commit/cfab2b0a0ed44bcf73a281164f87946e6cee351b "Created definitions for Beacons")| -|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**234**|**139**|[da028fd](https://github.com/adobe/xdm/commit/da028fd78450a22bf04becbed5349a42464d281d "Merge branch 'master' into master") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [37661e7](https://github.com/adobe/xdm/commit/37661e72e87b425eeea05b3d081132ec2907fa99 "Improved the $id of the Schema") [3be9bad](https://github.com/adobe/xdm/commit/3be9bad2d23c182b8131c92d52a4f25f65f6bf10 "Use auditable schema rather than auditlog definition only") [2f7a716](https://github.com/adobe/xdm/commit/2f7a716d675b3634ec33c48c15270b73e3880071 "Add segment membership in Profile schema") [5beaf41](https://github.com/adobe/xdm/commit/5beaf416db9384abf041d3cec8a33f1f5fb53a87 "Merge branch 'master' into add-org-geoUnit") [c2e65ed](https://github.com/adobe/xdm/commit/c2e65ed130a59070eac9d229752c802aa18d24b7 "[trivial] Update description") [fcc7374](https://github.com/adobe/xdm/commit/fcc73749e612259efc86e755b7aec514ac02caa7 "Add Test Profile notion to profile schema.") [727e2bf](https://github.com/adobe/xdm/commit/727e2bfb4f626ef784e2c75feb5afdef900c2bed "Merge branch 'master' into add-org-geoUnit") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas") [f407934](https://github.com/adobe/xdm/commit/f4079344655a12aa5a08ac19faa9de733161832b "Incorporating review comments: Adding examples for preferredLanguage, timeZone. Adding format information for timeZone. Adding enum values for addressQuality") [1a349e1](https://github.com/adobe/xdm/commit/1a349e1d950ce04dec45e177fc64f9c2af9ed5ae "Adding better descriptions for preferredLanguage, emailFormat") [f68c39e](https://github.com/adobe/xdm/commit/f68c39e8df6cb359a5ed9abfcaa7885998bd0dd9 "Making changes to accept language code in BCP-47 format, adding timezone to core XDM.") [0908546](https://github.com/adobe/xdm/commit/09085463472a7c2376898ccf209623f63450c886 "Adding language XDM schema, making changes to emailFormat enum") [468c36f](https://github.com/adobe/xdm/commit/468c36fa648b95199f8d970c3465913e57716b95 "Adding descriptions regarding preferredLanguage format, enum definition of emailFormat, changing name for profilePictureLink") [3bc46ef](https://github.com/adobe/xdm/commit/3bc46ef21b4b15602b59722bdc97658ad7a221c4 "Modifying address and profile schema for Campaign's and generic use case.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/profilestitch](schemas/context/profilestitch.schema.json)|experimental|**38**|**38**|[0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| -|[schemas/context/profilestitchidentity](schemas/context/profilestitchidentity.schema.json)|experimental|**72**|**57**|[281a7a0](https://github.com/adobe/xdm/commit/281a7a0e91499218a9401c2610fc7c12299e5cf2 "Merge branch 'master' into UpdatingAmbiguousTitles") [4d63773](https://github.com/adobe/xdm/commit/4d6377305646e187e231c6101e8a7611a21cedb8 "[trivial] Updating titles so that they no longer collide") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'")| -|[schemas/context/segmentidentity](schemas/context/segmentidentity.schema.json)|experimental|**143**|**69**|[dc23e1f](https://github.com/adobe/xdm/commit/dc23e1f662a6a0f02b21deff844a117b1336db01 "Merge branch 'master' into issue418-fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3369514](https://github.com/adobe/xdm/commit/3369514fe78c6de4fc3b71a85cec34a32651b59f "* updated title so it doesn't conflict with the title of the Identity schema") [862d713](https://github.com/adobe/xdm/commit/862d71365f9ffee46cda35b673c4cec19462e38a "Improved the $id of the Schema") [19e2ef7](https://github.com/adobe/xdm/commit/19e2ef777201edff77f5bc79340c087e182a07d4 "Updated description") [613863b](https://github.com/adobe/xdm/commit/613863bed369a1b5ed706f87c6b8bd7fd29852d9 "definition of segmentIdentity") [adb4f4a](https://github.com/adobe/xdm/commit/adb4f4a7235aa85611e0b3af8ff5a4f74c1a9bad "new datatype segmentidentity to represent segment id")| -|[schemas/context/segmentmembership](schemas/context/segmentmembership.schema.json)|experimental|**153**|**77**|[dc9c2bd](https://github.com/adobe/xdm/commit/dc9c2bdc515c8fd46fd154866fea52c9ebc945ce "making payload type required") [d9847e4](https://github.com/adobe/xdm/commit/d9847e44298a714056230327d2e783bae6c113a1 "minor refactor of segment membership schemas to be more tool friendly") [21fb957](https://github.com/adobe/xdm/commit/21fb957b7127451178613e33c06ea8dc730165c0 "Do not allow propensities of 0 in payload value. This should result in exiting the segment.") [90bdb5f](https://github.com/adobe/xdm/commit/90bdb5fdb8adfdcdffd75b5fb19ccbb59fe61d5b "Revert 'remove propensity from payload'") [929eb20](https://github.com/adobe/xdm/commit/929eb2095870d29785dc6759b01bcb65fcb68cb0 "remove propensity from payload") [33386f1](https://github.com/adobe/xdm/commit/33386f1da22b772ad03c3853bb0ba3dd9969cb3a "add string value type") [c710d85](https://github.com/adobe/xdm/commit/c710d85ba5e70090f2ff6e2c01a721a67f5f6522 "fix overwritten exit status on segment membership") [b0f944d](https://github.com/adobe/xdm/commit/b0f944dabd111424e040e38be97248f25ce1edcb "Merge branch 'payloadValueTypes' of github.com:harleensahni/xdm into payloadValueTypes") [da1a646](https://github.com/adobe/xdm/commit/da1a6463380d075dffef01e19e9fc979d5107c03 "Merge branch 'master' into payloadValueTypes") [c982776](https://github.com/adobe/xdm/commit/c98277602f5404e2bdb9f9cb54843ea5dea54d2a "Improved the ref to segmentIdentity") [3206d0b](https://github.com/adobe/xdm/commit/3206d0b1a596d0eb493ec1338aae54c0fae74f41 "Improved the $id of the Schema") [8d2440c](https://github.com/adobe/xdm/commit/8d2440ce684a6a114167c7f91302ced736d3f48f "Update segmentmembership.schema.json") [998cd80](https://github.com/adobe/xdm/commit/998cd801a56819748c0d3bcc2fb6acf5b9db0e66 "Update segmentmembership.schema.json") [8faad51](https://github.com/adobe/xdm/commit/8faad51f36343efbdcd60304d3659485a60a276c "fix formating, fix bad titles for type") [e774200](https://github.com/adobe/xdm/commit/e7742006c659a6886d94a3e7c74f88c57916ba4a "break into separate value types for payload with distinct property names") [c8dcf1e](https://github.com/adobe/xdm/commit/c8dcf1ee26ca4e060bf7a650aa59f74b5a4897f6 "Add more structured payloads") [6211461](https://github.com/adobe/xdm/commit/62114613463767d8432a1c7de1e114f2e06617b7 "First draft of values on segments in experience event with previous qualifications") [ecfe6a4](https://github.com/adobe/xdm/commit/ecfe6a4d046315fb491fcb24346cae82fb7e08df "update name") [5737256](https://github.com/adobe/xdm/commit/5737256a804ee8b573b37890c8b2943a9929b325 "new datatype segmentidentity to represent segment id") [ce8a76f](https://github.com/adobe/xdm/commit/ce8a76fcf2cd5be4644650cfbe41142be8498df9 "change timestamp to lastQualificationTime") [f553c30](https://github.com/adobe/xdm/commit/f553c3049eb45a03f2d1bfec917ad2caa1221791 "fix tests")| -|[schemas/context/segmentmembershipitem](schemas/context/segmentmembershipitem.schema.json)|experimental|**38**|**38**|[0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| -|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**234**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/bounces](schemas/data/bounces.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/cart-abandons](schemas/data/cart-abandons.schema.json)|experimental|**170**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:")| -|[schemas/data/checkouts](schemas/data/checkouts.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [7b5cfa0](https://github.com/adobe/xdm/commit/7b5cfa0638c389caf1ee643fb7d1106a8eb60a41 "typo") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/clicks](schemas/data/clicks.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [2ff212b](https://github.com/adobe/xdm/commit/2ff212be294209e2dc1c2bd4483b27b4c971ccfc "Making metric descriptions more generic.") [0fb586c](https://github.com/adobe/xdm/commit/0fb586c27d4534d08d74f3a638a912fdf895edb4 "Update clicks.schema.json") [6944cad](https://github.com/adobe/xdm/commit/6944cad9cf3cfd1dd1bde6c3a020db1b18057cde "Renaming advertising metrics from URI to xdm:{metricName}") [fe9892f](https://github.com/adobe/xdm/commit/fe9892f0671609a48682325fe6bd3ddd0d79fdd1 "Merge branch 'master' into feature-264-metrics") [44ec28f](https://github.com/adobe/xdm/commit/44ec28fcf819f500072b1dc3f65ec7c443758566 "Adding Viewabiltiy metrics") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/discount](schemas/data/discount.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/measuredadnotvisible](schemas/data/measuredadnotvisible.schema.json)|experimental|**168**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [91a56d4](https://github.com/adobe/xdm/commit/91a56d4bdd6c263940be8637408c69cfc3fece4f "Update measuredadnotvisible.schema.json") [5df9ed8](https://github.com/adobe/xdm/commit/5df9ed8f0c4ba67898a45583a8f241a0705aaae1 "Renaming advertising metrics to match styleguide")| -|[schemas/data/order](schemas/data/order.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**234**|**234**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/poi-entries](schemas/data/poi-entries.schema.json)|experimental|**185**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| -|[schemas/data/poi-exits](schemas/data/poi-exits.schema.json)|experimental|**185**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| -|[schemas/data/product-list-adds](schemas/data/product-list-adds.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-opens](schemas/data/product-list-opens.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-removals](schemas/data/product-list-removals.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-reopens](schemas/data/product-list-reopens.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-views](schemas/data/product-list-views.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-views](schemas/data/product-views.schema.json)|experimental|**234**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/activity](schemas/external/activity-streams-2/activity.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/collection-page](schemas/external/activity-streams-2/collection-page.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/collection](schemas/external/activity-streams-2/collection.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/context](schemas/external/activity-streams-2/context.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/document](schemas/external/activity-streams-2/document.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/id](schemas/external/activity-streams-2/id.schema.json)|experimental|**234**|**72**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/image](schemas/external/activity-streams-2/image.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/link](schemas/external/activity-streams-2/link.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/object](schemas/external/activity-streams-2/object.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/rdf-langstring](schemas/external/activity-streams-2/rdf-langstring.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/type](schemas/external/activity-streams-2/type.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/hal/hal-link](schemas/external/hal/hal-link.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/hal/hal](schemas/external/hal/hal.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/iptc/creator](schemas/external/iptc/creator.schema.json)|experimental|**111**|**111**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/episode](schemas/external/iptc/episode.schema.json)|experimental|**111**|**111**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/rating](schemas/external/iptc/rating.schema.json)|experimental|**111**|**111**|[f33057a](https://github.com/adobe/xdm/commit/f33057ae0fa5045eda3b6ea8da64648497d8f99b "Added rating schema") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/season](schemas/external/iptc/season.schema.json)|experimental|**111**|**111**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/series](schemas/external/iptc/series.schema.json)|experimental|**111**|**111**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/repo/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**234**|**184**|[d9ca62d](https://github.com/adobe/xdm/commit/d9ca62d328364c521c1e0e88303d93e1eee56db3 "Merge branch 'master' into simplify_ace_privilege_mapping") [142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [877b44e](https://github.com/adobe/xdm/commit/877b44e7f87b31c33deca61fedc9057eefe4d059 "Simplify representation of privileges in access control entries by always using an array.") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/accesscontrolpolicy](schemas/external/repo/accesscontrolpolicy.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/asset](schemas/external/repo/asset.schema.json)|experimental|**234**|**100**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [6d02a97](https://github.com/adobe/xdm/commit/6d02a97030057c2dfa5c40f852ef4a8a8d6b95e1 "Make assetID a plain string, as discussed in #217") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/common](schemas/external/repo/common.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/directory](schemas/external/repo/directory.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/effectiveprivileges](schemas/external/repo/effectiveprivileges.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [5027e8c](https://github.com/adobe/xdm/commit/5027e8c54930ba1a86f79c9383a27b758e14fd10 "Rename 'xdm/base/effectiveprivileges' to 'xdm/external/repo/effectiveprivileges'") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/sub-directory](schemas/external/repo/sub-directory.schema.json)|experimental|**234**|**218**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/schema/geocircle](schemas/external/schema/geocircle.schema.json)|experimental|**234**|**177**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/schema/geocoordinates](schemas/external/schema/geocoordinates.schema.json)|experimental|**234**|**72**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/schema/geoshape](schemas/external/schema/geoshape.schema.json)|experimental|**234**|**177**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/aggregated-asset](schemas/assets/aggregated-asset.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/artboard](schemas/assets/artboard.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/asset](schemas/assets/asset.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/font](schemas/assets/font.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/image](schemas/assets/image.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [f19e4ce](https://github.com/adobe/xdm/commit/f19e4ce6a6ba34a627fe36ce5085e9a5d2aee3b9 "Remove definition of xmp:numberOfPixels") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/layer-group](schemas/assets/layer-group.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/layer](schemas/assets/layer.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/resource-event](schemas/assets/resource-event.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/variable-unit-rectangular](schemas/assets/variable-unit-rectangular.schema.json)|experimental|**253**|**231**|[c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/video](schemas/assets/video.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/adm](schemas/channels/adm.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/agency](schemas/channels/agency.schema.json)|experimental|**230**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| +|[schemas/channels/apns](schemas/channels/apns.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/application](schemas/channels/application.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/baidu](schemas/channels/baidu.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/channel](schemas/channels/channel.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/direct-mail](schemas/channels/direct-mail.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/email](schemas/channels/email.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/facebook-feed](schemas/channels/facebook-feed.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/fax](schemas/channels/fax.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/gcm](schemas/channels/gcm.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/line](schemas/channels/line.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/mobile-app](schemas/channels/mobile-app.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/mpns](schemas/channels/mpns.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/phone](schemas/channels/phone.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/sms](schemas/channels/sms.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/twitter-feed](schemas/channels/twitter-feed.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/web](schemas/channels/web.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/wechat](schemas/channels/wechat.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/wns](schemas/channels/wns.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/auditable](schemas/common/auditable.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/descriptors/itemselector](schemas/common/descriptors/itemselector.schema.json)|experimental|**175**|**175**|[9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| +|[schemas/common/descriptors/relationshipdescriptor](schemas/common/descriptors/relationshipdescriptor.schema.json)|experimental|**165**|**165**|[7c5cb52](https://github.com/adobe/xdm/commit/7c5cb528c610e9a55adae135c392884368e8bcf0 "adding relationship descriptor definition")| +|[schemas/common/descriptors/schemadescriptor](schemas/common/descriptors/schemadescriptor.schema.json)|experimental|**175**|**91**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| +|[schemas/common/event/created](schemas/common/event/created.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/deleted](schemas/common/event/deleted.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/emitted](schemas/common/event/emitted.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/published](schemas/common/event/published.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/rejected](schemas/common/event/rejected.schema.json)|experimental|**253**|**253**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/unpublished](schemas/common/event/unpublished.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/updated](schemas/common/event/updated.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/eventenvelope](schemas/common/eventenvelope.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/geo](schemas/common/geo.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/geounit](schemas/common/geounit.schema.json)|experimental|**191**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| +|[schemas/common/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/orgunit](schemas/common/orgunit.schema.json)|experimental|**191**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [a522a43](https://github.com/adobe/xdm/commit/a522a43b47ca4fa9dd433ab7b9c8547b0b797580 "Merge branch 'add-org-geoUnit' of github.com:saurabhere/xdm into add-org-geoUnit") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [97b546c](https://github.com/adobe/xdm/commit/97b546cc359ddd1c1db2dfecb12d030c17787501 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| +|[schemas/common/page](schemas/common/page.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/principal](schemas/common/principal.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/selfservice](schemas/common/selfservice.schema.json)|experimental|**253**|**239**|[4d36de1](https://github.com/adobe/xdm/commit/4d36de106f4882f363e678ce46a71de32d5e1729 "Update 'xdm/selfservice' to 'xdm/common/selfservice'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/component-container](schemas/content/component-container.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/componentized-page](schemas/content/componentized-page.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/content](schemas/content/content.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/page-component](schemas/content/page-component.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/product](schemas/content/product.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/productlistitem](schemas/content/productlistitem.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository-policies/encryption](schemas/content/repository-policies/encryption.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository-policies/quota](schemas/content/repository-policies/quota.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository-policies/versioning](schemas/content/repository-policies/versioning.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository](schemas/content/repository.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/advertising-break](schemas/context/advertising-break.schema.json)|experimental|**154**|**36**|[df74f20](https://github.com/adobe/xdm/commit/df74f20b4ef2f790f8fc314a918c824346e1305d "Remove the requirement for offset in advertising break") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| +|[schemas/context/advertising-timed-asset-reference](schemas/context/advertising-timed-asset-reference.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| +|[schemas/context/advertising-timed-asset-view-details](schemas/context/advertising-timed-asset-view-details.schema.json)|experimental|**154**|**133**|[0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [94a3b87](https://github.com/adobe/xdm/commit/94a3b8745bad39081367b601206d47dc81fd77ee "typo") [e910ee7](https://github.com/adobe/xdm/commit/e910ee7481f505cc0abe3c0b4beb6307f8d115f8 "typo") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| +|[schemas/context/beacon-interaction-details](schemas/context/beacon-interaction-details.schema.json)|experimental|**193**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| +|[schemas/context/geo-interaction-details](schemas/context/geo-interaction-details.schema.json)|experimental|**193**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [15c35c6](https://github.com/adobe/xdm/commit/15c35c6239f405117d04d0bf3882f1267cab16c6 "added geo shape") [0cad970](https://github.com/adobe/xdm/commit/0cad970cc08a1f6b0f20f01190dc693e2a45f1b3 "Typo") [b1eda75](https://github.com/adobe/xdm/commit/b1eda7572aa006ee0c704497809eaa02b9a5220c "Typos") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| +|[schemas/context/identityitem](schemas/context/identityitem.schema.json)|experimental|5|5|[1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example")| +|[schemas/context/identitymap](schemas/context/identitymap.schema.json)|experimental|**54**|5|[06b5df2](https://github.com/adobe/xdm/commit/06b5df2c08597c3408bf93c0d8f9deb251906e75 "updating examples") [1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| +|[schemas/context/media-timed-asset-reference](schemas/context/media-timed-asset-reference.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.") [443cd81](https://github.com/adobe/xdm/commit/443cd812be9e066b9d8d2ce314e1fdc7dc1c4d42 "Moved airDate and digitalDate out of this PR and into a future one so that we can have more time to review and get it right.") [e9ac45a](https://github.com/adobe/xdm/commit/e9ac45ad37b604c5a69d42e8c9d72db16ac5cf5b "Moved ShowName and assetID to be an IPTC Series structure. 'iptc4xmpExt:Series': { 'iptc4xmpExt:Name': 'nba_highlights', 'iptc4xmpExt:Identifier': 'http://espn.com/series-identifiers/2613953', },") [d42e603](https://github.com/adobe/xdm/commit/d42e603a0bcb8494739a72bca621605ce1945438 "Changed the title of @id from 'Content ID' to 'Asset ID'") [e8c7907](https://github.com/adobe/xdm/commit/e8c7907e1788d9c45736ba73ec1a568d455048d0 "Corrected types") [4736e5f](https://github.com/adobe/xdm/commit/4736e5f5a8030258a1eabb2f2d4b9869bc6f7e49 "Corrected all examples with the complex itpc schema usage") [7903fab](https://github.com/adobe/xdm/commit/7903fabb6a5fa96aac288c6845b887170e384cea "Correcte the iptc4xmpExt adoption as they are mostly complex objects") [2388ddc](https://github.com/adobe/xdm/commit/2388ddcb2b9d13dd54f92eba5a71d8c06fd626db "Fixed white spacing Improved description") [c4746c1](https://github.com/adobe/xdm/commit/c4746c1c6f1228f41fa0187ff64cb237cb1939fb "lowercase ITPC namespace and property names") [c5e4091](https://github.com/adobe/xdm/commit/c5e4091dfc4cb41745d6528b17dd5de3d77557a2 "update several properties to follow ITPC standard") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-asset-view-details](schemas/context/media-timed-asset-view-details.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [102829d](https://github.com/adobe/xdm/commit/102829d742a6a6a7e63a5a9e848627572c78d792 "Corrected naming, removed undefined fields in example for errors. sdk->playerSDK removed vhl to put it in a different branch/PR as a vendor extension.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-chapter-asset-reference](schemas/context/media-timed-chapter-asset-reference.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-chapter-view-details](schemas/context/media-timed-chapter-view-details.schema.json)|experimental|**154**|**146**|[1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-chapter](schemas/context/media-timed-chapter.schema.json)|experimental|**154**|**154**|[914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-qoe](schemas/context/media-timed-qoe.schema.json)|experimental|**154**|**130**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed](schemas/context/media-timed.schema.json)|experimental|**154**|**130**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media](schemas/context/media.schema.json)|experimental|**154**|**154**|[914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/optinout](schemas/context/optinout.schema.json)|experimental|**253**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/person-name](schemas/context/person-name.schema.json)|experimental|**253**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9056b22](https://github.com/adobe/xdm/commit/9056b225d9238e13a4d09797aab71e506ccc55a5 "[trivial] fix formatting") [6743faf](https://github.com/adobe/xdm/commit/6743fafe89f32b2f94e99588399a8e12e478ee72 "Updated descriptions of firstName and lastName - reflect that they are for the first and last fragement of the name - mention writing order - mention compatibility - mention preference for fullName") [8063b7b](https://github.com/adobe/xdm/commit/8063b7b39b9025c0ac197fc0734949b8da6ba082 "Update the description for first name") [a97da99](https://github.com/adobe/xdm/commit/a97da994decde3fa08be4665e22f1188fa111669 "Merge branch 'master' into platform-pr-personname") [dc1f3ea](https://github.com/adobe/xdm/commit/dc1f3ea5e829908921d0d902c58011583cb90cde "reverting to last/first from given/surname") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/person](schemas/context/person.schema.json)|experimental|**84**|**84**|[f7073f7](https://github.com/adobe/xdm/commit/f7073f75b859aff6a43ec16e912cb93ad9d42b77 "create distinct fields for different cases of birth date")| +|[schemas/context/place](schemas/context/place.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/placecontext](schemas/context/placecontext.schema.json)|experimental|**181**|22|[c0bde52](https://github.com/adobe/xdm/commit/c0bde52749c3cf66ce63f92af25b0462b89f8e98 "[543] Added xdm:localTimezoneOffset to context/placecontext") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [5ce35f6](https://github.com/adobe/xdm/commit/5ce35f6b8f3f1983a7ac938dc47c973ea7bb52ae "Added meta:status=experimantal to the new POI fields.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/poi-detail](schemas/context/poi-detail.schema.json)|experimental|**189**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [b01efa8](https://github.com/adobe/xdm/commit/b01efa84d742ebd22f2c5754ca2b2e4e082fbdb1 "Made enums open enums.") [f46f8a5](https://github.com/adobe/xdm/commit/f46f8a50ed69c5394af36426886f23b23bc416f9 "Fixed poi-detail(s) schema file name.")| +|[schemas/context/poi-interaction](schemas/context/poi-interaction.schema.json)|experimental|**204**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [d26cc0b](https://github.com/adobe/xdm/commit/d26cc0b790bee6d711fcacb9dc95c39ee895f4f8 "Added full experienceevent example Added POI detaisl construct by re-orginization. added a list of POI-details to cater for when the user is in multiple POIs at one time. Reorginized examples to support this.") [4471da2](https://github.com/adobe/xdm/commit/4471da29c730cedfd4d057fe21dfdf80bc63d66c "removed required") [8964399](https://github.com/adobe/xdm/commit/8964399c00f82655f6b65573263385c82ea164c7 "Improved descriptions Reenamed POI Identity") [f0bc7c7](https://github.com/adobe/xdm/commit/f0bc7c7a81d6f958e5c43b8548877ef96019dd74 "typo") [d18f8a2](https://github.com/adobe/xdm/commit/d18f8a2f9ecac38fb9bfcff32470061ffa3421bc "Added distance to POI center") [e2cd4df](https://github.com/adobe/xdm/commit/e2cd4df1dea6c01c7080f1deb94e50e10c63b738 "Fixed validation errors") [cfab2b0](https://github.com/adobe/xdm/commit/cfab2b0a0ed44bcf73a281164f87946e6cee351b "Created definitions for Beacons")| +|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**54**|**54**|[e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| +|[schemas/context/profilestitch](schemas/context/profilestitch.schema.json)|experimental|**57**|5|[06b5df2](https://github.com/adobe/xdm/commit/06b5df2c08597c3408bf93c0d8f9deb251906e75 "updating examples") [0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| +|[schemas/context/profilestitchidentity](schemas/context/profilestitchidentity.schema.json)|experimental|**91**|**76**|[281a7a0](https://github.com/adobe/xdm/commit/281a7a0e91499218a9401c2610fc7c12299e5cf2 "Merge branch 'master' into UpdatingAmbiguousTitles") [4d63773](https://github.com/adobe/xdm/commit/4d6377305646e187e231c6101e8a7611a21cedb8 "[trivial] Updating titles so that they no longer collide") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'")| +|[schemas/context/segmentidentity](schemas/context/segmentidentity.schema.json)|experimental|**162**|**88**|[dc23e1f](https://github.com/adobe/xdm/commit/dc23e1f662a6a0f02b21deff844a117b1336db01 "Merge branch 'master' into issue418-fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3369514](https://github.com/adobe/xdm/commit/3369514fe78c6de4fc3b71a85cec34a32651b59f "* updated title so it doesn't conflict with the title of the Identity schema") [862d713](https://github.com/adobe/xdm/commit/862d71365f9ffee46cda35b673c4cec19462e38a "Improved the $id of the Schema") [19e2ef7](https://github.com/adobe/xdm/commit/19e2ef777201edff77f5bc79340c087e182a07d4 "Updated description") [613863b](https://github.com/adobe/xdm/commit/613863bed369a1b5ed706f87c6b8bd7fd29852d9 "definition of segmentIdentity") [adb4f4a](https://github.com/adobe/xdm/commit/adb4f4a7235aa85611e0b3af8ff5a4f74c1a9bad "new datatype segmentidentity to represent segment id")| +|[schemas/context/segmentmembership](schemas/context/segmentmembership.schema.json)|experimental|**172**|**96**|[dc9c2bd](https://github.com/adobe/xdm/commit/dc9c2bdc515c8fd46fd154866fea52c9ebc945ce "making payload type required") [d9847e4](https://github.com/adobe/xdm/commit/d9847e44298a714056230327d2e783bae6c113a1 "minor refactor of segment membership schemas to be more tool friendly") [21fb957](https://github.com/adobe/xdm/commit/21fb957b7127451178613e33c06ea8dc730165c0 "Do not allow propensities of 0 in payload value. This should result in exiting the segment.") [90bdb5f](https://github.com/adobe/xdm/commit/90bdb5fdb8adfdcdffd75b5fb19ccbb59fe61d5b "Revert 'remove propensity from payload'") [929eb20](https://github.com/adobe/xdm/commit/929eb2095870d29785dc6759b01bcb65fcb68cb0 "remove propensity from payload") [33386f1](https://github.com/adobe/xdm/commit/33386f1da22b772ad03c3853bb0ba3dd9969cb3a "add string value type") [c710d85](https://github.com/adobe/xdm/commit/c710d85ba5e70090f2ff6e2c01a721a67f5f6522 "fix overwritten exit status on segment membership") [b0f944d](https://github.com/adobe/xdm/commit/b0f944dabd111424e040e38be97248f25ce1edcb "Merge branch 'payloadValueTypes' of github.com:harleensahni/xdm into payloadValueTypes") [da1a646](https://github.com/adobe/xdm/commit/da1a6463380d075dffef01e19e9fc979d5107c03 "Merge branch 'master' into payloadValueTypes") [c982776](https://github.com/adobe/xdm/commit/c98277602f5404e2bdb9f9cb54843ea5dea54d2a "Improved the ref to segmentIdentity") [3206d0b](https://github.com/adobe/xdm/commit/3206d0b1a596d0eb493ec1338aae54c0fae74f41 "Improved the $id of the Schema") [8d2440c](https://github.com/adobe/xdm/commit/8d2440ce684a6a114167c7f91302ced736d3f48f "Update segmentmembership.schema.json") [998cd80](https://github.com/adobe/xdm/commit/998cd801a56819748c0d3bcc2fb6acf5b9db0e66 "Update segmentmembership.schema.json") [8faad51](https://github.com/adobe/xdm/commit/8faad51f36343efbdcd60304d3659485a60a276c "fix formating, fix bad titles for type") [e774200](https://github.com/adobe/xdm/commit/e7742006c659a6886d94a3e7c74f88c57916ba4a "break into separate value types for payload with distinct property names") [c8dcf1e](https://github.com/adobe/xdm/commit/c8dcf1ee26ca4e060bf7a650aa59f74b5a4897f6 "Add more structured payloads") [6211461](https://github.com/adobe/xdm/commit/62114613463767d8432a1c7de1e114f2e06617b7 "First draft of values on segments in experience event with previous qualifications") [ecfe6a4](https://github.com/adobe/xdm/commit/ecfe6a4d046315fb491fcb24346cae82fb7e08df "update name") [5737256](https://github.com/adobe/xdm/commit/5737256a804ee8b573b37890c8b2943a9929b325 "new datatype segmentidentity to represent segment id") [ce8a76f](https://github.com/adobe/xdm/commit/ce8a76fcf2cd5be4644650cfbe41142be8498df9 "change timestamp to lastQualificationTime") [f553c30](https://github.com/adobe/xdm/commit/f553c3049eb45a03f2d1bfec917ad2caa1221791 "fix tests")| +|[schemas/context/segmentmembershipitem](schemas/context/segmentmembershipitem.schema.json)|experimental|**57**|**57**|[0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| +|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**253**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/bounces](schemas/data/bounces.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/cart-abandons](schemas/data/cart-abandons.schema.json)|experimental|**189**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:")| +|[schemas/data/checkouts](schemas/data/checkouts.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [7b5cfa0](https://github.com/adobe/xdm/commit/7b5cfa0638c389caf1ee643fb7d1106a8eb60a41 "typo") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/clicks](schemas/data/clicks.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [2ff212b](https://github.com/adobe/xdm/commit/2ff212be294209e2dc1c2bd4483b27b4c971ccfc "Making metric descriptions more generic.") [0fb586c](https://github.com/adobe/xdm/commit/0fb586c27d4534d08d74f3a638a912fdf895edb4 "Update clicks.schema.json") [6944cad](https://github.com/adobe/xdm/commit/6944cad9cf3cfd1dd1bde6c3a020db1b18057cde "Renaming advertising metrics from URI to xdm:{metricName}") [fe9892f](https://github.com/adobe/xdm/commit/fe9892f0671609a48682325fe6bd3ddd0d79fdd1 "Merge branch 'master' into feature-264-metrics") [44ec28f](https://github.com/adobe/xdm/commit/44ec28fcf819f500072b1dc3f65ec7c443758566 "Adding Viewabiltiy metrics") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/discount](schemas/data/discount.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/measuredadnotvisible](schemas/data/measuredadnotvisible.schema.json)|experimental|**187**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [91a56d4](https://github.com/adobe/xdm/commit/91a56d4bdd6c263940be8637408c69cfc3fece4f "Update measuredadnotvisible.schema.json") [5df9ed8](https://github.com/adobe/xdm/commit/5df9ed8f0c4ba67898a45583a8f241a0705aaae1 "Renaming advertising metrics to match styleguide")| +|[schemas/data/order](schemas/data/order.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/poi-entries](schemas/data/poi-entries.schema.json)|experimental|**204**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| +|[schemas/data/poi-exits](schemas/data/poi-exits.schema.json)|experimental|**204**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| +|[schemas/data/product-list-adds](schemas/data/product-list-adds.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-opens](schemas/data/product-list-opens.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-removals](schemas/data/product-list-removals.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-reopens](schemas/data/product-list-reopens.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-views](schemas/data/product-list-views.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-views](schemas/data/product-views.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/activity](schemas/external/activity-streams-2/activity.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/collection-page](schemas/external/activity-streams-2/collection-page.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/collection](schemas/external/activity-streams-2/collection.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/context](schemas/external/activity-streams-2/context.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/document](schemas/external/activity-streams-2/document.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/id](schemas/external/activity-streams-2/id.schema.json)|experimental|**253**|**91**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/image](schemas/external/activity-streams-2/image.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/link](schemas/external/activity-streams-2/link.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/object](schemas/external/activity-streams-2/object.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/rdf-langstring](schemas/external/activity-streams-2/rdf-langstring.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/type](schemas/external/activity-streams-2/type.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/hal/hal-link](schemas/external/hal/hal-link.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/hal/hal](schemas/external/hal/hal.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/iptc/creator](schemas/external/iptc/creator.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/episode](schemas/external/iptc/episode.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/rating](schemas/external/iptc/rating.schema.json)|experimental|**130**|**130**|[f33057a](https://github.com/adobe/xdm/commit/f33057ae0fa5045eda3b6ea8da64648497d8f99b "Added rating schema") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/season](schemas/external/iptc/season.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/series](schemas/external/iptc/series.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/repo/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**253**|**203**|[d9ca62d](https://github.com/adobe/xdm/commit/d9ca62d328364c521c1e0e88303d93e1eee56db3 "Merge branch 'master' into simplify_ace_privilege_mapping") [142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [877b44e](https://github.com/adobe/xdm/commit/877b44e7f87b31c33deca61fedc9057eefe4d059 "Simplify representation of privileges in access control entries by always using an array.") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/accesscontrolpolicy](schemas/external/repo/accesscontrolpolicy.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/asset](schemas/external/repo/asset.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [6d02a97](https://github.com/adobe/xdm/commit/6d02a97030057c2dfa5c40f852ef4a8a8d6b95e1 "Make assetID a plain string, as discussed in #217") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/common](schemas/external/repo/common.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/directory](schemas/external/repo/directory.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/effectiveprivileges](schemas/external/repo/effectiveprivileges.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [5027e8c](https://github.com/adobe/xdm/commit/5027e8c54930ba1a86f79c9383a27b758e14fd10 "Rename 'xdm/base/effectiveprivileges' to 'xdm/external/repo/effectiveprivileges'") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/sub-directory](schemas/external/repo/sub-directory.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/schema/geocircle](schemas/external/schema/geocircle.schema.json)|experimental|**253**|**196**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/schema/geocoordinates](schemas/external/schema/geocoordinates.schema.json)|experimental|**253**|**91**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/schema/geoshape](schemas/external/schema/geoshape.schema.json)|experimental|**253**|**196**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| ### Stabilizing |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/assets/copyright-owner](schemas/assets/copyright-owner.schema.json)|stabilizing|**184**|**184**|[f72c44c](https://github.com/adobe/xdm/commit/f72c44ccd1b64874930fead60c69c0b70968b30a "Update copyright-owner.schema.json")| -|[schemas/assets/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**184**|**184**|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| -|[schemas/assets/rectangular](schemas/assets/rectangular.schema.json)|stabilizing|**184**|**156**|[217a6f0](https://github.com/adobe/xdm/commit/217a6f0ad3d1c8ee875a5dad2365eadc2942e3e4 "Updated title and description following feedback from @lrosenthol") [6e8bc36](https://github.com/adobe/xdm/commit/6e8bc368775d0511c622346d2f356ee7c56c970b "Stabilize rectangular")| -|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**212**|**128**|[96f3c64](https://github.com/adobe/xdm/commit/96f3c64f032c47fd6197e636003f10fb7894bde9 "Removed the term number from the description") [55a1fea](https://github.com/adobe/xdm/commit/55a1feaa6fe0b80206388019b1f1c004c7b6a8dc "corrected type.") [e544269](https://github.com/adobe/xdm/commit/e54426925afa873b7f49113238d8b50297d5cc23 "white space correction") [2303eee](https://github.com/adobe/xdm/commit/2303eeee50a1d9a9933b4712021ba49edf53e4e6 "typo") [bf6da91](https://github.com/adobe/xdm/commit/bf6da91b12dfec6847f337f2f6dfac697e237d0f "Added xdm:postOfficeBox") [3be9bad](https://github.com/adobe/xdm/commit/3be9bad2d23c182b8131c92d52a4f25f65f6bf10 "Use auditable schema rather than auditlog definition only") [d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'")| -|[schemas/common/extensible](schemas/common/extensible.schema.json)|stabilizing|**212**|**114**|[11d5522](https://github.com/adobe/xdm/commit/11d552217ee20452f935b9ea309c2bbdd9f2c3d2 "Added the iptc4xmpExt tot eh other field") [d2a77b9](https://github.com/adobe/xdm/commit/d2a77b9ee7f8f600206b6e86f756064322e80d2d "Merge branch 'master' into platform-pr-stabilizing-09") [ccbcb77](https://github.com/adobe/xdm/commit/ccbcb7732c4b503840f62a53d40570b920439ae6 "Remove instances of old 'stLayer' prefix") [c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [e052510](https://github.com/adobe/xdm/commit/e052510bef95d24a1577baf4a632ba5edd489ef0 "Update extensible.schema.json")| -|[schemas/common/organization](schemas/common/organization.schema.json)|stabilizing|**212**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| -|[schemas/context/advertising](schemas/context/advertising.schema.json)|stabilizing|**162**|**112**|[71d1563](https://github.com/adobe/xdm/commit/71d15636c42f1f467e40780ae124d04b5e5b452f "Corrected description of") [ab9e445](https://github.com/adobe/xdm/commit/ab9e4450639c58ba1c361877ba31255f18ab55af "Merge branch 'master' into final-PR-to-Adobe-WG") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/adviewability](schemas/context/adviewability.schema.json)|stabilizing|**162**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/application](schemas/context/application.schema.json)|stabilizing|**162**|**162**|[cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| -|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [2dda37a](https://github.com/adobe/xdm/commit/2dda37a55c2f0e6f5162c3c6fa1c8f287f215f0f "Updates due to comments during reviews: - added extensibility") [1117dbc](https://github.com/adobe/xdm/commit/1117dbc8fff264b8d7bf511bbd113590e6351569 "Simplified URIs as per #284 Due to URI namespace simplification had to rename 'abandons' to 'cartAbandons'") [9951a68](https://github.com/adobe/xdm/commit/9951a686be13f02102884ca63df9b2eaa23349bc "Moved the commerce metrics from ExperienceEvent \metrics to the \commerce context Shortened the URI field name for the web events to https://ns.adobe.com/xdm/metrics/web/* by dropping the 'data'. Updates all examples. Updarted the change log") [a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [7ac8281](https://github.com/adobe/xdm/commit/7ac8281cc6f7ceae8a29bfe98e7b14b60091e422 "Merge branch 'master' into campaign-extensions-experienceEvent") [a7400fd](https://github.com/adobe/xdm/commit/a7400fd6a8732da1b275718f0acfa930e1e27342 "[trivial] fixes suggested in review. Iteration #4.") [6c98f3c](https://github.com/adobe/xdm/commit/6c98f3c6eb6148d0ca0f6930873047025a7272df "Update device.schema.json") [ac9024e](https://github.com/adobe/xdm/commit/ac9024eecd7741a624115f1089b457a818ac9e5c "Fix Issue #206 Adding Campaign's extension of Experience Events.")| -|[schemas/context/direct-marketing](schemas/context/direct-marketing.schema.json)|stabilizing|**170**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [1b56141](https://github.com/adobe/xdm/commit/1b56141324f0b91bb837eb326485ecc6a1da442f "Added the `xdm:clicks` to be inline with the current strategy for how clicks are to be handled.") [1e5b640](https://github.com/adobe/xdm/commit/1e5b64024caaccc1825701285d4d0d9bce59f9e6 "Linked to ExperienceEvent") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.")| -|[schemas/context/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json")| -|[schemas/context/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**209**|**140**|[0f52a0a](https://github.com/adobe/xdm/commit/0f52a0a6ca246d031d9c7a5694578c28a77fad75 "Converted enduserid.schema.json to be a conforming schema. added allOf and definitions section.") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [f595ec8](https://github.com/adobe/xdm/commit/f595ec8cbcd477e3bbf6c8e0147abc58f57d3810 "Phone Numebr and Email Identities - Added email and phone number - Imporved the keys") [d587240](https://github.com/adobe/xdm/commit/d5872402ac1f36c6bf98173a73cc5021c6526009 "Analytics custom ID") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [195dab5](https://github.com/adobe/xdm/commit/195dab5638e052addd7c26e8899374274d6d95a7 "EndUserID naming made more consistent. - 'analytics' -> 'aaid' - 'campaignid' -> 'acid'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2c8e4fc](https://github.com/adobe/xdm/commit/2c8e4fc64a08046d9a62f46d4f8029f3ac7b94b5 "Adding AdCloud's enduserid extension") [cd0c125](https://github.com/adobe/xdm/commit/cd0c125870abb52075755837d9fd2ba38c4291f9 "Merge branch 'master' into platform-pr-stabilizing-09") [c231497](https://github.com/adobe/xdm/commit/c23149762f50b30683200aa961446133d8acee48 "Update enduserids.schema.json") [11d47c5](https://github.com/adobe/xdm/commit/11d47c500fe9903e29e1878719aea79a3163d658 "Update enduserids.schema.json")| -|[schemas/context/environment](schemas/context/environment.schema.json)|stabilizing|**209**|17|[5ccb77c](https://github.com/adobe/xdm/commit/5ccb77c7031c75f7cd49196b8b26555e0f6052f1 "Add domain and ISP") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [cdb023f](https://github.com/adobe/xdm/commit/cdb023f0abe0bb8991034e134dacab215b1a73c1 "Moving advertising metrics and adviewability under advertising context") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [faec593](https://github.com/adobe/xdm/commit/faec59302947a4e21524fab7002fc0a601c16a06 "Merge branch 'master' into feature-264-dimensions") [f71a6eb](https://github.com/adobe/xdm/commit/f71a6ebe059ccbde606bb5e0ed0ef93d883bea59 "Renaming viewability schema and clarifying descriptions") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [ad406f3](https://github.com/adobe/xdm/commit/ad406f3753f2bdf5787ed10520cdcc849a1064ae "Updating descriptions for further clarity; moving schema back to core XDM as it reflects IAB/MRC standards") [adc47e0](https://github.com/adobe/xdm/commit/adc47e01c0b134a6252265d1669bf114b00658fe "Moving viewability under extension context. Increasing clarity on attributes.") [48eec15](https://github.com/adobe/xdm/commit/48eec15dbfb3fc044e4d734ee0ed53011139a334 "Adding viewability schema") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [9da39d2](https://github.com/adobe/xdm/commit/9da39d2de8cdf95d6cfb240aad0187a4e9db40dc "Merge branch 'master' into platform-pr-stabilizing-09") [7270577](https://github.com/adobe/xdm/commit/7270577990ed846a0354bb062c886cdaba80cf21 "[trivial] typo") [d47644d](https://github.com/adobe/xdm/commit/d47644dde8a38c5c4fcb8ea5739aac3d37794908 "Update environment.schema.json")| -|[schemas/context/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**38**|**38**|[0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| -|[schemas/context/identity](schemas/context/identity.schema.json)|stabilizing|**162**|**91**|[8f16668](https://github.com/adobe/xdm/commit/8f16668559d0545802729b2f00e634a8049e9ad9 "Updated default.") [9e6d692](https://github.com/adobe/xdm/commit/9e6d692ebb01ed1746375e0b35138d8cb8c73d47 "Changed unknown->ambigious") [4f5fab9](https://github.com/adobe/xdm/commit/4f5fab9f5303a429483aa9498c740d327b2049f8 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [3d06ee1](https://github.com/adobe/xdm/commit/3d06ee103ab4b2ba2d2eb77f8c8216baa837f965 "changing Identity id from URI format to plain string") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [c58c7e3](https://github.com/adobe/xdm/commit/c58c7e36b5951697f9b8f34a7627b1a669830226 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [9872e1c](https://github.com/adobe/xdm/commit/9872e1cb9661acfb5be442a4e74c0f5c093776b2 "improved enum") [28d18ae](https://github.com/adobe/xdm/commit/28d18ae561f686d56961081c632483045932b13b "typo") [353e0d2](https://github.com/adobe/xdm/commit/353e0d2415f27e91a3ff6fcb3f6b25408515b63a "Authenticated State for Identity: - Added enumeration property. - Added to example.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|stabilizing|**162**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| -|[schemas/context/namespace](schemas/context/namespace.schema.json)|stabilizing|**162**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json")| -|[schemas/context/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**209**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| -|[schemas/context/search](schemas/context/search.schema.json)|stabilizing|**162**|**140**|[30fa2e8](https://github.com/adobe/xdm/commit/30fa2e860fd8f75b8e4d9491def598054f514984 "Merge branch 'master' into issue-347-search-id") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [580ec14](https://github.com/adobe/xdm/commit/580ec14bde848aa439a72dba65f923add6f85632 "added searchEngineID field to search schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|stabilizing|**162**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|stabilizing|**162**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/webpagedetails](schemas/context/webpagedetails.schema.json)|stabilizing|**162**|**135**|[2e68ca1](https://github.com/adobe/xdm/commit/2e68ca17a6637c8ba9983aa26844974a4c47546b "[413] Removed hostname format constraint from context/webpagedetails.xdm:server") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|stabilizing|**162**|**140**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/data/application-closes](schemas/data/application-closes.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/bitrate-average](schemas/data/bitrate-average.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/bitrate-changes](schemas/data/bitrate-changes.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/buffer-time](schemas/data/buffer-time.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/buffers](schemas/data/buffers.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/completes](schemas/data/completes.schema.json)|stabilizing|**162**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/conversions](schemas/data/conversions.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/datasource](schemas/data/datasource.schema.json)|stabilizing|**162**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/drop-before-starts](schemas/data/drop-before-starts.schema.json)|stabilizing|**136**|**136**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2")| -|[schemas/data/dropped-frames](schemas/data/dropped-frames.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/errors](schemas/data/errors.schema.json)|stabilizing|**140**|**136**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2") [9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/feature-usages](schemas/data/feature-usages.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/federated](schemas/data/federated.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/first-launches](schemas/data/first-launches.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/firstquartiles](schemas/data/firstquartiles.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/impressions](schemas/data/impressions.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/installs](schemas/data/installs.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/launches](schemas/data/launches.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/linkclicks](schemas/data/linkclicks.schema.json)|stabilizing|**162**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|**209**|**35**|[559fd1f](https://github.com/adobe/xdm/commit/559fd1f4c12c877180eeebcf007f6992600d0467 "removing minLength contraint on measure ids") [3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| -|[schemas/data/measuredmuted](schemas/data/measuredmuted.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/measuredwindowinactive](schemas/data/measuredwindowinactive.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/media-segment-views](schemas/data/media-segment-views.schema.json)|stabilizing|**136**|**136**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2")| -|[schemas/data/metricdefinition](schemas/data/metricdefinition.schema.json)|stabilizing|**162**|**72**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [54a6fd3](https://github.com/adobe/xdm/commit/54a6fd3961dbcc7e26dca3e9dc7790cabd47536e "Allow `xdm:unit` to be `null` for counts") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/midpoints](schemas/data/midpoints.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/mirror-pages](schemas/data/mirror-pages.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/non-deliverables](schemas/data/non-deliverables.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/not-sent](schemas/data/not-sent.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/opens](schemas/data/opens.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/pageviews](schemas/data/pageviews.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/pause-time](schemas/data/pause-time.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/pauses](schemas/data/pauses.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/progress10](schemas/data/progress10.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/progress95](schemas/data/progress95.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/purchases](schemas/data/purchases.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/resumes](schemas/data/resumes.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/save-for-laters](schemas/data/save-for-laters.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/sends](schemas/data/sends.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/stall-time](schemas/data/stall-time.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/stalls](schemas/data/stalls.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/starts](schemas/data/starts.schema.json)|stabilizing|**162**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/thirdquartiles](schemas/data/thirdquartiles.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/time-played](schemas/data/time-played.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/time-to-start](schemas/data/time-to-start.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/total-time-played](schemas/data/total-time-played.schema.json)|stabilizing|**140**|**140**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/unmeasurableiframe](schemas/data/unmeasurableiframe.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/unmeasurableother](schemas/data/unmeasurableother.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/unsubscriptions](schemas/data/unsubscriptions.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/upgrades](schemas/data/upgrades.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewabilityeligibleimpressions](schemas/data/viewabilityeligibleimpressions.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablecompletes](schemas/data/viewablecompletes.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablefirstquartiles](schemas/data/viewablefirstquartiles.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewableimpressions](schemas/data/viewableimpressions.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablemidpoints](schemas/data/viewablemidpoints.schema.json)|stabilizing|**162**|**156**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablethirdquartiles](schemas/data/viewablethirdquartiles.schema.json)|stabilizing|**162**|**140**|[c2e7970](https://github.com/adobe/xdm/commit/c2e7970b7091e7732ee8c59f48d2ba9b7cbeb3a5 "Fix meta:extends format") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/assets/copyright-owner](schemas/assets/copyright-owner.schema.json)|stabilizing|**203**|**203**|[f72c44c](https://github.com/adobe/xdm/commit/f72c44ccd1b64874930fead60c69c0b70968b30a "Update copyright-owner.schema.json")| +|[schemas/assets/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**203**|**203**|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| +|[schemas/assets/rectangular](schemas/assets/rectangular.schema.json)|stabilizing|**203**|**175**|[217a6f0](https://github.com/adobe/xdm/commit/217a6f0ad3d1c8ee875a5dad2365eadc2942e3e4 "Updated title and description following feedback from @lrosenthol") [6e8bc36](https://github.com/adobe/xdm/commit/6e8bc368775d0511c622346d2f356ee7c56c970b "Stabilize rectangular")| +|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**232**|**147**|[96f3c64](https://github.com/adobe/xdm/commit/96f3c64f032c47fd6197e636003f10fb7894bde9 "Removed the term number from the description") [55a1fea](https://github.com/adobe/xdm/commit/55a1feaa6fe0b80206388019b1f1c004c7b6a8dc "corrected type.") [e544269](https://github.com/adobe/xdm/commit/e54426925afa873b7f49113238d8b50297d5cc23 "white space correction") [2303eee](https://github.com/adobe/xdm/commit/2303eeee50a1d9a9933b4712021ba49edf53e4e6 "typo") [bf6da91](https://github.com/adobe/xdm/commit/bf6da91b12dfec6847f337f2f6dfac697e237d0f "Added xdm:postOfficeBox") [3be9bad](https://github.com/adobe/xdm/commit/3be9bad2d23c182b8131c92d52a4f25f65f6bf10 "Use auditable schema rather than auditlog definition only") [d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'")| +|[schemas/common/extensible](schemas/common/extensible.schema.json)|stabilizing|**232**|**133**|[11d5522](https://github.com/adobe/xdm/commit/11d552217ee20452f935b9ea309c2bbdd9f2c3d2 "Added the iptc4xmpExt tot eh other field") [d2a77b9](https://github.com/adobe/xdm/commit/d2a77b9ee7f8f600206b6e86f756064322e80d2d "Merge branch 'master' into platform-pr-stabilizing-09") [ccbcb77](https://github.com/adobe/xdm/commit/ccbcb7732c4b503840f62a53d40570b920439ae6 "Remove instances of old 'stLayer' prefix") [c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [e052510](https://github.com/adobe/xdm/commit/e052510bef95d24a1577baf4a632ba5edd489ef0 "Update extensible.schema.json")| +|[schemas/common/organization](schemas/common/organization.schema.json)|stabilizing|**232**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| +|[schemas/context/advertising](schemas/context/advertising.schema.json)|stabilizing|**181**|**131**|[71d1563](https://github.com/adobe/xdm/commit/71d15636c42f1f467e40780ae124d04b5e5b452f "Corrected description of") [ab9e445](https://github.com/adobe/xdm/commit/ab9e4450639c58ba1c361877ba31255f18ab55af "Merge branch 'master' into final-PR-to-Adobe-WG") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/adviewability](schemas/context/adviewability.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/application](schemas/context/application.schema.json)|stabilizing|**181**|**181**|[cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| +|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [2dda37a](https://github.com/adobe/xdm/commit/2dda37a55c2f0e6f5162c3c6fa1c8f287f215f0f "Updates due to comments during reviews: - added extensibility") [1117dbc](https://github.com/adobe/xdm/commit/1117dbc8fff264b8d7bf511bbd113590e6351569 "Simplified URIs as per #284 Due to URI namespace simplification had to rename 'abandons' to 'cartAbandons'") [9951a68](https://github.com/adobe/xdm/commit/9951a686be13f02102884ca63df9b2eaa23349bc "Moved the commerce metrics from ExperienceEvent \metrics to the \commerce context Shortened the URI field name for the web events to https://ns.adobe.com/xdm/metrics/web/* by dropping the 'data'. Updates all examples. Updarted the change log") [a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [7ac8281](https://github.com/adobe/xdm/commit/7ac8281cc6f7ceae8a29bfe98e7b14b60091e422 "Merge branch 'master' into campaign-extensions-experienceEvent") [a7400fd](https://github.com/adobe/xdm/commit/a7400fd6a8732da1b275718f0acfa930e1e27342 "[trivial] fixes suggested in review. Iteration #4.") [6c98f3c](https://github.com/adobe/xdm/commit/6c98f3c6eb6148d0ca0f6930873047025a7272df "Update device.schema.json") [ac9024e](https://github.com/adobe/xdm/commit/ac9024eecd7741a624115f1089b457a818ac9e5c "Fix Issue #206 Adding Campaign's extension of Experience Events.")| +|[schemas/context/direct-marketing](schemas/context/direct-marketing.schema.json)|stabilizing|**189**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [1b56141](https://github.com/adobe/xdm/commit/1b56141324f0b91bb837eb326485ecc6a1da442f "Added the `xdm:clicks` to be inline with the current strategy for how clicks are to be handled.") [1e5b640](https://github.com/adobe/xdm/commit/1e5b64024caaccc1825701285d4d0d9bce59f9e6 "Linked to ExperienceEvent") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.")| +|[schemas/context/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json")| +|[schemas/context/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**228**|**159**|[0f52a0a](https://github.com/adobe/xdm/commit/0f52a0a6ca246d031d9c7a5694578c28a77fad75 "Converted enduserid.schema.json to be a conforming schema. added allOf and definitions section.") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [f595ec8](https://github.com/adobe/xdm/commit/f595ec8cbcd477e3bbf6c8e0147abc58f57d3810 "Phone Numebr and Email Identities - Added email and phone number - Imporved the keys") [d587240](https://github.com/adobe/xdm/commit/d5872402ac1f36c6bf98173a73cc5021c6526009 "Analytics custom ID") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [195dab5](https://github.com/adobe/xdm/commit/195dab5638e052addd7c26e8899374274d6d95a7 "EndUserID naming made more consistent. - 'analytics' -> 'aaid' - 'campaignid' -> 'acid'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2c8e4fc](https://github.com/adobe/xdm/commit/2c8e4fc64a08046d9a62f46d4f8029f3ac7b94b5 "Adding AdCloud's enduserid extension") [cd0c125](https://github.com/adobe/xdm/commit/cd0c125870abb52075755837d9fd2ba38c4291f9 "Merge branch 'master' into platform-pr-stabilizing-09") [c231497](https://github.com/adobe/xdm/commit/c23149762f50b30683200aa961446133d8acee48 "Update enduserids.schema.json") [11d47c5](https://github.com/adobe/xdm/commit/11d47c500fe9903e29e1878719aea79a3163d658 "Update enduserids.schema.json")| +|[schemas/context/environment](schemas/context/environment.schema.json)|stabilizing|**228**|**36**|[5ccb77c](https://github.com/adobe/xdm/commit/5ccb77c7031c75f7cd49196b8b26555e0f6052f1 "Add domain and ISP") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [cdb023f](https://github.com/adobe/xdm/commit/cdb023f0abe0bb8991034e134dacab215b1a73c1 "Moving advertising metrics and adviewability under advertising context") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [faec593](https://github.com/adobe/xdm/commit/faec59302947a4e21524fab7002fc0a601c16a06 "Merge branch 'master' into feature-264-dimensions") [f71a6eb](https://github.com/adobe/xdm/commit/f71a6ebe059ccbde606bb5e0ed0ef93d883bea59 "Renaming viewability schema and clarifying descriptions") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [ad406f3](https://github.com/adobe/xdm/commit/ad406f3753f2bdf5787ed10520cdcc849a1064ae "Updating descriptions for further clarity; moving schema back to core XDM as it reflects IAB/MRC standards") [adc47e0](https://github.com/adobe/xdm/commit/adc47e01c0b134a6252265d1669bf114b00658fe "Moving viewability under extension context. Increasing clarity on attributes.") [48eec15](https://github.com/adobe/xdm/commit/48eec15dbfb3fc044e4d734ee0ed53011139a334 "Adding viewability schema") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [9da39d2](https://github.com/adobe/xdm/commit/9da39d2de8cdf95d6cfb240aad0187a4e9db40dc "Merge branch 'master' into platform-pr-stabilizing-09") [7270577](https://github.com/adobe/xdm/commit/7270577990ed846a0354bb062c886cdaba80cf21 "[trivial] typo") [d47644d](https://github.com/adobe/xdm/commit/d47644dde8a38c5c4fcb8ea5739aac3d37794908 "Update environment.schema.json")| +|[schemas/context/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**54**|0|[e3aaf4d](https://github.com/adobe/xdm/commit/e3aaf4d47e010e2c4a1550bb1dac36e75c7f4240 "Update experienceevent.schema.json") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| +|[schemas/context/identity](schemas/context/identity.schema.json)|stabilizing|**181**|5|[1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example") [8f16668](https://github.com/adobe/xdm/commit/8f16668559d0545802729b2f00e634a8049e9ad9 "Updated default.") [9e6d692](https://github.com/adobe/xdm/commit/9e6d692ebb01ed1746375e0b35138d8cb8c73d47 "Changed unknown->ambigious") [4f5fab9](https://github.com/adobe/xdm/commit/4f5fab9f5303a429483aa9498c740d327b2049f8 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [3d06ee1](https://github.com/adobe/xdm/commit/3d06ee103ab4b2ba2d2eb77f8c8216baa837f965 "changing Identity id from URI format to plain string") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [c58c7e3](https://github.com/adobe/xdm/commit/c58c7e36b5951697f9b8f34a7627b1a669830226 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [9872e1c](https://github.com/adobe/xdm/commit/9872e1cb9661acfb5be442a4e74c0f5c093776b2 "improved enum") [28d18ae](https://github.com/adobe/xdm/commit/28d18ae561f686d56961081c632483045932b13b "typo") [353e0d2](https://github.com/adobe/xdm/commit/353e0d2415f27e91a3ff6fcb3f6b25408515b63a "Authenticated State for Identity: - Added enumeration property. - Added to example.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| +|[schemas/context/namespace](schemas/context/namespace.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json")| +|[schemas/context/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| +|[schemas/context/search](schemas/context/search.schema.json)|stabilizing|**181**|**159**|[30fa2e8](https://github.com/adobe/xdm/commit/30fa2e860fd8f75b8e4d9491def598054f514984 "Merge branch 'master' into issue-347-search-id") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [580ec14](https://github.com/adobe/xdm/commit/580ec14bde848aa439a72dba65f923add6f85632 "added searchEngineID field to search schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/webpagedetails](schemas/context/webpagedetails.schema.json)|stabilizing|**181**|**154**|[2e68ca1](https://github.com/adobe/xdm/commit/2e68ca17a6637c8ba9983aa26844974a4c47546b "[413] Removed hostname format constraint from context/webpagedetails.xdm:server") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/data/application-closes](schemas/data/application-closes.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/bitrate-average](schemas/data/bitrate-average.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/bitrate-changes](schemas/data/bitrate-changes.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/buffer-time](schemas/data/buffer-time.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/buffers](schemas/data/buffers.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/completes](schemas/data/completes.schema.json)|stabilizing|**181**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/conversions](schemas/data/conversions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/datasource](schemas/data/datasource.schema.json)|stabilizing|**181**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/drop-before-starts](schemas/data/drop-before-starts.schema.json)|stabilizing|**155**|**155**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2")| +|[schemas/data/dropped-frames](schemas/data/dropped-frames.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/errors](schemas/data/errors.schema.json)|stabilizing|**159**|**155**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2") [9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/feature-usages](schemas/data/feature-usages.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/federated](schemas/data/federated.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/first-launches](schemas/data/first-launches.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/firstquartiles](schemas/data/firstquartiles.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/impressions](schemas/data/impressions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/installs](schemas/data/installs.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/launches](schemas/data/launches.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/linkclicks](schemas/data/linkclicks.schema.json)|stabilizing|**181**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|**229**|**54**|[559fd1f](https://github.com/adobe/xdm/commit/559fd1f4c12c877180eeebcf007f6992600d0467 "removing minLength contraint on measure ids") [3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| +|[schemas/data/measuredmuted](schemas/data/measuredmuted.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/measuredwindowinactive](schemas/data/measuredwindowinactive.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/media-segment-views](schemas/data/media-segment-views.schema.json)|stabilizing|**155**|**155**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2")| +|[schemas/data/metricdefinition](schemas/data/metricdefinition.schema.json)|stabilizing|**181**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [54a6fd3](https://github.com/adobe/xdm/commit/54a6fd3961dbcc7e26dca3e9dc7790cabd47536e "Allow `xdm:unit` to be `null` for counts") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/midpoints](schemas/data/midpoints.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/mirror-pages](schemas/data/mirror-pages.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/non-deliverables](schemas/data/non-deliverables.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/not-sent](schemas/data/not-sent.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/opens](schemas/data/opens.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/pageviews](schemas/data/pageviews.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/pause-time](schemas/data/pause-time.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/pauses](schemas/data/pauses.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/progress10](schemas/data/progress10.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/progress95](schemas/data/progress95.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/purchases](schemas/data/purchases.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/resumes](schemas/data/resumes.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/save-for-laters](schemas/data/save-for-laters.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/sends](schemas/data/sends.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/stall-time](schemas/data/stall-time.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/stalls](schemas/data/stalls.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/starts](schemas/data/starts.schema.json)|stabilizing|**181**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/thirdquartiles](schemas/data/thirdquartiles.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/time-played](schemas/data/time-played.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/time-to-start](schemas/data/time-to-start.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/total-time-played](schemas/data/total-time-played.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| +|[schemas/data/unmeasurableiframe](schemas/data/unmeasurableiframe.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/unmeasurableother](schemas/data/unmeasurableother.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/unsubscriptions](schemas/data/unsubscriptions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/upgrades](schemas/data/upgrades.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewabilityeligibleimpressions](schemas/data/viewabilityeligibleimpressions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablecompletes](schemas/data/viewablecompletes.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablefirstquartiles](schemas/data/viewablefirstquartiles.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewableimpressions](schemas/data/viewableimpressions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablemidpoints](schemas/data/viewablemidpoints.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablethirdquartiles](schemas/data/viewablethirdquartiles.schema.json)|stabilizing|**181**|**159**|[c2e7970](https://github.com/adobe/xdm/commit/c2e7970b7091e7732ee8c59f48d2ba9b7cbeb3a5 "Fix meta:extends format") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 73992ae8c..6d56be92d 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,21 +4,6 @@ -## /common/ - -* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` (Stabilizing) -* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` (Experimental) -* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` (Experimental) -* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` (Experimental) -* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` (Stabilizing) -* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` (Experimental) -* [Geographical Unit](./common/geounit.schema.md) – `https://ns.adobe.com/xdm/common/geounit` (Experimental) -* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` (Experimental) -* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` (Stabilizing) -* [Organizational Unit](./common/orgunit.schema.md) – `https://ns.adobe.com/xdm/common/orgunit` (Experimental) -* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` (Experimental) -* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` (Experimental) - ## /content/ * [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` (Experimental) @@ -68,6 +53,21 @@ * [Web](./channels/mobile-app.schema.md) – `https://ns.adobe.com/xdm/channels/mobile-app` (Experimental) * [Web](./channels/web.schema.md) – `https://ns.adobe.com/xdm/channels/web` (Experimental) +## /common/ + +* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` (Stabilizing) +* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` (Experimental) +* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` (Experimental) +* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` (Experimental) +* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` (Stabilizing) +* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` (Experimental) +* [Geographical Unit](./common/geounit.schema.md) – `https://ns.adobe.com/xdm/common/geounit` (Experimental) +* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` (Experimental) +* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` (Stabilizing) +* [Organizational Unit](./common/orgunit.schema.md) – `https://ns.adobe.com/xdm/common/orgunit` (Experimental) +* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` (Experimental) +* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` (Experimental) + ## /context/ * [Ad Asset Reference](./context/advertising-timed-asset-reference.schema.md) – `https://ns.adobe.com/xdm/context/advertising-timed-asset-reference` (Experimental) @@ -86,6 +86,8 @@ * [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) * [Geo Interaction Details](./context/geo-interaction-details.schema.md) – `https://ns.adobe.com/xdm/context/geo-interaction-details` (Experimental) * [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Stabilizing) +* [Identity Item](./context/identityitem.schema.md) – `https://ns.adobe.com/xdm/context/identityitem` (Experimental) +* [IdentityMap](./context/identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` (Experimental) * [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Stabilizing) * [MRC Viewability](./context/adviewability.schema.md) – `https://ns.adobe.com/xdm/context/adviewability` (Stabilizing) * [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) @@ -195,21 +197,13 @@ * [viewable-midpoints](./data/viewablemidpoints.schema.md) – `https://ns.adobe.com/xdm/data/viewablemidpoints` (Stabilizing) * [viewable-third-quartiles](./data/viewablethirdquartiles.schema.md) – `https://ns.adobe.com/xdm/data/viewablethirdquartiles` (Stabilizing) -## /common/descriptors/ - -* [Item Selector](./common/descriptors/itemselector.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/itemselector` (Experimental) -* [Relationship Descriptor](./common/descriptors/relationshipdescriptor.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/relationshipdescriptor` (Experimental) -* [Schema Descriptor](./common/descriptors/schemadescriptor.schema.md) – `https://ns.adobe.com/xdm/common/desciptors/schemadescriptor` (Experimental) - -## /common/event/ +## /external/iptc/ -* [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) -* [Deleted Event](./common/event/deleted.schema.md) – `https://ns.adobe.com/xdm/common/event/deleted` (Experimental) -* [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` (Experimental) -* [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` (Experimental) -* [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` (Experimental) -* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` (Experimental) -* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` (Experimental) +* [Creator](./external/iptc/creator.schema.md) – `http://www.iptc.org/creator` (Experimental) +* [Episode](./external/iptc/episode.schema.md) – `http://www.iptc.org/season` (Experimental) +* [Rating](./external/iptc/rating.schema.md) – `http://www.iptc.org/rating` (Experimental) +* [Season](./external/iptc/season.schema.md) – `http://www.iptc.org/episode` (Experimental) +* [Series](./external/iptc/series.schema.md) – `http://www.iptc.org/series` (Experimental) ## /content/repository-policies/ @@ -236,13 +230,11 @@ * [Object](./external/activity-streams-2/object.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/object` (Experimental) * [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` (Experimental) -## /external/iptc/ +## /external/schema/ -* [Creator](./external/iptc/creator.schema.md) – `http://www.iptc.org/creator` (Experimental) -* [Episode](./external/iptc/episode.schema.md) – `http://www.iptc.org/season` (Experimental) -* [Rating](./external/iptc/rating.schema.md) – `http://www.iptc.org/rating` (Experimental) -* [Season](./external/iptc/season.schema.md) – `http://www.iptc.org/episode` (Experimental) -* [Series](./external/iptc/series.schema.md) – `http://www.iptc.org/series` (Experimental) +* [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` (Experimental) +* [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` (Experimental) +* [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` (Experimental) ## /external/repo/ @@ -254,9 +246,19 @@ * [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` (Experimental) * [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` (Experimental) -## /external/schema/ +## /common/event/ -* [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` (Experimental) -* [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` (Experimental) -* [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` (Experimental) +* [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) +* [Deleted Event](./common/event/deleted.schema.md) – `https://ns.adobe.com/xdm/common/event/deleted` (Experimental) +* [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` (Experimental) +* [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` (Experimental) +* [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` (Experimental) +* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` (Experimental) +* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` (Experimental) + +## /common/descriptors/ + +* [Item Selector](./common/descriptors/itemselector.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/itemselector` (Experimental) +* [Relationship Descriptor](./common/descriptors/relationshipdescriptor.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/relationshipdescriptor` (Experimental) +* [Schema Descriptor](./common/descriptors/schemadescriptor.schema.md) – `https://ns.adobe.com/xdm/common/desciptors/schemadescriptor` (Experimental) diff --git a/docs/reference/common/descriptors/itemselector.schema.json b/docs/reference/common/descriptors/itemselector.schema.json index 01c03a16a..47e95fad7 100644 --- a/docs/reference/common/descriptors/itemselector.schema.json +++ b/docs/reference/common/descriptors/itemselector.schema.json @@ -81,10 +81,10 @@ "xdm:id": "https://example.com/objects/12345" }, { - "xdm:type": "https://ns.adobe.com/experience/mcid" + "xdm:index": 0 }, { - "xdm:index": 0 + "xdm:type": "https://ns.adobe.com/experience/mcid" }, { "xdm:schema": "https://ns.adobe.com/xdm/context/identity" diff --git a/docs/reference/common/descriptors/itemselector.schema.md b/docs/reference/common/descriptors/itemselector.schema.md index c7b8a1b1e..83f2a02ef 100644 --- a/docs/reference/common/descriptors/itemselector.schema.md +++ b/docs/reference/common/descriptors/itemselector.schema.md @@ -24,13 +24,13 @@ Matching may be done based on array index, `@id`, `@type`, or schema URI. ```json { - "xdm:type": "https://ns.adobe.com/experience/mcid" + "xdm:index": 0 } ``` ```json { - "xdm:index": 0 + "xdm:type": "https://ns.adobe.com/experience/mcid" } ``` diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 7221402c6..d98f69ed2 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -92,7 +92,7 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", + "@type": "https://ns.adobe.com/xdm/common/event/unpublished", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", @@ -116,8 +116,8 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/unpublished", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@type": "https://ns.adobe.com/xdm/common/event/updated", + "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { @@ -133,15 +133,18 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/content/componentized-page", - "@id": "http://adobesummit.adobesandbox.com:4502/content/geometrixx/en/vintage.html", - "dc:title": "Vintage Collection", - "xdm:path": "/content/geometrixx/en/vintage.html" + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", + "xdm:name": "Fx_DUKE-small.png", + "xdm:path": "/content/dam/Fx_DUKE-small.png", + "dc:format": "image/png", + "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/updated", - "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", + "@type": "https://ns.adobe.com/xdm/common/event/published", + "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { @@ -157,13 +160,10 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", - "xdm:name": "Fx_DUKE-small.png", - "xdm:path": "/content/dam/Fx_DUKE-small.png", - "dc:format": "image/png", - "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" + "@type": "https://ns.adobe.com/xdm/content/componentized-page", + "@id": "http://adobesummit.adobesandbox.com:4502/content/geometrixx/en/vintage.html", + "dc:title": "Vintage Collection", + "xdm:path": "/content/geometrixx/en/vintage.html" } } ] diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 3e6921b56..0a307237f 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -77,7 +77,7 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", + "@type": "https://ns.adobe.com/xdm/common/event/unpublished", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", @@ -104,8 +104,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/unpublished", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@type": "https://ns.adobe.com/xdm/common/event/updated", + "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { @@ -121,18 +121,21 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/content/componentized-page", - "@id": "http://adobesummit.adobesandbox.com:4502/content/geometrixx/en/vintage.html", - "dc:title": "Vintage Collection", - "xdm:path": "/content/geometrixx/en/vintage.html" + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", + "xdm:name": "Fx_DUKE-small.png", + "xdm:path": "/content/dam/Fx_DUKE-small.png", + "dc:format": "image/png", + "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/updated", - "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", + "@type": "https://ns.adobe.com/xdm/common/event/published", + "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { @@ -148,13 +151,10 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", - "xdm:name": "Fx_DUKE-small.png", - "xdm:path": "/content/dam/Fx_DUKE-small.png", - "dc:format": "image/png", - "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" + "@type": "https://ns.adobe.com/xdm/content/componentized-page", + "@id": "http://adobesummit.adobesandbox.com:4502/content/geometrixx/en/vintage.html", + "dc:title": "Vintage Collection", + "xdm:path": "/content/geometrixx/en/vintage.html" } } ``` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index ed046ca3e..b4a347e1f 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -257,6 +257,20 @@ ], "meta:status": "stabilizing", "examples": [ + { + "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", + "xdm:createDate": "2017-09-26T15:52:25+00:00", + "repo:createdDate": "2017-09-26T15:52:25+00:00", + "xdm:repositoryCreatedBy": "lars", + "xdm:modifyDate": "2017-09-26T15:52:25+00:00", + "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", + "xdm:repositoryLastModifiedBy": "2017-09-26T15:52:25+00:00", + "repo:version": "15", + "dc:title": "This is an example", + "repo:size": 1632418, + "xdm:path": "/here", + "repo:etag": "15" + }, { "https://ns.example.com/asset_name": "custom_asset_1", "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", @@ -316,20 +330,6 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" - }, - { - "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", - "xdm:createDate": "2017-09-26T15:52:25+00:00", - "repo:createdDate": "2017-09-26T15:52:25+00:00", - "xdm:repositoryCreatedBy": "lars", - "xdm:modifyDate": "2017-09-26T15:52:25+00:00", - "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", - "xdm:repositoryLastModifiedBy": "2017-09-26T15:52:25+00:00", - "repo:version": "15", - "dc:title": "This is an example", - "repo:size": 1632418, - "xdm:path": "/here", - "repo:etag": "15" } ] } \ No newline at end of file diff --git a/docs/reference/common/extensible.schema.md b/docs/reference/common/extensible.schema.md index fa2955cbb..e2b1ec7a4 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -25,6 +25,23 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ## Extensibility base schema Examples +```json +{ + "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", + "xdm:createDate": "2017-09-26T15:52:25+00:00", + "repo:createdDate": "2017-09-26T15:52:25+00:00", + "xdm:repositoryCreatedBy": "lars", + "xdm:modifyDate": "2017-09-26T15:52:25+00:00", + "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", + "xdm:repositoryLastModifiedBy": "2017-09-26T15:52:25+00:00", + "repo:version": "15", + "dc:title": "This is an example", + "repo:size": 1632418, + "xdm:path": "/here", + "repo:etag": "15" +} +``` + ```json { "https://ns.example.com/asset_name": "custom_asset_1", @@ -91,20 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", - "xdm:createDate": "2017-09-26T15:52:25+00:00", - "repo:createdDate": "2017-09-26T15:52:25+00:00", - "xdm:repositoryCreatedBy": "lars", - "xdm:modifyDate": "2017-09-26T15:52:25+00:00", - "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", - "xdm:repositoryLastModifiedBy": "2017-09-26T15:52:25+00:00", - "repo:version": "15", - "dc:title": "This is an example", - "repo:size": 1632418, - "xdm:path": "/here", - "repo:etag": "15" -} -``` - diff --git a/docs/reference/common/geo.schema.json b/docs/reference/common/geo.schema.json index dd1c1bcf5..515293af8 100644 --- a/docs/reference/common/geo.schema.json +++ b/docs/reference/common/geo.schema.json @@ -67,6 +67,13 @@ ], "meta:status": "experimental", "examples": [ + { + "@id": "https://data.adobe.io/entities/geo/potsdam", + "xdm:countryCode": "DE", + "xdm:stateProvince": "DE-BB", + "xdm:city": "Potsdam", + "xdm:postalCode": "14482" + }, { "@id": "https://data.adobe.io/entities/geo/tokyo", "xdm:countryCode": "JP", @@ -75,13 +82,6 @@ "xdm:postalCode": "141-0032", "schema:latitude": 35.6185, "schema:longitude": 139.73237 - }, - { - "@id": "https://data.adobe.io/entities/geo/potsdam", - "xdm:countryCode": "DE", - "xdm:stateProvince": "DE-BB", - "xdm:city": "Potsdam", - "xdm:postalCode": "14482" } ] } \ No newline at end of file diff --git a/docs/reference/common/geo.schema.md b/docs/reference/common/geo.schema.md index b4b1d9dba..429b05330 100644 --- a/docs/reference/common/geo.schema.md +++ b/docs/reference/common/geo.schema.md @@ -18,6 +18,16 @@ The geographic related data where an event was observed. ## Geo Examples +```json +{ + "@id": "https://data.adobe.io/entities/geo/potsdam", + "xdm:countryCode": "DE", + "xdm:stateProvince": "DE-BB", + "xdm:city": "Potsdam", + "xdm:postalCode": "14482" +} +``` + ```json { "@id": "https://data.adobe.io/entities/geo/tokyo", @@ -30,16 +40,6 @@ The geographic related data where an event was observed. } ``` -```json -{ - "@id": "https://data.adobe.io/entities/geo/potsdam", - "xdm:countryCode": "DE", - "xdm:stateProvince": "DE-BB", - "xdm:city": "Potsdam", - "xdm:postalCode": "14482" -} -``` - # Geo Properties diff --git a/docs/reference/common/page.schema.json b/docs/reference/common/page.schema.json index 83d0a1480..d03d10f1a 100644 --- a/docs/reference/common/page.schema.json +++ b/docs/reference/common/page.schema.json @@ -64,13 +64,13 @@ "orderBy": "id", "start": "123", "next": "789", + "type": "image/jpeg", "count": 100 }, { "orderBy": "id", "start": "123", "next": "789", - "type": "image/jpeg", "count": 100 } ] diff --git a/docs/reference/common/page.schema.md b/docs/reference/common/page.schema.md index 01499ec99..a76ecb473 100644 --- a/docs/reference/common/page.schema.md +++ b/docs/reference/common/page.schema.md @@ -19,6 +19,7 @@ Page information for paginated resource list operations. "orderBy": "id", "start": "123", "next": "789", + "type": "image/jpeg", "count": 100 } ``` @@ -28,7 +29,6 @@ Page information for paginated resource list operations. "orderBy": "id", "start": "123", "next": "789", - "type": "image/jpeg", "count": 100 } ``` diff --git a/docs/reference/context/experienceevent.schema.json b/docs/reference/context/experienceevent.schema.json index f2ee830f8..544399fe5 100644 --- a/docs/reference/context/experienceevent.schema.json +++ b/docs/reference/context/experienceevent.schema.json @@ -38,9 +38,15 @@ "description": "The time at which this interaction was received by a server." }, "xdm:endUserIDs": { + "meta:status": "deprecated", "title": "End User IDs", "$ref": "https://ns.adobe.com/xdm/context/enduserids", - "description": "Condensed, normalized encapsulation of all end user identifiers." + "description": "Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" + }, + "xdm:identityMap": { + "title": "Identity Map", + "$ref": "https://ns.adobe.com/xdm/context/identitymap", + "description": "map containing the set of end user identities associated with this event" }, "xdm:environment": { "title": "Environment", @@ -133,12 +139,7 @@ "$ref": "https://ns.adobe.com/xdm/context/segmentmembershipitem" } } - }, - "required": [ - "@id", - "xdm:timestamp", - "xdm:endUserIDs" - ] + } } }, "allOf": [ @@ -152,21 +153,177 @@ "meta:status": "stabilizing", "examples": [ { - "@id": "https://data.adobe.io/experienceid-23456782", + "@id": "https://data.adobe.io/experienceid-123456", "xdm:dataSource": { "@id": "https://data.adobe.io/datasources/datasource-123", "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "@id": "https://data.adobe.io/entities/namespace/4", - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" + } + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" + } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" + } + ] + }, + "xdm:channel": { + "@id": "https://ns.adobe.com/xdm/channels/apns", + "@type": "https://ns.adobe.com/xdm/channel-types/mobile" + }, + "xdm:environment": { + "xdm:type": "browser", + "xdm:browserDetails": { + "xdm:name": "Chrome", + "xdm:version": "63.0.3239", + "xdm:acceptLanguage": "en", + "xdm:cookiesEnabled": true, + "xdm:javaScriptEnabled": true, + "xdm:javaScriptVersion": "1.8.5", + "xdm:javaEnabled": true, + "xdm:javaVersion": "Java SE 8", + "xdm:viewportHeight": 900, + "xdm:viewportWidth": 1680 + }, + "xdm:operatingSystem": "MAC OS", + "xdm:operatingSystemVersion": "10.13", + "xdm:connectionType": "cable" + }, + "xdm:productListItems": [ + { + "xdm:SKU": "1002352692", + "xdm:lineItemId": "12345678", + "xdm:name": "24-Watt 8-Light Chrome Integrated LED Bath Light", + "xdm:currencyCode": "USD", + "xdm:quantity": 1, + "xdm:priceTotal": 159 + } + ], + "xdm:commerce": { + "xdm:order": { + "xdm:purchaseID": "a8g784hjq1mnp3", + "xdm:purchaseOrderNumber": "123456", + "xdm:payments": [ + { + "xdm:transactionID": "transactid-a111", + "xdm:paymentAmount": 59, + "xdm:paymentType": "credit_card", + "xdm:currencyCode": "USD" + }, + { + "xdm:transactionId": "transactid-a222", + "xdm:paymentAmount": 100, + "xdm:paymentType": "gift_card", + "xdm:currencyCode": "USD" + } + ], + "xdm:currencyCode": "USD", + "xdm:priceTotal": 159 + }, + "xdm:purchases": { + "xdm:value": 1 + } + }, + "xdm:placeContext": { + "xdm:localTime": "2017-09-26T15:52:25+13:00", + "xdm:geo": { + "@id": "https://data.adobe.io/entities/geo/tokyo", + "xdm:countryCode": "JP", + "xdm:stateProvince": "JP-13", + "xdm:city": "Tōkyō", + "xdm:postalCode": "141-0032", + "schema:latitude": 35.6185, + "schema:longitude": 139.73237 + } + }, + "xdm:web": { + "xdm:webPageDetails": { + "xdm:siteSection": "Shopping Cart", + "xdm:server": "example.com", + "xdm:name": "Purchase Confirmation", + "xdm:URL": "https://www.example.com/orderConf", + "xdm:errorPage": false, + "xdm:homePage": false, + "xdm:pageViews": { + "xdm:value": 1 } + }, + "xdm:webReferrer": { + "xdm:URL": "https://www.example.com/checkout", + "xdm:referrerType": "internal" } }, + "xdm:marketing": { + "xdm:trackingCode": "marketingcampaign111" + }, + "xdm:profileStitch": [ + { + "xdm:profileStitchID": { + "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", + "xdm:namespace": { + "xdm:code": "AAM" + } + }, + "xdm:version": "1.0", + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/49312748749132" + } + ] + } + } + ], + "xdm:segmentMemberships": [ + { + "xdm:segmentID": { + "@id": "https://data.adobe.io/entities/identity/92312748749128", + "xdm:namespace": { + "xdm:code": "AAM" + } + }, + "xdm:profileStitchID": { + "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", + "xdm:namespace": { + "xdm:code": "AAM" + }, + "xdm:lastQualificationTime": "2017-09-26T15:52:25+00:00", + "xdm:version": "1.0", + "xdm:validUntil": "2017-12-26T15:52:25+00:00", + "xdm:status": "realized" + } + } + ] + }, + { + "@id": "https://data.adobe.io/experienceid-23456782", + "xdm:dataSource": { + "@id": "https://data.adobe.io/datasources/datasource-123", + "xdm:code": "DataSourceIntegrationCode-123" + }, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" + } + ] + }, "xdm:environment": { "xdm:type": "application", "xdm:operatingSystem": "iOS", @@ -309,174 +466,6 @@ } } }, - { - "@id": "https://data.adobe.io/experienceid-123456", - "xdm:dataSource": { - "@id": "https://data.adobe.io/datasources/datasource-123", - "xdm:code": "DataSourceIntegrationCode-123" - }, - "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - "https://ns.adobe.com/experience/aaid": { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } - }, - "https://ns.adobe.com/experience/tntid": { - "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", - "xdm:namespace": { - "xdm:code": "tnt0051" - } - } - }, - "xdm:channel": { - "@id": "https://ns.adobe.com/xdm/channels/apns", - "@type": "https://ns.adobe.com/xdm/channel-types/mobile" - }, - "xdm:environment": { - "xdm:type": "browser", - "xdm:browserDetails": { - "xdm:name": "Chrome", - "xdm:version": "63.0.3239", - "xdm:acceptLanguage": "en", - "xdm:cookiesEnabled": true, - "xdm:javaScriptEnabled": true, - "xdm:javaScriptVersion": "1.8.5", - "xdm:javaEnabled": true, - "xdm:javaVersion": "Java SE 8", - "xdm:viewportHeight": 900, - "xdm:viewportWidth": 1680 - }, - "xdm:operatingSystem": "MAC OS", - "xdm:operatingSystemVersion": "10.13", - "xdm:connectionType": "cable" - }, - "xdm:productListItems": [ - { - "xdm:SKU": "1002352692", - "xdm:lineItemId": "12345678", - "xdm:name": "24-Watt 8-Light Chrome Integrated LED Bath Light", - "xdm:currencyCode": "USD", - "xdm:quantity": 1, - "xdm:priceTotal": 159 - } - ], - "xdm:commerce": { - "xdm:order": { - "xdm:purchaseID": "a8g784hjq1mnp3", - "xdm:purchaseOrderNumber": "123456", - "xdm:payments": [ - { - "xdm:transactionID": "transactid-a111", - "xdm:paymentAmount": 59, - "xdm:paymentType": "credit_card", - "xdm:currencyCode": "USD" - }, - { - "xdm:transactionId": "transactid-a222", - "xdm:paymentAmount": 100, - "xdm:paymentType": "gift_card", - "xdm:currencyCode": "USD" - } - ], - "xdm:currencyCode": "USD", - "xdm:priceTotal": 159 - }, - "xdm:purchases": { - "xdm:value": 1 - } - }, - "xdm:placeContext": { - "xdm:localTime": "2017-09-26T15:52:25+13:00", - "xdm:geo": { - "@id": "https://data.adobe.io/entities/geo/tokyo", - "xdm:countryCode": "JP", - "xdm:stateProvince": "JP-13", - "xdm:city": "Tōkyō", - "xdm:postalCode": "141-0032", - "schema:latitude": 35.6185, - "schema:longitude": 139.73237 - } - }, - "xdm:web": { - "xdm:webPageDetails": { - "xdm:siteSection": "Shopping Cart", - "xdm:server": "example.com", - "xdm:name": "Purchase Confirmation", - "xdm:URL": "https://www.example.com/orderConf", - "xdm:errorPage": false, - "xdm:homePage": false, - "xdm:pageViews": { - "xdm:value": 1 - } - }, - "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/checkout", - "xdm:referrerType": "internal" - } - }, - "xdm:marketing": { - "xdm:trackingCode": "marketingcampaign111" - }, - "xdm:profileStitch": [ - { - "xdm:profileStitchID": { - "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", - "xdm:namespace": { - "xdm:code": "AAM" - } - }, - "xdm:version": "1.0", - "xdm:identities": [ - { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - { - "xdm:id": "62312748749321", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - { - "xdm:id": "49312748749132", - "xdm:namespace": { - "xdm:code": "ECID" - } - } - ] - } - ], - "xdm:segmentMemberships": [ - { - "xdm:segmentID": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "AAM" - } - }, - "xdm:profileStitchID": { - "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", - "xdm:namespace": { - "xdm:code": "AAM" - }, - "xdm:lastQualificationTime": "2017-09-26T15:52:25+00:00", - "xdm:version": "1.0", - "xdm:validUntil": "2017-12-26T15:52:25+00:00", - "xdm:status": "realized" - } - } - ] - }, { "@id": "https://data.adobe.io/experienceid-2345678", "xdm:dataSource": { @@ -484,14 +473,17 @@ "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "@id": "https://data.adobe.io/entities/namespace/4", - "xdm:code": "ECID" + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "92312748749128" } - } + ], + "AVID": [ + { + "xdm:id": "2394509340-30453470347" + } + ] }, "xdm:environment": { "xdm:type": "browser", @@ -557,19 +549,17 @@ { "@id": "https://data.adobe.io/experienceid-123457", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } - } + ] }, "xdm:environment": { "xdm:browserDetails": { @@ -710,19 +700,17 @@ { "@id": "https://data.adobe.io/experienceid-123458", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } - } + ] }, "xdm:environment": { "xdm:browserDetails": { @@ -811,19 +799,17 @@ { "@id": "https://data.adobe.io/experienceid-123459", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } - } + ] }, "xdm:environment": { "xdm:browserDetails": { diff --git a/docs/reference/context/experienceevent.schema.md b/docs/reference/context/experienceevent.schema.md index 7a3674b6e..add26a7c7 100644 --- a/docs/reference/context/experienceevent.schema.md +++ b/docs/reference/context/experienceevent.schema.md @@ -16,6 +16,7 @@ The core ExperienceEvent XDM is used to capture observations that are altering o * [Extensibility base schema](../common/extensible.schema.md) `https://ns.adobe.com/xdm/common/extensible` * [Data Source](../data/datasource.schema.md) `https://ns.adobe.com/xdm/data/datasource` * [End User IDs](enduserids.schema.md) `https://ns.adobe.com/xdm/context/enduserids` + * [IdentityMap](identitymap.schema.md) `https://ns.adobe.com/xdm/context/identitymap` * [Environment](environment.schema.md) `https://ns.adobe.com/xdm/context/environment` * [Device](device.schema.md) `https://ns.adobe.com/xdm/context/device` * [Commerce](commerce.schema.md) `https://ns.adobe.com/xdm/context/commerce` @@ -35,21 +36,180 @@ The core ExperienceEvent XDM is used to capture observations that are altering o ```json { - "@id": "https://data.adobe.io/experienceid-23456782", + "@id": "https://data.adobe.io/experienceid-123456", "xdm:dataSource": { "@id": "https://data.adobe.io/datasources/datasource-123", "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "@id": "https://data.adobe.io/entities/namespace/4", - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" + } + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" + } + ] + }, + "xdm:channel": { + "@id": "https://ns.adobe.com/xdm/channels/apns", + "@type": "https://ns.adobe.com/xdm/channel-types/mobile" + }, + "xdm:environment": { + "xdm:type": "browser", + "xdm:browserDetails": { + "xdm:name": "Chrome", + "xdm:version": "63.0.3239", + "xdm:acceptLanguage": "en", + "xdm:cookiesEnabled": true, + "xdm:javaScriptEnabled": true, + "xdm:javaScriptVersion": "1.8.5", + "xdm:javaEnabled": true, + "xdm:javaVersion": "Java SE 8", + "xdm:viewportHeight": 900, + "xdm:viewportWidth": 1680 + }, + "xdm:operatingSystem": "MAC OS", + "xdm:operatingSystemVersion": "10.13", + "xdm:connectionType": "cable" + }, + "xdm:productListItems": [ + { + "xdm:SKU": "1002352692", + "xdm:lineItemId": "12345678", + "xdm:name": "24-Watt 8-Light Chrome Integrated LED Bath Light", + "xdm:currencyCode": "USD", + "xdm:quantity": 1, + "xdm:priceTotal": 159 + } + ], + "xdm:commerce": { + "xdm:order": { + "xdm:purchaseID": "a8g784hjq1mnp3", + "xdm:purchaseOrderNumber": "123456", + "xdm:payments": [ + { + "xdm:transactionID": "transactid-a111", + "xdm:paymentAmount": 59, + "xdm:paymentType": "credit_card", + "xdm:currencyCode": "USD" + }, + { + "xdm:transactionId": "transactid-a222", + "xdm:paymentAmount": 100, + "xdm:paymentType": "gift_card", + "xdm:currencyCode": "USD" + } + ], + "xdm:currencyCode": "USD", + "xdm:priceTotal": 159 + }, + "xdm:purchases": { + "xdm:value": 1 + } + }, + "xdm:placeContext": { + "xdm:localTime": "2017-09-26T15:52:25+13:00", + "xdm:geo": { + "@id": "https://data.adobe.io/entities/geo/tokyo", + "xdm:countryCode": "JP", + "xdm:stateProvince": "JP-13", + "xdm:city": "Tōkyō", + "xdm:postalCode": "141-0032", + "schema:latitude": 35.6185, + "schema:longitude": 139.73237 } }, + "xdm:web": { + "xdm:webPageDetails": { + "xdm:siteSection": "Shopping Cart", + "xdm:server": "example.com", + "xdm:name": "Purchase Confirmation", + "xdm:URL": "https://www.example.com/orderConf", + "xdm:errorPage": false, + "xdm:homePage": false, + "xdm:pageViews": { + "xdm:value": 1 + } + }, + "xdm:webReferrer": { + "xdm:URL": "https://www.example.com/checkout", + "xdm:referrerType": "internal" + } + }, + "xdm:marketing": { + "xdm:trackingCode": "marketingcampaign111" + }, + "xdm:profileStitch": [ + { + "xdm:profileStitchID": { + "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", + "xdm:namespace": { + "xdm:code": "AAM" + } + }, + "xdm:version": "1.0", + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/49312748749132" + } + ] + } + } + ], + "xdm:segmentMemberships": [ + { + "xdm:segmentID": { + "@id": "https://data.adobe.io/entities/identity/92312748749128", + "xdm:namespace": { + "xdm:code": "AAM" + } + }, + "xdm:profileStitchID": { + "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", + "xdm:namespace": { + "xdm:code": "AAM" + }, + "xdm:lastQualificationTime": "2017-09-26T15:52:25+00:00", + "xdm:version": "1.0", + "xdm:validUntil": "2017-12-26T15:52:25+00:00", + "xdm:status": "realized" + } + } + ] +} +``` + +```json +{ + "@id": "https://data.adobe.io/experienceid-23456782", + "xdm:dataSource": { + "@id": "https://data.adobe.io/datasources/datasource-123", + "xdm:code": "DataSourceIntegrationCode-123" + }, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" + } + ] + }, "xdm:environment": { "xdm:type": "application", "xdm:operatingSystem": "iOS", @@ -194,177 +354,6 @@ The core ExperienceEvent XDM is used to capture observations that are altering o } ``` -```json -{ - "@id": "https://data.adobe.io/experienceid-123456", - "xdm:dataSource": { - "@id": "https://data.adobe.io/datasources/datasource-123", - "xdm:code": "DataSourceIntegrationCode-123" - }, - "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - "https://ns.adobe.com/experience/aaid": { - "xdm:id": "2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" - } - }, - "https://ns.adobe.com/experience/tntid": { - "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d", - "xdm:namespace": { - "xdm:code": "tnt0051" - } - } - }, - "xdm:channel": { - "@id": "https://ns.adobe.com/xdm/channels/apns", - "@type": "https://ns.adobe.com/xdm/channel-types/mobile" - }, - "xdm:environment": { - "xdm:type": "browser", - "xdm:browserDetails": { - "xdm:name": "Chrome", - "xdm:version": "63.0.3239", - "xdm:acceptLanguage": "en", - "xdm:cookiesEnabled": true, - "xdm:javaScriptEnabled": true, - "xdm:javaScriptVersion": "1.8.5", - "xdm:javaEnabled": true, - "xdm:javaVersion": "Java SE 8", - "xdm:viewportHeight": 900, - "xdm:viewportWidth": 1680 - }, - "xdm:operatingSystem": "MAC OS", - "xdm:operatingSystemVersion": "10.13", - "xdm:connectionType": "cable" - }, - "xdm:productListItems": [ - { - "xdm:SKU": "1002352692", - "xdm:lineItemId": "12345678", - "xdm:name": "24-Watt 8-Light Chrome Integrated LED Bath Light", - "xdm:currencyCode": "USD", - "xdm:quantity": 1, - "xdm:priceTotal": 159 - } - ], - "xdm:commerce": { - "xdm:order": { - "xdm:purchaseID": "a8g784hjq1mnp3", - "xdm:purchaseOrderNumber": "123456", - "xdm:payments": [ - { - "xdm:transactionID": "transactid-a111", - "xdm:paymentAmount": 59, - "xdm:paymentType": "credit_card", - "xdm:currencyCode": "USD" - }, - { - "xdm:transactionId": "transactid-a222", - "xdm:paymentAmount": 100, - "xdm:paymentType": "gift_card", - "xdm:currencyCode": "USD" - } - ], - "xdm:currencyCode": "USD", - "xdm:priceTotal": 159 - }, - "xdm:purchases": { - "xdm:value": 1 - } - }, - "xdm:placeContext": { - "xdm:localTime": "2017-09-26T15:52:25+13:00", - "xdm:geo": { - "@id": "https://data.adobe.io/entities/geo/tokyo", - "xdm:countryCode": "JP", - "xdm:stateProvince": "JP-13", - "xdm:city": "Tōkyō", - "xdm:postalCode": "141-0032", - "schema:latitude": 35.6185, - "schema:longitude": 139.73237 - } - }, - "xdm:web": { - "xdm:webPageDetails": { - "xdm:siteSection": "Shopping Cart", - "xdm:server": "example.com", - "xdm:name": "Purchase Confirmation", - "xdm:URL": "https://www.example.com/orderConf", - "xdm:errorPage": false, - "xdm:homePage": false, - "xdm:pageViews": { - "xdm:value": 1 - } - }, - "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/checkout", - "xdm:referrerType": "internal" - } - }, - "xdm:marketing": { - "xdm:trackingCode": "marketingcampaign111" - }, - "xdm:profileStitch": [ - { - "xdm:profileStitchID": { - "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", - "xdm:namespace": { - "xdm:code": "AAM" - } - }, - "xdm:version": "1.0", - "xdm:identities": [ - { - "xdm:id": "92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - { - "xdm:id": "62312748749321", - "xdm:namespace": { - "xdm:code": "ECID" - } - }, - { - "xdm:id": "49312748749132", - "xdm:namespace": { - "xdm:code": "ECID" - } - } - ] - } - ], - "xdm:segmentMemberships": [ - { - "xdm:segmentID": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "AAM" - } - }, - "xdm:profileStitchID": { - "@id": "https://data.adobe.io/entities/profileStitchIdentity/1", - "xdm:namespace": { - "xdm:code": "AAM" - }, - "xdm:lastQualificationTime": "2017-09-26T15:52:25+00:00", - "xdm:version": "1.0", - "xdm:validUntil": "2017-12-26T15:52:25+00:00", - "xdm:status": "realized" - } - } - ] -} -``` - ```json { "@id": "https://data.adobe.io/experienceid-2345678", @@ -373,14 +362,17 @@ The core ExperienceEvent XDM is used to capture observations that are altering o "xdm:code": "DataSourceIntegrationCode-123" }, "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "92312748749128", - "xdm:namespace": { - "@id": "https://data.adobe.io/entities/namespace/4", - "xdm:code": "ECID" + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "92312748749128" } - } + ], + "AVID": [ + { + "xdm:id": "2394509340-30453470347" + } + ] }, "xdm:environment": { "xdm:type": "browser", @@ -449,19 +441,17 @@ The core ExperienceEvent XDM is used to capture observations that are altering o { "@id": "https://data.adobe.io/experienceid-123457", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } - } + ] }, "xdm:environment": { "xdm:browserDetails": { @@ -605,19 +595,17 @@ The core ExperienceEvent XDM is used to capture observations that are altering o { "@id": "https://data.adobe.io/experienceid-123458", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } - } + ] }, "xdm:environment": { "xdm:browserDetails": { @@ -709,19 +697,17 @@ The core ExperienceEvent XDM is used to capture observations that are altering o { "@id": "https://data.adobe.io/experienceid-123459", "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:endUserIDs": { - "https://ns.adobe.com/experience/mcid": { - "@id": "https://data.adobe.io/entities/identity/92312748749128", - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" } - }, - "https://ns.adobe.com/experience/aaid": { - "@id": "https://data.adobe.io/entities/identity/2394509340-30453470347", - "xdm:namespace": { - "xdm:code": "AVID" + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347" } - } + ] }, "xdm:environment": { "xdm:browserDetails": { @@ -819,6 +805,7 @@ The core ExperienceEvent XDM is used to capture observations that are altering o | [xdm:directMarketing](#xdmdirectmarketing) | Direct Marketing | Optional | ExperienceEvent (this schema) | | [xdm:endUserIDs](#xdmenduserids) | End User IDs | Optional | ExperienceEvent (this schema) | | [xdm:environment](#xdmenvironment) | Environment | Optional | ExperienceEvent (this schema) | +| [xdm:identityMap](#xdmidentitymap) | IdentityMap | Optional | ExperienceEvent (this schema) | | [xdm:marketing](#xdmmarketing) | Marketing | Optional | ExperienceEvent (this schema) | | [xdm:media](#xdmmedia) | Media Information | Optional | ExperienceEvent (this schema) | | [xdm:placeContext](#xdmplacecontext) | Place Context | Optional | ExperienceEvent (this schema) | @@ -989,7 +976,7 @@ The events and properties related to direct/outbound marketing such as email, di ## xdm:endUserIDs ### End User IDs -Condensed, normalized encapsulation of all end user identifiers. +Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead `xdm:endUserIDs` * is optional @@ -1024,6 +1011,25 @@ Information about the surrounding situation the event observation occurred in, s +## xdm:identityMap +### Identity Map + +map containing the set of end user identities associated with this event + +`xdm:identityMap` +* is optional +* type: IdentityMap +* defined in this schema + +### xdm:identityMap Type + + +* [IdentityMap](identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` + + + + + ## xdm:marketing ### Marketing diff --git a/docs/reference/context/identity.schema.json b/docs/reference/context/identity.schema.json index 79b6463f8..ae15fd952 100644 --- a/docs/reference/context/identity.schema.json +++ b/docs/reference/context/identity.schema.json @@ -10,15 +10,13 @@ "title": "Identity", "type": "object", "meta:extensible": true, + "meta:extends": [ + "https://ns.adobe.com/xdm/context/identityitem" + ], "description": "Identity is used to clearly distinguish people that are interacting with digital experiences. Identity is established by an identity provider, which itself is referenced in the `namespace` attribute. Within each `namespace`, the identity is unique.", "definitions": { "identity": { "properties": { - "xdm:id": { - "title": "Identifier", - "type": "string", - "description": "Identity of the consumer in the related namespace." - }, "xdm:namespace": { "title": "Namespace", "$ref": "https://ns.adobe.com/xdm/context/namespace", @@ -28,27 +26,6 @@ "title": "Experience Identifier", "type": "string", "description": "When present, this value represents a cross-namespace identifier that is unique across all namespace-scoped identifiers in all namespaces." - }, - "xdm:authenticatedState": { - "description": "The state this identity is authenticated as for this observed ExperienceEvent.", - "type": "string", - "default": "ambiguous", - "enum": [ - "ambiguous", - "authenticated", - "loggedOut" - ], - "meta:enum": { - "ambiguous": "Ambiguous", - "authenticated": "User identified by a login or simular action that was valid at the time of the event observation.", - "loggedOut": "User was identified by a login action at some point of time previously, but is not currently logged in." - } - }, - "xdm:primary": { - "title": "Primary", - "type": "boolean", - "default": false, - "description": "Indicates this identity is the preferred identity. Is used as a hint to help systems better organize how identities are queried." } } } @@ -57,6 +34,9 @@ { "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" }, + { + "$ref": "https://ns.adobe.com/xdm/context/identityitem#/definitions/identityitem" + }, { "$ref": "#/definitions/identity" } diff --git a/docs/reference/context/identity.schema.md b/docs/reference/context/identity.schema.md index 3c75c116c..3daa31ba7 100644 --- a/docs/reference/context/identity.schema.md +++ b/docs/reference/context/identity.schema.md @@ -14,6 +14,7 @@ Identity is used to clearly distinguish people that are interacting with digital * Identity `https://ns.adobe.com/xdm/context/identity` * [Extensibility base schema](../common/extensible.schema.md) `https://ns.adobe.com/xdm/common/extensible` + * [Identity Item](identityitem.schema.md) `https://ns.adobe.com/xdm/context/identityitem` * [Namespace](namespace.schema.md) `https://ns.adobe.com/xdm/context/namespace` @@ -43,10 +44,10 @@ Identity is used to clearly distinguish people that are interacting with digital | Property | Type | Required | Defined by | |----------|------|----------|------------| -| [xdm:authenticatedState](#xdmauthenticatedstate) | `enum` | Optional | Identity (this schema) | -| [xdm:id](#xdmid) | `string` | Optional | Identity (this schema) | +| [xdm:authenticatedState](#xdmauthenticatedstate) | `enum` | Optional | [Identity Item](identityitem.schema.md#xdmauthenticatedstate) | +| [xdm:id](#xdmid) | `string` | Optional | [Identity Item](identityitem.schema.md#xdmid) | | [xdm:namespace](#xdmnamespace) | Namespace | Optional | Identity (this schema) | -| [xdm:primary](#xdmprimary) | `boolean` | Optional | Identity (this schema) | +| [xdm:primary](#xdmprimary) | `boolean` | Optional | [Identity Item](identityitem.schema.md#xdmprimary) | | [xdm:xid](#xdmxid) | `string` | Optional | Identity (this schema) | | `*` | any | Additional | this schema *allows* additional properties | @@ -57,7 +58,7 @@ The state this identity is authenticated as for this observed ExperienceEvent. `xdm:authenticatedState` * is optional * type: `enum` -* defined in this schema +* defined in [Identity Item](identityitem.schema.md#xdm:authenticatedState) The value of this property **must** be equal to one of the [known values below](#xdm:authenticatedState-known-values). @@ -79,7 +80,7 @@ Identity of the consumer in the related namespace. `xdm:id` * is optional * type: `string` -* defined in this schema +* defined in [Identity Item](identityitem.schema.md#xdm:id) ### xdm:id Type @@ -118,7 +119,7 @@ Indicates this identity is the preferred identity. Is used as a hint to help sys `xdm:primary` * is optional * type: `boolean` -* defined in this schema +* defined in [Identity Item](identityitem.schema.md#xdm:primary) ### xdm:primary Type diff --git a/docs/reference/context/identityitem.schema.json b/docs/reference/context/identityitem.schema.json new file mode 100644 index 000000000..fba7bb32e --- /dev/null +++ b/docs/reference/context/identityitem.schema.json @@ -0,0 +1,61 @@ +{ + "meta:license": [ + "Copyright 2017 Adobe Systems Incorporated. All rights reserved.", + "This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license", + "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/identityitem", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Identity Item", + "type": "object", + "meta:extensible": true, + "description": "An end-user identity item, to be included in an instance of `context/identitymap`", + "definitions": { + "identityitem": { + "properties": { + "xdm:id": { + "title": "Identifier", + "type": "string", + "description": "Identity of the consumer in the related namespace." + }, + "xdm:authenticatedState": { + "description": "The state this identity is authenticated as for this observed ExperienceEvent.", + "type": "string", + "default": "ambiguous", + "enum": [ + "ambiguous", + "authenticated", + "loggedOut" + ], + "meta:enum": { + "ambiguous": "Ambiguous", + "authenticated": "User identified by a login or simular action that was valid at the time of the event observation.", + "loggedOut": "User was identified by a login action at some point of time previously, but is not currently logged in." + } + }, + "xdm:primary": { + "title": "Primary", + "type": "boolean", + "default": false, + "description": "Indicates this identity is the preferred identity. Is used as a hint to help systems better organize how identities are queried." + } + } + } + }, + "allOf": [ + { + "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" + }, + { + "$ref": "#/definitions/identityitem" + } + ], + "meta:status": "experimental", + "examples": [ + { + "xdm:id": "id123", + "xdm:authenticatedState": "ambiguous" + } + ] +} \ No newline at end of file diff --git a/docs/reference/context/identityitem.schema.md b/docs/reference/context/identityitem.schema.md new file mode 100644 index 000000000..ea13f9be6 --- /dev/null +++ b/docs/reference/context/identityitem.schema.md @@ -0,0 +1,94 @@ + +# Identity Item Schema + +``` +https://ns.adobe.com/xdm/context/identityitem +``` + +An end-user identity item, to be included in an instance of `context/identitymap` + +| [Abstract](../../abstract.md) | [Extensible](../../extensions.md) | [Status](../../status.md) | [Identifiable](../../id.md) | [Custom Properties](../../extensions.md) | [Additional Properties](../../extensions.md) | Defined In | +|-------------------------------|-----------------------------------|---------------------------|-----------------------------|------------------------------------------|----------------------------------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/identityitem.schema.json](context/identityitem.schema.json) | +## Schema Hierarchy + +* Identity Item `https://ns.adobe.com/xdm/context/identityitem` + * [Extensibility base schema](../common/extensible.schema.md) `https://ns.adobe.com/xdm/common/extensible` + + +## Identity Item Example +```json +{ + "xdm:id": "id123", + "xdm:authenticatedState": "ambiguous" +} +``` + +# Identity Item Properties + +| Property | Type | Required | Defined by | +|----------|------|----------|------------| +| [xdm:authenticatedState](#xdmauthenticatedstate) | `enum` | Optional | Identity Item (this schema) | +| [xdm:id](#xdmid) | `string` | Optional | Identity Item (this schema) | +| [xdm:primary](#xdmprimary) | `boolean` | Optional | Identity Item (this schema) | +| `*` | any | Additional | this schema *allows* additional properties | + +## xdm:authenticatedState + +The state this identity is authenticated as for this observed ExperienceEvent. + +`xdm:authenticatedState` +* is optional +* type: `enum` +* defined in this schema + +The value of this property **must** be equal to one of the [known values below](#xdm:authenticatedState-known-values). + +### xdm:authenticatedState Known Values +| Value | Description | +|-------|-------------| +| `ambiguous` | Ambiguous | +| `authenticated` | User identified by a login or simular action that was valid at the time of the event observation. | +| `loggedOut` | User was identified by a login action at some point of time previously, but is not currently logged in. | + + + + +## xdm:id +### Identifier + +Identity of the consumer in the related namespace. + +`xdm:id` +* is optional +* type: `string` +* defined in this schema + +### xdm:id Type + + +`string` + + + + + + +## xdm:primary +### Primary + +Indicates this identity is the preferred identity. Is used as a hint to help systems better organize how identities are queried. + +`xdm:primary` +* is optional +* type: `boolean` +* defined in this schema + +### xdm:primary Type + + +`boolean` + + + + diff --git a/docs/reference/context/identitymap.schema.json b/docs/reference/context/identitymap.schema.json new file mode 100644 index 000000000..ddc65a1d7 --- /dev/null +++ b/docs/reference/context/identitymap.schema.json @@ -0,0 +1,69 @@ +{ + "meta:license": [ + "Copyright 2017 Adobe Systems Incorporated. All rights reserved.", + "This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license", + "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/identitymap", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "IdentityMap", + "type": "object", + "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": { + "meta:xdmType": "map", + "additionalProperties": { + "type": "array", + "items": { + "$ref": "https://ns.adobe.com/xdm/context/identityitem" + } + } + } + }, + "allOf": [ + { + "$ref": "#/definitions/identitymap" + } + ], + "meta:status": "experimental", + "examples": [ + { + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" + }, + { + "xdm:id": "92312748749239" + } + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:authenticatedState": "authenticated" + } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" + } + ] + }, + { + "EMAIL": [ + { + "xdm:id": "92312748749128" + }, + { + "xdm:id": "92312748749239" + } + ], + "CRM": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:authenticatedState": "authenticated" + } + ] + } + ] +} \ No newline at end of file diff --git a/docs/reference/context/identitymap.schema.md b/docs/reference/context/identitymap.schema.md new file mode 100644 index 000000000..55ebfdca6 --- /dev/null +++ b/docs/reference/context/identitymap.schema.md @@ -0,0 +1,58 @@ + +# IdentityMap Schema + +``` +https://ns.adobe.com/xdm/context/identitymap +``` + +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. + +| [Abstract](../../abstract.md) | [Extensible](../../extensions.md) | [Status](../../status.md) | [Identifiable](../../id.md) | [Custom Properties](../../extensions.md) | [Additional Properties](../../extensions.md) | Defined In | +|-------------------------------|-----------------------------------|---------------------------|-----------------------------|------------------------------------------|----------------------------------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/identitymap.schema.json](context/identitymap.schema.json) | + +## IdentityMap Examples + +```json +{ + "https://data.adobe.io/entities/namespace/4": [ + { + "xdm:id": "92312748749128" + }, + { + "xdm:id": "92312748749239" + } + ], + "https://data.adobe.io/entities/namespace/10": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:authenticatedState": "authenticated" + } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" + } + ] +} +``` + +```json +{ + "EMAIL": [ + { + "xdm:id": "92312748749128" + }, + { + "xdm:id": "92312748749239" + } + ], + "CRM": [ + { + "xdm:id": "2394509340-30453470347", + "xdm:authenticatedState": "authenticated" + } + ] +} +``` + diff --git a/docs/reference/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index f6e5aa775..58171b7ab 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -58,15 +58,15 @@ "xdm:lastName": "Doe", "xdm:fullName": "John S. Doe" }, - { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" - }, { "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", "xdm:fullName": "فلانة الفلانية" + }, + { + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" } ] } \ No newline at end of file diff --git a/docs/reference/context/person-name.schema.md b/docs/reference/context/person-name.schema.md index 4bbd2514b..97ab12772 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -32,17 +32,17 @@ In addition, a number of optional properties are made available that can be used ```json { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" + "xdm:firstName": "فلانة", + "xdm:lastName": "الفلانية", + "xdm:fullName": "فلانة الفلانية" } ``` ```json { - "xdm:firstName": "فلانة", - "xdm:lastName": "الفلانية", - "xdm:fullName": "فلانة الفلانية" + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" } ``` diff --git a/docs/reference/context/person.schema.json b/docs/reference/context/person.schema.json index f5dcc0e96..a23faaffd 100644 --- a/docs/reference/context/person.schema.json +++ b/docs/reference/context/person.schema.json @@ -96,7 +96,7 @@ "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDayAndMonth": "01-03" + "xdm:birthDate": "1996-01-03" }, { "xdm:name": { @@ -105,7 +105,7 @@ "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDate": "1996-01-03" + "xdm:birthDayAndMonth": "01-03" } ] } \ No newline at end of file diff --git a/docs/reference/context/person.schema.md b/docs/reference/context/person.schema.md index b2d321295..ecabdc4fa 100644 --- a/docs/reference/context/person.schema.md +++ b/docs/reference/context/person.schema.md @@ -28,7 +28,7 @@ An individual person. May represent a person acting in various roles, such as a "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDayAndMonth": "01-03" + "xdm:birthDate": "1996-01-03" } ``` @@ -40,7 +40,7 @@ An individual person. May represent a person acting in various roles, such as a "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDate": "1996-01-03" + "xdm:birthDayAndMonth": "01-03" } ``` diff --git a/docs/reference/context/profile.schema.json b/docs/reference/context/profile.schema.json index 784a2b6f9..a447835f0 100644 --- a/docs/reference/context/profile.schema.json +++ b/docs/reference/context/profile.schema.json @@ -16,13 +16,19 @@ "profile": { "properties": { "xdm:identities": { + "meta:status": "deprecated", "title": "All User Identities", "type": "array", "items": { "$ref": "https://ns.adobe.com/xdm/context/identity" }, "minItems": 1, - "description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers." + "description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" + }, + "xdm:identityMap": { + "title": "Identity Map", + "$ref": "https://ns.adobe.com/xdm/context/identitymap", + "description": "map containing the set of end user identities associated with this event" }, "xdm:person": { "title": "Person", @@ -172,20 +178,18 @@ "meta:status": "experimental", "examples": [ { - "xdm:identities": [ - { - "xdm:id": "someone@example.com", - "xdm:namespace": { - "xdm:code": "Email" + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "92312748749128" } - }, - { - "xdm:id": "123-456", - "xdm:namespace": { - "xdm:code": "BB111" + ], + "EMAIL": [ + { + "xdm:id": "jane@doe.com" } - } - ], + ] + }, "xdm:person": { "xdm:name": { "xdm:firstName": "Jane", diff --git a/docs/reference/context/profile.schema.md b/docs/reference/context/profile.schema.md index 3e6aed51b..bfc225c81 100644 --- a/docs/reference/context/profile.schema.md +++ b/docs/reference/context/profile.schema.md @@ -32,6 +32,7 @@ for other Profile data such as preference, propensities and other attributes. * Profile `https://ns.adobe.com/xdm/context/profile` * [Extensibility base schema](../common/extensible.schema.md) `https://ns.adobe.com/xdm/common/extensible` * [Audit Trail](../common/auditable.schema.md) `https://ns.adobe.com/xdm/common/auditable` + * [IdentityMap](identitymap.schema.md) `https://ns.adobe.com/xdm/context/identitymap` * [Person](person.schema.md) `https://ns.adobe.com/xdm/context/person` * [Address](../common/address.schema.md) `https://ns.adobe.com/xdm/common/address` * [Email Address](emailaddress.schema.md) `https://ns.adobe.com/xdm/context/emailaddress` @@ -44,20 +45,18 @@ for other Profile data such as preference, propensities and other attributes. ## Profile Example ```json { - "xdm:identities": [ - { - "xdm:id": "someone@example.com", - "xdm:namespace": { - "xdm:code": "Email" + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "92312748749128" } - }, - { - "xdm:id": "123-456", - "xdm:namespace": { - "xdm:code": "BB111" + ], + "EMAIL": [ + { + "xdm:id": "jane@doe.com" } - } - ], + ] + }, "xdm:person": { "xdm:name": { "xdm:firstName": "Jane", @@ -151,6 +150,7 @@ for other Profile data such as preference, propensities and other attributes. | [xdm:homeAddress](#xdmhomeaddress) | Address | Optional | Profile (this schema) | | [xdm:homePhone](#xdmhomephone) | Phone Number | Optional | Profile (this schema) | | [xdm:identities](#xdmidentities) | Identity | Optional | Profile (this schema) | +| [xdm:identityMap](#xdmidentitymap) | IdentityMap | Optional | Profile (this schema) | | [xdm:mobilePhone](#xdmmobilephone) | Phone Number | Optional | Profile (this schema) | | [xdm:modifiedByBatchID](#xdmmodifiedbybatchid) | `string` | Optional | [Audit Trail](../common/auditable.schema.md#xdmmodifiedbybatchid) | | [xdm:optInOut](#xdmoptinout) | OptInOut | Optional | Profile (this schema) | @@ -352,7 +352,7 @@ Home phone number. ## xdm:identities ### All User Identities -Array of Identities. Condensed, normalized encapsulation of all end user identifiers. +Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead `xdm:identities` * is optional @@ -375,6 +375,25 @@ All items must be of the type: +## xdm:identityMap +### Identity Map + +map containing the set of end user identities associated with this event + +`xdm:identityMap` +* is optional +* type: IdentityMap +* defined in this schema + +### xdm:identityMap Type + + +* [IdentityMap](identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` + + + + + ## xdm:mobilePhone ### Mobile Phone diff --git a/docs/reference/context/profilestitch.schema.json b/docs/reference/context/profilestitch.schema.json index 4792ee7c3..4ecf4e8e0 100644 --- a/docs/reference/context/profilestitch.schema.json +++ b/docs/reference/context/profilestitch.schema.json @@ -23,14 +23,10 @@ "type": "string", "description": "The version of the profile stitch definition used. Useful for debugging." }, - "xdm:identities": { - "title": "All User Identities", - "type": "array", - "items": { - "$ref": "https://ns.adobe.com/xdm/context/identity" - }, - "minItems": 1, - "description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers." + "xdm:identityMap": { + "title": "Identity Map", + "$ref": "https://ns.adobe.com/xdm/context/identitymap", + "description": "map containing the set of end user identities associated with this event" }, "xdm:endUserIDs": { "meta:status": "deprecated", @@ -56,17 +52,18 @@ } }, "xdm:version": "1.0", - "xdm:endUserIds": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "https://data.adobe.io/entities/identity/92312748749128", - "additionalIDs": [ - "https://data.adobe.io/entities/identity/62312748749321", - "https://data.adobe.io/entities/identity/49312748749132" - ], - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/49312748749132" } - } + ] } } ] diff --git a/docs/reference/context/profilestitch.schema.md b/docs/reference/context/profilestitch.schema.md index 49fd143a7..ba792fe5b 100644 --- a/docs/reference/context/profilestitch.schema.md +++ b/docs/reference/context/profilestitch.schema.md @@ -14,6 +14,7 @@ Details about the ids that were joined by profile stitching. * Profile Stitch `https://ns.adobe.com/xdm/context/profileStitch` * [Profile Stitch Identity](profilestitchidentity.schema.md) `https://ns.adobe.com/xdm/context/profileStitchIdentity` + * [IdentityMap](identitymap.schema.md) `https://ns.adobe.com/xdm/context/identitymap` * [End User IDs](enduserids.schema.md) `https://ns.adobe.com/xdm/context/enduserids` @@ -27,17 +28,18 @@ Details about the ids that were joined by profile stitching. } }, "xdm:version": "1.0", - "xdm:endUserIds": { - "https://ns.adobe.com/experience/mcid": { - "xdm:id": "https://data.adobe.io/entities/identity/92312748749128", - "additionalIDs": [ - "https://data.adobe.io/entities/identity/62312748749321", - "https://data.adobe.io/entities/identity/49312748749132" - ], - "xdm:namespace": { - "xdm:code": "ECID" + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "https://data.adobe.io/entities/identity/92312748749128" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/62312748749321" + }, + { + "xdm:id": "https://data.adobe.io/entities/identity/49312748749132" } - } + ] } } ``` @@ -47,7 +49,7 @@ Details about the ids that were joined by profile stitching. | Property | Type | Required | Defined by | |----------|------|----------|------------| | [xdm:endUserIDs](#xdmenduserids) | End User IDs | Optional | Profile Stitch (this schema) | -| [xdm:identities](#xdmidentities) | Identity | Optional | Profile Stitch (this schema) | +| [xdm:identityMap](#xdmidentitymap) | IdentityMap | Optional | Profile Stitch (this schema) | | [xdm:profileStitchID](#xdmprofilestitchid) | Profile Stitch Identity | Optional | Profile Stitch (this schema) | | [xdm:version](#xdmversion) | `string` | Optional | Profile Stitch (this schema) | | `*` | any | Additional | this schema *allows* additional properties | @@ -71,27 +73,20 @@ Condensed, normalized encapsulation of all end user identifiers. Deprecated -## xdm:identities -### All User Identities +## xdm:identityMap +### Identity Map -Array of Identities. Condensed, normalized encapsulation of all end user identifiers. +map containing the set of end user identities associated with this event -`xdm:identities` +`xdm:identityMap` * is optional -* type: Identity -* at least `1` items in the array +* type: IdentityMap * defined in this schema -### xdm:identities Type - - -Array type: Identity - -All items must be of the type: -* [Identity](identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` - +### xdm:identityMap Type +* [IdentityMap](identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` diff --git a/docs/reference/external/hal/hal-link.schema.json b/docs/reference/external/hal/hal-link.schema.json index 4764f5983..96b44241c 100644 --- a/docs/reference/external/hal/hal-link.schema.json +++ b/docs/reference/external/hal/hal-link.schema.json @@ -107,12 +107,12 @@ ], "meta:status": "experimental", "examples": [ - { - "href": "http://www.adobe.com/" - }, { "href": "http://www.adobe.com/{product}", "templated": true + }, + { + "href": "http://www.adobe.com/" } ] } \ No newline at end of file diff --git a/docs/reference/external/hal/hal-link.schema.md b/docs/reference/external/hal/hal-link.schema.md index 881036fbe..8a4e7ce4e 100644 --- a/docs/reference/external/hal/hal-link.schema.md +++ b/docs/reference/external/hal/hal-link.schema.md @@ -18,14 +18,14 @@ https://ns.adobe.com/xdm/external/hal/link ```json { - "href": "http://www.adobe.com/" + "href": "http://www.adobe.com/{product}", + "templated": true } ``` ```json { - "href": "http://www.adobe.com/{product}", - "templated": true + "href": "http://www.adobe.com/" } ``` diff --git a/docs/reference/external/repo/directory.schema.json b/docs/reference/external/repo/directory.schema.json index a7360b6fc..30816b753 100644 --- a/docs/reference/external/repo/directory.schema.json +++ b/docs/reference/external/repo/directory.schema.json @@ -77,6 +77,12 @@ "templated": true } }, + "_page": { + "orderBy": "id", + "start": "123", + "next": "789", + "count": 100 + }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", @@ -96,12 +102,6 @@ "templated": true } }, - "_page": { - "orderBy": "id", - "start": "123", - "next": "789", - "count": 100 - }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", diff --git a/docs/reference/external/repo/directory.schema.md b/docs/reference/external/repo/directory.schema.md index d9a93ef2c..cd6ad693d 100644 --- a/docs/reference/external/repo/directory.schema.md +++ b/docs/reference/external/repo/directory.schema.md @@ -32,6 +32,12 @@ A directory in Adobe Cloud Platform. "templated": true } }, + "_page": { + "orderBy": "id", + "start": "123", + "next": "789", + "count": 100 + }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", @@ -54,12 +60,6 @@ A directory in Adobe Cloud Platform. "templated": true } }, - "_page": { - "orderBy": "id", - "start": "123", - "next": "789", - "count": 100 - }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", From d887bb0d111bc0095eddb58b2e561135615ca2e4 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Wed, 21 Nov 2018 12:49:57 -0800 Subject: [PATCH 08/11] refactoring to use allOf --- schemas/context/experienceevent.schema.json | 8 +++----- schemas/context/identitymap.schema.json | 16 +++++++++++----- schemas/context/profile.schema.json | 8 +++----- schemas/context/profilestitch.schema.json | 8 +++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/schemas/context/experienceevent.schema.json b/schemas/context/experienceevent.schema.json index f46c74485..ddf801224 100644 --- a/schemas/context/experienceevent.schema.json +++ b/schemas/context/experienceevent.schema.json @@ -43,11 +43,6 @@ "$ref": "https://ns.adobe.com/xdm/context/enduserids", "description": "Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" }, - "xdm:identityMap": { - "title": "Identity Map", - "$ref": "https://ns.adobe.com/xdm/context/identitymap", - "description": "map containing the set of end user identities associated with this event" - }, "xdm:environment": { "title": "Environment", "$ref": "https://ns.adobe.com/xdm/context/environment", @@ -146,6 +141,9 @@ { "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" }, + { + "$ref": "https://ns.adobe.com/xdm/context/identitymap" + }, { "$ref": "#/definitions/experienceevent" } diff --git a/schemas/context/identitymap.schema.json b/schemas/context/identitymap.schema.json index dbaec1e7e..cf9f645ff 100644 --- a/schemas/context/identitymap.schema.json +++ b/schemas/context/identitymap.schema.json @@ -12,11 +12,17 @@ "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": { - "meta:xdmType": "map", - "additionalProperties": { - "type": "array", - "items": { - "$ref": "https://ns.adobe.com/xdm/context/identityitem" + "type": "object", + "properties": { + "xdm:identityMap": { + "type": "object", + "meta:xdmType": "map", + "additionalProperties": { + "type": "array", + "items": { + "$ref": "https://ns.adobe.com/xdm/context/identityitem" + } + } } } } diff --git a/schemas/context/profile.schema.json b/schemas/context/profile.schema.json index 52998f50e..c916de180 100644 --- a/schemas/context/profile.schema.json +++ b/schemas/context/profile.schema.json @@ -27,11 +27,6 @@ "description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" }, - "xdm:identityMap": { - "title": "Identity Map", - "$ref": "https://ns.adobe.com/xdm/context/identitymap", - "description": "map containing the set of end user identities associated with this event" - }, "xdm:person": { "title": "Person", "$ref": "https://ns.adobe.com/xdm/context/person", @@ -175,6 +170,9 @@ { "$ref": "https://ns.adobe.com/xdm/common/auditable" }, + { + "$ref": "https://ns.adobe.com/xdm/context/identitymap" + }, { "$ref": "#/definitions/profile" } diff --git a/schemas/context/profilestitch.schema.json b/schemas/context/profilestitch.schema.json index 0d5757bea..16b529187 100644 --- a/schemas/context/profilestitch.schema.json +++ b/schemas/context/profilestitch.schema.json @@ -23,11 +23,6 @@ "type": "string", "description": "The version of the profile stitch definition used. Useful for debugging." }, - "xdm:identityMap": { - "title": "Identity Map", - "$ref": "https://ns.adobe.com/xdm/context/identitymap", - "description": "map containing the set of end user identities associated with this event" - }, "xdm:endUserIDs": { "meta:status": "deprecated", "title": "End User IDs", @@ -38,6 +33,9 @@ } }, "allOf": [ + { + "$ref": "https://ns.adobe.com/xdm/context/identitymap" + }, { "$ref": "#/definitions/profileStitch" } From 0df70b9726b774000711dac8a4995b8963c1df80 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 22 Nov 2018 00:20:30 +0000 Subject: [PATCH 09/11] [ci skip] updating documentation --- STABILIZING.md | 368 +++++++++--------- docs/reference/README.md | 118 +++--- docs/reference/assets/video.schema.json | 12 +- docs/reference/assets/video.schema.md | 12 +- .../descriptors/itemselector.schema.json | 4 +- .../common/descriptors/itemselector.schema.md | 4 +- .../common/eventenvelope.schema.json | 54 +-- docs/reference/common/eventenvelope.schema.md | 54 +-- docs/reference/common/geo.schema.json | 14 +- docs/reference/common/geo.schema.md | 20 +- docs/reference/common/page.schema.json | 2 +- docs/reference/common/page.schema.md | 2 +- .../content/page-component.schema.json | 8 +- .../content/page-component.schema.md | 14 +- .../context/experienceevent.schema.json | 168 ++++---- .../context/experienceevent.schema.md | 183 ++++----- .../reference/context/identitymap.schema.json | 34 +- docs/reference/context/identitymap.schema.md | 49 ++- docs/reference/context/person.schema.json | 4 +- docs/reference/context/person.schema.md | 4 +- docs/reference/context/profile.schema.json | 8 +- docs/reference/context/profile.schema.md | 15 +- .../context/profilestitch.schema.json | 8 +- .../reference/context/profilestitch.schema.md | 17 +- docs/reference/context/webinfo.schema.json | 26 +- docs/reference/context/webinfo.schema.md | 26 +- .../external/hal/hal-link.schema.json | 6 +- .../reference/external/hal/hal-link.schema.md | 6 +- docs/reference/external/hal/hal.schema.json | 80 ++-- docs/reference/external/hal/hal.schema.md | 82 ++-- .../external/repo/directory.schema.json | 12 +- .../external/repo/directory.schema.md | 12 +- 32 files changed, 732 insertions(+), 694 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index b3f2d9d72..22b920a94 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Wed Nov 21 2018 18:00:25 GMT+0000 (UTC)**_ +_Generated on **Thu Nov 22 2018 00:20:30 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -13,138 +13,138 @@ _Generated on **Wed Nov 21 2018 18:00:25 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/assets/aggregated-asset](schemas/assets/aggregated-asset.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/artboard](schemas/assets/artboard.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/asset](schemas/assets/asset.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/font](schemas/assets/font.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/image](schemas/assets/image.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [f19e4ce](https://github.com/adobe/xdm/commit/f19e4ce6a6ba34a627fe36ce5085e9a5d2aee3b9 "Remove definition of xmp:numberOfPixels") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/layer-group](schemas/assets/layer-group.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/layer](schemas/assets/layer.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/resource-event](schemas/assets/resource-event.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/variable-unit-rectangular](schemas/assets/variable-unit-rectangular.schema.json)|experimental|**253**|**231**|[c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/assets/video](schemas/assets/video.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/adm](schemas/channels/adm.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/agency](schemas/channels/agency.schema.json)|experimental|**230**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| -|[schemas/channels/apns](schemas/channels/apns.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/application](schemas/channels/application.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/baidu](schemas/channels/baidu.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/channel](schemas/channels/channel.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/direct-mail](schemas/channels/direct-mail.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/email](schemas/channels/email.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/facebook-feed](schemas/channels/facebook-feed.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/fax](schemas/channels/fax.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/gcm](schemas/channels/gcm.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/line](schemas/channels/line.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/mobile-app](schemas/channels/mobile-app.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/mpns](schemas/channels/mpns.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/phone](schemas/channels/phone.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/sms](schemas/channels/sms.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/twitter-feed](schemas/channels/twitter-feed.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/web](schemas/channels/web.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/wechat](schemas/channels/wechat.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/channels/wns](schemas/channels/wns.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/auditable](schemas/common/auditable.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/aggregated-asset](schemas/assets/aggregated-asset.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/artboard](schemas/assets/artboard.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/asset](schemas/assets/asset.schema.json)|experimental|**254**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/font](schemas/assets/font.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/image](schemas/assets/image.schema.json)|experimental|**254**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [f19e4ce](https://github.com/adobe/xdm/commit/f19e4ce6a6ba34a627fe36ce5085e9a5d2aee3b9 "Remove definition of xmp:numberOfPixels") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/layer-group](schemas/assets/layer-group.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/layer](schemas/assets/layer.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/resource-event](schemas/assets/resource-event.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/variable-unit-rectangular](schemas/assets/variable-unit-rectangular.schema.json)|experimental|**254**|**232**|[c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/assets/video](schemas/assets/video.schema.json)|experimental|**254**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/adm](schemas/channels/adm.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/agency](schemas/channels/agency.schema.json)|experimental|**230**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| +|[schemas/channels/apns](schemas/channels/apns.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/application](schemas/channels/application.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/baidu](schemas/channels/baidu.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/channel](schemas/channels/channel.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/direct-mail](schemas/channels/direct-mail.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/email](schemas/channels/email.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/facebook-feed](schemas/channels/facebook-feed.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/fax](schemas/channels/fax.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/gcm](schemas/channels/gcm.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/line](schemas/channels/line.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/mobile-app](schemas/channels/mobile-app.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/mpns](schemas/channels/mpns.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/phone](schemas/channels/phone.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/sms](schemas/channels/sms.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/twitter-feed](schemas/channels/twitter-feed.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/web](schemas/channels/web.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/wechat](schemas/channels/wechat.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/channels/wns](schemas/channels/wns.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/auditable](schemas/common/auditable.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| |[schemas/common/descriptors/itemselector](schemas/common/descriptors/itemselector.schema.json)|experimental|**175**|**175**|[9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| -|[schemas/common/descriptors/relationshipdescriptor](schemas/common/descriptors/relationshipdescriptor.schema.json)|experimental|**165**|**165**|[7c5cb52](https://github.com/adobe/xdm/commit/7c5cb528c610e9a55adae135c392884368e8bcf0 "adding relationship descriptor definition")| -|[schemas/common/descriptors/schemadescriptor](schemas/common/descriptors/schemadescriptor.schema.json)|experimental|**175**|**91**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| -|[schemas/common/event/created](schemas/common/event/created.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/deleted](schemas/common/event/deleted.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/emitted](schemas/common/event/emitted.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/published](schemas/common/event/published.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/rejected](schemas/common/event/rejected.schema.json)|experimental|**253**|**253**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/unpublished](schemas/common/event/unpublished.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/event/updated](schemas/common/event/updated.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/eventenvelope](schemas/common/eventenvelope.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/geo](schemas/common/geo.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/geounit](schemas/common/geounit.schema.json)|experimental|**191**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| -|[schemas/common/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/orgunit](schemas/common/orgunit.schema.json)|experimental|**191**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [a522a43](https://github.com/adobe/xdm/commit/a522a43b47ca4fa9dd433ab7b9c8547b0b797580 "Merge branch 'add-org-geoUnit' of github.com:saurabhere/xdm into add-org-geoUnit") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [97b546c](https://github.com/adobe/xdm/commit/97b546cc359ddd1c1db2dfecb12d030c17787501 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| -|[schemas/common/page](schemas/common/page.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/principal](schemas/common/principal.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/common/selfservice](schemas/common/selfservice.schema.json)|experimental|**253**|**239**|[4d36de1](https://github.com/adobe/xdm/commit/4d36de106f4882f363e678ce46a71de32d5e1729 "Update 'xdm/selfservice' to 'xdm/common/selfservice'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/component-container](schemas/content/component-container.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/componentized-page](schemas/content/componentized-page.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/content](schemas/content/content.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/page-component](schemas/content/page-component.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/product](schemas/content/product.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/productlistitem](schemas/content/productlistitem.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository-policies/encryption](schemas/content/repository-policies/encryption.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository-policies/quota](schemas/content/repository-policies/quota.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository-policies/versioning](schemas/content/repository-policies/versioning.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/content/repository](schemas/content/repository.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/descriptors/relationshipdescriptor](schemas/common/descriptors/relationshipdescriptor.schema.json)|experimental|**166**|**166**|[7c5cb52](https://github.com/adobe/xdm/commit/7c5cb528c610e9a55adae135c392884368e8bcf0 "adding relationship descriptor definition")| +|[schemas/common/descriptors/schemadescriptor](schemas/common/descriptors/schemadescriptor.schema.json)|experimental|**175**|**92**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9bb9a9e](https://github.com/adobe/xdm/commit/9bb9a9e4bb5f83677a736dfeb6fd23a19c4d7972 "Fixes #367")| +|[schemas/common/event/created](schemas/common/event/created.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/deleted](schemas/common/event/deleted.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/emitted](schemas/common/event/emitted.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/published](schemas/common/event/published.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/rejected](schemas/common/event/rejected.schema.json)|experimental|**254**|**254**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/unpublished](schemas/common/event/unpublished.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/event/updated](schemas/common/event/updated.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/eventenvelope](schemas/common/eventenvelope.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/geo](schemas/common/geo.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/geounit](schemas/common/geounit.schema.json)|experimental|**191**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| +|[schemas/common/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/orgunit](schemas/common/orgunit.schema.json)|experimental|**191**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [ee4112b](https://github.com/adobe/xdm/commit/ee4112b46b3477450e9858d3b2f9013bcb71ed0c "Removed Circular Reference in Org and Geo Units") [a522a43](https://github.com/adobe/xdm/commit/a522a43b47ca4fa9dd433ab7b9c8547b0b797580 "Merge branch 'add-org-geoUnit' of github.com:saurabhere/xdm into add-org-geoUnit") [b99f7bf](https://github.com/adobe/xdm/commit/b99f7bf0d09b368bf2a24221b8edd7a298b22b63 "[trivial] Fix typos and add breaking changes to changelog.") [97b546c](https://github.com/adobe/xdm/commit/97b546cc359ddd1c1db2dfecb12d030c17787501 "[trivial] Fix typos and add breaking changes to changelog.") [a1a3d34](https://github.com/adobe/xdm/commit/a1a3d342ce2786c2838844de0c51e765b2255dc9 "#322 Add GeoUnit and OrgUnit Schemas")| +|[schemas/common/page](schemas/common/page.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/principal](schemas/common/principal.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/common/selfservice](schemas/common/selfservice.schema.json)|experimental|**254**|**240**|[4d36de1](https://github.com/adobe/xdm/commit/4d36de106f4882f363e678ce46a71de32d5e1729 "Update 'xdm/selfservice' to 'xdm/common/selfservice'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/component-container](schemas/content/component-container.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/componentized-page](schemas/content/componentized-page.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/content](schemas/content/content.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/page-component](schemas/content/page-component.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/product](schemas/content/product.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/productlistitem](schemas/content/productlistitem.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository-policies/encryption](schemas/content/repository-policies/encryption.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository-policies/quota](schemas/content/repository-policies/quota.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository-policies/versioning](schemas/content/repository-policies/versioning.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/content/repository](schemas/content/repository.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| |[schemas/context/advertising-break](schemas/context/advertising-break.schema.json)|experimental|**154**|**36**|[df74f20](https://github.com/adobe/xdm/commit/df74f20b4ef2f790f8fc314a918c824346e1305d "Remove the requirement for offset in advertising break") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| -|[schemas/context/advertising-timed-asset-reference](schemas/context/advertising-timed-asset-reference.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| +|[schemas/context/advertising-timed-asset-reference](schemas/context/advertising-timed-asset-reference.schema.json)|experimental|**154**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| |[schemas/context/advertising-timed-asset-view-details](schemas/context/advertising-timed-asset-view-details.schema.json)|experimental|**154**|**133**|[0708107](https://github.com/adobe/xdm/commit/07081074096921cfec856ecabe83ac1ec20fc575 "added the correct context references. corrected 2id definition with a 'format': 'uri',") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [94a3b87](https://github.com/adobe/xdm/commit/94a3b8745bad39081367b601206d47dc81fd77ee "typo") [e910ee7](https://github.com/adobe/xdm/commit/e910ee7481f505cc0abe3c0b4beb6307f8d115f8 "typo") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json")| -|[schemas/context/beacon-interaction-details](schemas/context/beacon-interaction-details.schema.json)|experimental|**193**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| -|[schemas/context/geo-interaction-details](schemas/context/geo-interaction-details.schema.json)|experimental|**193**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [15c35c6](https://github.com/adobe/xdm/commit/15c35c6239f405117d04d0bf3882f1267cab16c6 "added geo shape") [0cad970](https://github.com/adobe/xdm/commit/0cad970cc08a1f6b0f20f01190dc693e2a45f1b3 "Typo") [b1eda75](https://github.com/adobe/xdm/commit/b1eda7572aa006ee0c704497809eaa02b9a5220c "Typos") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| +|[schemas/context/beacon-interaction-details](schemas/context/beacon-interaction-details.schema.json)|experimental|**194**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| +|[schemas/context/geo-interaction-details](schemas/context/geo-interaction-details.schema.json)|experimental|**194**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [15c35c6](https://github.com/adobe/xdm/commit/15c35c6239f405117d04d0bf3882f1267cab16c6 "added geo shape") [0cad970](https://github.com/adobe/xdm/commit/0cad970cc08a1f6b0f20f01190dc693e2a45f1b3 "Typo") [b1eda75](https://github.com/adobe/xdm/commit/b1eda7572aa006ee0c704497809eaa02b9a5220c "Typos") [cf7e1eb](https://github.com/adobe/xdm/commit/cf7e1ebb81a8c17986b66fc585fd9aa5ecd8b279 "Rolled in Review comments: - Added Geo Interaction Details - remodled Beacon ad a contextual beaconInteractionDetails.")| |[schemas/context/identityitem](schemas/context/identityitem.schema.json)|experimental|5|5|[1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example")| -|[schemas/context/identitymap](schemas/context/identitymap.schema.json)|experimental|**54**|5|[06b5df2](https://github.com/adobe/xdm/commit/06b5df2c08597c3408bf93c0d8f9deb251906e75 "updating examples") [1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| -|[schemas/context/media-timed-asset-reference](schemas/context/media-timed-asset-reference.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.") [443cd81](https://github.com/adobe/xdm/commit/443cd812be9e066b9d8d2ce314e1fdc7dc1c4d42 "Moved airDate and digitalDate out of this PR and into a future one so that we can have more time to review and get it right.") [e9ac45a](https://github.com/adobe/xdm/commit/e9ac45ad37b604c5a69d42e8c9d72db16ac5cf5b "Moved ShowName and assetID to be an IPTC Series structure. 'iptc4xmpExt:Series': { 'iptc4xmpExt:Name': 'nba_highlights', 'iptc4xmpExt:Identifier': 'http://espn.com/series-identifiers/2613953', },") [d42e603](https://github.com/adobe/xdm/commit/d42e603a0bcb8494739a72bca621605ce1945438 "Changed the title of @id from 'Content ID' to 'Asset ID'") [e8c7907](https://github.com/adobe/xdm/commit/e8c7907e1788d9c45736ba73ec1a568d455048d0 "Corrected types") [4736e5f](https://github.com/adobe/xdm/commit/4736e5f5a8030258a1eabb2f2d4b9869bc6f7e49 "Corrected all examples with the complex itpc schema usage") [7903fab](https://github.com/adobe/xdm/commit/7903fabb6a5fa96aac288c6845b887170e384cea "Correcte the iptc4xmpExt adoption as they are mostly complex objects") [2388ddc](https://github.com/adobe/xdm/commit/2388ddcb2b9d13dd54f92eba5a71d8c06fd626db "Fixed white spacing Improved description") [c4746c1](https://github.com/adobe/xdm/commit/c4746c1c6f1228f41fa0187ff64cb237cb1939fb "lowercase ITPC namespace and property names") [c5e4091](https://github.com/adobe/xdm/commit/c5e4091dfc4cb41745d6528b17dd5de3d77557a2 "update several properties to follow ITPC standard") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-asset-view-details](schemas/context/media-timed-asset-view-details.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [102829d](https://github.com/adobe/xdm/commit/102829d742a6a6a7e63a5a9e848627572c78d792 "Corrected naming, removed undefined fields in example for errors. sdk->playerSDK removed vhl to put it in a different branch/PR as a vendor extension.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-chapter-asset-reference](schemas/context/media-timed-chapter-asset-reference.schema.json)|experimental|**154**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/identitymap](schemas/context/identitymap.schema.json)|experimental|**55**|0|[d887bb0](https://github.com/adobe/xdm/commit/d887bb0d111bc0095eddb58b2e561135615ca2e4 "refactoring to use allOf") [06b5df2](https://github.com/adobe/xdm/commit/06b5df2c08597c3408bf93c0d8f9deb251906e75 "updating examples") [1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| +|[schemas/context/media-timed-asset-reference](schemas/context/media-timed-asset-reference.schema.json)|experimental|**154**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.") [443cd81](https://github.com/adobe/xdm/commit/443cd812be9e066b9d8d2ce314e1fdc7dc1c4d42 "Moved airDate and digitalDate out of this PR and into a future one so that we can have more time to review and get it right.") [e9ac45a](https://github.com/adobe/xdm/commit/e9ac45ad37b604c5a69d42e8c9d72db16ac5cf5b "Moved ShowName and assetID to be an IPTC Series structure. 'iptc4xmpExt:Series': { 'iptc4xmpExt:Name': 'nba_highlights', 'iptc4xmpExt:Identifier': 'http://espn.com/series-identifiers/2613953', },") [d42e603](https://github.com/adobe/xdm/commit/d42e603a0bcb8494739a72bca621605ce1945438 "Changed the title of @id from 'Content ID' to 'Asset ID'") [e8c7907](https://github.com/adobe/xdm/commit/e8c7907e1788d9c45736ba73ec1a568d455048d0 "Corrected types") [4736e5f](https://github.com/adobe/xdm/commit/4736e5f5a8030258a1eabb2f2d4b9869bc6f7e49 "Corrected all examples with the complex itpc schema usage") [7903fab](https://github.com/adobe/xdm/commit/7903fabb6a5fa96aac288c6845b887170e384cea "Correcte the iptc4xmpExt adoption as they are mostly complex objects") [2388ddc](https://github.com/adobe/xdm/commit/2388ddcb2b9d13dd54f92eba5a71d8c06fd626db "Fixed white spacing Improved description") [c4746c1](https://github.com/adobe/xdm/commit/c4746c1c6f1228f41fa0187ff64cb237cb1939fb "lowercase ITPC namespace and property names") [c5e4091](https://github.com/adobe/xdm/commit/c5e4091dfc4cb41745d6528b17dd5de3d77557a2 "update several properties to follow ITPC standard") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-asset-view-details](schemas/context/media-timed-asset-view-details.schema.json)|experimental|**154**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [7e1cd04](https://github.com/adobe/xdm/commit/7e1cd049028a459c06c8916caaa2f848cc645649 "Added uri format to @id in advertising-break schema") [102829d](https://github.com/adobe/xdm/commit/102829d742a6a6a7e63a5a9e848627572c78d792 "Corrected naming, removed undefined fields in example for errors. sdk->playerSDK removed vhl to put it in a different branch/PR as a vendor extension.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-chapter-asset-reference](schemas/context/media-timed-chapter-asset-reference.schema.json)|experimental|**154**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| |[schemas/context/media-timed-chapter-view-details](schemas/context/media-timed-chapter-view-details.schema.json)|experimental|**154**|**146**|[1ab8e76](https://github.com/adobe/xdm/commit/1ab8e7668392793d6e06f2f78c0f9569648599a4 "pr feedback #1") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| |[schemas/context/media-timed-chapter](schemas/context/media-timed-chapter.schema.json)|experimental|**154**|**154**|[914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed-qoe](schemas/context/media-timed-qoe.schema.json)|experimental|**154**|**130**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/media-timed](schemas/context/media-timed.schema.json)|experimental|**154**|**130**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed-qoe](schemas/context/media-timed-qoe.schema.json)|experimental|**154**|**131**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| +|[schemas/context/media-timed](schemas/context/media-timed.schema.json)|experimental|**154**|**131**|[50aa3db](https://github.com/adobe/xdm/commit/50aa3db6eb07e9a9d7ff215b6d7305a414056690 "Moved mediaSegment and bitrateAverageBucket out of this PR and into a future one so that we can have more time to review and get it right.") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| |[schemas/context/media](schemas/context/media.schema.json)|experimental|**154**|**154**|[914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions")| -|[schemas/context/optinout](schemas/context/optinout.schema.json)|experimental|**253**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/person-name](schemas/context/person-name.schema.json)|experimental|**253**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9056b22](https://github.com/adobe/xdm/commit/9056b225d9238e13a4d09797aab71e506ccc55a5 "[trivial] fix formatting") [6743faf](https://github.com/adobe/xdm/commit/6743fafe89f32b2f94e99588399a8e12e478ee72 "Updated descriptions of firstName and lastName - reflect that they are for the first and last fragement of the name - mention writing order - mention compatibility - mention preference for fullName") [8063b7b](https://github.com/adobe/xdm/commit/8063b7b39b9025c0ac197fc0734949b8da6ba082 "Update the description for first name") [a97da99](https://github.com/adobe/xdm/commit/a97da994decde3fa08be4665e22f1188fa111669 "Merge branch 'master' into platform-pr-personname") [dc1f3ea](https://github.com/adobe/xdm/commit/dc1f3ea5e829908921d0d902c58011583cb90cde "reverting to last/first from given/surname") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/person](schemas/context/person.schema.json)|experimental|**84**|**84**|[f7073f7](https://github.com/adobe/xdm/commit/f7073f75b859aff6a43ec16e912cb93ad9d42b77 "create distinct fields for different cases of birth date")| -|[schemas/context/place](schemas/context/place.schema.json)|experimental|**253**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/placecontext](schemas/context/placecontext.schema.json)|experimental|**181**|22|[c0bde52](https://github.com/adobe/xdm/commit/c0bde52749c3cf66ce63f92af25b0462b89f8e98 "[543] Added xdm:localTimezoneOffset to context/placecontext") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [5ce35f6](https://github.com/adobe/xdm/commit/5ce35f6b8f3f1983a7ac938dc47c973ea7bb52ae "Added meta:status=experimantal to the new POI fields.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/poi-detail](schemas/context/poi-detail.schema.json)|experimental|**189**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [b01efa8](https://github.com/adobe/xdm/commit/b01efa84d742ebd22f2c5754ca2b2e4e082fbdb1 "Made enums open enums.") [f46f8a5](https://github.com/adobe/xdm/commit/f46f8a50ed69c5394af36426886f23b23bc416f9 "Fixed poi-detail(s) schema file name.")| -|[schemas/context/poi-interaction](schemas/context/poi-interaction.schema.json)|experimental|**204**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [d26cc0b](https://github.com/adobe/xdm/commit/d26cc0b790bee6d711fcacb9dc95c39ee895f4f8 "Added full experienceevent example Added POI detaisl construct by re-orginization. added a list of POI-details to cater for when the user is in multiple POIs at one time. Reorginized examples to support this.") [4471da2](https://github.com/adobe/xdm/commit/4471da29c730cedfd4d057fe21dfdf80bc63d66c "removed required") [8964399](https://github.com/adobe/xdm/commit/8964399c00f82655f6b65573263385c82ea164c7 "Improved descriptions Reenamed POI Identity") [f0bc7c7](https://github.com/adobe/xdm/commit/f0bc7c7a81d6f958e5c43b8548877ef96019dd74 "typo") [d18f8a2](https://github.com/adobe/xdm/commit/d18f8a2f9ecac38fb9bfcff32470061ffa3421bc "Added distance to POI center") [e2cd4df](https://github.com/adobe/xdm/commit/e2cd4df1dea6c01c7080f1deb94e50e10c63b738 "Fixed validation errors") [cfab2b0](https://github.com/adobe/xdm/commit/cfab2b0a0ed44bcf73a281164f87946e6cee351b "Created definitions for Beacons")| -|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**54**|**54**|[e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| -|[schemas/context/profilestitch](schemas/context/profilestitch.schema.json)|experimental|**57**|5|[06b5df2](https://github.com/adobe/xdm/commit/06b5df2c08597c3408bf93c0d8f9deb251906e75 "updating examples") [0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| -|[schemas/context/profilestitchidentity](schemas/context/profilestitchidentity.schema.json)|experimental|**91**|**76**|[281a7a0](https://github.com/adobe/xdm/commit/281a7a0e91499218a9401c2610fc7c12299e5cf2 "Merge branch 'master' into UpdatingAmbiguousTitles") [4d63773](https://github.com/adobe/xdm/commit/4d6377305646e187e231c6101e8a7611a21cedb8 "[trivial] Updating titles so that they no longer collide") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'")| -|[schemas/context/segmentidentity](schemas/context/segmentidentity.schema.json)|experimental|**162**|**88**|[dc23e1f](https://github.com/adobe/xdm/commit/dc23e1f662a6a0f02b21deff844a117b1336db01 "Merge branch 'master' into issue418-fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3369514](https://github.com/adobe/xdm/commit/3369514fe78c6de4fc3b71a85cec34a32651b59f "* updated title so it doesn't conflict with the title of the Identity schema") [862d713](https://github.com/adobe/xdm/commit/862d71365f9ffee46cda35b673c4cec19462e38a "Improved the $id of the Schema") [19e2ef7](https://github.com/adobe/xdm/commit/19e2ef777201edff77f5bc79340c087e182a07d4 "Updated description") [613863b](https://github.com/adobe/xdm/commit/613863bed369a1b5ed706f87c6b8bd7fd29852d9 "definition of segmentIdentity") [adb4f4a](https://github.com/adobe/xdm/commit/adb4f4a7235aa85611e0b3af8ff5a4f74c1a9bad "new datatype segmentidentity to represent segment id")| -|[schemas/context/segmentmembership](schemas/context/segmentmembership.schema.json)|experimental|**172**|**96**|[dc9c2bd](https://github.com/adobe/xdm/commit/dc9c2bdc515c8fd46fd154866fea52c9ebc945ce "making payload type required") [d9847e4](https://github.com/adobe/xdm/commit/d9847e44298a714056230327d2e783bae6c113a1 "minor refactor of segment membership schemas to be more tool friendly") [21fb957](https://github.com/adobe/xdm/commit/21fb957b7127451178613e33c06ea8dc730165c0 "Do not allow propensities of 0 in payload value. This should result in exiting the segment.") [90bdb5f](https://github.com/adobe/xdm/commit/90bdb5fdb8adfdcdffd75b5fb19ccbb59fe61d5b "Revert 'remove propensity from payload'") [929eb20](https://github.com/adobe/xdm/commit/929eb2095870d29785dc6759b01bcb65fcb68cb0 "remove propensity from payload") [33386f1](https://github.com/adobe/xdm/commit/33386f1da22b772ad03c3853bb0ba3dd9969cb3a "add string value type") [c710d85](https://github.com/adobe/xdm/commit/c710d85ba5e70090f2ff6e2c01a721a67f5f6522 "fix overwritten exit status on segment membership") [b0f944d](https://github.com/adobe/xdm/commit/b0f944dabd111424e040e38be97248f25ce1edcb "Merge branch 'payloadValueTypes' of github.com:harleensahni/xdm into payloadValueTypes") [da1a646](https://github.com/adobe/xdm/commit/da1a6463380d075dffef01e19e9fc979d5107c03 "Merge branch 'master' into payloadValueTypes") [c982776](https://github.com/adobe/xdm/commit/c98277602f5404e2bdb9f9cb54843ea5dea54d2a "Improved the ref to segmentIdentity") [3206d0b](https://github.com/adobe/xdm/commit/3206d0b1a596d0eb493ec1338aae54c0fae74f41 "Improved the $id of the Schema") [8d2440c](https://github.com/adobe/xdm/commit/8d2440ce684a6a114167c7f91302ced736d3f48f "Update segmentmembership.schema.json") [998cd80](https://github.com/adobe/xdm/commit/998cd801a56819748c0d3bcc2fb6acf5b9db0e66 "Update segmentmembership.schema.json") [8faad51](https://github.com/adobe/xdm/commit/8faad51f36343efbdcd60304d3659485a60a276c "fix formating, fix bad titles for type") [e774200](https://github.com/adobe/xdm/commit/e7742006c659a6886d94a3e7c74f88c57916ba4a "break into separate value types for payload with distinct property names") [c8dcf1e](https://github.com/adobe/xdm/commit/c8dcf1ee26ca4e060bf7a650aa59f74b5a4897f6 "Add more structured payloads") [6211461](https://github.com/adobe/xdm/commit/62114613463767d8432a1c7de1e114f2e06617b7 "First draft of values on segments in experience event with previous qualifications") [ecfe6a4](https://github.com/adobe/xdm/commit/ecfe6a4d046315fb491fcb24346cae82fb7e08df "update name") [5737256](https://github.com/adobe/xdm/commit/5737256a804ee8b573b37890c8b2943a9929b325 "new datatype segmentidentity to represent segment id") [ce8a76f](https://github.com/adobe/xdm/commit/ce8a76fcf2cd5be4644650cfbe41142be8498df9 "change timestamp to lastQualificationTime") [f553c30](https://github.com/adobe/xdm/commit/f553c3049eb45a03f2d1bfec917ad2caa1221791 "fix tests")| +|[schemas/context/optinout](schemas/context/optinout.schema.json)|experimental|**254**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/person-name](schemas/context/person-name.schema.json)|experimental|**254**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9056b22](https://github.com/adobe/xdm/commit/9056b225d9238e13a4d09797aab71e506ccc55a5 "[trivial] fix formatting") [6743faf](https://github.com/adobe/xdm/commit/6743fafe89f32b2f94e99588399a8e12e478ee72 "Updated descriptions of firstName and lastName - reflect that they are for the first and last fragement of the name - mention writing order - mention compatibility - mention preference for fullName") [8063b7b](https://github.com/adobe/xdm/commit/8063b7b39b9025c0ac197fc0734949b8da6ba082 "Update the description for first name") [a97da99](https://github.com/adobe/xdm/commit/a97da994decde3fa08be4665e22f1188fa111669 "Merge branch 'master' into platform-pr-personname") [dc1f3ea](https://github.com/adobe/xdm/commit/dc1f3ea5e829908921d0d902c58011583cb90cde "reverting to last/first from given/surname") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/person](schemas/context/person.schema.json)|experimental|**85**|**85**|[f7073f7](https://github.com/adobe/xdm/commit/f7073f75b859aff6a43ec16e912cb93ad9d42b77 "create distinct fields for different cases of birth date")| +|[schemas/context/place](schemas/context/place.schema.json)|experimental|**254**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/placecontext](schemas/context/placecontext.schema.json)|experimental|**182**|22|[c0bde52](https://github.com/adobe/xdm/commit/c0bde52749c3cf66ce63f92af25b0462b89f8e98 "[543] Added xdm:localTimezoneOffset to context/placecontext") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [5ce35f6](https://github.com/adobe/xdm/commit/5ce35f6b8f3f1983a7ac938dc47c973ea7bb52ae "Added meta:status=experimantal to the new POI fields.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/poi-detail](schemas/context/poi-detail.schema.json)|experimental|**189**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [b01efa8](https://github.com/adobe/xdm/commit/b01efa84d742ebd22f2c5754ca2b2e4e082fbdb1 "Made enums open enums.") [f46f8a5](https://github.com/adobe/xdm/commit/f46f8a50ed69c5394af36426886f23b23bc416f9 "Fixed poi-detail(s) schema file name.")| +|[schemas/context/poi-interaction](schemas/context/poi-interaction.schema.json)|experimental|**204**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [d26cc0b](https://github.com/adobe/xdm/commit/d26cc0b790bee6d711fcacb9dc95c39ee895f4f8 "Added full experienceevent example Added POI detaisl construct by re-orginization. added a list of POI-details to cater for when the user is in multiple POIs at one time. Reorginized examples to support this.") [4471da2](https://github.com/adobe/xdm/commit/4471da29c730cedfd4d057fe21dfdf80bc63d66c "removed required") [8964399](https://github.com/adobe/xdm/commit/8964399c00f82655f6b65573263385c82ea164c7 "Improved descriptions Reenamed POI Identity") [f0bc7c7](https://github.com/adobe/xdm/commit/f0bc7c7a81d6f958e5c43b8548877ef96019dd74 "typo") [d18f8a2](https://github.com/adobe/xdm/commit/d18f8a2f9ecac38fb9bfcff32470061ffa3421bc "Added distance to POI center") [e2cd4df](https://github.com/adobe/xdm/commit/e2cd4df1dea6c01c7080f1deb94e50e10c63b738 "Fixed validation errors") [cfab2b0](https://github.com/adobe/xdm/commit/cfab2b0a0ed44bcf73a281164f87946e6cee351b "Created definitions for Beacons")| +|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**55**|0|[d887bb0](https://github.com/adobe/xdm/commit/d887bb0d111bc0095eddb58b2e561135615ca2e4 "refactoring to use allOf") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| +|[schemas/context/profilestitch](schemas/context/profilestitch.schema.json)|experimental|**57**|0|[d887bb0](https://github.com/adobe/xdm/commit/d887bb0d111bc0095eddb58b2e561135615ca2e4 "refactoring to use allOf") [06b5df2](https://github.com/adobe/xdm/commit/06b5df2c08597c3408bf93c0d8f9deb251906e75 "updating examples") [0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| +|[schemas/context/profilestitchidentity](schemas/context/profilestitchidentity.schema.json)|experimental|**92**|**77**|[281a7a0](https://github.com/adobe/xdm/commit/281a7a0e91499218a9401c2610fc7c12299e5cf2 "Merge branch 'master' into UpdatingAmbiguousTitles") [4d63773](https://github.com/adobe/xdm/commit/4d6377305646e187e231c6101e8a7611a21cedb8 "[trivial] Updating titles so that they no longer collide") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'")| +|[schemas/context/segmentidentity](schemas/context/segmentidentity.schema.json)|experimental|**162**|**89**|[dc23e1f](https://github.com/adobe/xdm/commit/dc23e1f662a6a0f02b21deff844a117b1336db01 "Merge branch 'master' into issue418-fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3369514](https://github.com/adobe/xdm/commit/3369514fe78c6de4fc3b71a85cec34a32651b59f "* updated title so it doesn't conflict with the title of the Identity schema") [862d713](https://github.com/adobe/xdm/commit/862d71365f9ffee46cda35b673c4cec19462e38a "Improved the $id of the Schema") [19e2ef7](https://github.com/adobe/xdm/commit/19e2ef777201edff77f5bc79340c087e182a07d4 "Updated description") [613863b](https://github.com/adobe/xdm/commit/613863bed369a1b5ed706f87c6b8bd7fd29852d9 "definition of segmentIdentity") [adb4f4a](https://github.com/adobe/xdm/commit/adb4f4a7235aa85611e0b3af8ff5a4f74c1a9bad "new datatype segmentidentity to represent segment id")| +|[schemas/context/segmentmembership](schemas/context/segmentmembership.schema.json)|experimental|**173**|**97**|[dc9c2bd](https://github.com/adobe/xdm/commit/dc9c2bdc515c8fd46fd154866fea52c9ebc945ce "making payload type required") [d9847e4](https://github.com/adobe/xdm/commit/d9847e44298a714056230327d2e783bae6c113a1 "minor refactor of segment membership schemas to be more tool friendly") [21fb957](https://github.com/adobe/xdm/commit/21fb957b7127451178613e33c06ea8dc730165c0 "Do not allow propensities of 0 in payload value. This should result in exiting the segment.") [90bdb5f](https://github.com/adobe/xdm/commit/90bdb5fdb8adfdcdffd75b5fb19ccbb59fe61d5b "Revert 'remove propensity from payload'") [929eb20](https://github.com/adobe/xdm/commit/929eb2095870d29785dc6759b01bcb65fcb68cb0 "remove propensity from payload") [33386f1](https://github.com/adobe/xdm/commit/33386f1da22b772ad03c3853bb0ba3dd9969cb3a "add string value type") [c710d85](https://github.com/adobe/xdm/commit/c710d85ba5e70090f2ff6e2c01a721a67f5f6522 "fix overwritten exit status on segment membership") [b0f944d](https://github.com/adobe/xdm/commit/b0f944dabd111424e040e38be97248f25ce1edcb "Merge branch 'payloadValueTypes' of github.com:harleensahni/xdm into payloadValueTypes") [da1a646](https://github.com/adobe/xdm/commit/da1a6463380d075dffef01e19e9fc979d5107c03 "Merge branch 'master' into payloadValueTypes") [c982776](https://github.com/adobe/xdm/commit/c98277602f5404e2bdb9f9cb54843ea5dea54d2a "Improved the ref to segmentIdentity") [3206d0b](https://github.com/adobe/xdm/commit/3206d0b1a596d0eb493ec1338aae54c0fae74f41 "Improved the $id of the Schema") [8d2440c](https://github.com/adobe/xdm/commit/8d2440ce684a6a114167c7f91302ced736d3f48f "Update segmentmembership.schema.json") [998cd80](https://github.com/adobe/xdm/commit/998cd801a56819748c0d3bcc2fb6acf5b9db0e66 "Update segmentmembership.schema.json") [8faad51](https://github.com/adobe/xdm/commit/8faad51f36343efbdcd60304d3659485a60a276c "fix formating, fix bad titles for type") [e774200](https://github.com/adobe/xdm/commit/e7742006c659a6886d94a3e7c74f88c57916ba4a "break into separate value types for payload with distinct property names") [c8dcf1e](https://github.com/adobe/xdm/commit/c8dcf1ee26ca4e060bf7a650aa59f74b5a4897f6 "Add more structured payloads") [6211461](https://github.com/adobe/xdm/commit/62114613463767d8432a1c7de1e114f2e06617b7 "First draft of values on segments in experience event with previous qualifications") [ecfe6a4](https://github.com/adobe/xdm/commit/ecfe6a4d046315fb491fcb24346cae82fb7e08df "update name") [5737256](https://github.com/adobe/xdm/commit/5737256a804ee8b573b37890c8b2943a9929b325 "new datatype segmentidentity to represent segment id") [ce8a76f](https://github.com/adobe/xdm/commit/ce8a76fcf2cd5be4644650cfbe41142be8498df9 "change timestamp to lastQualificationTime") [f553c30](https://github.com/adobe/xdm/commit/f553c3049eb45a03f2d1bfec917ad2caa1221791 "fix tests")| |[schemas/context/segmentmembershipitem](schemas/context/segmentmembershipitem.schema.json)|experimental|**57**|**57**|[0ad1f44](https://github.com/adobe/xdm/commit/0ad1f44e74eeeabf9155bb950e780814c589cdf3 "updates on PR 504 to make changes additive only")| -|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**253**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/bounces](schemas/data/bounces.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/cart-abandons](schemas/data/cart-abandons.schema.json)|experimental|**189**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:")| -|[schemas/data/checkouts](schemas/data/checkouts.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [7b5cfa0](https://github.com/adobe/xdm/commit/7b5cfa0638c389caf1ee643fb7d1106a8eb60a41 "typo") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/clicks](schemas/data/clicks.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [2ff212b](https://github.com/adobe/xdm/commit/2ff212be294209e2dc1c2bd4483b27b4c971ccfc "Making metric descriptions more generic.") [0fb586c](https://github.com/adobe/xdm/commit/0fb586c27d4534d08d74f3a638a912fdf895edb4 "Update clicks.schema.json") [6944cad](https://github.com/adobe/xdm/commit/6944cad9cf3cfd1dd1bde6c3a020db1b18057cde "Renaming advertising metrics from URI to xdm:{metricName}") [fe9892f](https://github.com/adobe/xdm/commit/fe9892f0671609a48682325fe6bd3ddd0d79fdd1 "Merge branch 'master' into feature-264-metrics") [44ec28f](https://github.com/adobe/xdm/commit/44ec28fcf819f500072b1dc3f65ec7c443758566 "Adding Viewabiltiy metrics") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/discount](schemas/data/discount.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/measuredadnotvisible](schemas/data/measuredadnotvisible.schema.json)|experimental|**187**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [91a56d4](https://github.com/adobe/xdm/commit/91a56d4bdd6c263940be8637408c69cfc3fece4f "Update measuredadnotvisible.schema.json") [5df9ed8](https://github.com/adobe/xdm/commit/5df9ed8f0c4ba67898a45583a8f241a0705aaae1 "Renaming advertising metrics to match styleguide")| -|[schemas/data/order](schemas/data/order.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**253**|**253**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/poi-entries](schemas/data/poi-entries.schema.json)|experimental|**204**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| +|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**254**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/bounces](schemas/data/bounces.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/cart-abandons](schemas/data/cart-abandons.schema.json)|experimental|**190**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:")| +|[schemas/data/checkouts](schemas/data/checkouts.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [7b5cfa0](https://github.com/adobe/xdm/commit/7b5cfa0638c389caf1ee643fb7d1106a8eb60a41 "typo") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/clicks](schemas/data/clicks.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [2ff212b](https://github.com/adobe/xdm/commit/2ff212be294209e2dc1c2bd4483b27b4c971ccfc "Making metric descriptions more generic.") [0fb586c](https://github.com/adobe/xdm/commit/0fb586c27d4534d08d74f3a638a912fdf895edb4 "Update clicks.schema.json") [6944cad](https://github.com/adobe/xdm/commit/6944cad9cf3cfd1dd1bde6c3a020db1b18057cde "Renaming advertising metrics from URI to xdm:{metricName}") [fe9892f](https://github.com/adobe/xdm/commit/fe9892f0671609a48682325fe6bd3ddd0d79fdd1 "Merge branch 'master' into feature-264-metrics") [44ec28f](https://github.com/adobe/xdm/commit/44ec28fcf819f500072b1dc3f65ec7c443758566 "Adding Viewabiltiy metrics") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/discount](schemas/data/discount.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/measuredadnotvisible](schemas/data/measuredadnotvisible.schema.json)|experimental|**188**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [91a56d4](https://github.com/adobe/xdm/commit/91a56d4bdd6c263940be8637408c69cfc3fece4f "Update measuredadnotvisible.schema.json") [5df9ed8](https://github.com/adobe/xdm/commit/5df9ed8f0c4ba67898a45583a8f241a0705aaae1 "Renaming advertising metrics to match styleguide")| +|[schemas/data/order](schemas/data/order.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**254**|**254**|[9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/poi-entries](schemas/data/poi-entries.schema.json)|experimental|**204**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| |[schemas/data/poi-exits](schemas/data/poi-exits.schema.json)|experimental|**204**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [c828405](https://github.com/adobe/xdm/commit/c828405b8cb26f8e387b4fa30c1639ea9bea71ab "Updated for short metric names") [535b97a](https://github.com/adobe/xdm/commit/535b97aa3f1c2d119885da7ab483e3c4332c6b09 "Improved description") [301fa56](https://github.com/adobe/xdm/commit/301fa5638e9cde05a09114811fb274e0f6af7fb2 "Created POI metrics entry/exit")| -|[schemas/data/product-list-adds](schemas/data/product-list-adds.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-opens](schemas/data/product-list-opens.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-removals](schemas/data/product-list-removals.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-reopens](schemas/data/product-list-reopens.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-list-views](schemas/data/product-list-views.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/data/product-views](schemas/data/product-views.schema.json)|experimental|**253**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/activity](schemas/external/activity-streams-2/activity.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/collection-page](schemas/external/activity-streams-2/collection-page.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/collection](schemas/external/activity-streams-2/collection.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/context](schemas/external/activity-streams-2/context.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/document](schemas/external/activity-streams-2/document.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/id](schemas/external/activity-streams-2/id.schema.json)|experimental|**253**|**91**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/image](schemas/external/activity-streams-2/image.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/link](schemas/external/activity-streams-2/link.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/object](schemas/external/activity-streams-2/object.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/rdf-langstring](schemas/external/activity-streams-2/rdf-langstring.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/activity-streams-2/type](schemas/external/activity-streams-2/type.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/hal/hal-link](schemas/external/hal/hal-link.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/hal/hal](schemas/external/hal/hal.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/iptc/creator](schemas/external/iptc/creator.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/episode](schemas/external/iptc/episode.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/rating](schemas/external/iptc/rating.schema.json)|experimental|**130**|**130**|[f33057a](https://github.com/adobe/xdm/commit/f33057ae0fa5045eda3b6ea8da64648497d8f99b "Added rating schema") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/season](schemas/external/iptc/season.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/iptc/series](schemas/external/iptc/series.schema.json)|experimental|**130**|**130**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| -|[schemas/external/repo/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**253**|**203**|[d9ca62d](https://github.com/adobe/xdm/commit/d9ca62d328364c521c1e0e88303d93e1eee56db3 "Merge branch 'master' into simplify_ace_privilege_mapping") [142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [877b44e](https://github.com/adobe/xdm/commit/877b44e7f87b31c33deca61fedc9057eefe4d059 "Simplify representation of privileges in access control entries by always using an array.") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/accesscontrolpolicy](schemas/external/repo/accesscontrolpolicy.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/asset](schemas/external/repo/asset.schema.json)|experimental|**253**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [6d02a97](https://github.com/adobe/xdm/commit/6d02a97030057c2dfa5c40f852ef4a8a8d6b95e1 "Make assetID a plain string, as discussed in #217") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/common](schemas/external/repo/common.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/directory](schemas/external/repo/directory.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/effectiveprivileges](schemas/external/repo/effectiveprivileges.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [5027e8c](https://github.com/adobe/xdm/commit/5027e8c54930ba1a86f79c9383a27b758e14fd10 "Rename 'xdm/base/effectiveprivileges' to 'xdm/external/repo/effectiveprivileges'") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/repo/sub-directory](schemas/external/repo/sub-directory.schema.json)|experimental|**253**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/schema/geocircle](schemas/external/schema/geocircle.schema.json)|experimental|**253**|**196**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/schema/geocoordinates](schemas/external/schema/geocoordinates.schema.json)|experimental|**253**|**91**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/external/schema/geoshape](schemas/external/schema/geoshape.schema.json)|experimental|**253**|**196**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-adds](schemas/data/product-list-adds.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-opens](schemas/data/product-list-opens.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-removals](schemas/data/product-list-removals.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-reopens](schemas/data/product-list-reopens.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-list-views](schemas/data/product-list-views.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/data/product-views](schemas/data/product-views.schema.json)|experimental|**254**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [92b6444](https://github.com/adobe/xdm/commit/92b644418000f9f16ccfa5ce990d8492ce8b9221 "Simplified URIs as per #284") [163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [9943569](https://github.com/adobe/xdm/commit/9943569c72d108fc9daa712baa865d3a667e20b1 "Add updated schemas from lint") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/activity](schemas/external/activity-streams-2/activity.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/collection-page](schemas/external/activity-streams-2/collection-page.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/collection](schemas/external/activity-streams-2/collection.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/context](schemas/external/activity-streams-2/context.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/document](schemas/external/activity-streams-2/document.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/id](schemas/external/activity-streams-2/id.schema.json)|experimental|**254**|**92**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/image](schemas/external/activity-streams-2/image.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/link](schemas/external/activity-streams-2/link.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/object](schemas/external/activity-streams-2/object.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/rdf-langstring](schemas/external/activity-streams-2/rdf-langstring.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/activity-streams-2/type](schemas/external/activity-streams-2/type.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/hal/hal-link](schemas/external/hal/hal-link.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/hal/hal](schemas/external/hal/hal.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/iptc/creator](schemas/external/iptc/creator.schema.json)|experimental|**131**|**131**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/episode](schemas/external/iptc/episode.schema.json)|experimental|**131**|**131**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/rating](schemas/external/iptc/rating.schema.json)|experimental|**131**|**131**|[f33057a](https://github.com/adobe/xdm/commit/f33057ae0fa5045eda3b6ea8da64648497d8f99b "Added rating schema") [d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/season](schemas/external/iptc/season.schema.json)|experimental|**131**|**131**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/iptc/series](schemas/external/iptc/series.schema.json)|experimental|**131**|**131**|[d08209f](https://github.com/adobe/xdm/commit/d08209f68b749ed94bec711a9ec4140e377ba480 "Extracted the IPTC abstract schemas tot he \external\iptc folder.")| +|[schemas/external/repo/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**254**|**203**|[d9ca62d](https://github.com/adobe/xdm/commit/d9ca62d328364c521c1e0e88303d93e1eee56db3 "Merge branch 'master' into simplify_ace_privilege_mapping") [142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [877b44e](https://github.com/adobe/xdm/commit/877b44e7f87b31c33deca61fedc9057eefe4d059 "Simplify representation of privileges in access control entries by always using an array.") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/accesscontrolpolicy](schemas/external/repo/accesscontrolpolicy.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/asset](schemas/external/repo/asset.schema.json)|experimental|**254**|**119**|[5b44bc0](https://github.com/adobe/xdm/commit/5b44bc0f0b308a1a6a25a795c88c7724b713deed "Every content type (file, composite, entity, directory) in the Platform API has an identifier that uniquely identifies the content item. The property name of this identifier is currently 'repo:assetID'. The term asset does not particularly fit many content item types such as directories, datasets, and other entities. Furthermore, since this identifier is specific to the repository, it seems more appropriate to use the property name 'repo:id' for the repository identifier. A few of the data XDM use the term assetID to mean a different identifier.") [6d02a97](https://github.com/adobe/xdm/commit/6d02a97030057c2dfa5c40f852ef4a8a8d6b95e1 "Make assetID a plain string, as discussed in #217") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/common](schemas/external/repo/common.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/directory](schemas/external/repo/directory.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/effectiveprivileges](schemas/external/repo/effectiveprivileges.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [5027e8c](https://github.com/adobe/xdm/commit/5027e8c54930ba1a86f79c9383a27b758e14fd10 "Rename 'xdm/base/effectiveprivileges' to 'xdm/external/repo/effectiveprivileges'") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/repo/sub-directory](schemas/external/repo/sub-directory.schema.json)|experimental|**254**|**237**|[abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/schema/geocircle](schemas/external/schema/geocircle.schema.json)|experimental|**254**|**196**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/schema/geocoordinates](schemas/external/schema/geocoordinates.schema.json)|experimental|**254**|**92**|[7edef11](https://github.com/adobe/xdm/commit/7edef11a97ef6e936b07bc82e8cddcdfa2e7d9d2 "Run lint fix") [f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/external/schema/geoshape](schemas/external/schema/geoshape.schema.json)|experimental|**254**|**196**|[cdd7d77](https://github.com/adobe/xdm/commit/cdd7d77d8490022e2713b1f461d6d8a45407b087 "Removed the required constraint for @id from geo* schemas") [abff929](https://github.com/adobe/xdm/commit/abff9298723bdeea2196be40b7ff9c21d76ac1ca "@Fixing lint errors. #accept-whatever-linter-says.") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| ### Stabilizing @@ -156,85 +156,85 @@ _Generated on **Wed Nov 21 2018 18:00:25 GMT+0000 (UTC)**_ |[schemas/assets/rectangular](schemas/assets/rectangular.schema.json)|stabilizing|**203**|**175**|[217a6f0](https://github.com/adobe/xdm/commit/217a6f0ad3d1c8ee875a5dad2365eadc2942e3e4 "Updated title and description following feedback from @lrosenthol") [6e8bc36](https://github.com/adobe/xdm/commit/6e8bc368775d0511c622346d2f356ee7c56c970b "Stabilize rectangular")| |[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**232**|**147**|[96f3c64](https://github.com/adobe/xdm/commit/96f3c64f032c47fd6197e636003f10fb7894bde9 "Removed the term number from the description") [55a1fea](https://github.com/adobe/xdm/commit/55a1feaa6fe0b80206388019b1f1c004c7b6a8dc "corrected type.") [e544269](https://github.com/adobe/xdm/commit/e54426925afa873b7f49113238d8b50297d5cc23 "white space correction") [2303eee](https://github.com/adobe/xdm/commit/2303eeee50a1d9a9933b4712021ba49edf53e4e6 "typo") [bf6da91](https://github.com/adobe/xdm/commit/bf6da91b12dfec6847f337f2f6dfac697e237d0f "Added xdm:postOfficeBox") [3be9bad](https://github.com/adobe/xdm/commit/3be9bad2d23c182b8131c92d52a4f25f65f6bf10 "Use auditable schema rather than auditlog definition only") [d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'")| |[schemas/common/extensible](schemas/common/extensible.schema.json)|stabilizing|**232**|**133**|[11d5522](https://github.com/adobe/xdm/commit/11d552217ee20452f935b9ea309c2bbdd9f2c3d2 "Added the iptc4xmpExt tot eh other field") [d2a77b9](https://github.com/adobe/xdm/commit/d2a77b9ee7f8f600206b6e86f756064322e80d2d "Merge branch 'master' into platform-pr-stabilizing-09") [ccbcb77](https://github.com/adobe/xdm/commit/ccbcb7732c4b503840f62a53d40570b920439ae6 "Remove instances of old 'stLayer' prefix") [c37d2e9](https://github.com/adobe/xdm/commit/c37d2e9b40e85bf49c578454e5f2b30dc5a0125d "Rename 'stLayer:*' properties to 'xdm:*'") [e052510](https://github.com/adobe/xdm/commit/e052510bef95d24a1577baf4a632ba5edd489ef0 "Update extensible.schema.json")| -|[schemas/common/organization](schemas/common/organization.schema.json)|stabilizing|**232**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| -|[schemas/context/advertising](schemas/context/advertising.schema.json)|stabilizing|**181**|**131**|[71d1563](https://github.com/adobe/xdm/commit/71d15636c42f1f467e40780ae124d04b5e5b452f "Corrected description of") [ab9e445](https://github.com/adobe/xdm/commit/ab9e4450639c58ba1c361877ba31255f18ab55af "Merge branch 'master' into final-PR-to-Adobe-WG") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/adviewability](schemas/context/adviewability.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/application](schemas/context/application.schema.json)|stabilizing|**181**|**181**|[cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| -|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [2dda37a](https://github.com/adobe/xdm/commit/2dda37a55c2f0e6f5162c3c6fa1c8f287f215f0f "Updates due to comments during reviews: - added extensibility") [1117dbc](https://github.com/adobe/xdm/commit/1117dbc8fff264b8d7bf511bbd113590e6351569 "Simplified URIs as per #284 Due to URI namespace simplification had to rename 'abandons' to 'cartAbandons'") [9951a68](https://github.com/adobe/xdm/commit/9951a686be13f02102884ca63df9b2eaa23349bc "Moved the commerce metrics from ExperienceEvent \metrics to the \commerce context Shortened the URI field name for the web events to https://ns.adobe.com/xdm/metrics/web/* by dropping the 'data'. Updates all examples. Updarted the change log") [a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [7ac8281](https://github.com/adobe/xdm/commit/7ac8281cc6f7ceae8a29bfe98e7b14b60091e422 "Merge branch 'master' into campaign-extensions-experienceEvent") [a7400fd](https://github.com/adobe/xdm/commit/a7400fd6a8732da1b275718f0acfa930e1e27342 "[trivial] fixes suggested in review. Iteration #4.") [6c98f3c](https://github.com/adobe/xdm/commit/6c98f3c6eb6148d0ca0f6930873047025a7272df "Update device.schema.json") [ac9024e](https://github.com/adobe/xdm/commit/ac9024eecd7741a624115f1089b457a818ac9e5c "Fix Issue #206 Adding Campaign's extension of Experience Events.")| -|[schemas/context/direct-marketing](schemas/context/direct-marketing.schema.json)|stabilizing|**189**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [1b56141](https://github.com/adobe/xdm/commit/1b56141324f0b91bb837eb326485ecc6a1da442f "Added the `xdm:clicks` to be inline with the current strategy for how clicks are to be handled.") [1e5b640](https://github.com/adobe/xdm/commit/1e5b64024caaccc1825701285d4d0d9bce59f9e6 "Linked to ExperienceEvent") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.")| -|[schemas/context/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json")| -|[schemas/context/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**228**|**159**|[0f52a0a](https://github.com/adobe/xdm/commit/0f52a0a6ca246d031d9c7a5694578c28a77fad75 "Converted enduserid.schema.json to be a conforming schema. added allOf and definitions section.") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [f595ec8](https://github.com/adobe/xdm/commit/f595ec8cbcd477e3bbf6c8e0147abc58f57d3810 "Phone Numebr and Email Identities - Added email and phone number - Imporved the keys") [d587240](https://github.com/adobe/xdm/commit/d5872402ac1f36c6bf98173a73cc5021c6526009 "Analytics custom ID") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [195dab5](https://github.com/adobe/xdm/commit/195dab5638e052addd7c26e8899374274d6d95a7 "EndUserID naming made more consistent. - 'analytics' -> 'aaid' - 'campaignid' -> 'acid'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2c8e4fc](https://github.com/adobe/xdm/commit/2c8e4fc64a08046d9a62f46d4f8029f3ac7b94b5 "Adding AdCloud's enduserid extension") [cd0c125](https://github.com/adobe/xdm/commit/cd0c125870abb52075755837d9fd2ba38c4291f9 "Merge branch 'master' into platform-pr-stabilizing-09") [c231497](https://github.com/adobe/xdm/commit/c23149762f50b30683200aa961446133d8acee48 "Update enduserids.schema.json") [11d47c5](https://github.com/adobe/xdm/commit/11d47c500fe9903e29e1878719aea79a3163d658 "Update enduserids.schema.json")| -|[schemas/context/environment](schemas/context/environment.schema.json)|stabilizing|**228**|**36**|[5ccb77c](https://github.com/adobe/xdm/commit/5ccb77c7031c75f7cd49196b8b26555e0f6052f1 "Add domain and ISP") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [cdb023f](https://github.com/adobe/xdm/commit/cdb023f0abe0bb8991034e134dacab215b1a73c1 "Moving advertising metrics and adviewability under advertising context") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [faec593](https://github.com/adobe/xdm/commit/faec59302947a4e21524fab7002fc0a601c16a06 "Merge branch 'master' into feature-264-dimensions") [f71a6eb](https://github.com/adobe/xdm/commit/f71a6ebe059ccbde606bb5e0ed0ef93d883bea59 "Renaming viewability schema and clarifying descriptions") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [ad406f3](https://github.com/adobe/xdm/commit/ad406f3753f2bdf5787ed10520cdcc849a1064ae "Updating descriptions for further clarity; moving schema back to core XDM as it reflects IAB/MRC standards") [adc47e0](https://github.com/adobe/xdm/commit/adc47e01c0b134a6252265d1669bf114b00658fe "Moving viewability under extension context. Increasing clarity on attributes.") [48eec15](https://github.com/adobe/xdm/commit/48eec15dbfb3fc044e4d734ee0ed53011139a334 "Adding viewability schema") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [9da39d2](https://github.com/adobe/xdm/commit/9da39d2de8cdf95d6cfb240aad0187a4e9db40dc "Merge branch 'master' into platform-pr-stabilizing-09") [7270577](https://github.com/adobe/xdm/commit/7270577990ed846a0354bb062c886cdaba80cf21 "[trivial] typo") [d47644d](https://github.com/adobe/xdm/commit/d47644dde8a38c5c4fcb8ea5739aac3d37794908 "Update environment.schema.json")| -|[schemas/context/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**54**|0|[e3aaf4d](https://github.com/adobe/xdm/commit/e3aaf4d47e010e2c4a1550bb1dac36e75c7f4240 "Update experienceevent.schema.json") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| -|[schemas/context/identity](schemas/context/identity.schema.json)|stabilizing|**181**|5|[1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example") [8f16668](https://github.com/adobe/xdm/commit/8f16668559d0545802729b2f00e634a8049e9ad9 "Updated default.") [9e6d692](https://github.com/adobe/xdm/commit/9e6d692ebb01ed1746375e0b35138d8cb8c73d47 "Changed unknown->ambigious") [4f5fab9](https://github.com/adobe/xdm/commit/4f5fab9f5303a429483aa9498c740d327b2049f8 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [3d06ee1](https://github.com/adobe/xdm/commit/3d06ee103ab4b2ba2d2eb77f8c8216baa837f965 "changing Identity id from URI format to plain string") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [c58c7e3](https://github.com/adobe/xdm/commit/c58c7e36b5951697f9b8f34a7627b1a669830226 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [9872e1c](https://github.com/adobe/xdm/commit/9872e1cb9661acfb5be442a4e74c0f5c093776b2 "improved enum") [28d18ae](https://github.com/adobe/xdm/commit/28d18ae561f686d56961081c632483045932b13b "typo") [353e0d2](https://github.com/adobe/xdm/commit/353e0d2415f27e91a3ff6fcb3f6b25408515b63a "Authenticated State for Identity: - Added enumeration property. - Added to example.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| -|[schemas/context/namespace](schemas/context/namespace.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json")| -|[schemas/context/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**228**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| -|[schemas/context/search](schemas/context/search.schema.json)|stabilizing|**181**|**159**|[30fa2e8](https://github.com/adobe/xdm/commit/30fa2e860fd8f75b8e4d9491def598054f514984 "Merge branch 'master' into issue-347-search-id") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [580ec14](https://github.com/adobe/xdm/commit/580ec14bde848aa439a72dba65f923add6f85632 "added searchEngineID field to search schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/context/webpagedetails](schemas/context/webpagedetails.schema.json)|stabilizing|**181**|**154**|[2e68ca1](https://github.com/adobe/xdm/commit/2e68ca17a6637c8ba9983aa26844974a4c47546b "[413] Removed hostname format constraint from context/webpagedetails.xdm:server") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|stabilizing|**181**|**159**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| -|[schemas/data/application-closes](schemas/data/application-closes.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/common/organization](schemas/common/organization.schema.json)|stabilizing|**232**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| +|[schemas/context/advertising](schemas/context/advertising.schema.json)|stabilizing|**182**|**132**|[71d1563](https://github.com/adobe/xdm/commit/71d15636c42f1f467e40780ae124d04b5e5b452f "Corrected description of") [ab9e445](https://github.com/adobe/xdm/commit/ab9e4450639c58ba1c361877ba31255f18ab55af "Merge branch 'master' into final-PR-to-Adobe-WG") [d614976](https://github.com/adobe/xdm/commit/d6149763923fe7681b96a4478ba0270cb4c9b8f1 "Extracted the advertising-timed schemas out of advertising.schema.json") [914f0b7](https://github.com/adobe/xdm/commit/914f0b788e0779c257ab97fe6067a1cf0e21eacd "proposal #1 * no metric definitions") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/adviewability](schemas/context/adviewability.schema.json)|stabilizing|**182**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/application](schemas/context/application.schema.json)|stabilizing|**182**|**182**|[cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| +|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [cc98cd6](https://github.com/adobe/xdm/commit/cc98cd6b68ef4ef8404931c00363797338a1becf "Field name changes:") [2dda37a](https://github.com/adobe/xdm/commit/2dda37a55c2f0e6f5162c3c6fa1c8f287f215f0f "Updates due to comments during reviews: - added extensibility") [1117dbc](https://github.com/adobe/xdm/commit/1117dbc8fff264b8d7bf511bbd113590e6351569 "Simplified URIs as per #284 Due to URI namespace simplification had to rename 'abandons' to 'cartAbandons'") [9951a68](https://github.com/adobe/xdm/commit/9951a686be13f02102884ca63df9b2eaa23349bc "Moved the commerce metrics from ExperienceEvent \metrics to the \commerce context Shortened the URI field name for the web events to https://ns.adobe.com/xdm/metrics/web/* by dropping the 'data'. Updates all examples. Updarted the change log") [a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [7ac8281](https://github.com/adobe/xdm/commit/7ac8281cc6f7ceae8a29bfe98e7b14b60091e422 "Merge branch 'master' into campaign-extensions-experienceEvent") [a7400fd](https://github.com/adobe/xdm/commit/a7400fd6a8732da1b275718f0acfa930e1e27342 "[trivial] fixes suggested in review. Iteration #4.") [6c98f3c](https://github.com/adobe/xdm/commit/6c98f3c6eb6148d0ca0f6930873047025a7272df "Update device.schema.json") [ac9024e](https://github.com/adobe/xdm/commit/ac9024eecd7741a624115f1089b457a818ac9e5c "Fix Issue #206 Adding Campaign's extension of Experience Events.")| +|[schemas/context/direct-marketing](schemas/context/direct-marketing.schema.json)|stabilizing|**189**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [1b56141](https://github.com/adobe/xdm/commit/1b56141324f0b91bb837eb326485ecc6a1da442f "Added the `xdm:clicks` to be inline with the current strategy for how clicks are to be handled.") [1e5b640](https://github.com/adobe/xdm/commit/1e5b64024caaccc1825701285d4d0d9bce59f9e6 "Linked to ExperienceEvent") [d6348fb](https://github.com/adobe/xdm/commit/d6348fbe7fdf587eaccdaaa7a8f9b915aed95019 "Created Direct Marketing Context from the direct-marketing metric namespace.")| +|[schemas/context/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json")| +|[schemas/context/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**229**|**160**|[0f52a0a](https://github.com/adobe/xdm/commit/0f52a0a6ca246d031d9c7a5694578c28a77fad75 "Converted enduserid.schema.json to be a conforming schema. added allOf and definitions section.") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [f595ec8](https://github.com/adobe/xdm/commit/f595ec8cbcd477e3bbf6c8e0147abc58f57d3810 "Phone Numebr and Email Identities - Added email and phone number - Imporved the keys") [d587240](https://github.com/adobe/xdm/commit/d5872402ac1f36c6bf98173a73cc5021c6526009 "Analytics custom ID") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [195dab5](https://github.com/adobe/xdm/commit/195dab5638e052addd7c26e8899374274d6d95a7 "EndUserID naming made more consistent. - 'analytics' -> 'aaid' - 'campaignid' -> 'acid'") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [2c8e4fc](https://github.com/adobe/xdm/commit/2c8e4fc64a08046d9a62f46d4f8029f3ac7b94b5 "Adding AdCloud's enduserid extension") [cd0c125](https://github.com/adobe/xdm/commit/cd0c125870abb52075755837d9fd2ba38c4291f9 "Merge branch 'master' into platform-pr-stabilizing-09") [c231497](https://github.com/adobe/xdm/commit/c23149762f50b30683200aa961446133d8acee48 "Update enduserids.schema.json") [11d47c5](https://github.com/adobe/xdm/commit/11d47c500fe9903e29e1878719aea79a3163d658 "Update enduserids.schema.json")| +|[schemas/context/environment](schemas/context/environment.schema.json)|stabilizing|**229**|**36**|[5ccb77c](https://github.com/adobe/xdm/commit/5ccb77c7031c75f7cd49196b8b26555e0f6052f1 "Add domain and ISP") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cf35e7c](https://github.com/adobe/xdm/commit/cf35e7cad84be3dc7773b1b953f9dfa17b7889d3 "Merge branch 'master' into feature-264-dimensions") [cdb023f](https://github.com/adobe/xdm/commit/cdb023f0abe0bb8991034e134dacab215b1a73c1 "Moving advertising metrics and adviewability under advertising context") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [faec593](https://github.com/adobe/xdm/commit/faec59302947a4e21524fab7002fc0a601c16a06 "Merge branch 'master' into feature-264-dimensions") [f71a6eb](https://github.com/adobe/xdm/commit/f71a6ebe059ccbde606bb5e0ed0ef93d883bea59 "Renaming viewability schema and clarifying descriptions") [5bf1f62](https://github.com/adobe/xdm/commit/5bf1f621f12bacf67856c7f6a9791929d99a632a "Simplifying URIs for namespacing and clarifying descriptions") [ad406f3](https://github.com/adobe/xdm/commit/ad406f3753f2bdf5787ed10520cdcc849a1064ae "Updating descriptions for further clarity; moving schema back to core XDM as it reflects IAB/MRC standards") [adc47e0](https://github.com/adobe/xdm/commit/adc47e01c0b134a6252265d1669bf114b00658fe "Moving viewability under extension context. Increasing clarity on attributes.") [48eec15](https://github.com/adobe/xdm/commit/48eec15dbfb3fc044e4d734ee0ed53011139a334 "Adding viewability schema") [9f39d06](https://github.com/adobe/xdm/commit/9f39d06f436983201f33d1c7acadbfb0f2620572 "Adding supplemental environment fields") [9da39d2](https://github.com/adobe/xdm/commit/9da39d2de8cdf95d6cfb240aad0187a4e9db40dc "Merge branch 'master' into platform-pr-stabilizing-09") [7270577](https://github.com/adobe/xdm/commit/7270577990ed846a0354bb062c886cdaba80cf21 "[trivial] typo") [d47644d](https://github.com/adobe/xdm/commit/d47644dde8a38c5c4fcb8ea5739aac3d37794908 "Update environment.schema.json")| +|[schemas/context/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**55**|0|[d887bb0](https://github.com/adobe/xdm/commit/d887bb0d111bc0095eddb58b2e561135615ca2e4 "refactoring to use allOf") [e3aaf4d](https://github.com/adobe/xdm/commit/e3aaf4d47e010e2c4a1550bb1dac36e75c7f4240 "Update experienceevent.schema.json") [e2f4804](https://github.com/adobe/xdm/commit/e2f48046e1e9298e4c1136624e977dcc193b93dc "first draft of identity map")| +|[schemas/context/identity](schemas/context/identity.schema.json)|stabilizing|**182**|5|[1c06590](https://github.com/adobe/xdm/commit/1c06590a7ece731315b7c6a61401ce19dbd58a43 "upates to identity map, including additional example") [8f16668](https://github.com/adobe/xdm/commit/8f16668559d0545802729b2f00e634a8049e9ad9 "Updated default.") [9e6d692](https://github.com/adobe/xdm/commit/9e6d692ebb01ed1746375e0b35138d8cb8c73d47 "Changed unknown->ambigious") [4f5fab9](https://github.com/adobe/xdm/commit/4f5fab9f5303a429483aa9498c740d327b2049f8 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [3d06ee1](https://github.com/adobe/xdm/commit/3d06ee103ab4b2ba2d2eb77f8c8216baa837f965 "changing Identity id from URI format to plain string") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [c58c7e3](https://github.com/adobe/xdm/commit/c58c7e36b5951697f9b8f34a7627b1a669830226 "Merge branch 'master' into Add-authentication-states-to-Identity-Schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [9872e1c](https://github.com/adobe/xdm/commit/9872e1cb9661acfb5be442a4e74c0f5c093776b2 "improved enum") [28d18ae](https://github.com/adobe/xdm/commit/28d18ae561f686d56961081c632483045932b13b "typo") [353e0d2](https://github.com/adobe/xdm/commit/353e0d2415f27e91a3ff6fcb3f6b25408515b63a "Authenticated State for Identity: - Added enumeration property. - Added to example.") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|stabilizing|**182**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| +|[schemas/context/namespace](schemas/context/namespace.schema.json)|stabilizing|**182**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json")| +|[schemas/context/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**229**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`") [a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| +|[schemas/context/search](schemas/context/search.schema.json)|stabilizing|**182**|**160**|[30fa2e8](https://github.com/adobe/xdm/commit/30fa2e860fd8f75b8e4d9491def598054f514984 "Merge branch 'master' into issue-347-search-id") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [580ec14](https://github.com/adobe/xdm/commit/580ec14bde848aa439a72dba65f923add6f85632 "added searchEngineID field to search schema") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|stabilizing|**182**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|stabilizing|**182**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/context/webpagedetails](schemas/context/webpagedetails.schema.json)|stabilizing|**182**|**155**|[2e68ca1](https://github.com/adobe/xdm/commit/2e68ca17a6637c8ba9983aa26844974a4c47546b "[413] Removed hostname format constraint from context/webpagedetails.xdm:server") [d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|stabilizing|**182**|**160**|[d07d109](https://github.com/adobe/xdm/commit/d07d1097e3f46ed07b0ea47e0617ec7a64c07d66 "Added extensible context to allOf -Improved the description of webinteraction.schema.json") [8e716fa](https://github.com/adobe/xdm/commit/8e716fac1f2b2d1b2e0a468e7831b5e6848ece34 "Merge branch 'master' into Added-meta-extends-true-to-context-schemas-") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status") [80b3fbb](https://github.com/adobe/xdm/commit/80b3fbb6068d10e4878d2e644b19f70e5f7fabbb "Correcting Extensibility statements in `context` schemas - Added `'meta:extends': true` to the schemas that can be extended in `context`")| +|[schemas/data/application-closes](schemas/data/application-closes.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/bitrate-average](schemas/data/bitrate-average.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/bitrate-changes](schemas/data/bitrate-changes.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/buffer-time](schemas/data/buffer-time.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/buffers](schemas/data/buffers.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/completes](schemas/data/completes.schema.json)|stabilizing|**181**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/conversions](schemas/data/conversions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/datasource](schemas/data/datasource.schema.json)|stabilizing|**181**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/completes](schemas/data/completes.schema.json)|stabilizing|**182**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/conversions](schemas/data/conversions.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/datasource](schemas/data/datasource.schema.json)|stabilizing|**182**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/drop-before-starts](schemas/data/drop-before-starts.schema.json)|stabilizing|**155**|**155**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2")| |[schemas/data/dropped-frames](schemas/data/dropped-frames.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/errors](schemas/data/errors.schema.json)|stabilizing|**159**|**155**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2") [9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/feature-usages](schemas/data/feature-usages.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/feature-usages](schemas/data/feature-usages.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/federated](schemas/data/federated.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/first-launches](schemas/data/first-launches.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/firstquartiles](schemas/data/firstquartiles.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/impressions](schemas/data/impressions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/installs](schemas/data/installs.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/launches](schemas/data/launches.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/linkclicks](schemas/data/linkclicks.schema.json)|stabilizing|**181**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|**229**|**54**|[559fd1f](https://github.com/adobe/xdm/commit/559fd1f4c12c877180eeebcf007f6992600d0467 "removing minLength contraint on measure ids") [3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| -|[schemas/data/measuredmuted](schemas/data/measuredmuted.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/measuredwindowinactive](schemas/data/measuredwindowinactive.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/first-launches](schemas/data/first-launches.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/firstquartiles](schemas/data/firstquartiles.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/impressions](schemas/data/impressions.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/installs](schemas/data/installs.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/launches](schemas/data/launches.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/linkclicks](schemas/data/linkclicks.schema.json)|stabilizing|**182**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|**229**|**55**|[559fd1f](https://github.com/adobe/xdm/commit/559fd1f4c12c877180eeebcf007f6992600d0467 "removing minLength contraint on measure ids") [3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| +|[schemas/data/measuredmuted](schemas/data/measuredmuted.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/measuredwindowinactive](schemas/data/measuredwindowinactive.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/media-segment-views](schemas/data/media-segment-views.schema.json)|stabilizing|**155**|**155**|[6cd42f4](https://github.com/adobe/xdm/commit/6cd42f419d5b0fd07bd9498caaf85bd429f1f45e "2")| -|[schemas/data/metricdefinition](schemas/data/metricdefinition.schema.json)|stabilizing|**181**|**91**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [54a6fd3](https://github.com/adobe/xdm/commit/54a6fd3961dbcc7e26dca3e9dc7790cabd47536e "Allow `xdm:unit` to be `null` for counts") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/midpoints](schemas/data/midpoints.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/mirror-pages](schemas/data/mirror-pages.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/non-deliverables](schemas/data/non-deliverables.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/not-sent](schemas/data/not-sent.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/opens](schemas/data/opens.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/pageviews](schemas/data/pageviews.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/metricdefinition](schemas/data/metricdefinition.schema.json)|stabilizing|**182**|**92**|[f81e953](https://github.com/adobe/xdm/commit/f81e9534cbefd8312e7c86352883ef5b534a07e3 "Change @id format from 'uri' to 'ur-reference'") [54a6fd3](https://github.com/adobe/xdm/commit/54a6fd3961dbcc7e26dca3e9dc7790cabd47536e "Allow `xdm:unit` to be `null` for counts") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/midpoints](schemas/data/midpoints.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/mirror-pages](schemas/data/mirror-pages.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/non-deliverables](schemas/data/non-deliverables.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/not-sent](schemas/data/not-sent.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/opens](schemas/data/opens.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/pageviews](schemas/data/pageviews.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/pause-time](schemas/data/pause-time.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/pauses](schemas/data/pauses.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/progress10](schemas/data/progress10.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/progress95](schemas/data/progress95.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/purchases](schemas/data/purchases.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/purchases](schemas/data/purchases.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/resumes](schemas/data/resumes.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/save-for-laters](schemas/data/save-for-laters.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/sends](schemas/data/sends.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/save-for-laters](schemas/data/save-for-laters.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/sends](schemas/data/sends.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/stall-time](schemas/data/stall-time.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/stalls](schemas/data/stalls.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/starts](schemas/data/starts.schema.json)|stabilizing|**181**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/thirdquartiles](schemas/data/thirdquartiles.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/starts](schemas/data/starts.schema.json)|stabilizing|**182**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/thirdquartiles](schemas/data/thirdquartiles.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| |[schemas/data/time-played](schemas/data/time-played.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/time-to-start](schemas/data/time-to-start.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| |[schemas/data/total-time-played](schemas/data/total-time-played.schema.json)|stabilizing|**159**|**159**|[9c65fb2](https://github.com/adobe/xdm/commit/9c65fb2d0e3092edf159fcb03116dfbda9f9179d "first set of metric definitions")| -|[schemas/data/unmeasurableiframe](schemas/data/unmeasurableiframe.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/unmeasurableother](schemas/data/unmeasurableother.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/unsubscriptions](schemas/data/unsubscriptions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/upgrades](schemas/data/upgrades.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewabilityeligibleimpressions](schemas/data/viewabilityeligibleimpressions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablecompletes](schemas/data/viewablecompletes.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablefirstquartiles](schemas/data/viewablefirstquartiles.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewableimpressions](schemas/data/viewableimpressions.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablemidpoints](schemas/data/viewablemidpoints.schema.json)|stabilizing|**181**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| -|[schemas/data/viewablethirdquartiles](schemas/data/viewablethirdquartiles.schema.json)|stabilizing|**181**|**159**|[c2e7970](https://github.com/adobe/xdm/commit/c2e7970b7091e7732ee8c59f48d2ba9b7cbeb3a5 "Fix meta:extends format") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/unmeasurableiframe](schemas/data/unmeasurableiframe.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/unmeasurableother](schemas/data/unmeasurableother.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/unsubscriptions](schemas/data/unsubscriptions.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/upgrades](schemas/data/upgrades.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewabilityeligibleimpressions](schemas/data/viewabilityeligibleimpressions.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablecompletes](schemas/data/viewablecompletes.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablefirstquartiles](schemas/data/viewablefirstquartiles.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewableimpressions](schemas/data/viewableimpressions.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablemidpoints](schemas/data/viewablemidpoints.schema.json)|stabilizing|**182**|**175**|[9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| +|[schemas/data/viewablethirdquartiles](schemas/data/viewablethirdquartiles.schema.json)|stabilizing|**182**|**160**|[c2e7970](https://github.com/adobe/xdm/commit/c2e7970b7091e7732ee8c59f48d2ba9b7cbeb3a5 "Fix meta:extends format") [9958d84](https://github.com/adobe/xdm/commit/9958d8474380e928b240f988713cab4947f5ed07 "Fixed a few issues with our metrics") [cc51bc3](https://github.com/adobe/xdm/commit/cc51bc35b5fbf4f28e7283219027d9b3f3027d71 "updating schemas for 0.91 to stabilizing status")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 6d56be92d..9a41445dc 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,16 +4,6 @@ -## /content/ - -* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` (Experimental) -* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` (Experimental) -* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` (Experimental) -* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` (Experimental) -* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` (Experimental) -* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` (Experimental) -* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` (Experimental) - ## /assets/ * [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) @@ -30,6 +20,31 @@ * [Simple Rectangular Area](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Stabilizing) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) +## /content/ + +* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` (Experimental) +* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` (Experimental) +* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` (Experimental) +* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` (Experimental) +* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` (Experimental) +* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` (Experimental) +* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` (Experimental) + +## /common/ + +* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` (Stabilizing) +* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` (Experimental) +* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` (Experimental) +* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` (Experimental) +* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` (Stabilizing) +* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` (Experimental) +* [Geographical Unit](./common/geounit.schema.md) – `https://ns.adobe.com/xdm/common/geounit` (Experimental) +* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` (Experimental) +* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` (Stabilizing) +* [Organizational Unit](./common/orgunit.schema.md) – `https://ns.adobe.com/xdm/common/orgunit` (Experimental) +* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` (Experimental) +* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` (Experimental) + ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) @@ -53,21 +68,6 @@ * [Web](./channels/mobile-app.schema.md) – `https://ns.adobe.com/xdm/channels/mobile-app` (Experimental) * [Web](./channels/web.schema.md) – `https://ns.adobe.com/xdm/channels/web` (Experimental) -## /common/ - -* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` (Stabilizing) -* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` (Experimental) -* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` (Experimental) -* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` (Experimental) -* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` (Stabilizing) -* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` (Experimental) -* [Geographical Unit](./common/geounit.schema.md) – `https://ns.adobe.com/xdm/common/geounit` (Experimental) -* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` (Experimental) -* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` (Stabilizing) -* [Organizational Unit](./common/orgunit.schema.md) – `https://ns.adobe.com/xdm/common/orgunit` (Experimental) -* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` (Experimental) -* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` (Experimental) - ## /context/ * [Ad Asset Reference](./context/advertising-timed-asset-reference.schema.md) – `https://ns.adobe.com/xdm/context/advertising-timed-asset-reference` (Experimental) @@ -197,38 +197,40 @@ * [viewable-midpoints](./data/viewablemidpoints.schema.md) – `https://ns.adobe.com/xdm/data/viewablemidpoints` (Stabilizing) * [viewable-third-quartiles](./data/viewablethirdquartiles.schema.md) – `https://ns.adobe.com/xdm/data/viewablethirdquartiles` (Stabilizing) -## /external/iptc/ - -* [Creator](./external/iptc/creator.schema.md) – `http://www.iptc.org/creator` (Experimental) -* [Episode](./external/iptc/episode.schema.md) – `http://www.iptc.org/season` (Experimental) -* [Rating](./external/iptc/rating.schema.md) – `http://www.iptc.org/rating` (Experimental) -* [Season](./external/iptc/season.schema.md) – `http://www.iptc.org/episode` (Experimental) -* [Series](./external/iptc/series.schema.md) – `http://www.iptc.org/series` (Experimental) - ## /content/repository-policies/ * [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` (Experimental) * [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` (Experimental) * [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` (Experimental) +## /common/descriptors/ + +* [Item Selector](./common/descriptors/itemselector.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/itemselector` (Experimental) +* [Relationship Descriptor](./common/descriptors/relationshipdescriptor.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/relationshipdescriptor` (Experimental) +* [Schema Descriptor](./common/descriptors/schemadescriptor.schema.md) – `https://ns.adobe.com/xdm/common/desciptors/schemadescriptor` (Experimental) + ## /external/hal/ * [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` (Experimental) * [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` (Experimental) -## /external/activity-streams-2/ +## /common/event/ -* [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) -* [Collection](./external/activity-streams-2/collection.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/collection` (Experimental) -* [Collection Page](./external/activity-streams-2/collection-page.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/collection-page` (Experimental) -* [Document](./external/activity-streams-2/document.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/document` (Experimental) -* [Image Document](./external/activity-streams-2/image.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/image` (Experimental) -* [JSON-LD `@context`](./external/activity-streams-2/context.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/context` (Experimental) -* [JSON-LD `@id`](./external/activity-streams-2/id.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/id` (Experimental) -* [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` (Experimental) -* [Link](./external/activity-streams-2/link.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/link` (Experimental) -* [Object](./external/activity-streams-2/object.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/object` (Experimental) -* [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` (Experimental) +* [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) +* [Deleted Event](./common/event/deleted.schema.md) – `https://ns.adobe.com/xdm/common/event/deleted` (Experimental) +* [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` (Experimental) +* [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` (Experimental) +* [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` (Experimental) +* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` (Experimental) +* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` (Experimental) + +## /external/iptc/ + +* [Creator](./external/iptc/creator.schema.md) – `http://www.iptc.org/creator` (Experimental) +* [Episode](./external/iptc/episode.schema.md) – `http://www.iptc.org/season` (Experimental) +* [Rating](./external/iptc/rating.schema.md) – `http://www.iptc.org/rating` (Experimental) +* [Season](./external/iptc/season.schema.md) – `http://www.iptc.org/episode` (Experimental) +* [Series](./external/iptc/series.schema.md) – `http://www.iptc.org/series` (Experimental) ## /external/schema/ @@ -246,19 +248,17 @@ * [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` (Experimental) * [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` (Experimental) -## /common/event/ - -* [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) -* [Deleted Event](./common/event/deleted.schema.md) – `https://ns.adobe.com/xdm/common/event/deleted` (Experimental) -* [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` (Experimental) -* [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` (Experimental) -* [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` (Experimental) -* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` (Experimental) -* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` (Experimental) - -## /common/descriptors/ +## /external/activity-streams-2/ -* [Item Selector](./common/descriptors/itemselector.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/itemselector` (Experimental) -* [Relationship Descriptor](./common/descriptors/relationshipdescriptor.schema.md) – `https://ns.adobe.com/xdm/common/descriptors/relationshipdescriptor` (Experimental) -* [Schema Descriptor](./common/descriptors/schemadescriptor.schema.md) – `https://ns.adobe.com/xdm/common/desciptors/schemadescriptor` (Experimental) +* [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) +* [Collection](./external/activity-streams-2/collection.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/collection` (Experimental) +* [Collection Page](./external/activity-streams-2/collection-page.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/collection-page` (Experimental) +* [Document](./external/activity-streams-2/document.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/document` (Experimental) +* [Image Document](./external/activity-streams-2/image.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/image` (Experimental) +* [JSON-LD `@context`](./external/activity-streams-2/context.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/context` (Experimental) +* [JSON-LD `@id`](./external/activity-streams-2/id.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/id` (Experimental) +* [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` (Experimental) +* [Link](./external/activity-streams-2/link.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/link` (Experimental) +* [Object](./external/activity-streams-2/object.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/object` (Experimental) +* [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` (Experimental) diff --git a/docs/reference/assets/video.schema.json b/docs/reference/assets/video.schema.json index 5b8bda6c6..516839724 100644 --- a/docs/reference/assets/video.schema.json +++ b/docs/reference/assets/video.schema.json @@ -65,7 +65,7 @@ "meta:status": "experimental", "examples": [ { - "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", "xmp:createDate": "2017-09-26T15:52:25+00:00", "repo:createdDate": "2017-09-26T15:52:25+00:00", "xdm:repositoryCreatedBy": "lars", @@ -79,11 +79,11 @@ "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 11700000, - "xdm:videoFrameRate": "NTSC" + "xdm:extent": 10920000, + "xdm:videoFrameRate": "f48s1" }, { - "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", "xmp:createDate": "2017-09-26T15:52:25+00:00", "repo:createdDate": "2017-09-26T15:52:25+00:00", "xdm:repositoryCreatedBy": "lars", @@ -97,8 +97,8 @@ "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 10920000, - "xdm:videoFrameRate": "f48s1" + "xdm:extent": 11700000, + "xdm:videoFrameRate": "NTSC" } ] } \ No newline at end of file diff --git a/docs/reference/assets/video.schema.md b/docs/reference/assets/video.schema.md index 3e459243e..876bedf32 100644 --- a/docs/reference/assets/video.schema.md +++ b/docs/reference/assets/video.schema.md @@ -21,7 +21,7 @@ The Video class is for video assets, i.e. assets that consist of moving pictures ```json { - "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", "xmp:createDate": "2017-09-26T15:52:25+00:00", "repo:createdDate": "2017-09-26T15:52:25+00:00", "xdm:repositoryCreatedBy": "lars", @@ -35,14 +35,14 @@ The Video class is for video assets, i.e. assets that consist of moving pictures "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 11700000, - "xdm:videoFrameRate": "NTSC" + "xdm:extent": 10920000, + "xdm:videoFrameRate": "f48s1" } ``` ```json { - "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", "xmp:createDate": "2017-09-26T15:52:25+00:00", "repo:createdDate": "2017-09-26T15:52:25+00:00", "xdm:repositoryCreatedBy": "lars", @@ -56,8 +56,8 @@ The Video class is for video assets, i.e. assets that consist of moving pictures "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 10920000, - "xdm:videoFrameRate": "f48s1" + "xdm:extent": 11700000, + "xdm:videoFrameRate": "NTSC" } ``` diff --git a/docs/reference/common/descriptors/itemselector.schema.json b/docs/reference/common/descriptors/itemselector.schema.json index 47e95fad7..aaed1d953 100644 --- a/docs/reference/common/descriptors/itemselector.schema.json +++ b/docs/reference/common/descriptors/itemselector.schema.json @@ -84,10 +84,10 @@ "xdm:index": 0 }, { - "xdm:type": "https://ns.adobe.com/experience/mcid" + "xdm:schema": "https://ns.adobe.com/xdm/context/identity" }, { - "xdm:schema": "https://ns.adobe.com/xdm/context/identity" + "xdm:type": "https://ns.adobe.com/experience/mcid" } ] } \ No newline at end of file diff --git a/docs/reference/common/descriptors/itemselector.schema.md b/docs/reference/common/descriptors/itemselector.schema.md index 83f2a02ef..4e6de0e18 100644 --- a/docs/reference/common/descriptors/itemselector.schema.md +++ b/docs/reference/common/descriptors/itemselector.schema.md @@ -30,13 +30,13 @@ Matching may be done based on array index, `@id`, `@type`, or schema URI. ```json { - "xdm:type": "https://ns.adobe.com/experience/mcid" + "xdm:schema": "https://ns.adobe.com/xdm/context/identity" } ``` ```json { - "xdm:schema": "https://ns.adobe.com/xdm/context/identity" + "xdm:type": "https://ns.adobe.com/experience/mcid" } ``` diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index d98f69ed2..c9856375f 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -61,38 +61,38 @@ "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "xdm:name": "example.jpg", - "xdm:path": "/MyFolder/example.jpg", - "dc:format": "image/jpg", - "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" + "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/created", + "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", + "@id": "08B3E5CE5822FC520A494229@AdobeOrg" }, "activitystreams:generator": { "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" + "@id": "https://francois.corp.adobe.com:4502/" }, "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + "@type": "https://ns.adobe.com/experience/aem/user", + "@id": "admin" }, "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185" + "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", + "xdm:name": "Fx_DUKE-small.png", + "xdm:path": "/content/dam/Fx_DUKE-small.png", + "dc:format": "image/png", + "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/unpublished", + "@type": "https://ns.adobe.com/xdm/common/event/published", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", @@ -116,34 +116,34 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/updated", + "@type": "https://ns.adobe.com/xdm/common/event/created", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { - "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", - "@id": "08B3E5CE5822FC520A494229@AdobeOrg" + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" }, "activitystreams:generator": { "@type": "https://ns.adobe.com/xdm/content/repository", - "@id": "https://francois.corp.adobe.com:4502/" + "xdm:root": "https://cc-api-storage-stage.adobe.io/" }, "activitystreams:actor": { - "@type": "https://ns.adobe.com/experience/aem/user", - "@id": "admin" + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" }, "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", - "xdm:name": "Fx_DUKE-small.png", - "xdm:path": "/content/dam/Fx_DUKE-small.png", - "dc:format": "image/png", - "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" + "repo:id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "xdm:name": "example.jpg", + "xdm:path": "/MyFolder/example.jpg", + "dc:format": "image/jpg", + "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", + "@type": "https://ns.adobe.com/xdm/common/event/unpublished", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 0a307237f..75fdb368d 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -40,44 +40,44 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "xdm:name": "example.jpg", - "xdm:path": "/MyFolder/example.jpg", - "dc:format": "image/jpg", - "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" + "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", + "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", + "@id": "08B3E5CE5822FC520A494229@AdobeOrg" }, "activitystreams:generator": { "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" + "@id": "https://francois.corp.adobe.com:4502/" }, "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + "@type": "https://ns.adobe.com/experience/aem/user", + "@id": "admin" }, "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185" + "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", + "xdm:name": "Fx_DUKE-small.png", + "xdm:path": "/content/dam/Fx_DUKE-small.png", + "dc:format": "image/png", + "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/unpublished", + "@type": "https://ns.adobe.com/xdm/common/event/published", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", @@ -104,37 +104,37 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/updated", + "@type": "https://ns.adobe.com/xdm/common/event/created", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "activitystreams:to": { - "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", - "@id": "08B3E5CE5822FC520A494229@AdobeOrg" + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" }, "activitystreams:generator": { "@type": "https://ns.adobe.com/xdm/content/repository", - "@id": "https://francois.corp.adobe.com:4502/" + "xdm:root": "https://cc-api-storage-stage.adobe.io/" }, "activitystreams:actor": { - "@type": "https://ns.adobe.com/experience/aem/user", - "@id": "admin" + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" }, "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185", - "@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg", - "xdm:name": "Fx_DUKE-small.png", - "xdm:path": "/content/dam/Fx_DUKE-small.png", - "dc:format": "image/png", - "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" + "repo:id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "@id": "https://cc-api-storage-stage.adobe.io/id/urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", + "xdm:name": "example.jpg", + "xdm:path": "/MyFolder/example.jpg", + "dc:format": "image/jpg", + "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", + "@type": "https://ns.adobe.com/xdm/common/event/unpublished", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", "activitystreams:published": "2016-07-16T19:20:30+01:00", "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b", diff --git a/docs/reference/common/geo.schema.json b/docs/reference/common/geo.schema.json index 515293af8..dd1c1bcf5 100644 --- a/docs/reference/common/geo.schema.json +++ b/docs/reference/common/geo.schema.json @@ -67,13 +67,6 @@ ], "meta:status": "experimental", "examples": [ - { - "@id": "https://data.adobe.io/entities/geo/potsdam", - "xdm:countryCode": "DE", - "xdm:stateProvince": "DE-BB", - "xdm:city": "Potsdam", - "xdm:postalCode": "14482" - }, { "@id": "https://data.adobe.io/entities/geo/tokyo", "xdm:countryCode": "JP", @@ -82,6 +75,13 @@ "xdm:postalCode": "141-0032", "schema:latitude": 35.6185, "schema:longitude": 139.73237 + }, + { + "@id": "https://data.adobe.io/entities/geo/potsdam", + "xdm:countryCode": "DE", + "xdm:stateProvince": "DE-BB", + "xdm:city": "Potsdam", + "xdm:postalCode": "14482" } ] } \ No newline at end of file diff --git a/docs/reference/common/geo.schema.md b/docs/reference/common/geo.schema.md index 429b05330..b4b1d9dba 100644 --- a/docs/reference/common/geo.schema.md +++ b/docs/reference/common/geo.schema.md @@ -18,16 +18,6 @@ The geographic related data where an event was observed. ## Geo Examples -```json -{ - "@id": "https://data.adobe.io/entities/geo/potsdam", - "xdm:countryCode": "DE", - "xdm:stateProvince": "DE-BB", - "xdm:city": "Potsdam", - "xdm:postalCode": "14482" -} -``` - ```json { "@id": "https://data.adobe.io/entities/geo/tokyo", @@ -40,6 +30,16 @@ The geographic related data where an event was observed. } ``` +```json +{ + "@id": "https://data.adobe.io/entities/geo/potsdam", + "xdm:countryCode": "DE", + "xdm:stateProvince": "DE-BB", + "xdm:city": "Potsdam", + "xdm:postalCode": "14482" +} +``` + # Geo Properties diff --git a/docs/reference/common/page.schema.json b/docs/reference/common/page.schema.json index d03d10f1a..83d0a1480 100644 --- a/docs/reference/common/page.schema.json +++ b/docs/reference/common/page.schema.json @@ -64,13 +64,13 @@ "orderBy": "id", "start": "123", "next": "789", - "type": "image/jpeg", "count": 100 }, { "orderBy": "id", "start": "123", "next": "789", + "type": "image/jpeg", "count": 100 } ] diff --git a/docs/reference/common/page.schema.md b/docs/reference/common/page.schema.md index a76ecb473..01499ec99 100644 --- a/docs/reference/common/page.schema.md +++ b/docs/reference/common/page.schema.md @@ -19,7 +19,6 @@ Page information for paginated resource list operations. "orderBy": "id", "start": "123", "next": "789", - "type": "image/jpeg", "count": 100 } ``` @@ -29,6 +28,7 @@ Page information for paginated resource list operations. "orderBy": "id", "start": "123", "next": "789", + "type": "image/jpeg", "count": 100 } ``` diff --git a/docs/reference/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index 4a4f555d8..cd2872970 100644 --- a/docs/reference/content/page-component.schema.json +++ b/docs/reference/content/page-component.schema.json @@ -32,10 +32,6 @@ ], "meta:status": "experimental", "examples": [ - { - "@type": "https://francois.corp.adobe.com:4502/apps/foundation/title", - "dc:title": "Protect Your Eyes" - }, { "@type": "https://francois.corp.adobe.com:4502/apps/foundation/image", "image": { @@ -43,6 +39,10 @@ "repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-1234e4318185", "@id": "https://francois.corp.adobe.com:4502/content/dam/Glasses-small.jpg" } + }, + { + "@type": "https://francois.corp.adobe.com:4502/apps/foundation/title", + "dc:title": "Protect Your Eyes" } ] } \ No newline at end of file diff --git a/docs/reference/content/page-component.schema.md b/docs/reference/content/page-component.schema.md index d175332cc..33ca20f84 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -21,13 +21,6 @@ The type determines how the component will be displayed, rendered, and authored. ## Page Component Examples -```json -{ - "@type": "https://francois.corp.adobe.com:4502/apps/foundation/title", - "dc:title": "Protect Your Eyes" -} -``` - ```json { "@type": "https://francois.corp.adobe.com:4502/apps/foundation/image", @@ -39,6 +32,13 @@ The type determines how the component will be displayed, rendered, and authored. } ``` +```json +{ + "@type": "https://francois.corp.adobe.com:4502/apps/foundation/title", + "dc:title": "Protect Your Eyes" +} +``` + # Page Component Properties diff --git a/docs/reference/context/experienceevent.schema.json b/docs/reference/context/experienceevent.schema.json index 544399fe5..fb5452b4b 100644 --- a/docs/reference/context/experienceevent.schema.json +++ b/docs/reference/context/experienceevent.schema.json @@ -43,11 +43,6 @@ "$ref": "https://ns.adobe.com/xdm/context/enduserids", "description": "Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" }, - "xdm:identityMap": { - "title": "Identity Map", - "$ref": "https://ns.adobe.com/xdm/context/identitymap", - "description": "map containing the set of end user identities associated with this event" - }, "xdm:environment": { "title": "Environment", "$ref": "https://ns.adobe.com/xdm/context/environment", @@ -146,12 +141,95 @@ { "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" }, + { + "$ref": "https://ns.adobe.com/xdm/context/identitymap" + }, { "$ref": "#/definitions/experienceevent" } ], "meta:status": "stabilizing", "examples": [ + { + "@id": "https://data.adobe.io/experienceid-2345678", + "xdm:dataSource": { + "@id": "https://data.adobe.io/datasources/datasource-123", + "xdm:code": "DataSourceIntegrationCode-123" + }, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "92312748749128" + } + ], + "AVID": [ + { + "xdm:id": "2394509340-30453470347" + } + ] + }, + "xdm:environment": { + "xdm:type": "browser", + "xdm:browserDetails": { + "xdm:name": "Chrome", + "xdm:version": "63.0.3239", + "xdm:acceptLanguage": "en", + "xdm:cookiesEnabled": true, + "xdm:viewportHeight": 900, + "xdm:viewportWidth": 1680 + }, + "xdm:operatingSystem": "MAC OS", + "xdm:operatingSystemVersion": "10.13", + "xdm:connectionType": "cable" + }, + "xdm:locationContext": { + "xdm:geo": { + "xdm:countryCode": "US", + "xdm:stateProvince": "CA", + "xdm:city": "Emeryville", + "xdm:dmaid": "99" + } + }, + "xdm:web": { + "xdm:webPageView": { + "xdm:URL": "https://www.example.com" + }, + "xdm:webReferrer": { + "xdm:URL": "https://www.examplereferrer.com/", + "xdm:domain": "examplereferrer.com" + } + }, + "xdm:device": { + "xdm:type": "mobile", + "xdm:manufacturer": "Apple", + "xdm:model": "iPhone 6" + }, + "xdm:advertising": { + "xdm:adViewability": { + "xdm:adUnitDepth": 0, + "xdm:viewportHeight": 1250, + "xdm:viewportWidth": 1600, + "xdm:adHeight": 250, + "xdm:adWidth": 300, + "xdm:playerVolume": 85, + "xdm:measurementEligible": true, + "xdm:implementationDetails": { + "xdm:name": "https://ns.adobe.com/experience/adcloud/viewability", + "xdm:version": "1" + }, + "xdm:viewable": true, + "xdm:activeWindow": true, + "xdm:percentViewable": 89, + "xdm:viewableFirstQuartile": { + "xdm:value": 1 + } + }, + "xdm:firstQuartiles": { + "xdm:value": 1 + } + } + }, { "@id": "https://data.adobe.io/experienceid-123456", "xdm:dataSource": { @@ -466,86 +544,6 @@ } } }, - { - "@id": "https://data.adobe.io/experienceid-2345678", - "xdm:dataSource": { - "@id": "https://data.adobe.io/datasources/datasource-123", - "xdm:code": "DataSourceIntegrationCode-123" - }, - "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:identityMap": { - "ECID": [ - { - "xdm:id": "92312748749128" - } - ], - "AVID": [ - { - "xdm:id": "2394509340-30453470347" - } - ] - }, - "xdm:environment": { - "xdm:type": "browser", - "xdm:browserDetails": { - "xdm:name": "Chrome", - "xdm:version": "63.0.3239", - "xdm:acceptLanguage": "en", - "xdm:cookiesEnabled": true, - "xdm:viewportHeight": 900, - "xdm:viewportWidth": 1680 - }, - "xdm:operatingSystem": "MAC OS", - "xdm:operatingSystemVersion": "10.13", - "xdm:connectionType": "cable" - }, - "xdm:locationContext": { - "xdm:geo": { - "xdm:countryCode": "US", - "xdm:stateProvince": "CA", - "xdm:city": "Emeryville", - "xdm:dmaid": "99" - } - }, - "xdm:web": { - "xdm:webPageView": { - "xdm:URL": "https://www.example.com" - }, - "xdm:webReferrer": { - "xdm:URL": "https://www.examplereferrer.com/", - "xdm:domain": "examplereferrer.com" - } - }, - "xdm:device": { - "xdm:type": "mobile", - "xdm:manufacturer": "Apple", - "xdm:model": "iPhone 6" - }, - "xdm:advertising": { - "xdm:adViewability": { - "xdm:adUnitDepth": 0, - "xdm:viewportHeight": 1250, - "xdm:viewportWidth": 1600, - "xdm:adHeight": 250, - "xdm:adWidth": 300, - "xdm:playerVolume": 85, - "xdm:measurementEligible": true, - "xdm:implementationDetails": { - "xdm:name": "https://ns.adobe.com/experience/adcloud/viewability", - "xdm:version": "1" - }, - "xdm:viewable": true, - "xdm:activeWindow": true, - "xdm:percentViewable": 89, - "xdm:viewableFirstQuartile": { - "xdm:value": 1 - } - }, - "xdm:firstQuartiles": { - "xdm:value": 1 - } - } - }, { "@id": "https://data.adobe.io/experienceid-123457", "xdm:timestamp": "2017-09-26T15:52:25+00:00", diff --git a/docs/reference/context/experienceevent.schema.md b/docs/reference/context/experienceevent.schema.md index add26a7c7..fac6b7cd4 100644 --- a/docs/reference/context/experienceevent.schema.md +++ b/docs/reference/context/experienceevent.schema.md @@ -14,9 +14,9 @@ The core ExperienceEvent XDM is used to capture observations that are altering o * ExperienceEvent `https://ns.adobe.com/xdm/context/experienceevent` * [Extensibility base schema](../common/extensible.schema.md) `https://ns.adobe.com/xdm/common/extensible` + * [IdentityMap](identitymap.schema.md) `https://ns.adobe.com/xdm/context/identitymap` * [Data Source](../data/datasource.schema.md) `https://ns.adobe.com/xdm/data/datasource` * [End User IDs](enduserids.schema.md) `https://ns.adobe.com/xdm/context/enduserids` - * [IdentityMap](identitymap.schema.md) `https://ns.adobe.com/xdm/context/identitymap` * [Environment](environment.schema.md) `https://ns.adobe.com/xdm/context/environment` * [Device](device.schema.md) `https://ns.adobe.com/xdm/context/device` * [Commerce](commerce.schema.md) `https://ns.adobe.com/xdm/context/commerce` @@ -34,6 +34,89 @@ The core ExperienceEvent XDM is used to capture observations that are altering o ## ExperienceEvent Examples +```json +{ + "@id": "https://data.adobe.io/experienceid-2345678", + "xdm:dataSource": { + "@id": "https://data.adobe.io/datasources/datasource-123", + "xdm:code": "DataSourceIntegrationCode-123" + }, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", + "xdm:identityMap": { + "ECID": [ + { + "xdm:id": "92312748749128" + } + ], + "AVID": [ + { + "xdm:id": "2394509340-30453470347" + } + ] + }, + "xdm:environment": { + "xdm:type": "browser", + "xdm:browserDetails": { + "xdm:name": "Chrome", + "xdm:version": "63.0.3239", + "xdm:acceptLanguage": "en", + "xdm:cookiesEnabled": true, + "xdm:viewportHeight": 900, + "xdm:viewportWidth": 1680 + }, + "xdm:operatingSystem": "MAC OS", + "xdm:operatingSystemVersion": "10.13", + "xdm:connectionType": "cable" + }, + "xdm:locationContext": { + "xdm:geo": { + "xdm:countryCode": "US", + "xdm:stateProvince": "CA", + "xdm:city": "Emeryville", + "xdm:dmaid": "99" + } + }, + "xdm:web": { + "xdm:webPageView": { + "xdm:URL": "https://www.example.com" + }, + "xdm:webReferrer": { + "xdm:URL": "https://www.examplereferrer.com/", + "xdm:domain": "examplereferrer.com" + } + }, + "xdm:device": { + "xdm:type": "mobile", + "xdm:manufacturer": "Apple", + "xdm:model": "iPhone 6" + }, + "xdm:advertising": { + "xdm:adViewability": { + "xdm:adUnitDepth": 0, + "xdm:viewportHeight": 1250, + "xdm:viewportWidth": 1600, + "xdm:adHeight": 250, + "xdm:adWidth": 300, + "xdm:playerVolume": 85, + "xdm:measurementEligible": true, + "xdm:implementationDetails": { + "xdm:name": "https://ns.adobe.com/experience/adcloud/viewability", + "xdm:version": "1" + }, + "xdm:viewable": true, + "xdm:activeWindow": true, + "xdm:percentViewable": 89, + "xdm:viewableFirstQuartile": { + "xdm:value": 1 + } + }, + "xdm:firstQuartiles": { + "xdm:value": 1 + } + } +} +``` + ```json { "@id": "https://data.adobe.io/experienceid-123456", @@ -354,89 +437,6 @@ The core ExperienceEvent XDM is used to capture observations that are altering o } ``` -```json -{ - "@id": "https://data.adobe.io/experienceid-2345678", - "xdm:dataSource": { - "@id": "https://data.adobe.io/datasources/datasource-123", - "xdm:code": "DataSourceIntegrationCode-123" - }, - "xdm:timestamp": "2017-09-26T15:52:25+00:00", - "xdm:identityMap": { - "ECID": [ - { - "xdm:id": "92312748749128" - } - ], - "AVID": [ - { - "xdm:id": "2394509340-30453470347" - } - ] - }, - "xdm:environment": { - "xdm:type": "browser", - "xdm:browserDetails": { - "xdm:name": "Chrome", - "xdm:version": "63.0.3239", - "xdm:acceptLanguage": "en", - "xdm:cookiesEnabled": true, - "xdm:viewportHeight": 900, - "xdm:viewportWidth": 1680 - }, - "xdm:operatingSystem": "MAC OS", - "xdm:operatingSystemVersion": "10.13", - "xdm:connectionType": "cable" - }, - "xdm:locationContext": { - "xdm:geo": { - "xdm:countryCode": "US", - "xdm:stateProvince": "CA", - "xdm:city": "Emeryville", - "xdm:dmaid": "99" - } - }, - "xdm:web": { - "xdm:webPageView": { - "xdm:URL": "https://www.example.com" - }, - "xdm:webReferrer": { - "xdm:URL": "https://www.examplereferrer.com/", - "xdm:domain": "examplereferrer.com" - } - }, - "xdm:device": { - "xdm:type": "mobile", - "xdm:manufacturer": "Apple", - "xdm:model": "iPhone 6" - }, - "xdm:advertising": { - "xdm:adViewability": { - "xdm:adUnitDepth": 0, - "xdm:viewportHeight": 1250, - "xdm:viewportWidth": 1600, - "xdm:adHeight": 250, - "xdm:adWidth": 300, - "xdm:playerVolume": 85, - "xdm:measurementEligible": true, - "xdm:implementationDetails": { - "xdm:name": "https://ns.adobe.com/experience/adcloud/viewability", - "xdm:version": "1" - }, - "xdm:viewable": true, - "xdm:activeWindow": true, - "xdm:percentViewable": 89, - "xdm:viewableFirstQuartile": { - "xdm:value": 1 - } - }, - "xdm:firstQuartiles": { - "xdm:value": 1 - } - } -} -``` - ```json { "@id": "https://data.adobe.io/experienceid-123457", @@ -805,7 +805,7 @@ The core ExperienceEvent XDM is used to capture observations that are altering o | [xdm:directMarketing](#xdmdirectmarketing) | Direct Marketing | Optional | ExperienceEvent (this schema) | | [xdm:endUserIDs](#xdmenduserids) | End User IDs | Optional | ExperienceEvent (this schema) | | [xdm:environment](#xdmenvironment) | Environment | Optional | ExperienceEvent (this schema) | -| [xdm:identityMap](#xdmidentitymap) | IdentityMap | Optional | ExperienceEvent (this schema) | +| [xdm:identityMap](#xdmidentitymap) | `object` | Optional | [IdentityMap](identitymap.schema.md#xdmidentitymap) | | [xdm:marketing](#xdmmarketing) | Marketing | Optional | ExperienceEvent (this schema) | | [xdm:media](#xdmmedia) | Media Information | Optional | ExperienceEvent (this schema) | | [xdm:placeContext](#xdmplacecontext) | Place Context | Optional | ExperienceEvent (this schema) | @@ -1012,19 +1012,22 @@ Information about the surrounding situation the event observation occurred in, s ## xdm:identityMap -### Identity Map -map containing the set of end user identities associated with this event `xdm:identityMap` * is optional -* type: IdentityMap -* defined in this schema +* type: `object` +* defined in [IdentityMap](identitymap.schema.md#xdm:identityMap) ### xdm:identityMap Type -* [IdentityMap](identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` +`object` with following properties: + + +| Property | Type | Required +|----------|------|----------| + diff --git a/docs/reference/context/identitymap.schema.json b/docs/reference/context/identitymap.schema.json index ddc65a1d7..cb5b9e91e 100644 --- a/docs/reference/context/identitymap.schema.json +++ b/docs/reference/context/identitymap.schema.json @@ -12,11 +12,17 @@ "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": { - "meta:xdmType": "map", - "additionalProperties": { - "type": "array", - "items": { - "$ref": "https://ns.adobe.com/xdm/context/identityitem" + "type": "object", + "properties": { + "xdm:identityMap": { + "type": "object", + "meta:xdmType": "map", + "additionalProperties": { + "type": "array", + "items": { + "$ref": "https://ns.adobe.com/xdm/context/identityitem" + } + } } } } @@ -29,7 +35,7 @@ "meta:status": "experimental", "examples": [ { - "https://data.adobe.io/entities/namespace/4": [ + "EMAIL": [ { "xdm:id": "92312748749128" }, @@ -37,20 +43,15 @@ "xdm:id": "92312748749239" } ], - "https://data.adobe.io/entities/namespace/10": [ + "CRM": [ { "xdm:id": "2394509340-30453470347", "xdm:authenticatedState": "authenticated" } - ], - "https://data.adobe.io/entities/namespace/9": [ - { - "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" - } ] }, { - "EMAIL": [ + "https://data.adobe.io/entities/namespace/4": [ { "xdm:id": "92312748749128" }, @@ -58,11 +59,16 @@ "xdm:id": "92312748749239" } ], - "CRM": [ + "https://data.adobe.io/entities/namespace/10": [ { "xdm:id": "2394509340-30453470347", "xdm:authenticatedState": "authenticated" } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" + } ] } ] diff --git a/docs/reference/context/identitymap.schema.md b/docs/reference/context/identitymap.schema.md index 55ebfdca6..d4d85d008 100644 --- a/docs/reference/context/identitymap.schema.md +++ b/docs/reference/context/identitymap.schema.md @@ -9,13 +9,13 @@ Defines a map containing a set of end user identities, keyed on either namespace | [Abstract](../../abstract.md) | [Extensible](../../extensions.md) | [Status](../../status.md) | [Identifiable](../../id.md) | [Custom Properties](../../extensions.md) | [Additional Properties](../../extensions.md) | Defined In | |-------------------------------|-----------------------------------|---------------------------|-----------------------------|------------------------------------------|----------------------------------------------|------------| -| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/identitymap.schema.json](context/identitymap.schema.json) | +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/identitymap.schema.json](context/identitymap.schema.json) | ## IdentityMap Examples ```json { - "https://data.adobe.io/entities/namespace/4": [ + "EMAIL": [ { "xdm:id": "92312748749128" }, @@ -23,23 +23,18 @@ Defines a map containing a set of end user identities, keyed on either namespace "xdm:id": "92312748749239" } ], - "https://data.adobe.io/entities/namespace/10": [ + "CRM": [ { "xdm:id": "2394509340-30453470347", "xdm:authenticatedState": "authenticated" } - ], - "https://data.adobe.io/entities/namespace/9": [ - { - "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" - } ] } ``` ```json { - "EMAIL": [ + "https://data.adobe.io/entities/namespace/4": [ { "xdm:id": "92312748749128" }, @@ -47,12 +42,46 @@ Defines a map containing a set of end user identities, keyed on either namespace "xdm:id": "92312748749239" } ], - "CRM": [ + "https://data.adobe.io/entities/namespace/10": [ { "xdm:id": "2394509340-30453470347", "xdm:authenticatedState": "authenticated" } + ], + "https://data.adobe.io/entities/namespace/9": [ + { + "xdm:id": "1233ce17-20e0-4a2c-8198-2a77fd60cf4d" + } ] } ``` + +# IdentityMap Properties + +| Property | Type | Required | Defined by | +|----------|------|----------|------------| +| [xdm:identityMap](#xdmidentitymap) | `object` | Optional | IdentityMap (this schema) | +| `*` | any | Additional | this schema *allows* additional properties | + +## xdm:identityMap + + +`xdm:identityMap` +* is optional +* type: `object` +* defined in this schema + +### xdm:identityMap Type + + +`object` with following properties: + + +| Property | Type | Required +|----------|------|----------| + + + + + diff --git a/docs/reference/context/person.schema.json b/docs/reference/context/person.schema.json index a23faaffd..f5dcc0e96 100644 --- a/docs/reference/context/person.schema.json +++ b/docs/reference/context/person.schema.json @@ -96,7 +96,7 @@ "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDate": "1996-01-03" + "xdm:birthDayAndMonth": "01-03" }, { "xdm:name": { @@ -105,7 +105,7 @@ "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDayAndMonth": "01-03" + "xdm:birthDate": "1996-01-03" } ] } \ No newline at end of file diff --git a/docs/reference/context/person.schema.md b/docs/reference/context/person.schema.md index ecabdc4fa..b2d321295 100644 --- a/docs/reference/context/person.schema.md +++ b/docs/reference/context/person.schema.md @@ -28,7 +28,7 @@ An individual person. May represent a person acting in various roles, such as a "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDate": "1996-01-03" + "xdm:birthDayAndMonth": "01-03" } ``` @@ -40,7 +40,7 @@ An individual person. May represent a person acting in various roles, such as a "xdm:lastName": "Doe", "xdm:fullName": "Jane F. Doe" }, - "xdm:birthDayAndMonth": "01-03" + "xdm:birthDate": "1996-01-03" } ``` diff --git a/docs/reference/context/profile.schema.json b/docs/reference/context/profile.schema.json index a447835f0..2616a133b 100644 --- a/docs/reference/context/profile.schema.json +++ b/docs/reference/context/profile.schema.json @@ -25,11 +25,6 @@ "minItems": 1, "description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated, use `xdm:identityMap` instead" }, - "xdm:identityMap": { - "title": "Identity Map", - "$ref": "https://ns.adobe.com/xdm/context/identitymap", - "description": "map containing the set of end user identities associated with this event" - }, "xdm:person": { "title": "Person", "$ref": "https://ns.adobe.com/xdm/context/person", @@ -171,6 +166,9 @@ { "$ref": "https://ns.adobe.com/xdm/common/auditable" }, + { + "$ref": "https://ns.adobe.com/xdm/context/identitymap" + }, { "$ref": "#/definitions/profile" } diff --git a/docs/reference/context/profile.schema.md b/docs/reference/context/profile.schema.md index bfc225c81..a1c3ab1c7 100644 --- a/docs/reference/context/profile.schema.md +++ b/docs/reference/context/profile.schema.md @@ -150,7 +150,7 @@ for other Profile data such as preference, propensities and other attributes. | [xdm:homeAddress](#xdmhomeaddress) | Address | Optional | Profile (this schema) | | [xdm:homePhone](#xdmhomephone) | Phone Number | Optional | Profile (this schema) | | [xdm:identities](#xdmidentities) | Identity | Optional | Profile (this schema) | -| [xdm:identityMap](#xdmidentitymap) | IdentityMap | Optional | Profile (this schema) | +| [xdm:identityMap](#xdmidentitymap) | `object` | Optional | [IdentityMap](identitymap.schema.md#xdmidentitymap) | | [xdm:mobilePhone](#xdmmobilephone) | Phone Number | Optional | Profile (this schema) | | [xdm:modifiedByBatchID](#xdmmodifiedbybatchid) | `string` | Optional | [Audit Trail](../common/auditable.schema.md#xdmmodifiedbybatchid) | | [xdm:optInOut](#xdmoptinout) | OptInOut | Optional | Profile (this schema) | @@ -376,19 +376,22 @@ All items must be of the type: ## xdm:identityMap -### Identity Map -map containing the set of end user identities associated with this event `xdm:identityMap` * is optional -* type: IdentityMap -* defined in this schema +* type: `object` +* defined in [IdentityMap](identitymap.schema.md#xdm:identityMap) ### xdm:identityMap Type -* [IdentityMap](identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` +`object` with following properties: + + +| Property | Type | Required +|----------|------|----------| + diff --git a/docs/reference/context/profilestitch.schema.json b/docs/reference/context/profilestitch.schema.json index 4ecf4e8e0..42878f2ca 100644 --- a/docs/reference/context/profilestitch.schema.json +++ b/docs/reference/context/profilestitch.schema.json @@ -23,11 +23,6 @@ "type": "string", "description": "The version of the profile stitch definition used. Useful for debugging." }, - "xdm:identityMap": { - "title": "Identity Map", - "$ref": "https://ns.adobe.com/xdm/context/identitymap", - "description": "map containing the set of end user identities associated with this event" - }, "xdm:endUserIDs": { "meta:status": "deprecated", "title": "End User IDs", @@ -38,6 +33,9 @@ } }, "allOf": [ + { + "$ref": "https://ns.adobe.com/xdm/context/identitymap" + }, { "$ref": "#/definitions/profileStitch" } diff --git a/docs/reference/context/profilestitch.schema.md b/docs/reference/context/profilestitch.schema.md index ba792fe5b..8a6cf510d 100644 --- a/docs/reference/context/profilestitch.schema.md +++ b/docs/reference/context/profilestitch.schema.md @@ -13,8 +13,8 @@ Details about the ids that were joined by profile stitching. ## Schema Hierarchy * Profile Stitch `https://ns.adobe.com/xdm/context/profileStitch` - * [Profile Stitch Identity](profilestitchidentity.schema.md) `https://ns.adobe.com/xdm/context/profileStitchIdentity` * [IdentityMap](identitymap.schema.md) `https://ns.adobe.com/xdm/context/identitymap` + * [Profile Stitch Identity](profilestitchidentity.schema.md) `https://ns.adobe.com/xdm/context/profileStitchIdentity` * [End User IDs](enduserids.schema.md) `https://ns.adobe.com/xdm/context/enduserids` @@ -49,7 +49,7 @@ Details about the ids that were joined by profile stitching. | Property | Type | Required | Defined by | |----------|------|----------|------------| | [xdm:endUserIDs](#xdmenduserids) | End User IDs | Optional | Profile Stitch (this schema) | -| [xdm:identityMap](#xdmidentitymap) | IdentityMap | Optional | Profile Stitch (this schema) | +| [xdm:identityMap](#xdmidentitymap) | `object` | Optional | [IdentityMap](identitymap.schema.md#xdmidentitymap) | | [xdm:profileStitchID](#xdmprofilestitchid) | Profile Stitch Identity | Optional | Profile Stitch (this schema) | | [xdm:version](#xdmversion) | `string` | Optional | Profile Stitch (this schema) | | `*` | any | Additional | this schema *allows* additional properties | @@ -74,19 +74,22 @@ Condensed, normalized encapsulation of all end user identifiers. Deprecated ## xdm:identityMap -### Identity Map -map containing the set of end user identities associated with this event `xdm:identityMap` * is optional -* type: IdentityMap -* defined in this schema +* type: `object` +* defined in [IdentityMap](identitymap.schema.md#xdm:identityMap) ### xdm:identityMap Type -* [IdentityMap](identitymap.schema.md) – `https://ns.adobe.com/xdm/context/identitymap` +`object` with following properties: + + +| Property | Type | Required +|----------|------|----------| + diff --git a/docs/reference/context/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 601e36262..8b9e22a75 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -49,19 +49,14 @@ "xdm:name": "product home", "xdm:URL": "https://www.example.com/products", "xdm:errorPage": false, - "xdm:homePage": true - }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store", - "xdm:linkClicks": { + "xdm:homePage": true, + "xdm:pageViews": { "xdm:value": 1 } }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } }, { @@ -71,14 +66,19 @@ "xdm:name": "product home", "xdm:URL": "https://www.example.com/products", "xdm:errorPage": false, - "xdm:homePage": true, - "xdm:pageViews": { + "xdm:homePage": true + }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store", + "xdm:linkClicks": { "xdm:value": 1 } }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ] diff --git a/docs/reference/context/webinfo.schema.md b/docs/reference/context/webinfo.schema.md index 5e835a1af..2a4c6f18f 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -30,19 +30,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:name": "product home", "xdm:URL": "https://www.example.com/products", "xdm:errorPage": false, - "xdm:homePage": true - }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store", - "xdm:linkClicks": { + "xdm:homePage": true, + "xdm:pageViews": { "xdm:value": 1 } }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` @@ -55,14 +50,19 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:name": "product home", "xdm:URL": "https://www.example.com/products", "xdm:errorPage": false, - "xdm:homePage": true, - "xdm:pageViews": { + "xdm:homePage": true + }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store", + "xdm:linkClicks": { "xdm:value": 1 } }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ``` diff --git a/docs/reference/external/hal/hal-link.schema.json b/docs/reference/external/hal/hal-link.schema.json index 96b44241c..4764f5983 100644 --- a/docs/reference/external/hal/hal-link.schema.json +++ b/docs/reference/external/hal/hal-link.schema.json @@ -108,11 +108,11 @@ "meta:status": "experimental", "examples": [ { - "href": "http://www.adobe.com/{product}", - "templated": true + "href": "http://www.adobe.com/" }, { - "href": "http://www.adobe.com/" + "href": "http://www.adobe.com/{product}", + "templated": true } ] } \ No newline at end of file diff --git a/docs/reference/external/hal/hal-link.schema.md b/docs/reference/external/hal/hal-link.schema.md index 8a4e7ce4e..881036fbe 100644 --- a/docs/reference/external/hal/hal-link.schema.md +++ b/docs/reference/external/hal/hal-link.schema.md @@ -18,14 +18,14 @@ https://ns.adobe.com/xdm/external/hal/link ```json { - "href": "http://www.adobe.com/{product}", - "templated": true + "href": "http://www.adobe.com/" } ``` ```json { - "href": "http://www.adobe.com/" + "href": "http://www.adobe.com/{product}", + "templated": true } ``` diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 3fa44f991..f827b5c6e 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -280,46 +280,6 @@ ], "meta:status": "experimental", "examples": [ - { - "_links": { - "self": { - "href": "/orders/523" - }, - "warehouse": { - "href": "/warehouse/56" - }, - "invoice": { - "href": "/invoices/873" - } - }, - "currency": "USD", - "status": "shipped", - "total": 10.2 - }, - { - "_links": { - "self": { - "href": "/orders/523" - }, - "warehouses": [ - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - } - ], - "invoice": { - "href": "/invoices/873" - } - }, - "currency": "USD", - "status": "shipped", - "total": 10.2 - }, { "_links": { "self": { @@ -364,6 +324,46 @@ "currency": "USD", "status": "shipped", "total": 10.2 + }, + { + "_links": { + "self": { + "href": "/orders/523" + }, + "warehouse": { + "href": "/warehouse/56" + }, + "invoice": { + "href": "/invoices/873" + } + }, + "currency": "USD", + "status": "shipped", + "total": 10.2 + }, + { + "_links": { + "self": { + "href": "/orders/523" + }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], + "invoice": { + "href": "/invoices/873" + } + }, + "currency": "USD", + "status": "shipped", + "total": 10.2 } ] } \ No newline at end of file diff --git a/docs/reference/external/hal/hal.schema.md b/docs/reference/external/hal/hal.schema.md index 30ee52d37..849d55e3f 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -26,13 +26,42 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "replacing": [ + { + "href": "/orders/521" + }, + { + "href": "/orders/520" + } + ], "invoice": { "href": "/invoices/873" } }, + "_embedded": { + "replacing": [ + { + "_links": { + "self": { + "href": "/orders/521" + } + }, + "currency": "USD", + "status": "open", + "total": 10.2 + }, + { + "_links": { + "self": { + "href": "/orders/521" + } + }, + "currency": "EUR", + "status": "open", + "total": 10.2 + } + ] + }, "currency": "USD", "status": "shipped", "total": 10.2 @@ -45,17 +74,9 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouses": [ - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - } - ], + "warehouse": { + "href": "/warehouse/56" + }, "invoice": { "href": "/invoices/873" } @@ -72,42 +93,21 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "replacing": [ + "warehouses": [ { - "href": "/orders/521" + "href": "/warehouse/56" }, { - "href": "/orders/520" + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" } ], "invoice": { "href": "/invoices/873" } }, - "_embedded": { - "replacing": [ - { - "_links": { - "self": { - "href": "/orders/521" - } - }, - "currency": "USD", - "status": "open", - "total": 10.2 - }, - { - "_links": { - "self": { - "href": "/orders/521" - } - }, - "currency": "EUR", - "status": "open", - "total": 10.2 - } - ] - }, "currency": "USD", "status": "shipped", "total": 10.2 diff --git a/docs/reference/external/repo/directory.schema.json b/docs/reference/external/repo/directory.schema.json index 30816b753..a7360b6fc 100644 --- a/docs/reference/external/repo/directory.schema.json +++ b/docs/reference/external/repo/directory.schema.json @@ -77,12 +77,6 @@ "templated": true } }, - "_page": { - "orderBy": "id", - "start": "123", - "next": "789", - "count": 100 - }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", @@ -102,6 +96,12 @@ "templated": true } }, + "_page": { + "orderBy": "id", + "start": "123", + "next": "789", + "count": 100 + }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", diff --git a/docs/reference/external/repo/directory.schema.md b/docs/reference/external/repo/directory.schema.md index cd6ad693d..d9a93ef2c 100644 --- a/docs/reference/external/repo/directory.schema.md +++ b/docs/reference/external/repo/directory.schema.md @@ -32,12 +32,6 @@ A directory in Adobe Cloud Platform. "templated": true } }, - "_page": { - "orderBy": "id", - "start": "123", - "next": "789", - "count": 100 - }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", @@ -60,6 +54,12 @@ A directory in Adobe Cloud Platform. "templated": true } }, + "_page": { + "orderBy": "id", + "start": "123", + "next": "789", + "count": 100 + }, "repo:createdDate": "2017-09-26T15:52:25+00:00", "repo:lastModifiedDate": "2017-09-26T15:52:25+00:00", "repo:path": "/", From e9140f2b13af62c39da1bcb449ebca9b68ebfb8b Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Thu, 22 Nov 2018 18:45:52 +0530 Subject: [PATCH 10/11] Fix 558. Add templateName to experienceevent campaign extension. --- .../adobe/experience/campaign/experienceevent.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index c9ebb3de7..a771c24bb 100755 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -186,6 +186,12 @@ "description": "Mode of delivery for the messages sent.\n", "default": "one_time" }, + "xdm:templateName": { + "title": "Delivery Template's Internal name", + "type": "string", + "description": + "A human-friendly identifier of the the parent entity (in case of event_based or continuous message Class) of the campaign activity originating this message." + }, "xdm:templateID": { "title": "Identifier of the Template", "type": "integer", From dd5974983d3a24a6e251f84351615ea129d14655 Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Thu, 22 Nov 2018 19:07:52 +0530 Subject: [PATCH 11/11] Update examples for the newly added field --- .../experience/campaign/experienceevent.example.click.json | 3 ++- .../campaign/experienceevent.example.email-send.json | 1 + .../experience/campaign/experienceevent.example.open-push.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json index b2fb62cd6..6544d366d 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.click.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -69,7 +69,8 @@ "xdm:from": "no-reply@adobe.com", "xdm:testEnabled": true, "xdm:messageClass": "messageCenter", - "xdm:templateID": 1100 + "xdm:templateID": 1100, + "xdm:templateName": "Mastering Stuff Series" }, "https://ns.adobe.com/experience/campaign/link": { "xdm:id": "98765", diff --git a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json index 3638852fb..ff10d02a5 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json @@ -60,6 +60,7 @@ "xdm:testEnabled": true, "xdm:messageClass": "continuous", "xdm:templateID": 1000, + "xdm:templateName": "Newsletters-Black Friday", "xdm:deliveryName": "DM200", "xdm:deliveryLabel": "Birthday Wishes" }, diff --git a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json index 9fae4924f..38212be62 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json @@ -70,7 +70,8 @@ "xdm:id": 1001, "xdm:testEnabled": false, "xdm:messageClass": "messageCenter", - "xdm:templateID": 1100 + "xdm:templateID": 1100, + "xdm:templateName": "Newsletters-Black Friday" }, "https://ns.adobe.com/experience/campaign/orchestration": { "xdm:eventID": "store-entry-beacon-triggered"