From ac9024eecd7741a624115f1089b457a818ac9e5c Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Tue, 27 Mar 2018 21:52:26 +0530 Subject: [PATCH 01/83] Fix Issue #206 Adding Campaign's extension of Experience Events. --- .../experienceevent.example.click.json | 100 +++++++ .../experienceevent.example.email-send.json | 68 +++++ .../experienceevent.example.open-push.json | 79 ++++++ .../experienceevent.example.sms-bounce.json | 48 ++++ .../campaign/experienceevent.schema.json | 259 ++++++++++++++++++ .../experience/campaign/offer.schema.json | 62 +++++ schemas/context/device.schema.json | 3 +- schemas/data/metrics.schema.json | 9 + 8 files changed, 627 insertions(+), 1 deletion(-) create mode 100644 extensions/adobe/experience/campaign/experienceevent.example.click.json create mode 100644 extensions/adobe/experience/campaign/experienceevent.example.email-send.json create mode 100644 extensions/adobe/experience/campaign/experienceevent.example.open-push.json create mode 100644 extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json create mode 100644 extensions/adobe/experience/campaign/experienceevent.schema.json create mode 100644 extensions/adobe/experience/campaign/offer.schema.json diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json new file mode 100644 index 000000000..aff79669c --- /dev/null +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -0,0 +1,100 @@ +{ + "xdm:timestamp": 1522321544448, + "xdm:metrics": { + "https://ns.adobe.com/xdm/data/metrics/web/link-clicks": { + "xdm:value": 1 + } + }, + "xdm:environment": { + "xdm:type": "browser", + "xdm:browserDetails": { + "xdm:name": "Chrome" + }, + "xdm:operatingSystem": "MAC OS" + }, + "xdm:device": { + "xdm:typeID": "IMac", + "xdm:typeIDService": "https://ns.adobe.com/xdm/external/proprietary" + }, + "https://ns.adobe.com/experience/campaign/message": { + "id": 10000, + "profile": { + "xdm:person": { + "xdm:birthMonth": 1, + "xdm:birthDay": 3, + "xdm:birthYear": 1996, + "xdm:gender": "female" + }, + "xdm:workAddress": { + "@id": "https://ns.adobe.com/entities/address/123", + "xdm:primary": true, + "xdm:city": "San Jose", + "xdm:stateProvinceISO": "CA", + "xdm:postalCode": "95110", + "xdm:countryCode": "US" + }, + "xdm:workEmail": { + "xdm:primary": true, + "xdm:address": "jsmith@xyzinc.com" + } + }, + "variant": "English", + "seedMember": false, + "quarantine": false, + "proofMember": false, + "controlGroupMember": false, + "testMember": true, + "ip": "10.20.30.40", + "offerProposed": [ + { + "id": 1234, + "name": "50-percent-off", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 2, + "placementName": "top" + }, + { + "id": 1235, + "name": "bogo", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 3, + "placementName": "sidebar" + } + ], + "offerClicked": { + "id": 1234, + "name": "50-percent-off", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 2, + "placementName": "top" + } + }, + "https://ns.adobe.com/experience/campaign/delivery": { + "id": 1001, + "channel": "https://ns.adobe.com/xdm/channels/email", + "from": "no-reply@adobe.com", + "testEnabled": true, + "messageClass": "messageCenter", + "template": 1100 + }, + "https://ns.adobe.com/experience/campaign/link": { + "id": "98765", + "url": "https://newsletters.adobe.com/newsletter/101/mastering-xdm.html", + "occurrence": 2, + "tags": [ + { + "name": "category", + "value": "Promotional Links" + }, + { + "name": "label", + "value": "XDM information" + } + ] + }, + "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "businessContext": "store-entry-beacon-triggered" +} diff --git a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json new file mode 100644 index 000000000..3a20d4047 --- /dev/null +++ b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json @@ -0,0 +1,68 @@ +{ + "xdm:timestamp": 1522321544448, + "xdm:metrics": { + "https://ns.adobe.com/xdm/data/metrics/direct-marketing/sends": { + "xdm:value": 1 + } + }, + "https://ns.adobe.com/experience/campaign/message": { + "id": 10000, + "profile": { + "xdm:person": { + "xdm:birthMonth": 1, + "xdm:birthDay": 3, + "xdm:birthYear": 1996, + "xdm:gender": "female" + }, + "xdm:workAddress": { + "@id": "https://ns.adobe.com/entities/address/123", + "xdm:primary": true, + "xdm:city": "San Jose", + "xdm:stateProvinceISO": "CA", + "xdm:postalCode": "95110", + "xdm:countryCode": "US" + }, + "xdm:workEmail": { + "xdm:primary": true, + "xdm:address": "jsmith@xyzinc.com" + } + }, + "variant": "English", + "seedMember": false, + "quarantine": false, + "proofMember": false, + "controlGroupMember": false, + "testMember": true, + "size": 421, + "ip": "10.20.30.40", + "offerProposed": [ + { + "id": 1234, + "name": "50-percent-off", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 2, + "placementName": "top" + }, + { + "id": 1235, + "name": "bogo", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 3, + "placementName": "sidebar" + } + ] + }, + "https://ns.adobe.com/experience/campaign/delivery": { + "id": 1001, + "channel": "https://ns.adobe.com/xdm/channels/email", + "from": "no-reply@adobe.com", + "testEnabled": true, + "messageClass": "continuous", + "template": 1000 + }, + "https://ns.adobe.com/experience/campaign/id": 100, + "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "businessContext": "onJourneyEnter" +} diff --git a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json new file mode 100644 index 000000000..23cd1ff5a --- /dev/null +++ b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json @@ -0,0 +1,79 @@ +{ + "xdm:timestamp": 1522321544448, + "xdm:metrics": { + "https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens": { + "xdm:value": 1 + } + }, + "xdm:environment": { + "xdm:type": "browser", + "xdm:browserDetails": { + "xdm:name": "Chrome" + }, + "xdm:operatingSystem": "MAC OS" + }, + "xdm:application": { + "xdm:id": "A123" + }, + "xdm:device": { + "xdm:typeID": "IPad", + "xdm:typeIDService": "https://ns.adobe.com/xdm/external/proprietary" + }, + "https://ns.adobe.com/experience/campaign/message": { + "id": 10000, + "profile": { + "xdm:person": { + "xdm:birthMonth": 1, + "xdm:birthDay": 3, + "xdm:birthYear": 1996, + "xdm:gender": "female" + }, + "xdm:workAddress": { + "@id": "https://ns.adobe.com/entities/address/123", + "xdm:primary": true, + "xdm:city": "San Jose", + "xdm:stateProvinceISO": "CA", + "xdm:postalCode": "95110", + "xdm:countryCode": "US" + }, + "xdm:workEmail": { + "xdm:primary": true, + "xdm:address": "jsmith@xyzinc.com" + } + }, + "variant": "English", + "seedMember": false, + "quarantine": false, + "proofMember": false, + "controlGroupMember": false, + "testMember": true, + "ip": "10.20.30.40", + "offerProposed": [ + { + "id": 1234, + "name": "50-percent-off", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 2, + "placementName": "top" + }, + { + "id": 1235, + "name": "bogo", + "activityId": 1357, + "activityName": "major-banner", + "placementId": 3, + "placementName": "sidebar" + } + ] + }, + "https://ns.adobe.com/experience/campaign/delivery": { + "id": 1001, + "channel": "https://ns.adobe.com/xdm/channels/apns", + "testEnabled": false, + "messageClass": "messageCenter", + "template": 1100 + }, + "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "businessContext": "store-entry-beacon-triggered" +} diff --git a/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json b/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json new file mode 100644 index 000000000..5160d4f93 --- /dev/null +++ b/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json @@ -0,0 +1,48 @@ +{ + "xdm:timestamp": 1522321544448, + "xdm:metrics": { + "https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables": { + "xdm:value": 1 + } + }, + "https://ns.adobe.com/experience/campaign/message": { + "id": 10000, + "profile": { + "xdm:person": { + "xdm:birthMonth": 1, + "xdm:birthDay": 3, + "xdm:birthYear": 1996, + "xdm:gender": "female" + }, + "xdm:workAddress": { + "@id": "https://ns.adobe.com/entities/address/123", + "xdm:primary": true, + "xdm:city": "San Jose", + "xdm:stateProvinceISO": "CA", + "xdm:postalCode": "95110", + "xdm:countryCode": "US" + }, + "xdm:mobilePhone": { + "xdm:primary": true, + "xdm:number": "1-408-888-8888" + } + }, + "seedMember": false, + "quarantine": true, + "proofMember": false, + "controlGroupMember": false, + "testMember": false, + "size": 2, + "reason": "UnknownUser", + "reasonMessage": "554: Unknown Recipient." + }, + "https://ns.adobe.com/experience/campaign/delivery": { + "id": 1001, + "channel": "https://ns.adobe.com/xdm/channels/sms", + "from": "CP-ADOBE", + "testEnabled": false, + "messageClass": "oneTime" + }, + "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "businessContext": "onJourneyEnter" +} diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json new file mode 100644 index 000000000..e5fc2e7e8 --- /dev/null +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -0,0 +1,259 @@ +{ + "meta:license": [ + "Copyright 2018 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-extensions/adobe/experience/campaign/experienceevent", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Adobe Campaign ExperienceEvent Extension", + "type": "object", + "meta:extends": ["https://ns.adobe.com/xdm/context/experienceevent"], + "description": "Adobe Campaign extension to ExperienceEvent.", + "definitions": { + "experienceevent": { + "properties": { + "https://ns.adobe.com/experience/campaign/message/id": { + "title": "Message Identifier", + "type": "number", + "description": "Adobe Campaign message's broadlog ID." + }, + "https://ns.adobe.com/experience/campaign/message/profile": { + "title": "Profile", + "$ref": "https://ns.adobe.com/xdm/context/profile", + "description": + "The recipient of the message. This property is primarily used to link the message to a Profile using the EndCustomerId but it can also be used to freeze some properties of the profile at the time the message was sent." + }, + "https://ns.adobe.com/experience/campaign/message/variant": { + "title": "Content Variant", + "type": "string", + "description": + "A campaign activity can have multiple variants (Multilingual or A/B testing) but a message delivered to a recipient always contains one of them.\n> IMPORTANT: In case of multilingual, the mirror page, the recipient can switch from one variant to another (ex: switch of the language)." + }, + "https://ns.adobe.com/experience/campaign/message/seedMember": { + "title": "Seed Member", + "type": "boolean", + "default": false, + "description": + "The recipient of this message is a member of a seed list for this campaign activity." + }, + "https://ns.adobe.com/experience/campaign/message/quarantine": { + "title": "Quarantine", + "type": "boolean", + "default": false, + "description": + "Address moved to quarantine. The quarantine is set to true when the message failed to deliver in a way that indicates that no future messages will be deliverable either to this address." + }, + "https://ns.adobe.com/experience/campaign/message/proofMember": { + "title": "Proof Member", + "type": "boolean", + "description": + "The recipient of this message is a member of the proof group for this campaign activity.", + "default": false + }, + "https://ns.adobe.com/experience/campaign/message/controlGroupMember": { + "title": "Control Group Member", + "type": "boolean", + "description": + "The recipient of this message is a member of a control group for this campaign activity. Messages to control group members are not delivered.", + "default": false + }, + "https://ns.adobe.com/experience/campaign/message/testMember": { + "title": "A/B Test Member", + "type": "boolean", + "description": + "The recipient of this message is a member of a test group for this campaign activity.", + "default": false + }, + "https://ns.adobe.com/experience/campaign/message/size": { + "title": "Size (Bytes)", + "type": "integer", + "description": + "Size in bytes of the message.\n* For email, the `size` reflects the all MIME envelop of the message, including the encoded attachments if any.\n* For SMS, the `size` reflects the number of bytes necessary to deliver the message.\nIf that number is over 160 the message will be delivered over more than one SMS.", + "minimum": 0, + "maximum": 2147483647 + }, + "https://ns.adobe.com/experience/campaign/message/reason": { + "title": "Reason", + "type": "integer", + "meta:enum": { + "Undefined": "Not defined", + "UnknownUser": "User unknown", + "InvalidDomain": "Invalid domain", + "Unreachable": "Unreachable", + "Disabled": "Account disabled", + "MailboxFull": "Mailbox full", + "NotConnected": "Not connected", + "Refused": "Refused", + "ErrorIgnored": "Error ignored", + "AddressUndefined": "Address not specified", + "Blacklisted": "Blacklisted address", + "Quarantine": "Quarantined address", + "Duplicate": "Duplicate", + "TypologyRule": "Excluded by a SQL rule", + "BusinessRanking": "Excluded after arbitration", + "Cancelled": "Delivery canceled", + "Quality": "Bad-quality address", + "Unchecked": "Unqualified address", + "OfferMissing": "Not eligible for the offers", + "OverDeliveryLimit": "Target limited in size", + "Expired": "Expired", + "TooLong": "Text too long", + "Untranslatable": "Character not supported by encoding", + "ControlGroup": "Control address" + }, + "description": + "The reason why the message could/would not be delivered.", + "default": "Undefined" + }, + "https://ns.adobe.com/experience/campaign/message/reasonMessage": { + "title": "Reason Message", + "type": "string", + "description": + "Reason of message delivery failure when the status is `bounce` or `nonDeliverable`." + }, + "https://ns.adobe.com/experience/campaign/message/ip": { + "title": "IP Address", + "oneOf": [ + { + "format": "ipv4" + }, + { + "format": "ipv6" + } + ], + "description": "Outbound IP address used to deliver the message." + }, + "https://ns.adobe.com/experience/campaign/delivery/id": { + "title": "DeliveryID", + "type": "integer", + "description": "The campaign activity originating this message." + }, + "https://ns.adobe.com/experience/campaign/delivery/channel": { + "title": "Communication Channel", + "type": "string", + "meta:enum": { + "https://ns.adobe.com/xdm/channels/email": "Email", + "https://ns.adobe.com/xdm/channels/sms": "Mobile (SMS)", + "https://ns.adobe.com/xdm/channels/phone": "Phone", + "https://ns.adobe.com/xdm/channels/direct-mail": "Direct Mail", + "https://ns.adobe.com/xdm/channels/fax": "Fax", + "https://ns.adobe.com/xdm/channels/apns": + "Apple Push Notification Service", + "https://ns.adobe.com/xdm/channels/gcm": "Google Cloud Messaging", + "agency": "Agency", + "other": "Other" + }, + "description": "The marketing channel used to execute this activity." + }, + "https://ns.adobe.com/experience/campaign/campaign/id": { + "title": "CampaignID", + "type": "integer", + "description": + "The marketing campaign to which activity originating this message belongs to.." + }, + "https://ns.adobe.com/experience/campaign/delivery/from": { + "title": "From", + "type": "string", + "description": + "Address used as a from/sender/caller address. Depending on the communication channel, the `address` has a different format.\n\n * `email`: an email address.\n * `textMessage` or `phone`: a shortcode or phone number." + }, + "https://ns.adobe.com/experience/campaign/delivery/testEnabled": { + "title": "Test Enabled", + "type": "boolean", + "description": + "Specify whether campaign activity is of type A/B testing.", + "default": false + }, + "https://ns.adobe.com/experience/campaign/delivery/messagesClass": { + "title": "Message Class", + "type": "integer", + "meta:enum": { + "oneTime": "Marketing (One Time)", + "continuous": "Recurring", + "messageCenter": "Transactional (Event-based)" + }, + "description": + "Marketing classification of the messages sent through that delivery.\n", + "default": 0 + }, + "https://ns.adobe.com/experience/campaign/delivery/template": { + "title": "Template", + "type": "integer", + "description": + "The delivery template used to initialize this delivery.\n\nThe type the template used in Adobe Campaign can be identified using the `messageClass`.\n\n* `messageClass` = `oneTime`: the template is standard delivery template.\n* `messageClass` = `continuous`: the template is a recurring delivery.\n* `messageClass` = `transactional`: the template is a transactionnal message template.\n" + }, + "https://ns.adobe.com/experience/campaign/link/id": { + "title": "Tracking URL ID", + "type": "string", + "description": "Unique Identifier of the Link" + }, + "https://ns.adobe.com/experience/campaign/link/description": { + "title": "Tracking URL Description", + "type": "string", + "description": "A human-friendly description of the Link." + }, + "https://ns.adobe.com/experience/campaign/link/url": { + "title": "URL", + "format": "uri", + "type": "string", + "description": "URL of the Link." + }, + "https://ns.adobe.com/experience/campaign/link/occurrence": { + "title": "Occurrence", + "type": "integer", + "description": + "URL occurrence index in the content (first is 1). When the same URL is available several times in the same content, its is necessary to track which occurrence of the URL has been clicked on.", + "default": 1, + "minimum": 1, + "maximum": 32767 + }, + "https://ns.adobe.com/experience/campaign/link/tags": { + "title": "Tags", + "type": "array", + "description": + "A list of tags qualifying the link. The URL category is one of those tags.", + "items": { + "type": "string" + } + }, + "https://ns.adobe.com/experience/campaign/message/offerProposed": { + "title": "Offers", + "type": "array", + "description": "Offers displayed in the message.", + "items": { + "$ref": + "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/offer" + } + }, + "https://ns.adobe.com/experience/campaign/message/offerClicked": { + "title": "Offer Clicked", + "$ref": + "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/offer", + "description": + "The offer and its location in the message for a click event related to an offer." + }, + "https://ns.adobe.com/experience/campaign/message/externalId": { + "title": "External ID", + "type": "string", + "description": + "An ID generated by Voyager for a message to check later if the incoming experienceEvent was generated from this ID." + }, + "https://ns.adobe.com/experience/campaign/businessContext": { + "title": "Business Context", + "type": "string", + "description": + "Internal field for identifying the various actions/intents from Voyager." + } + } + } + }, + "allOf": [ + { + "$ref": "#/definitions/experienceevent" + } + ], + "meta:status": "experimental" +} diff --git a/extensions/adobe/experience/campaign/offer.schema.json b/extensions/adobe/experience/campaign/offer.schema.json new file mode 100644 index 000000000..1a153ec0b --- /dev/null +++ b/extensions/adobe/experience/campaign/offer.schema.json @@ -0,0 +1,62 @@ +{ + "meta:license": [ + "Copyright 2018 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-extensions/adobe/experience/campaign/offer", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Offer Placement", + "type": "object", + "description": + "The Offer Placement represents the instance of an offer displayed in a message.", + "definitions": { + "offer": { + "properties": { + "https://ns.adobe.com/experience/campaign/offer/id": { + "title": "Offer ID", + "type": "integer", + "description": "Unique identifier of the offer.", + "minimum": 0, + "maximum": 2147483647 + }, + "https://ns.adobe.com/experience/campaign/offer/name": { + "title": "Offer Name", + "type": "string", + "description": "Name of the offer." + }, + "https://ns.adobe.com/experience/campaign/offer/activityId": { + "title": "Activity ID", + "type": "integer", + "description": + "Unique identifier of the offer activity in the Offer Service.", + "minimum": 0, + "maximum": 2147483647 + }, + "https://ns.adobe.com/experience/campaign/offer/activityName": { + "title": "Activity Name", + "type": "string", + "description": "Name of the offer activity in the Offer Service." + }, + "https://ns.adobe.com/experience/campaign/offer/placementId": { + "title": "Placement ID", + "type": "integer", + "description": "Unique identifier of the placement of the offer.", + "minimum": 0, + "maximum": 2147483647 + }, + "https://ns.adobe.com/experience/campaign/offer/placementName": { + "title": "Placement Name", + "type": "string", + "description": "Name of the placement of the offer." + } + } + } + }, + "allOf": [ + { + "$ref": "#/definitions/offerplacement" + } + ] +} diff --git a/schemas/context/device.schema.json b/schemas/context/device.schema.json index 4116c833c..74d95b66f 100644 --- a/schemas/context/device.schema.json +++ b/schemas/context/device.schema.json @@ -27,7 +27,8 @@ "description": "The namespace of the service that is used to identify the device type.", "meta:enum": { - "https://ns.adobe.com/xdm/external/deviceatlas": "Device Atlas" + "https://ns.adobe.com/xdm/external/deviceatlas": "Device Atlas", + "https://ns.adobe.com/xdm/external/proprietary": "Proprietary" } }, "xdm:type": { diff --git a/schemas/data/metrics.schema.json b/schemas/data/metrics.schema.json index 9967aeb23..194bcb010 100644 --- a/schemas/data/metrics.schema.json +++ b/schemas/data/metrics.schema.json @@ -75,6 +75,15 @@ }, "https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints": { "$ref": "https://ns.adobe.com/xdm/data/measure" + }, + "https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens": { + "$ref": "https://ns.adobe.com/xdm/data/measure" + }, + "https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions": { + "$ref": "https://ns.adobe.com/xdm/data/measure" + }, + "https://ns.adobe.com/xdm/data/metrics/direct-marketing/not-sent": { + "$ref": "https://ns.adobe.com/xdm/data/measure" } }, "additionalProperties": false From e04cd20f2e47fdd0a15988def9abf151d041ff32 Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Thu, 29 Mar 2018 19:28:18 +0530 Subject: [PATCH 02/83] @trivial minor fixes suggested in review. Iteration #1. --- .../experienceevent.example.click.json | 4 ++-- .../experienceevent.example.email-send.json | 4 ++-- .../experienceevent.example.open-push.json | 23 ++----------------- .../campaign/experienceevent.schema.json | 15 ++++++------ .../experience/campaign/offer.schema.json | 10 ++++---- 5 files changed, 19 insertions(+), 37 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json index aff79669c..ea6ecf32a 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.click.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -44,7 +44,7 @@ "proofMember": false, "controlGroupMember": false, "testMember": true, - "ip": "10.20.30.40", + "outboundIP": "10.20.30.40", "offerProposed": [ { "id": 1234, @@ -78,7 +78,7 @@ "from": "no-reply@adobe.com", "testEnabled": true, "messageClass": "messageCenter", - "template": 1100 + "templateID": 1100 }, "https://ns.adobe.com/experience/campaign/link": { "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 3a20d4047..f4bf5f624 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json @@ -34,7 +34,7 @@ "controlGroupMember": false, "testMember": true, "size": 421, - "ip": "10.20.30.40", + "outboundIP": "10.20.30.40", "offerProposed": [ { "id": 1234, @@ -60,7 +60,7 @@ "from": "no-reply@adobe.com", "testEnabled": true, "messageClass": "continuous", - "template": 1000 + "templateID": 1000 }, "https://ns.adobe.com/experience/campaign/id": 100, "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", diff --git a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json index 23cd1ff5a..18163c4d9 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json @@ -46,33 +46,14 @@ "quarantine": false, "proofMember": false, "controlGroupMember": false, - "testMember": true, - "ip": "10.20.30.40", - "offerProposed": [ - { - "id": 1234, - "name": "50-percent-off", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 2, - "placementName": "top" - }, - { - "id": 1235, - "name": "bogo", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 3, - "placementName": "sidebar" - } - ] + "testMember": false }, "https://ns.adobe.com/experience/campaign/delivery": { "id": 1001, "channel": "https://ns.adobe.com/xdm/channels/apns", "testEnabled": false, "messageClass": "messageCenter", - "template": 1100 + "templateID": 1100 }, "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", "businessContext": "store-entry-beacon-triggered" diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index e5fc2e7e8..0d029ae09 100644 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -77,7 +77,7 @@ }, "https://ns.adobe.com/experience/campaign/message/reason": { "title": "Reason", - "type": "integer", + "type": "string", "meta:enum": { "Undefined": "Not defined", "UnknownUser": "User unknown", @@ -114,8 +114,9 @@ "description": "Reason of message delivery failure when the status is `bounce` or `nonDeliverable`." }, - "https://ns.adobe.com/experience/campaign/message/ip": { + "https://ns.adobe.com/experience/campaign/message/outboundIP": { "title": "IP Address", + "type": "string", "oneOf": [ { "format": "ipv4" @@ -169,7 +170,7 @@ }, "https://ns.adobe.com/experience/campaign/delivery/messagesClass": { "title": "Message Class", - "type": "integer", + "type": "string", "meta:enum": { "oneTime": "Marketing (One Time)", "continuous": "Recurring", @@ -179,11 +180,11 @@ "Marketing classification of the messages sent through that delivery.\n", "default": 0 }, - "https://ns.adobe.com/experience/campaign/delivery/template": { + "https://ns.adobe.com/experience/campaign/delivery/templateID": { "title": "Template", "type": "integer", "description": - "The delivery template used to initialize this delivery.\n\nThe type the template used in Adobe Campaign can be identified using the `messageClass`.\n\n* `messageClass` = `oneTime`: the template is standard delivery template.\n* `messageClass` = `continuous`: the template is a recurring delivery.\n* `messageClass` = `transactional`: the template is a transactionnal message template.\n" + "The delivery template's ID used to initialize this delivery.\n\nThe type the template used in Adobe Campaign can be identified using the `messageClass`.\n\n* `messageClass` = `oneTime`: the template is standard delivery template.\n* `messageClass` = `continuous`: the template is a recurring delivery.\n* `messageClass` = `transactional`: the template is a transactionnal message template.\n" }, "https://ns.adobe.com/experience/campaign/link/id": { "title": "Tracking URL ID", @@ -239,13 +240,13 @@ "title": "External ID", "type": "string", "description": - "An ID generated by Voyager for a message to check later if the incoming experienceEvent was generated from this ID." + "An ID generated by the parent activity invoking service to check later if the incoming experienceEvent was generated using this ID." }, "https://ns.adobe.com/experience/campaign/businessContext": { "title": "Business Context", "type": "string", "description": - "Internal field for identifying the various actions/intents from Voyager." + "Internal field for identifying the various actions/intents." } } } diff --git a/extensions/adobe/experience/campaign/offer.schema.json b/extensions/adobe/experience/campaign/offer.schema.json index 1a153ec0b..a312d2262 100644 --- a/extensions/adobe/experience/campaign/offer.schema.json +++ b/extensions/adobe/experience/campaign/offer.schema.json @@ -7,17 +7,17 @@ ], "$id": "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/offer", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Offer Placement", + "title": "Offer", "type": "object", "description": - "The Offer Placement represents the instance of an offer displayed in a message.", + "This represents the instance of an offer displayed in a message.", "definitions": { "offer": { "properties": { "https://ns.adobe.com/experience/campaign/offer/id": { "title": "Offer ID", "type": "integer", - "description": "Unique identifier of the offer.", + "description": "Identifier of the offer.", "minimum": 0, "maximum": 2147483647 }, @@ -30,7 +30,7 @@ "title": "Activity ID", "type": "integer", "description": - "Unique identifier of the offer activity in the Offer Service.", + "Identifier of the offer activity in the Offer Service.", "minimum": 0, "maximum": 2147483647 }, @@ -42,7 +42,7 @@ "https://ns.adobe.com/experience/campaign/offer/placementId": { "title": "Placement ID", "type": "integer", - "description": "Unique identifier of the placement of the offer.", + "description": "Identifier of the placement of the offer.", "minimum": 0, "maximum": 2147483647 }, From b779b65fd4fdb8485d499c74b7a27bc614fa6359 Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Thu, 5 Apr 2018 18:22:24 +0530 Subject: [PATCH 03/83] @trivial fixes suggested in review. Iteration #2. --- .../experienceevent.example.click.json | 2 +- .../experienceevent.example.email-send.json | 2 +- .../experienceevent.example.open-push.json | 2 +- .../experienceevent.example.sms-bounce.json | 4 +- .../campaign/experienceevent.schema.json | 105 +++++++++--------- .../experience/campaign/offer.schema.json | 10 +- schemas/data/metrics.schema.json | 9 -- 7 files changed, 62 insertions(+), 72 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json index ea6ecf32a..bf4abb1c7 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.click.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -1,5 +1,5 @@ { - "xdm:timestamp": 1522321544448, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", "xdm:metrics": { "https://ns.adobe.com/xdm/data/metrics/web/link-clicks": { "xdm:value": 1 diff --git a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json index f4bf5f624..600e53cee 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json @@ -1,5 +1,5 @@ { - "xdm:timestamp": 1522321544448, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", "xdm:metrics": { "https://ns.adobe.com/xdm/data/metrics/direct-marketing/sends": { "xdm:value": 1 diff --git a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json index 18163c4d9..2b4c6a1b1 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json @@ -1,5 +1,5 @@ { - "xdm:timestamp": 1522321544448, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", "xdm:metrics": { "https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens": { "xdm:value": 1 diff --git a/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json b/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json index 5160d4f93..2a1c14262 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json @@ -1,5 +1,5 @@ { - "xdm:timestamp": 1522321544448, + "xdm:timestamp": "2017-09-26T15:52:25+00:00", "xdm:metrics": { "https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables": { "xdm:value": 1 @@ -33,7 +33,7 @@ "controlGroupMember": false, "testMember": false, "size": 2, - "reason": "UnknownUser", + "reason": "unknown_user", "reasonMessage": "554: Unknown Recipient." }, "https://ns.adobe.com/experience/campaign/delivery": { diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index 0d029ae09..a024cf4ae 100644 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -18,13 +18,13 @@ "https://ns.adobe.com/experience/campaign/message/id": { "title": "Message Identifier", "type": "number", - "description": "Adobe Campaign message's broadlog ID." + "description": "Identifier of the message." }, "https://ns.adobe.com/experience/campaign/message/profile": { "title": "Profile", "$ref": "https://ns.adobe.com/xdm/context/profile", "description": - "The recipient of the message. This property is primarily used to link the message to a Profile using the EndCustomerId but it can also be used to freeze some properties of the profile at the time the message was sent." + "The recipient of the message. This property is primarily used to link the message to a Profile using the `EndCustomerID` but it can also be used to freeze some properties of the profile at the time the message was sent." }, "https://ns.adobe.com/experience/campaign/message/variant": { "title": "Content Variant", @@ -37,7 +37,7 @@ "type": "boolean", "default": false, "description": - "The recipient of this message is a member of a seed list for this campaign activity." + "The recipient of this message is a member of a seed list for this campaign activity. Seed addresses are used to target recipients who do not match the defined target criteria. Seed members could be your marketing team or other stakeholders who are interested in tracking/measuring the quality of the campaign." }, "https://ns.adobe.com/experience/campaign/message/quarantine": { "title": "Quarantine", @@ -50,28 +50,28 @@ "title": "Proof Member", "type": "boolean", "description": - "The recipient of this message is a member of the proof group for this campaign activity.", + "The recipient of this message is a member of the proof group for this campaign activity. The proof is a special message that lets you test a delivery before sending to the main target. Proof recipients are responsible for approving both the form and content of the message.", "default": false }, "https://ns.adobe.com/experience/campaign/message/controlGroupMember": { "title": "Control Group Member", "type": "boolean", "description": - "The recipient of this message is a member of a control group for this campaign activity. Messages to control group members are not delivered.", + "The recipient of this message is a member of a control group for this campaign activity. A control group is a population which will not receive the delivery; it is used to track post-delivery behavior and campaign impact by making a comparison with the behavior of target population, which has received the delivery.", "default": false }, "https://ns.adobe.com/experience/campaign/message/testMember": { "title": "A/B Test Member", "type": "boolean", "description": - "The recipient of this message is a member of a test group for this campaign activity.", + "The recipient of this message is a member of a test group for this campaign activity. This is primarily used for identifying the initial population of an A/B Test.", "default": false }, "https://ns.adobe.com/experience/campaign/message/size": { "title": "Size (Bytes)", "type": "integer", "description": - "Size in bytes of the message.\n* For email, the `size` reflects the all MIME envelop of the message, including the encoded attachments if any.\n* For SMS, the `size` reflects the number of bytes necessary to deliver the message.\nIf that number is over 160 the message will be delivered over more than one SMS.", + "Size in bytes of the message.\n* For email, the `size` reflects the all MIME envelope of the message, including the encoded attachments if any.\n* For SMS, the `size` reflects the number of bytes necessary to deliver the message.\nIf that number is over 160 the message will be delivered over more than one SMS.", "minimum": 0, "maximum": 2147483647 }, @@ -79,30 +79,45 @@ "title": "Reason", "type": "string", "meta:enum": { - "Undefined": "Not defined", - "UnknownUser": "User unknown", - "InvalidDomain": "Invalid domain", - "Unreachable": "Unreachable", - "Disabled": "Account disabled", - "MailboxFull": "Mailbox full", - "NotConnected": "Not connected", - "Refused": "Refused", - "ErrorIgnored": "Error ignored", - "AddressUndefined": "Address not specified", - "Blacklisted": "Blacklisted address", - "Quarantine": "Quarantined address", - "Duplicate": "Duplicate", - "TypologyRule": "Excluded by a SQL rule", - "BusinessRanking": "Excluded after arbitration", - "Cancelled": "Delivery canceled", - "Quality": "Bad-quality address", - "Unchecked": "Unqualified address", - "OfferMissing": "Not eligible for the offers", - "OverDeliveryLimit": "Target limited in size", - "Expired": "Expired", - "TooLong": "Text too long", - "Untranslatable": "Character not supported by encoding", - "ControlGroup": "Control address" + "undefined": "Not defined", + "unknown_user": + "The address does not exist. There is no use sending deliveries to this address.", + "invalid_domain": + "The domain of the email address is incorrect or no longer exists.", + "unreachable": + "An error has occurred in the message delivery chain.These addresses can be removed from the quarantine list to make another attempt.", + "disabled": + "The user uses a messaging service which is accessible from the web. When the Internet Access Provider (IAP) detects a lengthy period of inactivity, it can close the user's account. Deliveries to the user's address will then be impossible.", + "mailbox_full": + "The recipient's mailbox contains too many messages. This address can be removed from the quarantine list to make another attempt.", + "not_connected": + "The recipient's mobile phone is switched off or not connected to the network when the message is sent.", + "refused": + "The address was rejected following the application of a security rule (e.g. by an anti-spam program)", + "error_ignored": + "The address is whitelisted and the message ignored.", + "address_undefined": "No address is given for the recipient.", + "blacklisted": + "The address was blacklisted at the time of sending.", + "quarantine": + "The address was in quarantine at the time of sending.", + "duplicate": + "The address of the recipient was already in this campaign activity.", + "typology_rule": + "The recipient was excluded by a 'SQL' type campaign typology rule.", + "business_ranking": + "The recipient was excluded by an 'arbitration' type campaign typology rule", + "cancelled": "Delivery cancelled", + "quality": "The quality rating for this address is too low", + "unchecked": "Unqualified address", + "offer_missing": "Not eligible for the offers", + "over_delivery_limit": + "The campaign activity had more than allowed number of target profiles.", + "expired": + "The campaign activity exceeded the time duration to complete.", + "too_long": "Text too long", + "untranslatable": "Character not supported by encoding", + "control_group": "Control address" }, "description": "The reason why the message could/would not be delivered.", @@ -132,28 +147,11 @@ "type": "integer", "description": "The campaign activity originating this message." }, - "https://ns.adobe.com/experience/campaign/delivery/channel": { - "title": "Communication Channel", - "type": "string", - "meta:enum": { - "https://ns.adobe.com/xdm/channels/email": "Email", - "https://ns.adobe.com/xdm/channels/sms": "Mobile (SMS)", - "https://ns.adobe.com/xdm/channels/phone": "Phone", - "https://ns.adobe.com/xdm/channels/direct-mail": "Direct Mail", - "https://ns.adobe.com/xdm/channels/fax": "Fax", - "https://ns.adobe.com/xdm/channels/apns": - "Apple Push Notification Service", - "https://ns.adobe.com/xdm/channels/gcm": "Google Cloud Messaging", - "agency": "Agency", - "other": "Other" - }, - "description": "The marketing channel used to execute this activity." - }, "https://ns.adobe.com/experience/campaign/campaign/id": { "title": "CampaignID", "type": "integer", "description": - "The marketing campaign to which activity originating this message belongs to.." + "The marketing campaign to which activity originating this message belongs to." }, "https://ns.adobe.com/experience/campaign/delivery/from": { "title": "From", @@ -172,16 +170,15 @@ "title": "Message Class", "type": "string", "meta:enum": { - "oneTime": "Marketing (One Time)", + "one_time": "Marketing (One Time)", "continuous": "Recurring", - "messageCenter": "Transactional (Event-based)" + "event_based": "Transactional (Event-based)" }, - "description": - "Marketing classification of the messages sent through that delivery.\n", + "description": "Mode of delivery for the messages sent.\n", "default": 0 }, "https://ns.adobe.com/experience/campaign/delivery/templateID": { - "title": "Template", + "title": "Identifier of the Template", "type": "integer", "description": "The delivery template's ID used to initialize this delivery.\n\nThe type the template used in Adobe Campaign can be identified using the `messageClass`.\n\n* `messageClass` = `oneTime`: the template is standard delivery template.\n* `messageClass` = `continuous`: the template is a recurring delivery.\n* `messageClass` = `transactional`: the template is a transactionnal message template.\n" diff --git a/extensions/adobe/experience/campaign/offer.schema.json b/extensions/adobe/experience/campaign/offer.schema.json index a312d2262..86d0f4b14 100644 --- a/extensions/adobe/experience/campaign/offer.schema.json +++ b/extensions/adobe/experience/campaign/offer.schema.json @@ -7,7 +7,8 @@ ], "$id": "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/offer", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Offer", + "title": + "An offer that is shown as part of a Marketing Campaign. This could be personalized as per the user profile or a generalized offer.", "type": "object", "description": "This represents the instance of an offer displayed in a message.", @@ -30,7 +31,7 @@ "title": "Activity ID", "type": "integer", "description": - "Identifier of the offer activity in the Offer Service.", + "Identifier of the offer activity in the Offer Service. Offer Activity is a container which may have multiple offers and a subset of them will be shown to the user based on their profile attributes or rules set by the Marketeer. ", "minimum": 0, "maximum": 2147483647 }, @@ -42,7 +43,8 @@ "https://ns.adobe.com/experience/campaign/offer/placementId": { "title": "Placement ID", "type": "integer", - "description": "Identifier of the placement of the offer.", + "description": + "Identifier of the placement of the offer. The Offer Placement usually defines the sections of the marketing experience where the Offer will be shown.", "minimum": 0, "maximum": 2147483647 }, @@ -56,7 +58,7 @@ }, "allOf": [ { - "$ref": "#/definitions/offerplacement" + "$ref": "#/definitions/offer" } ] } diff --git a/schemas/data/metrics.schema.json b/schemas/data/metrics.schema.json index 194bcb010..9967aeb23 100644 --- a/schemas/data/metrics.schema.json +++ b/schemas/data/metrics.schema.json @@ -75,15 +75,6 @@ }, "https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints": { "$ref": "https://ns.adobe.com/xdm/data/measure" - }, - "https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens": { - "$ref": "https://ns.adobe.com/xdm/data/measure" - }, - "https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions": { - "$ref": "https://ns.adobe.com/xdm/data/measure" - }, - "https://ns.adobe.com/xdm/data/metrics/direct-marketing/not-sent": { - "$ref": "https://ns.adobe.com/xdm/data/measure" } }, "additionalProperties": false From 8c8d6d2aa5e0e3e77db66d4f315f5e589ec91342 Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Tue, 10 Apr 2018 15:32:21 +0530 Subject: [PATCH 04/83] @trivial fixes suggested in review. Iteration #3. --- .../campaign/experienceevent.schema.json | 17 ++++++++--------- .../adobe/experience/campaign/offer.schema.json | 8 ++++---- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index a024cf4ae..2504e6ab4 100644 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -30,27 +30,27 @@ "title": "Content Variant", "type": "string", "description": - "A campaign activity can have multiple variants (Multilingual or A/B testing) but a message delivered to a recipient always contains one of them.\n> IMPORTANT: In case of multilingual, the mirror page, the recipient can switch from one variant to another (ex: switch of the language)." + "A campaign activity can have multiple variants e.g. Multilingual (translated variants for the same content) or A/B testing (different content to test what works better) but a message delivered to a recipient always contains one of them.\n> IMPORTANT: In case of multilingual, the mirror page, the recipient can switch from one variant to another (ex: switch of the language)." }, "https://ns.adobe.com/experience/campaign/message/seedMember": { "title": "Seed Member", "type": "boolean", "default": false, "description": - "The recipient of this message is a member of a seed list for this campaign activity. Seed addresses are used to target recipients who do not match the defined target criteria. Seed members could be your marketing team or other stakeholders who are interested in tracking/measuring the quality of the campaign." + "The recipient of this message is a member of a seed list for this campaign activity. Seed addresses are used to include recipients who do not match the defined target criteria. Seed members could be your marketing team or other stakeholders who are interested in tracking/measuring the quality of the campaign. SeedMembers get the actual message, at the same time with regular recipients, even when the seedMember does not qualify to be a regular recipient." }, "https://ns.adobe.com/experience/campaign/message/quarantine": { "title": "Quarantine", "type": "boolean", "default": false, "description": - "Address moved to quarantine. The quarantine is set to true when the message failed to deliver in a way that indicates that no future messages will be deliverable either to this address." + "Address moved to quarantine. The quarantine is set to `true` when the message failed to deliver in a way that indicates that no future messages will be deliverable either to this address." }, "https://ns.adobe.com/experience/campaign/message/proofMember": { "title": "Proof Member", "type": "boolean", "description": - "The recipient of this message is a member of the proof group for this campaign activity. The proof is a special message that lets you test a delivery before sending to the main target. Proof recipients are responsible for approving both the form and content of the message.", + "The recipient of this message is a member of the proof group for this campaign activity. The proof is a special message that lets you test a delivery before sending to the main target. Proof recipients are responsible for approving both the form and content of the message. It is a pre-delivery target.", "default": false }, "https://ns.adobe.com/experience/campaign/message/controlGroupMember": { @@ -64,7 +64,7 @@ "title": "A/B Test Member", "type": "boolean", "description": - "The recipient of this message is a member of a test group for this campaign activity. This is primarily used for identifying the initial population of an A/B Test.", + "The recipient of this message is a member of a test group for this campaign activity. This is primarily used for identifying the initial population of an A/B Test. After sending different variants to the testMembers, the winner Variant is decided to be sent to the remaining population based on behavioural changes in testMembers.", "default": false }, "https://ns.adobe.com/experience/campaign/message/size": { @@ -126,8 +126,7 @@ "https://ns.adobe.com/experience/campaign/message/reasonMessage": { "title": "Reason Message", "type": "string", - "description": - "Reason of message delivery failure when the status is `bounce` or `nonDeliverable`." + "description": "Reason of message delivery failure." }, "https://ns.adobe.com/experience/campaign/message/outboundIP": { "title": "IP Address", @@ -166,7 +165,7 @@ "Specify whether campaign activity is of type A/B testing.", "default": false }, - "https://ns.adobe.com/experience/campaign/delivery/messagesClass": { + "https://ns.adobe.com/experience/campaign/delivery/messageClass": { "title": "Message Class", "type": "string", "meta:enum": { @@ -233,7 +232,7 @@ "description": "The offer and its location in the message for a click event related to an offer." }, - "https://ns.adobe.com/experience/campaign/message/externalId": { + "https://ns.adobe.com/experience/campaign/message/external/id": { "title": "External ID", "type": "string", "description": diff --git a/extensions/adobe/experience/campaign/offer.schema.json b/extensions/adobe/experience/campaign/offer.schema.json index 86d0f4b14..5f4a4543b 100644 --- a/extensions/adobe/experience/campaign/offer.schema.json +++ b/extensions/adobe/experience/campaign/offer.schema.json @@ -27,7 +27,7 @@ "type": "string", "description": "Name of the offer." }, - "https://ns.adobe.com/experience/campaign/offer/activityId": { + "https://ns.adobe.com/experience/campaign/offer/activity/id": { "title": "Activity ID", "type": "integer", "description": @@ -35,12 +35,12 @@ "minimum": 0, "maximum": 2147483647 }, - "https://ns.adobe.com/experience/campaign/offer/activityName": { + "https://ns.adobe.com/experience/campaign/offer/activity/name": { "title": "Activity Name", "type": "string", "description": "Name of the offer activity in the Offer Service." }, - "https://ns.adobe.com/experience/campaign/offer/placementId": { + "https://ns.adobe.com/experience/campaign/offer/placement/id": { "title": "Placement ID", "type": "integer", "description": @@ -48,7 +48,7 @@ "minimum": 0, "maximum": 2147483647 }, - "https://ns.adobe.com/experience/campaign/offer/placementName": { + "https://ns.adobe.com/experience/campaign/offer/placement/name": { "title": "Placement Name", "type": "string", "description": "Name of the placement of the offer." From c4bc631785a8711c306f905b67d81b1b9ef25cb6 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Tue, 10 Apr 2018 14:58:13 +0200 Subject: [PATCH 05/83] [trivial] clarify control group as holdout group --- .../adobe/experience/campaign/experienceevent.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index 2504e6ab4..917365d4e 100644 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -57,7 +57,7 @@ "title": "Control Group Member", "type": "boolean", "description": - "The recipient of this message is a member of a control group for this campaign activity. A control group is a population which will not receive the delivery; it is used to track post-delivery behavior and campaign impact by making a comparison with the behavior of target population, which has received the delivery.", + "The recipient of this message is a member of a control group for this campaign activity. A control group is a population which will not receive the delivery; it is used to track post-delivery behavior and campaign impact by making a comparison between the control group (or hold out group) with the behavior of target population, which has received the delivery.", "default": false }, "https://ns.adobe.com/experience/campaign/message/testMember": { From a7400fd6a8732da1b275718f0acfa930e1e27342 Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Tue, 10 Apr 2018 19:06:41 +0530 Subject: [PATCH 06/83] [trivial] fixes suggested in review. Iteration #4. --- .../experience/campaign/experienceevent.example.click.json | 2 +- .../experience/campaign/experienceevent.example.open-push.json | 2 +- schemas/context/device.schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json index bf4abb1c7..18ef457a3 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.click.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -14,7 +14,7 @@ }, "xdm:device": { "xdm:typeID": "IMac", - "xdm:typeIDService": "https://ns.adobe.com/xdm/external/proprietary" + "xdm:typeIDService": "https://ns.adobe.com/xdm/external/adobecampaign" }, "https://ns.adobe.com/experience/campaign/message": { "id": 10000, diff --git a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json index 2b4c6a1b1..cb3a77bec 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json @@ -17,7 +17,7 @@ }, "xdm:device": { "xdm:typeID": "IPad", - "xdm:typeIDService": "https://ns.adobe.com/xdm/external/proprietary" + "xdm:typeIDService": "https://ns.adobe.com/xdm/external/adobecampaign" }, "https://ns.adobe.com/experience/campaign/message": { "id": 10000, diff --git a/schemas/context/device.schema.json b/schemas/context/device.schema.json index 74d95b66f..e392ef305 100644 --- a/schemas/context/device.schema.json +++ b/schemas/context/device.schema.json @@ -28,7 +28,7 @@ "The namespace of the service that is used to identify the device type.", "meta:enum": { "https://ns.adobe.com/xdm/external/deviceatlas": "Device Atlas", - "https://ns.adobe.com/xdm/external/proprietary": "Proprietary" + "https://ns.adobe.com/xdm/external/adobecampaign": "Adobe Campaign" } }, "xdm:type": { From a425c3f37938aa3a7927a7de58d9445c911312ec Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Thu, 12 Apr 2018 10:38:26 +0530 Subject: [PATCH 07/83] Change 'Business Reason" field to explain its use for campaign orchestration. Remove offer schema and decouple this PR to omit offer related fields until PR# 245 is merged. Opened Issue #248 to track this. --- .../campaign/experienceevent.schema.json | 22 +------ .../experience/campaign/offer.schema.json | 64 ------------------- 2 files changed, 3 insertions(+), 83 deletions(-) delete mode 100644 extensions/adobe/experience/campaign/offer.schema.json diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index 917365d4e..a73eae390 100644 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -216,33 +216,17 @@ "type": "string" } }, - "https://ns.adobe.com/experience/campaign/message/offerProposed": { - "title": "Offers", - "type": "array", - "description": "Offers displayed in the message.", - "items": { - "$ref": - "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/offer" - } - }, - "https://ns.adobe.com/experience/campaign/message/offerClicked": { - "title": "Offer Clicked", - "$ref": - "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/offer", - "description": - "The offer and its location in the message for a click event related to an offer." - }, "https://ns.adobe.com/experience/campaign/message/external/id": { "title": "External ID", "type": "string", "description": "An ID generated by the parent activity invoking service to check later if the incoming experienceEvent was generated using this ID." }, - "https://ns.adobe.com/experience/campaign/businessContext": { - "title": "Business Context", + "https://ns.adobe.com/experience/campaign/orchestration/businessReason": { + "title": "Business Reason", "type": "string", "description": - "Internal field for identifying the various actions/intents." + "Business qualifier that identifies the event sent by the data source. It informs on the business reason for sending the event. It is unique per organization. This is used by Campaign orchestration to identify the event without inspecting its payload to determine which action should be triggered when the event is received. The value of this field is a contract between Campaign orchestration and the data source." } } } diff --git a/extensions/adobe/experience/campaign/offer.schema.json b/extensions/adobe/experience/campaign/offer.schema.json deleted file mode 100644 index 5f4a4543b..000000000 --- a/extensions/adobe/experience/campaign/offer.schema.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta:license": [ - "Copyright 2018 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-extensions/adobe/experience/campaign/offer", - "$schema": "http://json-schema.org/draft-06/schema#", - "title": - "An offer that is shown as part of a Marketing Campaign. This could be personalized as per the user profile or a generalized offer.", - "type": "object", - "description": - "This represents the instance of an offer displayed in a message.", - "definitions": { - "offer": { - "properties": { - "https://ns.adobe.com/experience/campaign/offer/id": { - "title": "Offer ID", - "type": "integer", - "description": "Identifier of the offer.", - "minimum": 0, - "maximum": 2147483647 - }, - "https://ns.adobe.com/experience/campaign/offer/name": { - "title": "Offer Name", - "type": "string", - "description": "Name of the offer." - }, - "https://ns.adobe.com/experience/campaign/offer/activity/id": { - "title": "Activity ID", - "type": "integer", - "description": - "Identifier of the offer activity in the Offer Service. Offer Activity is a container which may have multiple offers and a subset of them will be shown to the user based on their profile attributes or rules set by the Marketeer. ", - "minimum": 0, - "maximum": 2147483647 - }, - "https://ns.adobe.com/experience/campaign/offer/activity/name": { - "title": "Activity Name", - "type": "string", - "description": "Name of the offer activity in the Offer Service." - }, - "https://ns.adobe.com/experience/campaign/offer/placement/id": { - "title": "Placement ID", - "type": "integer", - "description": - "Identifier of the placement of the offer. The Offer Placement usually defines the sections of the marketing experience where the Offer will be shown.", - "minimum": 0, - "maximum": 2147483647 - }, - "https://ns.adobe.com/experience/campaign/offer/placement/name": { - "title": "Placement Name", - "type": "string", - "description": "Name of the placement of the offer." - } - } - } - }, - "allOf": [ - { - "$ref": "#/definitions/offer" - } - ] -} From 163bf540ffcc04f4e05854ec03fa18abf1720721 Mon Sep 17 00:00:00 2001 From: cdegroot Date: Thu, 12 Apr 2018 15:26:24 -0400 Subject: [PATCH 08/83] Renamed metric->metricdefinition --- schemas/data/abandons.schema.json | 6 +++--- schemas/data/bounces.schema.json | 6 +++--- schemas/data/checkouts.schema.json | 6 +++--- schemas/data/clicks.schema.json | 6 +++--- schemas/data/impressions.schema.json | 6 +++--- schemas/data/link-clicks.schema.json | 6 +++--- .../{metric.schema.json => metricdefinition.schema.json} | 8 ++++---- schemas/data/metrics.schema.json | 2 +- schemas/data/mirror-pages.schema.json | 6 +++--- schemas/data/non-deliverables.schema.json | 6 +++--- schemas/data/not-sent.schema.json | 6 +++--- schemas/data/opens.schema.json | 6 +++--- schemas/data/page-views.schema.json | 6 +++--- schemas/data/product-list-adds.schema.json | 6 +++--- schemas/data/product-list-opens.schema.json | 6 +++--- schemas/data/product-list-removals.schema.json | 6 +++--- schemas/data/product-list-reopens.schema.json | 6 +++--- schemas/data/product-list-views.schema.json | 6 +++--- schemas/data/product-views.schema.json | 6 +++--- schemas/data/purchases.schema.json | 6 +++--- schemas/data/save-for-laters.schema.json | 6 +++--- schemas/data/sends.schema.json | 6 +++--- schemas/data/unsubscriptions.schema.json | 6 +++--- schemas/data/user-complaints.schema.json | 6 +++--- 24 files changed, 71 insertions(+), 71 deletions(-) rename schemas/data/{metric.schema.json => metricdefinition.schema.json} (91%) diff --git a/schemas/data/abandons.schema.json b/schemas/data/abandons.schema.json index 29ceef286..f52ca9e7c 100644 --- a/schemas/data/abandons.schema.json +++ b/schemas/data/abandons.schema.json @@ -10,11 +10,11 @@ "title": "abandons", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "Number of abandons for which a product list has been identified as no longer purchasable or accessible by the user without the user re-creating the product list from scratch.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/bounces.schema.json b/schemas/data/bounces.schema.json index 5924c3cdc..efb38fe21 100644 --- a/schemas/data/bounces.schema.json +++ b/schemas/data/bounces.schema.json @@ -10,11 +10,11 @@ "title": "bounces", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric bounces describes the number of asynchronous messages that have been rejected by the receiving system.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/checkouts.schema.json b/schemas/data/checkouts.schema.json index f50dec488..52d89372f 100644 --- a/schemas/data/checkouts.schema.json +++ b/schemas/data/checkouts.schema.json @@ -10,11 +10,11 @@ "title": "checkouts", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "Number of actions during a checkout process of a product list, there can be more than one checkout event if there are multiple steps in a checkout process. If there are multiple steps the event time information and referenced page or experience is used to identify the step individual events represent in order.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/clicks.schema.json b/schemas/data/clicks.schema.json index 6fe70878a..d0ebecbfd 100644 --- a/schemas/data/clicks.schema.json +++ b/schemas/data/clicks.schema.json @@ -10,10 +10,10 @@ "title": "clicks", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The advertising metric clicks describes…", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -40,7 +40,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/impressions.schema.json b/schemas/data/impressions.schema.json index 73f8ae70d..bfd342cc9 100644 --- a/schemas/data/impressions.schema.json +++ b/schemas/data/impressions.schema.json @@ -10,10 +10,10 @@ "title": "impressions", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The advertising metric impressions describes…", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/link-clicks.schema.json b/schemas/data/link-clicks.schema.json index c2352d808..2943c9efd 100644 --- a/schemas/data/link-clicks.schema.json +++ b/schemas/data/link-clicks.schema.json @@ -10,11 +10,11 @@ "title": "link-clicks", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The web metric link-clicks describes the number of clicks on a link on a web page.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/metric.schema.json b/schemas/data/metricdefinition.schema.json similarity index 91% rename from schemas/data/metric.schema.json rename to schemas/data/metricdefinition.schema.json index 4c967ab75..850db6811 100644 --- a/schemas/data/metric.schema.json +++ b/schemas/data/metricdefinition.schema.json @@ -5,14 +5,14 @@ "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/data/metric", + "$id": "https://ns.adobe.com/xdm/data/metricdefinition", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Metric", + "title": "Metric Definition", "type": "object", "meta:extensible": true, "description": "", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -40,7 +40,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/metrics.schema.json b/schemas/data/metrics.schema.json index 44a71e030..07995251f 100644 --- a/schemas/data/metrics.schema.json +++ b/schemas/data/metrics.schema.json @@ -5,7 +5,7 @@ "you may not use this file except in compliance with the License. You may obtain a copy", "of the License at https://creativecommons.org/licenses/by/4.0/" ], - "$id": "https://ns.adobe.com/xdm/data/metrics", + "$id": "https://ns.adobe.com/xdm/data/metricdefinition", "$schema": "http://json-schema.org/draft-06/schema#", "title": "Metrics", "type": "object", diff --git a/schemas/data/mirror-pages.schema.json b/schemas/data/mirror-pages.schema.json index 4a78fc4ea..333c3fd71 100644 --- a/schemas/data/mirror-pages.schema.json +++ b/schemas/data/mirror-pages.schema.json @@ -10,11 +10,11 @@ "title": "mirror-pages", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric mirror-pages describes the number of mirror pages for which a link to the online mirror page of a message has been clicked.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/non-deliverables.schema.json b/schemas/data/non-deliverables.schema.json index de45337a5..9b6ee5181 100644 --- a/schemas/data/non-deliverables.schema.json +++ b/schemas/data/non-deliverables.schema.json @@ -11,11 +11,11 @@ "title": "non-deliverables", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric non-deliverables describes the umber of asynchronous messages that failed to deliver in a way that indicates that no future messages will be deliverable either to this address.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -43,7 +43,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/not-sent.schema.json b/schemas/data/not-sent.schema.json index 79374e3d8..754f4fcfc 100644 --- a/schemas/data/not-sent.schema.json +++ b/schemas/data/not-sent.schema.json @@ -10,11 +10,11 @@ "title": "not-sent", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric `not-sent` describes the number of asynchronous messages (email, SMS, MMS etc) that have not been dispatched to an recipient's account/address/device due to cancellation or expiration of the marketing activity.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/opens.schema.json b/schemas/data/opens.schema.json index 2b5a0f12f..f0bd5c529 100644 --- a/schemas/data/opens.schema.json +++ b/schemas/data/opens.schema.json @@ -10,11 +10,11 @@ "title": "opens", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric `opens` describes the number of times the direct marketing messages (email, SMS, Push Notifications etc) have been opened/swyped/touched by the recipients.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/page-views.schema.json b/schemas/data/page-views.schema.json index 9fa27fe1f..bb1669efe 100644 --- a/schemas/data/page-views.schema.json +++ b/schemas/data/page-views.schema.json @@ -10,11 +10,11 @@ "title": "page-views", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The web metric page-views describes the number of impressions of a web page.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/product-list-adds.schema.json b/schemas/data/product-list-adds.schema.json index 5c69ee107..c7add78b0 100644 --- a/schemas/data/product-list-adds.schema.json +++ b/schemas/data/product-list-adds.schema.json @@ -10,11 +10,11 @@ "title": "product-list-adds", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The commerce metric product-list-adds describes the number of times a product has been added to a product list. The most common case is adding an item to the shopping cart.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/product-list-opens.schema.json b/schemas/data/product-list-opens.schema.json index 1d3e29be8..588daeccc 100644 --- a/schemas/data/product-list-opens.schema.json +++ b/schemas/data/product-list-opens.schema.json @@ -10,11 +10,11 @@ "title": "product-list-opens", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The commerce metric product-list-opens describes how many new product lists have been created. The most common case is the creation of a new shopping cart by putting the first item into the shopping cart.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/product-list-removals.schema.json b/schemas/data/product-list-removals.schema.json index eb88ee0ba..1521c54bf 100644 --- a/schemas/data/product-list-removals.schema.json +++ b/schemas/data/product-list-removals.schema.json @@ -10,11 +10,11 @@ "title": "product-list-removals", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The commerce metric product-list-removals describes the number of times a product has been removed from a product list. The most common use case is the removal of a product from the shopping cart.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/product-list-reopens.schema.json b/schemas/data/product-list-reopens.schema.json index c6b4a3773..a1b22e8da 100644 --- a/schemas/data/product-list-reopens.schema.json +++ b/schemas/data/product-list-reopens.schema.json @@ -10,11 +10,11 @@ "title": "product-list-reopens", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "Number of reopens for which a product list that was no longer accessible has been re-activated by the user, for example via a re-marketing activity.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/product-list-views.schema.json b/schemas/data/product-list-views.schema.json index 1118c2b21..53c6bf5a3 100644 --- a/schemas/data/product-list-views.schema.json +++ b/schemas/data/product-list-views.schema.json @@ -10,11 +10,11 @@ "title": "product-list-views", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The commerce metric product-list-views describes how often a product list has been seen by a shopper. The most common use case is to open the shopping cart to inspect its contents.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/product-views.schema.json b/schemas/data/product-views.schema.json index 236bfeba9..fec6d6f25 100644 --- a/schemas/data/product-views.schema.json +++ b/schemas/data/product-views.schema.json @@ -10,11 +10,11 @@ "title": "product-views", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The commerce metric product-views describes the number of product views that have occurred. Because the number of products on a page might be greater than one, this number may differ from the page view count of product pages.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/purchases.schema.json b/schemas/data/purchases.schema.json index 1ab548d01..303484c26 100644 --- a/schemas/data/purchases.schema.json +++ b/schemas/data/purchases.schema.json @@ -10,11 +10,11 @@ "title": "purchases", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "Number of orders has occurred. Purchase is the only required action in a commerce conversion. Purchase must have a product list referenced.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/save-for-laters.schema.json b/schemas/data/save-for-laters.schema.json index b31821f77..3ca46d794 100644 --- a/schemas/data/save-for-laters.schema.json +++ b/schemas/data/save-for-laters.schema.json @@ -10,11 +10,11 @@ "title": "save-for-laters", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The commerce metric save-for-laters describes how often a product has been saved for a later day purchase.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/sends.schema.json b/schemas/data/sends.schema.json index 58d8b54eb..6a2981615 100644 --- a/schemas/data/sends.schema.json +++ b/schemas/data/sends.schema.json @@ -10,11 +10,11 @@ "title": "sends", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric sends describes the number of asynchronous messages (email, SMS, MMS etc) that have been dispatched to an recipient's account/address/device", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -42,7 +42,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/unsubscriptions.schema.json b/schemas/data/unsubscriptions.schema.json index d49f82dc6..f4aefc56b 100644 --- a/schemas/data/unsubscriptions.schema.json +++ b/schemas/data/unsubscriptions.schema.json @@ -11,11 +11,11 @@ "title": "unsubscriptions", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric `unsubscriptions` describes the number of times the recipients of direct marketing messages (email, newsletters, etc) have opted out from receiving them.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -43,7 +43,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], diff --git a/schemas/data/user-complaints.schema.json b/schemas/data/user-complaints.schema.json index 10a42a29f..5ecdb8ce6 100644 --- a/schemas/data/user-complaints.schema.json +++ b/schemas/data/user-complaints.schema.json @@ -11,11 +11,11 @@ "title": "user-complaints", "type": "object", "meta:extensible": true, - "meta:extends": ["https://ns.adobe.com/xdm/data/metric"], + "meta:extends": ["https://ns.adobe.com/xdm/data/metricdefinition"], "description": "The direct-marketing metric user-complaints describes the number of user complaints that have been received. This generally occurs when a recipient of a message reported it as spam.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -43,7 +43,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], From 4a27b0e41a3cb8dcc94d6e2cffdca01a5b0492f5 Mon Sep 17 00:00:00 2001 From: cdegroot Date: Thu, 12 Apr 2018 15:30:08 -0400 Subject: [PATCH 09/83] renamed example --- .../{metric.example.1.json => metricdefinition.example.1.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename schemas/data/{metric.example.1.json => metricdefinition.example.1.json} (100%) diff --git a/schemas/data/metric.example.1.json b/schemas/data/metricdefinition.example.1.json similarity index 100% rename from schemas/data/metric.example.1.json rename to schemas/data/metricdefinition.example.1.json From 7b9cd6ef2831b67570284686ff7d8ead5d41c6aa Mon Sep 17 00:00:00 2001 From: cdegroot Date: Thu, 12 Apr 2018 15:31:31 -0400 Subject: [PATCH 10/83] renamed docs --- .../{metric.description.md => metricdefinition.description.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename schemas/data/{metric.description.md => metricdefinition.description.md} (100%) diff --git a/schemas/data/metric.description.md b/schemas/data/metricdefinition.description.md similarity index 100% rename from schemas/data/metric.description.md rename to schemas/data/metricdefinition.description.md From b5de3068052255e5a16abe589d03a411b5f9e0c8 Mon Sep 17 00:00:00 2001 From: cdegroot Date: Thu, 12 Apr 2018 15:33:07 -0400 Subject: [PATCH 11/83] corrected typo --- schemas/data/metrics.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data/metrics.schema.json b/schemas/data/metrics.schema.json index 07995251f..44a71e030 100644 --- a/schemas/data/metrics.schema.json +++ b/schemas/data/metrics.schema.json @@ -5,7 +5,7 @@ "you may not use this file except in compliance with the License. You may obtain a copy", "of the License at https://creativecommons.org/licenses/by/4.0/" ], - "$id": "https://ns.adobe.com/xdm/data/metricdefinition", + "$id": "https://ns.adobe.com/xdm/data/metrics", "$schema": "http://json-schema.org/draft-06/schema#", "title": "Metrics", "type": "object", From 613bf1f30016aaada01cb348d894a25d5375abc1 Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Fri, 13 Apr 2018 12:09:07 +0530 Subject: [PATCH 12/83] Fixing examples to reflect changes to experienceevents. --- .../experienceevent.example.click.json | 28 +------------------ .../experienceevent.example.email-send.json | 20 +------------ 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json index 18ef457a3..4079f531e 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.click.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -44,33 +44,7 @@ "proofMember": false, "controlGroupMember": false, "testMember": true, - "outboundIP": "10.20.30.40", - "offerProposed": [ - { - "id": 1234, - "name": "50-percent-off", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 2, - "placementName": "top" - }, - { - "id": 1235, - "name": "bogo", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 3, - "placementName": "sidebar" - } - ], - "offerClicked": { - "id": 1234, - "name": "50-percent-off", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 2, - "placementName": "top" - } + "outboundIP": "10.20.30.40" }, "https://ns.adobe.com/experience/campaign/delivery": { "id": 1001, diff --git a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json index 600e53cee..8865588b0 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json @@ -34,25 +34,7 @@ "controlGroupMember": false, "testMember": true, "size": 421, - "outboundIP": "10.20.30.40", - "offerProposed": [ - { - "id": 1234, - "name": "50-percent-off", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 2, - "placementName": "top" - }, - { - "id": 1235, - "name": "bogo", - "activityId": 1357, - "activityName": "major-banner", - "placementId": 3, - "placementName": "sidebar" - } - ] + "outboundIP": "10.20.30.40" }, "https://ns.adobe.com/experience/campaign/delivery": { "id": 1001, From 881390ced076694f0463a4840b29b45283b067bf Mon Sep 17 00:00:00 2001 From: jwen Date: Fri, 13 Apr 2018 11:37:54 -0700 Subject: [PATCH 13/83] Fix the $id format --- extensions/adobe/experience/implementations.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/adobe/experience/implementations.schema.json b/extensions/adobe/experience/implementations.schema.json index 1aa43900f..8d7d997a4 100644 --- a/extensions/adobe/experience/implementations.schema.json +++ b/extensions/adobe/experience/implementations.schema.json @@ -5,7 +5,7 @@ "you may not use this file except in compliance with the License. You may obtain a copy", "of the License at https://creativecommons.org/licenses/by/4.0/" ], - "$id": "https://ns.adobe.com/xdm-extensions/experience/implementations", + "$id": "https://ns.adobe.com/experience/implementations", "$schema": "http://json-schema.org/draft-06/schema#", "title": "The Adobe Experience Cloud technical implementations details for data collection", From 5ef4d121b2c98c4a15170438fe8e7a122127afaa Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 19 Apr 2018 12:18:52 +0000 Subject: [PATCH 14/83] [ci skip] updating documentation --- docs/reference/README.md | 100 +++++++++--------- docs/reference/common/extensible.schema.json | 28 ++--- docs/reference/common/extensible.schema.md | 34 +++--- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 12 +-- docs/reference/context/webinfo.schema.json | 18 ++-- docs/reference/context/webinfo.schema.md | 18 ++-- 7 files changed, 110 insertions(+), 110 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 989512480..c53388024 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,15 +20,28 @@ * [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` -## /content/ +## /channels/ -* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` -* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` -* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` -* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` -* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` -* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` -* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` +* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` +* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` +* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` +* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` +* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` +* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` +* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` +* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` +* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` +* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` +* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` +* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` +* [Web](./channels/mobile-app.schema.md) – `https://ns.adobe.com/xdm/channels/mobile-app` +* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` +* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` +* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` +* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` +* [Web](./channels/web.schema.md) – `https://ns.adobe.com/xdm/channels/web` +* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` +* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` ## /common/ @@ -43,6 +56,16 @@ * [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` * [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` +## /content/ + +* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` +* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` +* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` +* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` +* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` +* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` +* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` + ## /data/ * [abandons](./data/abandons.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/abandons` @@ -75,29 +98,6 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` -## /channels/ - -* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` -* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` -* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` -* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` -* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` -* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` -* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` -* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` -* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` -* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` -* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` -* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` -* [Web](./channels/mobile-app.schema.md) – `https://ns.adobe.com/xdm/channels/mobile-app` -* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` -* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` -* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` -* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` -* [Web](./channels/web.schema.md) – `https://ns.adobe.com/xdm/channels/web` -* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` -* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` - ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` @@ -126,12 +126,6 @@ * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` -## /content/repository-policies/ - -* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` -* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` -* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` - ## /common/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` @@ -142,20 +136,11 @@ * [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` * [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` -## /external/repo/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` -* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` -* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` - -## /external/hal/ +## /content/repository-policies/ -* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` -* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` +* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` +* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` +* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` ## /external/activity-streams-2/ @@ -171,8 +156,23 @@ * [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` * [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` +## /external/repo/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` +* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` +* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` + ## /external/schema/ * [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` * [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` * [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` + +## /external/hal/ + +* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` +* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 5af29debb..f48b6bb20 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -265,6 +265,20 @@ "xdm:path": "/here", "repo:etag": "15" }, + { + "repo:assetID": "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" + }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -309,20 +323,6 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" - }, - { - "repo:assetID": "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 0d430b70a..a5e9249f5 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -43,6 +43,23 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "repo:assetID": "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 { "@context": { @@ -91,20 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "repo:assetID": "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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 0f7af5cfa..946614f2d 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -54,15 +54,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 603043eea..410d8bdd8 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -27,17 +27,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/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 10ab78c03..16eed8460 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,14 +46,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } }, { @@ -65,9 +60,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "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 2e1bad5c1..7e3869743 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,14 +31,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` @@ -53,9 +48,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ``` From d42225fcc620ec4d803a42cf3bad9bc4c51861aa Mon Sep 17 00:00:00 2001 From: Saurabh Gupta Date: Thu, 19 Apr 2018 21:07:34 +0530 Subject: [PATCH 15/83] [trivial] Fix examples to reflect changed schema. --- .../experience/campaign/experienceevent.example.click.json | 4 ++-- .../campaign/experienceevent.example.email-send.json | 4 ++-- .../campaign/experienceevent.example.open-push.json | 4 ++-- .../campaign/experienceevent.example.sms-bounce.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.example.click.json b/extensions/adobe/experience/campaign/experienceevent.example.click.json index 4079f531e..0620f7512 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.click.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.click.json @@ -69,6 +69,6 @@ } ] }, - "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", - "businessContext": "store-entry-beacon-triggered" + "https://ns.adobe.com/experience/campaign/message/external/id": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "https://ns.adobe.com/experience/campaign/orchestration/businessReason": "store-entry-beacon-triggered" } diff --git a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json index 8865588b0..e14e94939 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.email-send.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.email-send.json @@ -45,6 +45,6 @@ "templateID": 1000 }, "https://ns.adobe.com/experience/campaign/id": 100, - "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", - "businessContext": "onJourneyEnter" + "https://ns.adobe.com/experience/campaign/message/external/id": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "https://ns.adobe.com/experience/campaign/orchestration/businessReason": "onJourneyEnter" } diff --git a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json index cb3a77bec..96d294e7c 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.open-push.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.open-push.json @@ -55,6 +55,6 @@ "messageClass": "messageCenter", "templateID": 1100 }, - "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", - "businessContext": "store-entry-beacon-triggered" + "https://ns.adobe.com/experience/campaign/message/external/id": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "https://ns.adobe.com/experience/campaign/orchestration/businessReason": "store-entry-beacon-triggered" } diff --git a/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json b/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json index 2a1c14262..a34c53fc5 100644 --- a/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json +++ b/extensions/adobe/experience/campaign/experienceevent.example.sms-bounce.json @@ -43,6 +43,6 @@ "testEnabled": false, "messageClass": "oneTime" }, - "externalId": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", - "businessContext": "onJourneyEnter" + "https://ns.adobe.com/experience/campaign/message/external/id": "uuid:00112233-4455-6677-8899-AABBCCDDEEFF", + "https://ns.adobe.com/experience/campaign/orchestration/businessReason": "onJourneyEnter" } From d982a061a14eee747519fbc5c84cc7c95911a21c Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 19 Apr 2018 15:47:03 +0000 Subject: [PATCH 16/83] [ci skip] updating documentation --- docs/reference/README.md | 130 +++++++++--------- .../common/eventenvelope.schema.json | 46 +++---- docs/reference/common/eventenvelope.schema.md | 52 +++---- docs/reference/common/extensible.schema.json | 58 ++++---- docs/reference/common/extensible.schema.md | 70 +++++----- .../content/page-component.schema.json | 8 +- .../content/page-component.schema.md | 14 +- docs/reference/context/device.schema.json | 3 +- docs/reference/context/device.schema.md | 1 + .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 16 +-- docs/reference/external/hal/hal.schema.json | 80 +++++------ docs/reference/external/hal/hal.schema.md | 82 +++++------ 13 files changed, 286 insertions(+), 284 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index c53388024..287c24ed4 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,6 +4,19 @@ +## /common/ + +* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` +* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` +* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` +* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` +* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` +* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` +* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` +* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` +* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` +* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` + ## /assets/ * [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` @@ -43,19 +56,6 @@ * [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` * [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` -## /common/ - -* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` -* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` -* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` -* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` -* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` -* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` -* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` -* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` -* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` -* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` - ## /content/ * [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` @@ -66,6 +66,34 @@ * [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` * [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` +## /context/ + +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` + ## /data/ * [abandons](./data/abandons.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/abandons` @@ -98,34 +126,6 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` -## /context/ - -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` - ## /common/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` @@ -133,14 +133,29 @@ * [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` * [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` * [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` -* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` * [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` +* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` -## /content/repository-policies/ +## /external/hal/ -* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` -* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` -* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` +* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` +* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` + +## /external/schema/ + +* [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` +* [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` +* [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` + +## /external/repo/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` +* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` +* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` ## /external/activity-streams-2/ @@ -156,23 +171,8 @@ * [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` * [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` -## /external/repo/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` -* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` -* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` - -## /external/schema/ - -* [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` -* [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` -* [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` - -## /external/hal/ +## /content/repository-policies/ -* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` -* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` +* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` +* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` +* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index c74be9e0c..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -68,6 +68,29 @@ "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, + { + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } + }, { "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -142,29 +165,6 @@ "dc:title": "Vintage Collection", "xdm:path": "/content/geometrixx/en/vintage.html" } - }, - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 68c491f17..3e04cb329 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -49,6 +49,32 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` +```json +{ + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } +} +``` + ```json { "@type": "https://ns.adobe.com/xdm/common/event/updated", @@ -133,32 +159,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } -} -``` - # EventEnvelope Properties diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index f48b6bb20..d0fde03ac 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,35 +250,6 @@ ], "meta:status": "stabilizing", "examples": [ - { - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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" - }, - { - "repo:assetID": "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" - }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -323,6 +294,35 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" + }, + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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" + }, + { + "repo:assetID": "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 a5e9249f5..1e2953819 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -25,41 +25,6 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ## Extensibility base schema Examples -```json -{ - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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 -{ - "repo:assetID": "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 { "@context": { @@ -108,3 +73,38 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 +{ + "repo:assetID": "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/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index dd49beb51..f16502a73 100644 --- a/docs/reference/content/page-component.schema.json +++ b/docs/reference/content/page-component.schema.json @@ -32,6 +32,10 @@ ], "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": { @@ -39,10 +43,6 @@ "repo:assetID": "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 f10b6aa77..05bf7c142 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -21,6 +21,13 @@ 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", @@ -32,13 +39,6 @@ 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/device.schema.json b/docs/reference/context/device.schema.json index 3ba1e6ce4..2b21c6c8a 100644 --- a/docs/reference/context/device.schema.json +++ b/docs/reference/context/device.schema.json @@ -24,7 +24,8 @@ "format": "uri", "description": "The namespace of the service that is used to identify the device type.", "meta:enum": { - "https://ns.adobe.com/xdm/external/deviceatlas": "Device Atlas" + "https://ns.adobe.com/xdm/external/deviceatlas": "Device Atlas", + "https://ns.adobe.com/xdm/external/adobecampaign": "Adobe Campaign" } }, "xdm:type": { diff --git a/docs/reference/context/device.schema.md b/docs/reference/context/device.schema.md index 8f6dddde9..b802da574 100644 --- a/docs/reference/context/device.schema.md +++ b/docs/reference/context/device.schema.md @@ -235,6 +235,7 @@ The namespace of the service that is used to identify the device type. | Value | Description | |-------|-------------| | `https://ns.adobe.com/xdm/external/deviceatlas` | Device Atlas | +| `https://ns.adobe.com/xdm/external/adobecampaign` | Adobe Campaign | diff --git a/docs/reference/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 946614f2d..f92e84b74 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,6 +48,11 @@ ], "meta:status": "experimental", "examples": [ + { + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" + }, { "xdm:firstName": "John", "xdm:middleName": "S", @@ -58,11 +63,6 @@ "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 410d8bdd8..cef98e051 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,6 +16,14 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples +```json +{ + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" +} +``` + ```json { "xdm:firstName": "John", @@ -33,14 +41,6 @@ In addition, a number of optional properties are made available that can be used } ``` -```json -{ - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" -} -``` - # Person Name Properties 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 8f6b64ef9..2943bdfd6 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 From f867f3f01e4b3e8c0909e563af90a7d0878000c1 Mon Sep 17 00:00:00 2001 From: jwen Date: Thu, 19 Apr 2018 15:04:49 -0700 Subject: [PATCH 17/83] Fix default values and $id of campaign extension --- .../adobe/experience/campaign/experienceevent.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/adobe/experience/campaign/experienceevent.schema.json b/extensions/adobe/experience/campaign/experienceevent.schema.json index a73eae390..5aa8dbbd9 100644 --- a/extensions/adobe/experience/campaign/experienceevent.schema.json +++ b/extensions/adobe/experience/campaign/experienceevent.schema.json @@ -6,7 +6,7 @@ "of the License at https://creativecommons.org/licenses/by/4.0/" ], "$id": - "https://ns.adobe.com/xdm-extensions/adobe/experience/campaign/experienceevent", + "https://ns.adobe.com/experience/campaign/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", "title": "Adobe Campaign ExperienceEvent Extension", "type": "object", @@ -121,7 +121,7 @@ }, "description": "The reason why the message could/would not be delivered.", - "default": "Undefined" + "default": "undefined" }, "https://ns.adobe.com/experience/campaign/message/reasonMessage": { "title": "Reason Message", @@ -174,7 +174,7 @@ "event_based": "Transactional (Event-based)" }, "description": "Mode of delivery for the messages sent.\n", - "default": 0 + "default": "one_time" }, "https://ns.adobe.com/experience/campaign/delivery/templateID": { "title": "Identifier of the Template", From bcd88ddb765cc2dafb7445731389c7e52f585bc3 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 20 Apr 2018 08:32:52 +0000 Subject: [PATCH 18/83] [ci skip] updating documentation --- docs/reference/README.md | 74 +++++++++---------- .../common/eventenvelope.schema.json | 72 +++++++++--------- docs/reference/common/eventenvelope.schema.md | 72 +++++++++--------- docs/reference/common/extensible.schema.json | 28 +++---- docs/reference/common/extensible.schema.md | 34 ++++----- .../reference/context/person-name.schema.json | 10 +-- docs/reference/context/person-name.schema.md | 14 ++-- docs/reference/external/hal/hal.schema.json | 32 ++++---- docs/reference/external/hal/hal.schema.md | 38 +++++----- 9 files changed, 187 insertions(+), 187 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 287c24ed4..891b8f0e1 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,19 +4,6 @@ -## /common/ - -* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` -* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` -* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` -* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` -* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` -* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` -* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` -* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` -* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` -* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` - ## /assets/ * [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` @@ -33,6 +20,19 @@ * [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` +## /common/ + +* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` +* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` +* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` +* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` +* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` +* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` +* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` +* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` +* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` +* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` + ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` @@ -56,16 +56,6 @@ * [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` * [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` -## /content/ - -* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` -* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` -* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` -* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` -* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` -* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` -* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` - ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` @@ -94,6 +84,16 @@ * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` +## /content/ + +* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` +* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` +* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` +* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` +* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` +* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` +* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` + ## /data/ * [abandons](./data/abandons.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/abandons` @@ -133,13 +133,8 @@ * [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` * [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` * [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` -* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` * [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` - -## /external/hal/ - -* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` -* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` +* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` ## /external/schema/ @@ -147,15 +142,10 @@ * [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` * [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` -## /external/repo/ +## /external/hal/ -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` -* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` -* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` +* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` +* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` ## /external/activity-streams-2/ @@ -171,6 +161,16 @@ * [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` * [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` +## /external/repo/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` +* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` +* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` + ## /content/repository-policies/ * [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 5e1c011ad..8c1b45548 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,31 +69,32 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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/common/event/updated", - "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", + "@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", "activitystreams:to": { @@ -109,42 +110,38 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@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/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:assetID": "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" } }, { - "@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": { @@ -160,10 +157,13 @@ "@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:assetID": "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\"" } } ] diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 3e04cb329..3f095b95f 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,34 +51,35 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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" } } ``` ```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/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", "activitystreams:to": { @@ -94,48 +95,44 @@ 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:assetID": "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" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@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/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:assetID": "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" } } ``` ```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": { @@ -151,10 +148,13 @@ 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:assetID": "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\"" } } ``` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index d0fde03ac..44d5a4a2e 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,6 +250,20 @@ ], "meta:status": "stabilizing", "examples": [ + { + "repo:assetID": "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" + }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -309,20 +323,6 @@ "repo:size": 1632418, "xdm:path": "/here", "repo:etag": "15" - }, - { - "repo:assetID": "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 1e2953819..b4bf97cd8 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:assetID": "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 { "@context": { @@ -91,20 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "repo:assetID": "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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index f92e84b74..0f7af5cfa 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,17 +48,17 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" - }, { "xdm:firstName": "John", "xdm:middleName": "S", "xdm:lastName": "Doe", "xdm:fullName": "John S. Doe" }, + { + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" + }, { "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", diff --git a/docs/reference/context/person-name.schema.md b/docs/reference/context/person-name.schema.md index cef98e051..603043eea 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -18,18 +18,18 @@ In addition, a number of optional properties are made available that can be used ```json { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" } ``` ```json { - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" } ``` diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index f827b5c6e..7bcb6625f 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -280,6 +280,22 @@ ], "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": { @@ -325,22 +341,6 @@ "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": { diff --git a/docs/reference/external/hal/hal.schema.md b/docs/reference/external/hal/hal.schema.md index 2943bdfd6..6c557e960 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -20,6 +20,25 @@ This external schema definition allows adding HAL expressions into an existing s ## HAL Resource Examples +```json +{ + "_links": { + "self": { + "href": "/orders/523" + }, + "warehouse": { + "href": "/warehouse/56" + }, + "invoice": { + "href": "/invoices/873" + } + }, + "currency": "USD", + "status": "shipped", + "total": 10.2 +} +``` + ```json { "_links": { @@ -68,25 +87,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_links": { - "self": { - "href": "/orders/523" - }, - "warehouse": { - "href": "/warehouse/56" - }, - "invoice": { - "href": "/invoices/873" - } - }, - "currency": "USD", - "status": "shipped", - "total": 10.2 -} -``` - ```json { "_links": { From f92cf4e005ac3c50fed69e42e3699f873377dd0d Mon Sep 17 00:00:00 2001 From: jwen Date: Fri, 20 Apr 2018 17:34:16 -0700 Subject: [PATCH 19/83] Add listdetails to analytics extension and move customdimensions&customevents back to experienceevent --- .../analytics/customdimensions.schema.json | 2689 ------- .../analytics/customevents.schema.json | 5024 ------------ .../analytics/experienceevent.schema.json | 7042 ++++++++++++++++- .../analytics/listdetails.schema.json | 37 + 4 files changed, 7066 insertions(+), 7726 deletions(-) delete mode 100644 extensions/adobe/experience/analytics/customdimensions.schema.json delete mode 100644 extensions/adobe/experience/analytics/customevents.schema.json create mode 100644 extensions/adobe/experience/analytics/listdetails.schema.json diff --git a/extensions/adobe/experience/analytics/customdimensions.schema.json b/extensions/adobe/experience/analytics/customdimensions.schema.json deleted file mode 100644 index a3c2a3600..000000000 --- a/extensions/adobe/experience/analytics/customdimensions.schema.json +++ /dev/null @@ -1,2689 +0,0 @@ -{ - "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/experience/analytics/customdimensions", - "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Adobe Analytics Cloud Experience Event Custom Dimensions", - "type": "object", - "description": "Adobe Analytics Cloud Experience Event Custom Dimensions.", - "definitions": { - "customdimensions": { - "properties": { - "https://ns.adobe.com/experience/analytics/evars/evar1": { - "title": "eVar1", - "type": "string", - "description": "Custom conversion variable 1." - }, - "https://ns.adobe.com/experience/analytics/evars/evar2": { - "title": "eVar2", - "type": "string", - "description": "Custom conversion variable 2." - }, - "https://ns.adobe.com/experience/analytics/evars/evar3": { - "title": "eVar3", - "type": "string", - "description": "Custom conversion variable 3." - }, - "https://ns.adobe.com/experience/analytics/evars/evar4": { - "title": "eVar4", - "type": "string", - "description": "Custom conversion variable 4." - }, - "https://ns.adobe.com/experience/analytics/evars/evar5": { - "title": "eVar5", - "type": "string", - "description": "Custom conversion variable 5." - }, - "https://ns.adobe.com/experience/analytics/evars/evar6": { - "title": "eVar6", - "type": "string", - "description": "Custom conversion variable 6." - }, - "https://ns.adobe.com/experience/analytics/evars/evar7": { - "title": "eVar7", - "type": "string", - "description": "Custom conversion variable 7." - }, - "https://ns.adobe.com/experience/analytics/evars/evar8": { - "title": "eVar8", - "type": "string", - "description": "Custom conversion variable 8." - }, - "https://ns.adobe.com/experience/analytics/evars/evar9": { - "title": "eVar9", - "type": "string", - "description": "Custom conversion variable 9." - }, - "https://ns.adobe.com/experience/analytics/evars/evar10": { - "title": "eVar10", - "type": "string", - "description": "Custom conversion variable 10." - }, - "https://ns.adobe.com/experience/analytics/evars/evar11": { - "title": "eVar11", - "type": "string", - "description": "Custom conversion variable 11." - }, - "https://ns.adobe.com/experience/analytics/evars/evar12": { - "title": "eVar12", - "type": "string", - "description": "Custom conversion variable 12." - }, - "https://ns.adobe.com/experience/analytics/evars/evar13": { - "title": "eVar13", - "type": "string", - "description": "Custom conversion variable 13." - }, - "https://ns.adobe.com/experience/analytics/evars/evar14": { - "title": "eVar14", - "type": "string", - "description": "Custom conversion variable 14." - }, - "https://ns.adobe.com/experience/analytics/evars/evar15": { - "title": "eVar15", - "type": "string", - "description": "Custom conversion variable 15." - }, - "https://ns.adobe.com/experience/analytics/evars/evar16": { - "title": "eVar16", - "type": "string", - "description": "Custom conversion variable 16." - }, - "https://ns.adobe.com/experience/analytics/evars/evar17": { - "title": "eVar17", - "type": "string", - "description": "Custom conversion variable 17." - }, - "https://ns.adobe.com/experience/analytics/evars/evar18": { - "title": "eVar18", - "type": "string", - "description": "Custom conversion variable 18." - }, - "https://ns.adobe.com/experience/analytics/evars/evar19": { - "title": "eVar19", - "type": "string", - "description": "Custom conversion variable 19." - }, - "https://ns.adobe.com/experience/analytics/evars/evar20": { - "title": "eVar20", - "type": "string", - "description": "Custom conversion variable 20." - }, - "https://ns.adobe.com/experience/analytics/evars/evar21": { - "title": "eVar21", - "type": "string", - "description": "Custom conversion variable 21." - }, - "https://ns.adobe.com/experience/analytics/evars/evar22": { - "title": "eVar22", - "type": "string", - "description": "Custom conversion variable 22." - }, - "https://ns.adobe.com/experience/analytics/evars/evar23": { - "title": "eVar23", - "type": "string", - "description": "Custom conversion variable 23." - }, - "https://ns.adobe.com/experience/analytics/evars/evar24": { - "title": "eVar24", - "type": "string", - "description": "Custom conversion variable 24." - }, - "https://ns.adobe.com/experience/analytics/evars/evar25": { - "title": "eVar25", - "type": "string", - "description": "Custom conversion variable 25." - }, - "https://ns.adobe.com/experience/analytics/evars/evar26": { - "title": "eVar26", - "type": "string", - "description": "Custom conversion variable 26." - }, - "https://ns.adobe.com/experience/analytics/evars/evar27": { - "title": "eVar27", - "type": "string", - "description": "Custom conversion variable 27." - }, - "https://ns.adobe.com/experience/analytics/evars/evar28": { - "title": "eVar28", - "type": "string", - "description": "Custom conversion variable 28." - }, - "https://ns.adobe.com/experience/analytics/evars/evar29": { - "title": "eVar29", - "type": "string", - "description": "Custom conversion variable 29." - }, - "https://ns.adobe.com/experience/analytics/evars/evar30": { - "title": "eVar30", - "type": "string", - "description": "Custom conversion variable 30." - }, - "https://ns.adobe.com/experience/analytics/evars/evar31": { - "title": "eVar31", - "type": "string", - "description": "Custom conversion variable 31." - }, - "https://ns.adobe.com/experience/analytics/evars/evar32": { - "title": "eVar32", - "type": "string", - "description": "Custom conversion variable 32." - }, - "https://ns.adobe.com/experience/analytics/evars/evar33": { - "title": "eVar33", - "type": "string", - "description": "Custom conversion variable 33." - }, - "https://ns.adobe.com/experience/analytics/evars/evar34": { - "title": "eVar34", - "type": "string", - "description": "Custom conversion variable 34." - }, - "https://ns.adobe.com/experience/analytics/evars/evar35": { - "title": "eVar35", - "type": "string", - "description": "Custom conversion variable 35." - }, - "https://ns.adobe.com/experience/analytics/evars/evar36": { - "title": "eVar36", - "type": "string", - "description": "Custom conversion variable 36." - }, - "https://ns.adobe.com/experience/analytics/evars/evar37": { - "title": "eVar37", - "type": "string", - "description": "Custom conversion variable 37." - }, - "https://ns.adobe.com/experience/analytics/evars/evar38": { - "title": "eVar38", - "type": "string", - "description": "Custom conversion variable 38." - }, - "https://ns.adobe.com/experience/analytics/evars/evar39": { - "title": "eVar39", - "type": "string", - "description": "Custom conversion variable 39." - }, - "https://ns.adobe.com/experience/analytics/evars/evar40": { - "title": "eVar40", - "type": "string", - "description": "Custom conversion variable 40." - }, - "https://ns.adobe.com/experience/analytics/evars/evar41": { - "title": "eVar41", - "type": "string", - "description": "Custom conversion variable 41." - }, - "https://ns.adobe.com/experience/analytics/evars/evar42": { - "title": "eVar42", - "type": "string", - "description": "Custom conversion variable 42." - }, - "https://ns.adobe.com/experience/analytics/evars/evar43": { - "title": "eVar43", - "type": "string", - "description": "Custom conversion variable 43." - }, - "https://ns.adobe.com/experience/analytics/evars/evar44": { - "title": "eVar44", - "type": "string", - "description": "Custom conversion variable 44." - }, - "https://ns.adobe.com/experience/analytics/evars/evar45": { - "title": "eVar45", - "type": "string", - "description": "Custom conversion variable 45." - }, - "https://ns.adobe.com/experience/analytics/evars/evar46": { - "title": "eVar46", - "type": "string", - "description": "Custom conversion variable 46." - }, - "https://ns.adobe.com/experience/analytics/evars/evar47": { - "title": "eVar47", - "type": "string", - "description": "Custom conversion variable 47." - }, - "https://ns.adobe.com/experience/analytics/evars/evar48": { - "title": "eVar48", - "type": "string", - "description": "Custom conversion variable 48." - }, - "https://ns.adobe.com/experience/analytics/evars/evar49": { - "title": "eVar49", - "type": "string", - "description": "Custom conversion variable 49." - }, - "https://ns.adobe.com/experience/analytics/evars/evar50": { - "title": "eVar50", - "type": "string", - "description": "Custom conversion variable 50." - }, - "https://ns.adobe.com/experience/analytics/evars/evar51": { - "title": "eVar51", - "type": "string", - "description": "Custom conversion variable 51." - }, - "https://ns.adobe.com/experience/analytics/evars/evar52": { - "title": "eVar52", - "type": "string", - "description": "Custom conversion variable 52." - }, - "https://ns.adobe.com/experience/analytics/evars/evar53": { - "title": "eVar53", - "type": "string", - "description": "Custom conversion variable 53." - }, - "https://ns.adobe.com/experience/analytics/evars/evar54": { - "title": "eVar54", - "type": "string", - "description": "Custom conversion variable 54." - }, - "https://ns.adobe.com/experience/analytics/evars/evar55": { - "title": "eVar55", - "type": "string", - "description": "Custom conversion variable 55." - }, - "https://ns.adobe.com/experience/analytics/evars/evar56": { - "title": "eVar56", - "type": "string", - "description": "Custom conversion variable 56." - }, - "https://ns.adobe.com/experience/analytics/evars/evar57": { - "title": "eVar57", - "type": "string", - "description": "Custom conversion variable 57." - }, - "https://ns.adobe.com/experience/analytics/evars/evar58": { - "title": "eVar58", - "type": "string", - "description": "Custom conversion variable 58." - }, - "https://ns.adobe.com/experience/analytics/evars/evar59": { - "title": "eVar59", - "type": "string", - "description": "Custom conversion variable 59." - }, - "https://ns.adobe.com/experience/analytics/evars/evar60": { - "title": "eVar60", - "type": "string", - "description": "Custom conversion variable 60." - }, - "https://ns.adobe.com/experience/analytics/evars/evar61": { - "title": "eVar61", - "type": "string", - "description": "Custom conversion variable 61." - }, - "https://ns.adobe.com/experience/analytics/evars/evar62": { - "title": "eVar62", - "type": "string", - "description": "Custom conversion variable 62." - }, - "https://ns.adobe.com/experience/analytics/evars/evar63": { - "title": "eVar63", - "type": "string", - "description": "Custom conversion variable 63." - }, - "https://ns.adobe.com/experience/analytics/evars/evar64": { - "title": "eVar64", - "type": "string", - "description": "Custom conversion variable 64." - }, - "https://ns.adobe.com/experience/analytics/evars/evar65": { - "title": "eVar65", - "type": "string", - "description": "Custom conversion variable 65." - }, - "https://ns.adobe.com/experience/analytics/evars/evar66": { - "title": "eVar66", - "type": "string", - "description": "Custom conversion variable 66." - }, - "https://ns.adobe.com/experience/analytics/evars/evar67": { - "title": "eVar67", - "type": "string", - "description": "Custom conversion variable 67." - }, - "https://ns.adobe.com/experience/analytics/evars/evar68": { - "title": "eVar68", - "type": "string", - "description": "Custom conversion variable 68." - }, - "https://ns.adobe.com/experience/analytics/evars/evar69": { - "title": "eVar69", - "type": "string", - "description": "Custom conversion variable 69." - }, - "https://ns.adobe.com/experience/analytics/evars/evar70": { - "title": "eVar70", - "type": "string", - "description": "Custom conversion variable 70." - }, - "https://ns.adobe.com/experience/analytics/evars/evar71": { - "title": "eVar71", - "type": "string", - "description": "Custom conversion variable 71." - }, - "https://ns.adobe.com/experience/analytics/evars/evar72": { - "title": "eVar72", - "type": "string", - "description": "Custom conversion variable 72." - }, - "https://ns.adobe.com/experience/analytics/evars/evar73": { - "title": "eVar73", - "type": "string", - "description": "Custom conversion variable 73." - }, - "https://ns.adobe.com/experience/analytics/evars/evar74": { - "title": "eVar74", - "type": "string", - "description": "Custom conversion variable 74." - }, - "https://ns.adobe.com/experience/analytics/evars/evar75": { - "title": "eVar75", - "type": "string", - "description": "Custom conversion variable 75." - }, - "https://ns.adobe.com/experience/analytics/evars/evar76": { - "title": "eVar76", - "type": "string", - "description": "Custom conversion variable 76." - }, - "https://ns.adobe.com/experience/analytics/evars/evar77": { - "title": "eVar77", - "type": "string", - "description": "Custom conversion variable 77." - }, - "https://ns.adobe.com/experience/analytics/evars/evar78": { - "title": "eVar78", - "type": "string", - "description": "Custom conversion variable 78." - }, - "https://ns.adobe.com/experience/analytics/evars/evar79": { - "title": "eVar79", - "type": "string", - "description": "Custom conversion variable 79." - }, - "https://ns.adobe.com/experience/analytics/evars/evar80": { - "title": "eVar80", - "type": "string", - "description": "Custom conversion variable 80." - }, - "https://ns.adobe.com/experience/analytics/evars/evar81": { - "title": "eVar81", - "type": "string", - "description": "Custom conversion variable 81." - }, - "https://ns.adobe.com/experience/analytics/evars/evar82": { - "title": "eVar82", - "type": "string", - "description": "Custom conversion variable 82." - }, - "https://ns.adobe.com/experience/analytics/evars/evar83": { - "title": "eVar83", - "type": "string", - "description": "Custom conversion variable 83." - }, - "https://ns.adobe.com/experience/analytics/evars/evar84": { - "title": "eVar84", - "type": "string", - "description": "Custom conversion variable 84." - }, - "https://ns.adobe.com/experience/analytics/evars/evar85": { - "title": "eVar85", - "type": "string", - "description": "Custom conversion variable 85." - }, - "https://ns.adobe.com/experience/analytics/evars/evar86": { - "title": "eVar86", - "type": "string", - "description": "Custom conversion variable 86." - }, - "https://ns.adobe.com/experience/analytics/evars/evar87": { - "title": "eVar87", - "type": "string", - "description": "Custom conversion variable 87." - }, - "https://ns.adobe.com/experience/analytics/evars/evar88": { - "title": "eVar88", - "type": "string", - "description": "Custom conversion variable 88." - }, - "https://ns.adobe.com/experience/analytics/evars/evar89": { - "title": "eVar89", - "type": "string", - "description": "Custom conversion variable 89." - }, - "https://ns.adobe.com/experience/analytics/evars/evar90": { - "title": "eVar90", - "type": "string", - "description": "Custom conversion variable 90." - }, - "https://ns.adobe.com/experience/analytics/evars/evar91": { - "title": "eVar91", - "type": "string", - "description": "Custom conversion variable 91." - }, - "https://ns.adobe.com/experience/analytics/evars/evar92": { - "title": "eVar92", - "type": "string", - "description": "Custom conversion variable 92." - }, - "https://ns.adobe.com/experience/analytics/evars/evar93": { - "title": "eVar93", - "type": "string", - "description": "Custom conversion variable 93." - }, - "https://ns.adobe.com/experience/analytics/evars/evar94": { - "title": "eVar94", - "type": "string", - "description": "Custom conversion variable 94." - }, - "https://ns.adobe.com/experience/analytics/evars/evar95": { - "title": "eVar95", - "type": "string", - "description": "Custom conversion variable 95." - }, - "https://ns.adobe.com/experience/analytics/evars/evar96": { - "title": "eVar96", - "type": "string", - "description": "Custom conversion variable 96." - }, - "https://ns.adobe.com/experience/analytics/evars/evar97": { - "title": "eVar97", - "type": "string", - "description": "Custom conversion variable 97." - }, - "https://ns.adobe.com/experience/analytics/evars/evar98": { - "title": "eVar98", - "type": "string", - "description": "Custom conversion variable 98." - }, - "https://ns.adobe.com/experience/analytics/evars/evar99": { - "title": "eVar99", - "type": "string", - "description": "Custom conversion variable 99." - }, - "https://ns.adobe.com/experience/analytics/evars/evar100": { - "title": "eVar100", - "type": "string", - "description": "Custom conversion variable 100." - }, - "https://ns.adobe.com/experience/analytics/evars/evar101": { - "title": "eVar101", - "type": "string", - "description": "Custom conversion variable 101." - }, - "https://ns.adobe.com/experience/analytics/evars/evar102": { - "title": "eVar102", - "type": "string", - "description": "Custom conversion variable 102." - }, - "https://ns.adobe.com/experience/analytics/evars/evar103": { - "title": "eVar103", - "type": "string", - "description": "Custom conversion variable 103." - }, - "https://ns.adobe.com/experience/analytics/evars/evar104": { - "title": "eVar104", - "type": "string", - "description": "Custom conversion variable 104." - }, - "https://ns.adobe.com/experience/analytics/evars/evar105": { - "title": "eVar105", - "type": "string", - "description": "Custom conversion variable 105." - }, - "https://ns.adobe.com/experience/analytics/evars/evar106": { - "title": "eVar106", - "type": "string", - "description": "Custom conversion variable 106." - }, - "https://ns.adobe.com/experience/analytics/evars/evar107": { - "title": "eVar107", - "type": "string", - "description": "Custom conversion variable 107." - }, - "https://ns.adobe.com/experience/analytics/evars/evar108": { - "title": "eVar108", - "type": "string", - "description": "Custom conversion variable 108." - }, - "https://ns.adobe.com/experience/analytics/evars/evar109": { - "title": "eVar109", - "type": "string", - "description": "Custom conversion variable 109." - }, - "https://ns.adobe.com/experience/analytics/evars/evar110": { - "title": "eVar110", - "type": "string", - "description": "Custom conversion variable 110." - }, - "https://ns.adobe.com/experience/analytics/evars/evar111": { - "title": "eVar111", - "type": "string", - "description": "Custom conversion variable 111." - }, - "https://ns.adobe.com/experience/analytics/evars/evar112": { - "title": "eVar112", - "type": "string", - "description": "Custom conversion variable 112." - }, - "https://ns.adobe.com/experience/analytics/evars/evar113": { - "title": "eVar113", - "type": "string", - "description": "Custom conversion variable 113." - }, - "https://ns.adobe.com/experience/analytics/evars/evar114": { - "title": "eVar114", - "type": "string", - "description": "Custom conversion variable 114." - }, - "https://ns.adobe.com/experience/analytics/evars/evar115": { - "title": "eVar115", - "type": "string", - "description": "Custom conversion variable 115." - }, - "https://ns.adobe.com/experience/analytics/evars/evar116": { - "title": "eVar116", - "type": "string", - "description": "Custom conversion variable 116." - }, - "https://ns.adobe.com/experience/analytics/evars/evar117": { - "title": "eVar117", - "type": "string", - "description": "Custom conversion variable 117." - }, - "https://ns.adobe.com/experience/analytics/evars/evar118": { - "title": "eVar118", - "type": "string", - "description": "Custom conversion variable 118." - }, - "https://ns.adobe.com/experience/analytics/evars/evar119": { - "title": "eVar119", - "type": "string", - "description": "Custom conversion variable 119." - }, - "https://ns.adobe.com/experience/analytics/evars/evar120": { - "title": "eVar120", - "type": "string", - "description": "Custom conversion variable 120." - }, - "https://ns.adobe.com/experience/analytics/evars/evar121": { - "title": "eVar121", - "type": "string", - "description": "Custom conversion variable 121." - }, - "https://ns.adobe.com/experience/analytics/evars/evar122": { - "title": "eVar122", - "type": "string", - "description": "Custom conversion variable 122." - }, - "https://ns.adobe.com/experience/analytics/evars/evar123": { - "title": "eVar123", - "type": "string", - "description": "Custom conversion variable 123." - }, - "https://ns.adobe.com/experience/analytics/evars/evar124": { - "title": "eVar124", - "type": "string", - "description": "Custom conversion variable 124." - }, - "https://ns.adobe.com/experience/analytics/evars/evar125": { - "title": "eVar125", - "type": "string", - "description": "Custom conversion variable 125." - }, - "https://ns.adobe.com/experience/analytics/evars/evar126": { - "title": "eVar126", - "type": "string", - "description": "Custom conversion variable 126." - }, - "https://ns.adobe.com/experience/analytics/evars/evar127": { - "title": "eVar127", - "type": "string", - "description": "Custom conversion variable 127." - }, - "https://ns.adobe.com/experience/analytics/evars/evar128": { - "title": "eVar128", - "type": "string", - "description": "Custom conversion variable 128." - }, - "https://ns.adobe.com/experience/analytics/evars/evar129": { - "title": "eVar129", - "type": "string", - "description": "Custom conversion variable 129." - }, - "https://ns.adobe.com/experience/analytics/evars/evar130": { - "title": "eVar130", - "type": "string", - "description": "Custom conversion variable 130." - }, - "https://ns.adobe.com/experience/analytics/evars/evar131": { - "title": "eVar131", - "type": "string", - "description": "Custom conversion variable 131." - }, - "https://ns.adobe.com/experience/analytics/evars/evar132": { - "title": "eVar132", - "type": "string", - "description": "Custom conversion variable 132." - }, - "https://ns.adobe.com/experience/analytics/evars/evar133": { - "title": "eVar133", - "type": "string", - "description": "Custom conversion variable 133." - }, - "https://ns.adobe.com/experience/analytics/evars/evar134": { - "title": "eVar134", - "type": "string", - "description": "Custom conversion variable 134." - }, - "https://ns.adobe.com/experience/analytics/evars/evar135": { - "title": "eVar135", - "type": "string", - "description": "Custom conversion variable 135." - }, - "https://ns.adobe.com/experience/analytics/evars/evar136": { - "title": "eVar136", - "type": "string", - "description": "Custom conversion variable 136." - }, - "https://ns.adobe.com/experience/analytics/evars/evar137": { - "title": "eVar137", - "type": "string", - "description": "Custom conversion variable 137." - }, - "https://ns.adobe.com/experience/analytics/evars/evar138": { - "title": "eVar138", - "type": "string", - "description": "Custom conversion variable 138." - }, - "https://ns.adobe.com/experience/analytics/evars/evar139": { - "title": "eVar139", - "type": "string", - "description": "Custom conversion variable 139." - }, - "https://ns.adobe.com/experience/analytics/evars/evar140": { - "title": "eVar140", - "type": "string", - "description": "Custom conversion variable 140." - }, - "https://ns.adobe.com/experience/analytics/evars/evar141": { - "title": "eVar141", - "type": "string", - "description": "Custom conversion variable 141." - }, - "https://ns.adobe.com/experience/analytics/evars/evar142": { - "title": "eVar142", - "type": "string", - "description": "Custom conversion variable 142." - }, - "https://ns.adobe.com/experience/analytics/evars/evar143": { - "title": "eVar143", - "type": "string", - "description": "Custom conversion variable 143." - }, - "https://ns.adobe.com/experience/analytics/evars/evar144": { - "title": "eVar144", - "type": "string", - "description": "Custom conversion variable 144." - }, - "https://ns.adobe.com/experience/analytics/evars/evar145": { - "title": "eVar145", - "type": "string", - "description": "Custom conversion variable 145." - }, - "https://ns.adobe.com/experience/analytics/evars/evar146": { - "title": "eVar146", - "type": "string", - "description": "Custom conversion variable 146." - }, - "https://ns.adobe.com/experience/analytics/evars/evar147": { - "title": "eVar147", - "type": "string", - "description": "Custom conversion variable 147." - }, - "https://ns.adobe.com/experience/analytics/evars/evar148": { - "title": "eVar148", - "type": "string", - "description": "Custom conversion variable 148." - }, - "https://ns.adobe.com/experience/analytics/evars/evar149": { - "title": "eVar149", - "type": "string", - "description": "Custom conversion variable 149." - }, - "https://ns.adobe.com/experience/analytics/evars/evar150": { - "title": "eVar150", - "type": "string", - "description": "Custom conversion variable 150." - }, - "https://ns.adobe.com/experience/analytics/evars/evar151": { - "title": "eVar151", - "type": "string", - "description": "Custom conversion variable 151." - }, - "https://ns.adobe.com/experience/analytics/evars/evar152": { - "title": "eVar152", - "type": "string", - "description": "Custom conversion variable 152." - }, - "https://ns.adobe.com/experience/analytics/evars/evar153": { - "title": "eVar153", - "type": "string", - "description": "Custom conversion variable 153." - }, - "https://ns.adobe.com/experience/analytics/evars/evar154": { - "title": "eVar154", - "type": "string", - "description": "Custom conversion variable 154." - }, - "https://ns.adobe.com/experience/analytics/evars/evar155": { - "title": "eVar155", - "type": "string", - "description": "Custom conversion variable 155." - }, - "https://ns.adobe.com/experience/analytics/evars/evar156": { - "title": "eVar156", - "type": "string", - "description": "Custom conversion variable 156." - }, - "https://ns.adobe.com/experience/analytics/evars/evar157": { - "title": "eVar157", - "type": "string", - "description": "Custom conversion variable 157." - }, - "https://ns.adobe.com/experience/analytics/evars/evar158": { - "title": "eVar158", - "type": "string", - "description": "Custom conversion variable 158." - }, - "https://ns.adobe.com/experience/analytics/evars/evar159": { - "title": "eVar159", - "type": "string", - "description": "Custom conversion variable 159." - }, - "https://ns.adobe.com/experience/analytics/evars/evar160": { - "title": "eVar160", - "type": "string", - "description": "Custom conversion variable 160." - }, - "https://ns.adobe.com/experience/analytics/evars/evar161": { - "title": "eVar161", - "type": "string", - "description": "Custom conversion variable 161." - }, - "https://ns.adobe.com/experience/analytics/evars/evar162": { - "title": "eVar162", - "type": "string", - "description": "Custom conversion variable 162." - }, - "https://ns.adobe.com/experience/analytics/evars/evar163": { - "title": "eVar163", - "type": "string", - "description": "Custom conversion variable 163." - }, - "https://ns.adobe.com/experience/analytics/evars/evar164": { - "title": "eVar164", - "type": "string", - "description": "Custom conversion variable 164." - }, - "https://ns.adobe.com/experience/analytics/evars/evar165": { - "title": "eVar165", - "type": "string", - "description": "Custom conversion variable 165." - }, - "https://ns.adobe.com/experience/analytics/evars/evar166": { - "title": "eVar166", - "type": "string", - "description": "Custom conversion variable 166." - }, - "https://ns.adobe.com/experience/analytics/evars/evar167": { - "title": "eVar167", - "type": "string", - "description": "Custom conversion variable 167." - }, - "https://ns.adobe.com/experience/analytics/evars/evar168": { - "title": "eVar168", - "type": "string", - "description": "Custom conversion variable 168." - }, - "https://ns.adobe.com/experience/analytics/evars/evar169": { - "title": "eVar169", - "type": "string", - "description": "Custom conversion variable 169." - }, - "https://ns.adobe.com/experience/analytics/evars/evar170": { - "title": "eVar170", - "type": "string", - "description": "Custom conversion variable 170." - }, - "https://ns.adobe.com/experience/analytics/evars/evar171": { - "title": "eVar171", - "type": "string", - "description": "Custom conversion variable 171." - }, - "https://ns.adobe.com/experience/analytics/evars/evar172": { - "title": "eVar172", - "type": "string", - "description": "Custom conversion variable 172." - }, - "https://ns.adobe.com/experience/analytics/evars/evar173": { - "title": "eVar173", - "type": "string", - "description": "Custom conversion variable 173." - }, - "https://ns.adobe.com/experience/analytics/evars/evar174": { - "title": "eVar174", - "type": "string", - "description": "Custom conversion variable 174." - }, - "https://ns.adobe.com/experience/analytics/evars/evar175": { - "title": "eVar175", - "type": "string", - "description": "Custom conversion variable 175." - }, - "https://ns.adobe.com/experience/analytics/evars/evar176": { - "title": "eVar176", - "type": "string", - "description": "Custom conversion variable 176." - }, - "https://ns.adobe.com/experience/analytics/evars/evar177": { - "title": "eVar177", - "type": "string", - "description": "Custom conversion variable 177." - }, - "https://ns.adobe.com/experience/analytics/evars/evar178": { - "title": "eVar178", - "type": "string", - "description": "Custom conversion variable 178." - }, - "https://ns.adobe.com/experience/analytics/evars/evar179": { - "title": "eVar179", - "type": "string", - "description": "Custom conversion variable 179." - }, - "https://ns.adobe.com/experience/analytics/evars/evar180": { - "title": "eVar180", - "type": "string", - "description": "Custom conversion variable 180." - }, - "https://ns.adobe.com/experience/analytics/evars/evar181": { - "title": "eVar181", - "type": "string", - "description": "Custom conversion variable 181." - }, - "https://ns.adobe.com/experience/analytics/evars/evar182": { - "title": "eVar182", - "type": "string", - "description": "Custom conversion variable 182." - }, - "https://ns.adobe.com/experience/analytics/evars/evar183": { - "title": "eVar183", - "type": "string", - "description": "Custom conversion variable 183." - }, - "https://ns.adobe.com/experience/analytics/evars/evar184": { - "title": "eVar184", - "type": "string", - "description": "Custom conversion variable 184." - }, - "https://ns.adobe.com/experience/analytics/evars/evar185": { - "title": "eVar185", - "type": "string", - "description": "Custom conversion variable 185." - }, - "https://ns.adobe.com/experience/analytics/evars/evar186": { - "title": "eVar186", - "type": "string", - "description": "Custom conversion variable 186." - }, - "https://ns.adobe.com/experience/analytics/evars/evar187": { - "title": "eVar187", - "type": "string", - "description": "Custom conversion variable 187." - }, - "https://ns.adobe.com/experience/analytics/evars/evar188": { - "title": "eVar188", - "type": "string", - "description": "Custom conversion variable 188." - }, - "https://ns.adobe.com/experience/analytics/evars/evar189": { - "title": "eVar189", - "type": "string", - "description": "Custom conversion variable 189." - }, - "https://ns.adobe.com/experience/analytics/evars/evar190": { - "title": "eVar190", - "type": "string", - "description": "Custom conversion variable 190." - }, - "https://ns.adobe.com/experience/analytics/evars/evar191": { - "title": "eVar191", - "type": "string", - "description": "Custom conversion variable 191." - }, - "https://ns.adobe.com/experience/analytics/evars/evar192": { - "title": "eVar192", - "type": "string", - "description": "Custom conversion variable 192." - }, - "https://ns.adobe.com/experience/analytics/evars/evar193": { - "title": "eVar193", - "type": "string", - "description": "Custom conversion variable 193." - }, - "https://ns.adobe.com/experience/analytics/evars/evar194": { - "title": "eVar194", - "type": "string", - "description": "Custom conversion variable 194." - }, - "https://ns.adobe.com/experience/analytics/evars/evar195": { - "title": "eVar195", - "type": "string", - "description": "Custom conversion variable 195." - }, - "https://ns.adobe.com/experience/analytics/evars/evar196": { - "title": "eVar196", - "type": "string", - "description": "Custom conversion variable 196." - }, - "https://ns.adobe.com/experience/analytics/evars/evar197": { - "title": "eVar197", - "type": "string", - "description": "Custom conversion variable 197." - }, - "https://ns.adobe.com/experience/analytics/evars/evar198": { - "title": "eVar198", - "type": "string", - "description": "Custom conversion variable 198." - }, - "https://ns.adobe.com/experience/analytics/evars/evar199": { - "title": "eVar199", - "type": "string", - "description": "Custom conversion variable 199." - }, - "https://ns.adobe.com/experience/analytics/evars/evar200": { - "title": "eVar200", - "type": "string", - "description": "Custom conversion variable 200." - }, - "https://ns.adobe.com/experience/analytics/evars/evar201": { - "title": "eVar201", - "type": "string", - "description": "Custom conversion variable 201." - }, - "https://ns.adobe.com/experience/analytics/evars/evar202": { - "title": "eVar202", - "type": "string", - "description": "Custom conversion variable 202." - }, - "https://ns.adobe.com/experience/analytics/evars/evar203": { - "title": "eVar203", - "type": "string", - "description": "Custom conversion variable 203." - }, - "https://ns.adobe.com/experience/analytics/evars/evar204": { - "title": "eVar204", - "type": "string", - "description": "Custom conversion variable 204." - }, - "https://ns.adobe.com/experience/analytics/evars/evar205": { - "title": "eVar205", - "type": "string", - "description": "Custom conversion variable 205." - }, - "https://ns.adobe.com/experience/analytics/evars/evar206": { - "title": "eVar206", - "type": "string", - "description": "Custom conversion variable 206." - }, - "https://ns.adobe.com/experience/analytics/evars/evar207": { - "title": "eVar207", - "type": "string", - "description": "Custom conversion variable 207." - }, - "https://ns.adobe.com/experience/analytics/evars/evar208": { - "title": "eVar208", - "type": "string", - "description": "Custom conversion variable 208." - }, - "https://ns.adobe.com/experience/analytics/evars/evar209": { - "title": "eVar209", - "type": "string", - "description": "Custom conversion variable 209." - }, - "https://ns.adobe.com/experience/analytics/evars/evar210": { - "title": "eVar210", - "type": "string", - "description": "Custom conversion variable 210." - }, - "https://ns.adobe.com/experience/analytics/evars/evar211": { - "title": "eVar211", - "type": "string", - "description": "Custom conversion variable 211." - }, - "https://ns.adobe.com/experience/analytics/evars/evar212": { - "title": "eVar212", - "type": "string", - "description": "Custom conversion variable 212." - }, - "https://ns.adobe.com/experience/analytics/evars/evar213": { - "title": "eVar213", - "type": "string", - "description": "Custom conversion variable 213." - }, - "https://ns.adobe.com/experience/analytics/evars/evar214": { - "title": "eVar214", - "type": "string", - "description": "Custom conversion variable 214." - }, - "https://ns.adobe.com/experience/analytics/evars/evar215": { - "title": "eVar215", - "type": "string", - "description": "Custom conversion variable 215." - }, - "https://ns.adobe.com/experience/analytics/evars/evar216": { - "title": "eVar216", - "type": "string", - "description": "Custom conversion variable 216." - }, - "https://ns.adobe.com/experience/analytics/evars/evar217": { - "title": "eVar217", - "type": "string", - "description": "Custom conversion variable 217." - }, - "https://ns.adobe.com/experience/analytics/evars/evar218": { - "title": "eVar218", - "type": "string", - "description": "Custom conversion variable 218." - }, - "https://ns.adobe.com/experience/analytics/evars/evar219": { - "title": "eVar219", - "type": "string", - "description": "Custom conversion variable 219." - }, - "https://ns.adobe.com/experience/analytics/evars/evar220": { - "title": "eVar220", - "type": "string", - "description": "Custom conversion variable 220." - }, - "https://ns.adobe.com/experience/analytics/evars/evar221": { - "title": "eVar221", - "type": "string", - "description": "Custom conversion variable 221." - }, - "https://ns.adobe.com/experience/analytics/evars/evar222": { - "title": "eVar222", - "type": "string", - "description": "Custom conversion variable 222." - }, - "https://ns.adobe.com/experience/analytics/evars/evar223": { - "title": "eVar223", - "type": "string", - "description": "Custom conversion variable 223." - }, - "https://ns.adobe.com/experience/analytics/evars/evar224": { - "title": "eVar224", - "type": "string", - "description": "Custom conversion variable 224." - }, - "https://ns.adobe.com/experience/analytics/evars/evar225": { - "title": "eVar225", - "type": "string", - "description": "Custom conversion variable 225." - }, - "https://ns.adobe.com/experience/analytics/evars/evar226": { - "title": "eVar226", - "type": "string", - "description": "Custom conversion variable 226." - }, - "https://ns.adobe.com/experience/analytics/evars/evar227": { - "title": "eVar227", - "type": "string", - "description": "Custom conversion variable 227." - }, - "https://ns.adobe.com/experience/analytics/evars/evar228": { - "title": "eVar228", - "type": "string", - "description": "Custom conversion variable 228." - }, - "https://ns.adobe.com/experience/analytics/evars/evar229": { - "title": "eVar229", - "type": "string", - "description": "Custom conversion variable 229." - }, - "https://ns.adobe.com/experience/analytics/evars/evar230": { - "title": "eVar230", - "type": "string", - "description": "Custom conversion variable 230." - }, - "https://ns.adobe.com/experience/analytics/evars/evar231": { - "title": "eVar231", - "type": "string", - "description": "Custom conversion variable 231." - }, - "https://ns.adobe.com/experience/analytics/evars/evar232": { - "title": "eVar232", - "type": "string", - "description": "Custom conversion variable 232." - }, - "https://ns.adobe.com/experience/analytics/evars/evar233": { - "title": "eVar233", - "type": "string", - "description": "Custom conversion variable 233." - }, - "https://ns.adobe.com/experience/analytics/evars/evar234": { - "title": "eVar234", - "type": "string", - "description": "Custom conversion variable 234." - }, - "https://ns.adobe.com/experience/analytics/evars/evar235": { - "title": "eVar235", - "type": "string", - "description": "Custom conversion variable 235." - }, - "https://ns.adobe.com/experience/analytics/evars/evar236": { - "title": "eVar236", - "type": "string", - "description": "Custom conversion variable 236." - }, - "https://ns.adobe.com/experience/analytics/evars/evar237": { - "title": "eVar237", - "type": "string", - "description": "Custom conversion variable 237." - }, - "https://ns.adobe.com/experience/analytics/evars/evar238": { - "title": "eVar238", - "type": "string", - "description": "Custom conversion variable 238." - }, - "https://ns.adobe.com/experience/analytics/evars/evar239": { - "title": "eVar239", - "type": "string", - "description": "Custom conversion variable 239." - }, - "https://ns.adobe.com/experience/analytics/evars/evar240": { - "title": "eVar240", - "type": "string", - "description": "Custom conversion variable 240." - }, - "https://ns.adobe.com/experience/analytics/evars/evar241": { - "title": "eVar241", - "type": "string", - "description": "Custom conversion variable 241." - }, - "https://ns.adobe.com/experience/analytics/evars/evar242": { - "title": "eVar242", - "type": "string", - "description": "Custom conversion variable 242." - }, - "https://ns.adobe.com/experience/analytics/evars/evar243": { - "title": "eVar243", - "type": "string", - "description": "Custom conversion variable 243." - }, - "https://ns.adobe.com/experience/analytics/evars/evar244": { - "title": "eVar244", - "type": "string", - "description": "Custom conversion variable 244." - }, - "https://ns.adobe.com/experience/analytics/evars/evar245": { - "title": "eVar245", - "type": "string", - "description": "Custom conversion variable 245." - }, - "https://ns.adobe.com/experience/analytics/evars/evar246": { - "title": "eVar246", - "type": "string", - "description": "Custom conversion variable 246." - }, - "https://ns.adobe.com/experience/analytics/evars/evar247": { - "title": "eVar247", - "type": "string", - "description": "Custom conversion variable 247." - }, - "https://ns.adobe.com/experience/analytics/evars/evar248": { - "title": "eVar248", - "type": "string", - "description": "Custom conversion variable 248." - }, - "https://ns.adobe.com/experience/analytics/evars/evar249": { - "title": "eVar249", - "type": "string", - "description": "Custom conversion variable 249." - }, - "https://ns.adobe.com/experience/analytics/evars/evar250": { - "title": "eVar250", - "type": "string", - "description": "Custom conversion variable 250." - }, - "https://ns.adobe.com/experience/analytics/props/prop1": { - "title": "prop1", - "type": "string", - "description": "Custom property variable 1." - }, - "https://ns.adobe.com/experience/analytics/props/prop2": { - "title": "prop2", - "type": "string", - "description": "Custom property variable 2." - }, - "https://ns.adobe.com/experience/analytics/props/prop3": { - "title": "prop3", - "type": "string", - "description": "Custom property variable 3." - }, - "https://ns.adobe.com/experience/analytics/props/prop4": { - "title": "prop4", - "type": "string", - "description": "Custom property variable 4." - }, - "https://ns.adobe.com/experience/analytics/props/prop5": { - "title": "prop5", - "type": "string", - "description": "Custom property variable 5." - }, - "https://ns.adobe.com/experience/analytics/props/prop6": { - "title": "prop6", - "type": "string", - "description": "Custom property variable 6." - }, - "https://ns.adobe.com/experience/analytics/props/prop7": { - "title": "prop7", - "type": "string", - "description": "Custom property variable 7." - }, - "https://ns.adobe.com/experience/analytics/props/prop8": { - "title": "prop8", - "type": "string", - "description": "Custom property variable 8." - }, - "https://ns.adobe.com/experience/analytics/props/prop9": { - "title": "prop9", - "type": "string", - "description": "Custom property variable 9." - }, - "https://ns.adobe.com/experience/analytics/props/prop10": { - "title": "prop10", - "type": "string", - "description": "Custom property variable 10." - }, - "https://ns.adobe.com/experience/analytics/props/prop11": { - "title": "prop11", - "type": "string", - "description": "Custom property variable 11." - }, - "https://ns.adobe.com/experience/analytics/props/prop12": { - "title": "prop12", - "type": "string", - "description": "Custom property variable 12." - }, - "https://ns.adobe.com/experience/analytics/props/prop13": { - "title": "prop13", - "type": "string", - "description": "Custom property variable 13." - }, - "https://ns.adobe.com/experience/analytics/props/prop14": { - "title": "prop14", - "type": "string", - "description": "Custom property variable 14." - }, - "https://ns.adobe.com/experience/analytics/props/prop15": { - "title": "prop15", - "type": "string", - "description": "Custom property variable 15." - }, - "https://ns.adobe.com/experience/analytics/props/prop16": { - "title": "prop16", - "type": "string", - "description": "Custom property variable 16." - }, - "https://ns.adobe.com/experience/analytics/props/prop17": { - "title": "prop17", - "type": "string", - "description": "Custom property variable 17." - }, - "https://ns.adobe.com/experience/analytics/props/prop18": { - "title": "prop18", - "type": "string", - "description": "Custom property variable 18." - }, - "https://ns.adobe.com/experience/analytics/props/prop19": { - "title": "prop19", - "type": "string", - "description": "Custom property variable 19." - }, - "https://ns.adobe.com/experience/analytics/props/prop20": { - "title": "prop20", - "type": "string", - "description": "Custom property variable 20." - }, - "https://ns.adobe.com/experience/analytics/props/prop21": { - "title": "prop21", - "type": "string", - "description": "Custom property variable 21." - }, - "https://ns.adobe.com/experience/analytics/props/prop22": { - "title": "prop22", - "type": "string", - "description": "Custom property variable 22." - }, - "https://ns.adobe.com/experience/analytics/props/prop23": { - "title": "prop23", - "type": "string", - "description": "Custom property variable 23." - }, - "https://ns.adobe.com/experience/analytics/props/prop24": { - "title": "prop24", - "type": "string", - "description": "Custom property variable 24." - }, - "https://ns.adobe.com/experience/analytics/props/prop25": { - "title": "prop25", - "type": "string", - "description": "Custom property variable 25." - }, - "https://ns.adobe.com/experience/analytics/props/prop26": { - "title": "prop26", - "type": "string", - "description": "Custom property variable 26." - }, - "https://ns.adobe.com/experience/analytics/props/prop27": { - "title": "prop27", - "type": "string", - "description": "Custom property variable 27." - }, - "https://ns.adobe.com/experience/analytics/props/prop28": { - "title": "prop28", - "type": "string", - "description": "Custom property variable 28." - }, - "https://ns.adobe.com/experience/analytics/props/prop29": { - "title": "prop29", - "type": "string", - "description": "Custom property variable 29." - }, - "https://ns.adobe.com/experience/analytics/props/prop30": { - "title": "prop30", - "type": "string", - "description": "Custom property variable 30." - }, - "https://ns.adobe.com/experience/analytics/props/prop31": { - "title": "prop31", - "type": "string", - "description": "Custom property variable 31." - }, - "https://ns.adobe.com/experience/analytics/props/prop32": { - "title": "prop32", - "type": "string", - "description": "Custom property variable 32." - }, - "https://ns.adobe.com/experience/analytics/props/prop33": { - "title": "prop33", - "type": "string", - "description": "Custom property variable 33." - }, - "https://ns.adobe.com/experience/analytics/props/prop34": { - "title": "prop34", - "type": "string", - "description": "Custom property variable 34." - }, - "https://ns.adobe.com/experience/analytics/props/prop35": { - "title": "prop35", - "type": "string", - "description": "Custom property variable 35." - }, - "https://ns.adobe.com/experience/analytics/props/prop36": { - "title": "prop36", - "type": "string", - "description": "Custom property variable 36." - }, - "https://ns.adobe.com/experience/analytics/props/prop37": { - "title": "prop37", - "type": "string", - "description": "Custom property variable 37." - }, - "https://ns.adobe.com/experience/analytics/props/prop38": { - "title": "prop38", - "type": "string", - "description": "Custom property variable 38." - }, - "https://ns.adobe.com/experience/analytics/props/prop39": { - "title": "prop39", - "type": "string", - "description": "Custom property variable 39." - }, - "https://ns.adobe.com/experience/analytics/props/prop40": { - "title": "prop40", - "type": "string", - "description": "Custom property variable 40." - }, - "https://ns.adobe.com/experience/analytics/props/prop41": { - "title": "prop41", - "type": "string", - "description": "Custom property variable 41." - }, - "https://ns.adobe.com/experience/analytics/props/prop42": { - "title": "prop42", - "type": "string", - "description": "Custom property variable 42." - }, - "https://ns.adobe.com/experience/analytics/props/prop43": { - "title": "prop43", - "type": "string", - "description": "Custom property variable 43." - }, - "https://ns.adobe.com/experience/analytics/props/prop44": { - "title": "prop44", - "type": "string", - "description": "Custom property variable 44." - }, - "https://ns.adobe.com/experience/analytics/props/prop45": { - "title": "prop45", - "type": "string", - "description": "Custom property variable 45." - }, - "https://ns.adobe.com/experience/analytics/props/prop46": { - "title": "prop46", - "type": "string", - "description": "Custom property variable 46." - }, - "https://ns.adobe.com/experience/analytics/props/prop47": { - "title": "prop47", - "type": "string", - "description": "Custom property variable 47." - }, - "https://ns.adobe.com/experience/analytics/props/prop48": { - "title": "prop48", - "type": "string", - "description": "Custom property variable 48." - }, - "https://ns.adobe.com/experience/analytics/props/prop49": { - "title": "prop49", - "type": "string", - "description": "Custom property variable 49." - }, - "https://ns.adobe.com/experience/analytics/props/prop50": { - "title": "prop50", - "type": "string", - "description": "Custom property variable 50." - }, - "https://ns.adobe.com/experience/analytics/props/prop51": { - "title": "prop51", - "type": "string", - "description": "Custom property variable 51." - }, - "https://ns.adobe.com/experience/analytics/props/prop52": { - "title": "prop52", - "type": "string", - "description": "Custom property variable 52." - }, - "https://ns.adobe.com/experience/analytics/props/prop53": { - "title": "prop53", - "type": "string", - "description": "Custom property variable 53." - }, - "https://ns.adobe.com/experience/analytics/props/prop54": { - "title": "prop54", - "type": "string", - "description": "Custom property variable 54." - }, - "https://ns.adobe.com/experience/analytics/props/prop55": { - "title": "prop55", - "type": "string", - "description": "Custom property variable 55." - }, - "https://ns.adobe.com/experience/analytics/props/prop56": { - "title": "prop56", - "type": "string", - "description": "Custom property variable 56." - }, - "https://ns.adobe.com/experience/analytics/props/prop57": { - "title": "prop57", - "type": "string", - "description": "Custom property variable 57." - }, - "https://ns.adobe.com/experience/analytics/props/prop58": { - "title": "prop58", - "type": "string", - "description": "Custom property variable 58." - }, - "https://ns.adobe.com/experience/analytics/props/prop59": { - "title": "prop59", - "type": "string", - "description": "Custom property variable 59." - }, - "https://ns.adobe.com/experience/analytics/props/prop60": { - "title": "prop60", - "type": "string", - "description": "Custom property variable 60." - }, - "https://ns.adobe.com/experience/analytics/props/prop61": { - "title": "prop61", - "type": "string", - "description": "Custom property variable 61." - }, - "https://ns.adobe.com/experience/analytics/props/prop62": { - "title": "prop62", - "type": "string", - "description": "Custom property variable 62." - }, - "https://ns.adobe.com/experience/analytics/props/prop63": { - "title": "prop63", - "type": "string", - "description": "Custom property variable 63." - }, - "https://ns.adobe.com/experience/analytics/props/prop64": { - "title": "prop64", - "type": "string", - "description": "Custom property variable 64." - }, - "https://ns.adobe.com/experience/analytics/props/prop65": { - "title": "prop65", - "type": "string", - "description": "Custom property variable 65." - }, - "https://ns.adobe.com/experience/analytics/props/prop66": { - "title": "prop66", - "type": "string", - "description": "Custom property variable 66." - }, - "https://ns.adobe.com/experience/analytics/props/prop67": { - "title": "prop67", - "type": "string", - "description": "Custom property variable 67." - }, - "https://ns.adobe.com/experience/analytics/props/prop68": { - "title": "prop68", - "type": "string", - "description": "Custom property variable 68." - }, - "https://ns.adobe.com/experience/analytics/props/prop69": { - "title": "prop69", - "type": "string", - "description": "Custom property variable 69." - }, - "https://ns.adobe.com/experience/analytics/props/prop70": { - "title": "prop70", - "type": "string", - "description": "Custom property variable 70." - }, - "https://ns.adobe.com/experience/analytics/props/prop71": { - "title": "prop71", - "type": "string", - "description": "Custom property variable 71." - }, - "https://ns.adobe.com/experience/analytics/props/prop72": { - "title": "prop72", - "type": "string", - "description": "Custom property variable 72." - }, - "https://ns.adobe.com/experience/analytics/props/prop73": { - "title": "prop73", - "type": "string", - "description": "Custom property variable 73." - }, - "https://ns.adobe.com/experience/analytics/props/prop74": { - "title": "prop74", - "type": "string", - "description": "Custom property variable 74." - }, - "https://ns.adobe.com/experience/analytics/props/prop75": { - "title": "prop75", - "type": "string", - "description": "Custom property variable 75." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop1/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop1/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop2/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop2/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop3/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop3/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop4/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop4/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop5/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop5/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop6/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop6/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop7/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop7/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop8/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop8/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop9/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop9/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop10/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop10/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop11/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop11/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop12/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop12/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop13/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop13/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop14/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop14/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop15/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop15/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop16/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop16/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop17/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop17/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop18/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop18/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop19/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop19/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop20/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop20/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop21/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop21/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop22/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop22/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop23/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop23/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop24/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop24/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop25/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop25/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop26/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop26/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop27/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop27/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop28/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop28/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop29/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop29/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop30/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop30/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop31/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop31/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop32/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop32/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop33/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop33/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop34/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop34/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop35/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop35/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop36/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop36/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop37/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop37/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop38/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop38/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop39/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop39/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop40/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop40/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop41/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop41/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop42/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop42/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop43/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop43/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop44/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop44/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop45/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop45/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop46/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop46/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop47/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop47/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop48/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop48/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop49/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop49/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop50/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop50/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop51/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop51/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop52/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop52/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop53/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop53/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop54/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop54/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop55/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop55/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop56/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop56/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop57/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop57/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop58/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop58/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop59/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop59/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop60/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop60/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop61/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop61/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop62/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop62/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop63/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop63/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop64/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop64/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop65/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop65/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop66/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop66/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop67/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop67/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop68/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop68/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop69/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop69/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop70/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop70/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop71/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop71/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop72/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop72/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop73/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop73/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop74/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop74/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop75/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/listprops/prop75/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier1/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier1/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier2/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier2/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier3/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier3/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier4/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier4/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier5/values": { - "title": "List Values", - "type": "array", - "items": { - "type": "string" - }, - "description": "List of values." - }, - "https://ns.adobe.com/experience/analytics/hierarchies/hier5/delimiter": { - "title": "Original List Delimiter", - "type": "string", - "description": "The original delimiter used to generate the list." - } - } - } - }, - "allOf": [ - { - "$ref": "#/definitions/customdimensions" - } - ] -} diff --git a/extensions/adobe/experience/analytics/customevents.schema.json b/extensions/adobe/experience/analytics/customevents.schema.json deleted file mode 100644 index ac6072137..000000000 --- a/extensions/adobe/experience/analytics/customevents.schema.json +++ /dev/null @@ -1,5024 +0,0 @@ -{ - "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/experience/analytics/customevents", - "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Adobe Analytics Cloud Experience Event Custom Events", - "type": "object", - "description": "Adobe Analytics Cloud Experience Event Custom Events.", - "definitions": { - "customevents": { - "properties": { - "https://ns.adobe.com/experience/analytics/event1to100/event1": { - "title": "event1", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 1." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event2": { - "title": "event2", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 2." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event3": { - "title": "event3", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 3." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event4": { - "title": "event4", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 4." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event5": { - "title": "event5", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 5." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event6": { - "title": "event6", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 6." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event7": { - "title": "event7", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 7." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event8": { - "title": "event8", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 8." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event9": { - "title": "event9", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 9." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event10": { - "title": "event10", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 10." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event11": { - "title": "event11", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 11." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event12": { - "title": "event12", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 12." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event13": { - "title": "event13", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 13." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event14": { - "title": "event14", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 14." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event15": { - "title": "event15", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 15." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event16": { - "title": "event16", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 16." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event17": { - "title": "event17", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 17." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event18": { - "title": "event18", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 18." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event19": { - "title": "event19", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 19." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event20": { - "title": "event20", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 20." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event21": { - "title": "event21", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 21." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event22": { - "title": "event22", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 22." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event23": { - "title": "event23", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 23." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event24": { - "title": "event24", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 24." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event25": { - "title": "event25", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 25." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event26": { - "title": "event26", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 26." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event27": { - "title": "event27", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 27." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event28": { - "title": "event28", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 28." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event29": { - "title": "event29", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 29." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event30": { - "title": "event30", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 30." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event31": { - "title": "event31", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 31." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event32": { - "title": "event32", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 32." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event33": { - "title": "event33", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 33." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event34": { - "title": "event34", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 34." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event35": { - "title": "event35", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 35." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event36": { - "title": "event36", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 36." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event37": { - "title": "event37", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 37." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event38": { - "title": "event38", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 38." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event39": { - "title": "event39", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 39." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event40": { - "title": "event40", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 40." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event41": { - "title": "event41", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 41." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event42": { - "title": "event42", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 42." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event43": { - "title": "event43", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 43." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event44": { - "title": "event44", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 44." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event45": { - "title": "event45", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 45." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event46": { - "title": "event46", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 46." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event47": { - "title": "event47", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 47." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event48": { - "title": "event48", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 48." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event49": { - "title": "event49", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 49." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event50": { - "title": "event50", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 50." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event51": { - "title": "event51", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 51." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event52": { - "title": "event52", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 52." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event53": { - "title": "event53", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 53." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event54": { - "title": "event54", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 54." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event55": { - "title": "event55", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 55." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event56": { - "title": "event56", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 56." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event57": { - "title": "event57", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 57." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event58": { - "title": "event58", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 58." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event59": { - "title": "event59", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 59." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event60": { - "title": "event60", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 60." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event61": { - "title": "event61", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 61." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event62": { - "title": "event62", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 62." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event63": { - "title": "event63", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 63." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event64": { - "title": "event64", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 64." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event65": { - "title": "event65", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 65." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event66": { - "title": "event66", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 66." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event67": { - "title": "event67", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 67." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event68": { - "title": "event68", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 68." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event69": { - "title": "event69", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 69." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event70": { - "title": "event70", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 70." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event71": { - "title": "event71", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 71." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event72": { - "title": "event72", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 72." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event73": { - "title": "event73", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 73." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event74": { - "title": "event74", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 74." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event75": { - "title": "event75", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 75." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event76": { - "title": "event76", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 76." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event77": { - "title": "event77", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 77." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event78": { - "title": "event78", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 78." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event79": { - "title": "event79", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 79." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event80": { - "title": "event80", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 80." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event81": { - "title": "event81", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 81." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event82": { - "title": "event82", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 82." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event83": { - "title": "event83", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 83." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event84": { - "title": "event84", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 84." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event85": { - "title": "event85", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 85." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event86": { - "title": "event86", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 86." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event87": { - "title": "event87", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 87." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event88": { - "title": "event88", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 88." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event89": { - "title": "event89", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 89." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event90": { - "title": "event90", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 90." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event91": { - "title": "event91", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 91." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event92": { - "title": "event92", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 92." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event93": { - "title": "event93", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 93." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event94": { - "title": "event94", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 94." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event95": { - "title": "event95", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 95." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event96": { - "title": "event96", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 96." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event97": { - "title": "event97", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 97." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event98": { - "title": "event98", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 98." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event99": { - "title": "event99", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 99." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event100": { - "title": "event100", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 100." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event101": { - "title": "event101", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 101." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event102": { - "title": "event102", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 102." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event103": { - "title": "event103", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 103." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event104": { - "title": "event104", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 104." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event105": { - "title": "event105", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 105." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event106": { - "title": "event106", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 106." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event107": { - "title": "event107", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 107." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event108": { - "title": "event108", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 108." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event109": { - "title": "event109", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 109." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event110": { - "title": "event110", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 110." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event111": { - "title": "event111", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 111." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event112": { - "title": "event112", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 112." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event113": { - "title": "event113", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 113." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event114": { - "title": "event114", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 114." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event115": { - "title": "event115", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 115." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event116": { - "title": "event116", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 116." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event117": { - "title": "event117", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 117." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event118": { - "title": "event118", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 118." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event119": { - "title": "event119", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 119." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event120": { - "title": "event120", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 120." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event121": { - "title": "event121", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 121." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event122": { - "title": "event122", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 122." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event123": { - "title": "event123", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 123." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event124": { - "title": "event124", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 124." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event125": { - "title": "event125", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 125." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event126": { - "title": "event126", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 126." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event127": { - "title": "event127", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 127." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event128": { - "title": "event128", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 128." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event129": { - "title": "event129", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 129." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event130": { - "title": "event130", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 130." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event131": { - "title": "event131", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 131." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event132": { - "title": "event132", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 132." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event133": { - "title": "event133", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 133." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event134": { - "title": "event134", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 134." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event135": { - "title": "event135", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 135." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event136": { - "title": "event136", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 136." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event137": { - "title": "event137", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 137." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event138": { - "title": "event138", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 138." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event139": { - "title": "event139", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 139." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event140": { - "title": "event140", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 140." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event141": { - "title": "event141", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 141." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event142": { - "title": "event142", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 142." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event143": { - "title": "event143", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 143." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event144": { - "title": "event144", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 144." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event145": { - "title": "event145", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 145." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event146": { - "title": "event146", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 146." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event147": { - "title": "event147", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 147." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event148": { - "title": "event148", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 148." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event149": { - "title": "event149", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 149." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event150": { - "title": "event150", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 150." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event151": { - "title": "event151", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 151." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event152": { - "title": "event152", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 152." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event153": { - "title": "event153", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 153." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event154": { - "title": "event154", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 154." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event155": { - "title": "event155", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 155." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event156": { - "title": "event156", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 156." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event157": { - "title": "event157", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 157." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event158": { - "title": "event158", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 158." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event159": { - "title": "event159", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 159." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event160": { - "title": "event160", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 160." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event161": { - "title": "event161", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 161." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event162": { - "title": "event162", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 162." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event163": { - "title": "event163", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 163." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event164": { - "title": "event164", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 164." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event165": { - "title": "event165", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 165." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event166": { - "title": "event166", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 166." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event167": { - "title": "event167", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 167." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event168": { - "title": "event168", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 168." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event169": { - "title": "event169", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 169." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event170": { - "title": "event170", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 170." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event171": { - "title": "event171", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 171." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event172": { - "title": "event172", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 172." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event173": { - "title": "event173", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 173." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event174": { - "title": "event174", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 174." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event175": { - "title": "event175", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 175." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event176": { - "title": "event176", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 176." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event177": { - "title": "event177", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 177." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event178": { - "title": "event178", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 178." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event179": { - "title": "event179", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 179." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event180": { - "title": "event180", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 180." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event181": { - "title": "event181", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 181." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event182": { - "title": "event182", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 182." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event183": { - "title": "event183", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 183." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event184": { - "title": "event184", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 184." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event185": { - "title": "event185", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 185." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event186": { - "title": "event186", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 186." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event187": { - "title": "event187", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 187." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event188": { - "title": "event188", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 188." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event189": { - "title": "event189", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 189." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event190": { - "title": "event190", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 190." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event191": { - "title": "event191", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 191." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event192": { - "title": "event192", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 192." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event193": { - "title": "event193", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 193." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event194": { - "title": "event194", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 194." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event195": { - "title": "event195", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 195." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event196": { - "title": "event196", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 196." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event197": { - "title": "event197", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 197." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event198": { - "title": "event198", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 198." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event199": { - "title": "event199", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 199." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event200": { - "title": "event200", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 200." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event201": { - "title": "event201", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 201." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event202": { - "title": "event202", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 202." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event203": { - "title": "event203", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 203." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event204": { - "title": "event204", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 204." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event205": { - "title": "event205", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 205." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event206": { - "title": "event206", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 206." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event207": { - "title": "event207", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 207." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event208": { - "title": "event208", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 208." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event209": { - "title": "event209", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 209." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event210": { - "title": "event210", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 210." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event211": { - "title": "event211", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 211." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event212": { - "title": "event212", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 212." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event213": { - "title": "event213", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 213." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event214": { - "title": "event214", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 214." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event215": { - "title": "event215", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 215." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event216": { - "title": "event216", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 216." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event217": { - "title": "event217", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 217." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event218": { - "title": "event218", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 218." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event219": { - "title": "event219", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 219." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event220": { - "title": "event220", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 220." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event221": { - "title": "event221", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 221." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event222": { - "title": "event222", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 222." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event223": { - "title": "event223", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 223." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event224": { - "title": "event224", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 224." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event225": { - "title": "event225", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 225." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event226": { - "title": "event226", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 226." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event227": { - "title": "event227", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 227." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event228": { - "title": "event228", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 228." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event229": { - "title": "event229", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 229." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event230": { - "title": "event230", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 230." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event231": { - "title": "event231", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 231." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event232": { - "title": "event232", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 232." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event233": { - "title": "event233", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 233." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event234": { - "title": "event234", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 234." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event235": { - "title": "event235", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 235." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event236": { - "title": "event236", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 236." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event237": { - "title": "event237", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 237." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event238": { - "title": "event238", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 238." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event239": { - "title": "event239", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 239." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event240": { - "title": "event240", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 240." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event241": { - "title": "event241", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 241." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event242": { - "title": "event242", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 242." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event243": { - "title": "event243", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 243." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event244": { - "title": "event244", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 244." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event245": { - "title": "event245", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 245." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event246": { - "title": "event246", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 246." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event247": { - "title": "event247", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 247." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event248": { - "title": "event248", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 248." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event249": { - "title": "event249", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 249." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event250": { - "title": "event250", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 250." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event251": { - "title": "event251", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 251." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event252": { - "title": "event252", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 252." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event253": { - "title": "event253", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 253." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event254": { - "title": "event254", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 254." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event255": { - "title": "event255", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 255." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event256": { - "title": "event256", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 256." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event257": { - "title": "event257", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 257." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event258": { - "title": "event258", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 258." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event259": { - "title": "event259", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 259." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event260": { - "title": "event260", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 260." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event261": { - "title": "event261", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 261." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event262": { - "title": "event262", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 262." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event263": { - "title": "event263", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 263." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event264": { - "title": "event264", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 264." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event265": { - "title": "event265", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 265." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event266": { - "title": "event266", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 266." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event267": { - "title": "event267", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 267." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event268": { - "title": "event268", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 268." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event269": { - "title": "event269", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 269." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event270": { - "title": "event270", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 270." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event271": { - "title": "event271", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 271." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event272": { - "title": "event272", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 272." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event273": { - "title": "event273", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 273." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event274": { - "title": "event274", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 274." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event275": { - "title": "event275", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 275." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event276": { - "title": "event276", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 276." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event277": { - "title": "event277", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 277." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event278": { - "title": "event278", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 278." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event279": { - "title": "event279", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 279." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event280": { - "title": "event280", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 280." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event281": { - "title": "event281", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 281." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event282": { - "title": "event282", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 282." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event283": { - "title": "event283", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 283." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event284": { - "title": "event284", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 284." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event285": { - "title": "event285", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 285." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event286": { - "title": "event286", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 286." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event287": { - "title": "event287", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 287." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event288": { - "title": "event288", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 288." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event289": { - "title": "event289", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 289." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event290": { - "title": "event290", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 290." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event291": { - "title": "event291", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 291." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event292": { - "title": "event292", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 292." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event293": { - "title": "event293", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 293." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event294": { - "title": "event294", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 294." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event295": { - "title": "event295", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 295." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event296": { - "title": "event296", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 296." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event297": { - "title": "event297", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 297." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event298": { - "title": "event298", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 298." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event299": { - "title": "event299", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 299." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event300": { - "title": "event300", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 300." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event301": { - "title": "event301", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 301." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event302": { - "title": "event302", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 302." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event303": { - "title": "event303", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 303." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event304": { - "title": "event304", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 304." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event305": { - "title": "event305", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 305." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event306": { - "title": "event306", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 306." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event307": { - "title": "event307", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 307." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event308": { - "title": "event308", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 308." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event309": { - "title": "event309", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 309." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event310": { - "title": "event310", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 310." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event311": { - "title": "event311", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 311." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event312": { - "title": "event312", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 312." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event313": { - "title": "event313", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 313." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event314": { - "title": "event314", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 314." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event315": { - "title": "event315", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 315." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event316": { - "title": "event316", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 316." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event317": { - "title": "event317", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 317." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event318": { - "title": "event318", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 318." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event319": { - "title": "event319", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 319." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event320": { - "title": "event320", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 320." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event321": { - "title": "event321", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 321." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event322": { - "title": "event322", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 322." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event323": { - "title": "event323", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 323." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event324": { - "title": "event324", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 324." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event325": { - "title": "event325", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 325." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event326": { - "title": "event326", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 326." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event327": { - "title": "event327", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 327." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event328": { - "title": "event328", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 328." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event329": { - "title": "event329", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 329." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event330": { - "title": "event330", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 330." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event331": { - "title": "event331", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 331." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event332": { - "title": "event332", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 332." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event333": { - "title": "event333", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 333." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event334": { - "title": "event334", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 334." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event335": { - "title": "event335", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 335." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event336": { - "title": "event336", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 336." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event337": { - "title": "event337", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 337." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event338": { - "title": "event338", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 338." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event339": { - "title": "event339", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 339." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event340": { - "title": "event340", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 340." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event341": { - "title": "event341", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 341." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event342": { - "title": "event342", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 342." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event343": { - "title": "event343", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 343." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event344": { - "title": "event344", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 344." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event345": { - "title": "event345", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 345." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event346": { - "title": "event346", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 346." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event347": { - "title": "event347", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 347." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event348": { - "title": "event348", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 348." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event349": { - "title": "event349", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 349." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event350": { - "title": "event350", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 350." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event351": { - "title": "event351", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 351." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event352": { - "title": "event352", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 352." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event353": { - "title": "event353", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 353." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event354": { - "title": "event354", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 354." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event355": { - "title": "event355", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 355." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event356": { - "title": "event356", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 356." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event357": { - "title": "event357", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 357." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event358": { - "title": "event358", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 358." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event359": { - "title": "event359", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 359." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event360": { - "title": "event360", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 360." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event361": { - "title": "event361", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 361." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event362": { - "title": "event362", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 362." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event363": { - "title": "event363", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 363." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event364": { - "title": "event364", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 364." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event365": { - "title": "event365", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 365." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event366": { - "title": "event366", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 366." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event367": { - "title": "event367", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 367." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event368": { - "title": "event368", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 368." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event369": { - "title": "event369", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 369." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event370": { - "title": "event370", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 370." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event371": { - "title": "event371", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 371." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event372": { - "title": "event372", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 372." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event373": { - "title": "event373", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 373." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event374": { - "title": "event374", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 374." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event375": { - "title": "event375", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 375." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event376": { - "title": "event376", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 376." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event377": { - "title": "event377", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 377." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event378": { - "title": "event378", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 378." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event379": { - "title": "event379", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 379." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event380": { - "title": "event380", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 380." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event381": { - "title": "event381", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 381." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event382": { - "title": "event382", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 382." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event383": { - "title": "event383", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 383." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event384": { - "title": "event384", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 384." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event385": { - "title": "event385", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 385." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event386": { - "title": "event386", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 386." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event387": { - "title": "event387", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 387." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event388": { - "title": "event388", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 388." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event389": { - "title": "event389", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 389." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event390": { - "title": "event390", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 390." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event391": { - "title": "event391", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 391." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event392": { - "title": "event392", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 392." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event393": { - "title": "event393", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 393." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event394": { - "title": "event394", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 394." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event395": { - "title": "event395", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 395." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event396": { - "title": "event396", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 396." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event397": { - "title": "event397", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 397." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event398": { - "title": "event398", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 398." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event399": { - "title": "event399", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 399." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event400": { - "title": "event400", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 400." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event401": { - "title": "event401", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 401." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event402": { - "title": "event402", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 402." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event403": { - "title": "event403", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 403." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event404": { - "title": "event404", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 404." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event405": { - "title": "event405", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 405." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event406": { - "title": "event406", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 406." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event407": { - "title": "event407", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 407." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event408": { - "title": "event408", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 408." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event409": { - "title": "event409", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 409." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event410": { - "title": "event410", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 410." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event411": { - "title": "event411", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 411." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event412": { - "title": "event412", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 412." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event413": { - "title": "event413", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 413." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event414": { - "title": "event414", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 414." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event415": { - "title": "event415", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 415." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event416": { - "title": "event416", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 416." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event417": { - "title": "event417", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 417." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event418": { - "title": "event418", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 418." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event419": { - "title": "event419", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 419." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event420": { - "title": "event420", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 420." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event421": { - "title": "event421", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 421." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event422": { - "title": "event422", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 422." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event423": { - "title": "event423", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 423." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event424": { - "title": "event424", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 424." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event425": { - "title": "event425", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 425." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event426": { - "title": "event426", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 426." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event427": { - "title": "event427", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 427." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event428": { - "title": "event428", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 428." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event429": { - "title": "event429", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 429." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event430": { - "title": "event430", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 430." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event431": { - "title": "event431", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 431." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event432": { - "title": "event432", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 432." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event433": { - "title": "event433", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 433." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event434": { - "title": "event434", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 434." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event435": { - "title": "event435", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 435." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event436": { - "title": "event436", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 436." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event437": { - "title": "event437", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 437." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event438": { - "title": "event438", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 438." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event439": { - "title": "event439", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 439." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event440": { - "title": "event440", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 440." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event441": { - "title": "event441", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 441." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event442": { - "title": "event442", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 442." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event443": { - "title": "event443", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 443." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event444": { - "title": "event444", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 444." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event445": { - "title": "event445", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 445." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event446": { - "title": "event446", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 446." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event447": { - "title": "event447", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 447." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event448": { - "title": "event448", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 448." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event449": { - "title": "event449", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 449." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event450": { - "title": "event450", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 450." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event451": { - "title": "event451", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 451." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event452": { - "title": "event452", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 452." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event453": { - "title": "event453", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 453." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event454": { - "title": "event454", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 454." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event455": { - "title": "event455", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 455." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event456": { - "title": "event456", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 456." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event457": { - "title": "event457", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 457." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event458": { - "title": "event458", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 458." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event459": { - "title": "event459", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 459." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event460": { - "title": "event460", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 460." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event461": { - "title": "event461", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 461." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event462": { - "title": "event462", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 462." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event463": { - "title": "event463", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 463." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event464": { - "title": "event464", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 464." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event465": { - "title": "event465", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 465." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event466": { - "title": "event466", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 466." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event467": { - "title": "event467", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 467." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event468": { - "title": "event468", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 468." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event469": { - "title": "event469", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 469." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event470": { - "title": "event470", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 470." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event471": { - "title": "event471", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 471." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event472": { - "title": "event472", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 472." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event473": { - "title": "event473", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 473." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event474": { - "title": "event474", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 474." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event475": { - "title": "event475", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 475." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event476": { - "title": "event476", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 476." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event477": { - "title": "event477", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 477." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event478": { - "title": "event478", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 478." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event479": { - "title": "event479", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 479." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event480": { - "title": "event480", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 480." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event481": { - "title": "event481", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 481." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event482": { - "title": "event482", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 482." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event483": { - "title": "event483", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 483." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event484": { - "title": "event484", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 484." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event485": { - "title": "event485", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 485." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event486": { - "title": "event486", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 486." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event487": { - "title": "event487", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 487." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event488": { - "title": "event488", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 488." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event489": { - "title": "event489", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 489." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event490": { - "title": "event490", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 490." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event491": { - "title": "event491", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 491." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event492": { - "title": "event492", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 492." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event493": { - "title": "event493", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 493." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event494": { - "title": "event494", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 494." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event495": { - "title": "event495", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 495." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event496": { - "title": "event496", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 496." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event497": { - "title": "event497", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 497." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event498": { - "title": "event498", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 498." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event499": { - "title": "event499", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 499." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event500": { - "title": "event500", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 500." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event501": { - "title": "event501", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 501." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event502": { - "title": "event502", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 502." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event503": { - "title": "event503", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 503." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event504": { - "title": "event504", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 504." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event505": { - "title": "event505", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 505." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event506": { - "title": "event506", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 506." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event507": { - "title": "event507", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 507." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event508": { - "title": "event508", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 508." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event509": { - "title": "event509", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 509." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event510": { - "title": "event510", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 510." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event511": { - "title": "event511", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 511." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event512": { - "title": "event512", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 512." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event513": { - "title": "event513", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 513." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event514": { - "title": "event514", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 514." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event515": { - "title": "event515", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 515." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event516": { - "title": "event516", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 516." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event517": { - "title": "event517", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 517." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event518": { - "title": "event518", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 518." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event519": { - "title": "event519", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 519." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event520": { - "title": "event520", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 520." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event521": { - "title": "event521", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 521." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event522": { - "title": "event522", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 522." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event523": { - "title": "event523", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 523." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event524": { - "title": "event524", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 524." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event525": { - "title": "event525", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 525." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event526": { - "title": "event526", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 526." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event527": { - "title": "event527", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 527." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event528": { - "title": "event528", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 528." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event529": { - "title": "event529", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 529." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event530": { - "title": "event530", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 530." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event531": { - "title": "event531", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 531." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event532": { - "title": "event532", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 532." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event533": { - "title": "event533", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 533." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event534": { - "title": "event534", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 534." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event535": { - "title": "event535", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 535." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event536": { - "title": "event536", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 536." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event537": { - "title": "event537", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 537." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event538": { - "title": "event538", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 538." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event539": { - "title": "event539", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 539." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event540": { - "title": "event540", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 540." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event541": { - "title": "event541", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 541." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event542": { - "title": "event542", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 542." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event543": { - "title": "event543", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 543." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event544": { - "title": "event544", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 544." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event545": { - "title": "event545", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 545." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event546": { - "title": "event546", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 546." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event547": { - "title": "event547", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 547." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event548": { - "title": "event548", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 548." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event549": { - "title": "event549", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 549." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event550": { - "title": "event550", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 550." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event551": { - "title": "event551", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 551." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event552": { - "title": "event552", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 552." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event553": { - "title": "event553", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 553." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event554": { - "title": "event554", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 554." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event555": { - "title": "event555", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 555." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event556": { - "title": "event556", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 556." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event557": { - "title": "event557", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 557." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event558": { - "title": "event558", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 558." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event559": { - "title": "event559", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 559." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event560": { - "title": "event560", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 560." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event561": { - "title": "event561", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 561." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event562": { - "title": "event562", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 562." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event563": { - "title": "event563", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 563." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event564": { - "title": "event564", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 564." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event565": { - "title": "event565", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 565." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event566": { - "title": "event566", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 566." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event567": { - "title": "event567", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 567." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event568": { - "title": "event568", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 568." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event569": { - "title": "event569", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 569." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event570": { - "title": "event570", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 570." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event571": { - "title": "event571", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 571." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event572": { - "title": "event572", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 572." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event573": { - "title": "event573", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 573." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event574": { - "title": "event574", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 574." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event575": { - "title": "event575", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 575." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event576": { - "title": "event576", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 576." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event577": { - "title": "event577", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 577." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event578": { - "title": "event578", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 578." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event579": { - "title": "event579", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 579." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event580": { - "title": "event580", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 580." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event581": { - "title": "event581", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 581." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event582": { - "title": "event582", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 582." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event583": { - "title": "event583", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 583." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event584": { - "title": "event584", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 584." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event585": { - "title": "event585", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 585." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event586": { - "title": "event586", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 586." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event587": { - "title": "event587", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 587." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event588": { - "title": "event588", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 588." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event589": { - "title": "event589", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 589." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event590": { - "title": "event590", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 590." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event591": { - "title": "event591", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 591." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event592": { - "title": "event592", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 592." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event593": { - "title": "event593", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 593." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event594": { - "title": "event594", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 594." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event595": { - "title": "event595", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 595." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event596": { - "title": "event596", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 596." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event597": { - "title": "event597", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 597." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event598": { - "title": "event598", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 598." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event599": { - "title": "event599", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 599." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event600": { - "title": "event600", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 600." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event601": { - "title": "event601", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 601." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event602": { - "title": "event602", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 602." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event603": { - "title": "event603", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 603." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event604": { - "title": "event604", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 604." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event605": { - "title": "event605", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 605." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event606": { - "title": "event606", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 606." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event607": { - "title": "event607", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 607." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event608": { - "title": "event608", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 608." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event609": { - "title": "event609", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 609." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event610": { - "title": "event610", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 610." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event611": { - "title": "event611", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 611." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event612": { - "title": "event612", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 612." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event613": { - "title": "event613", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 613." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event614": { - "title": "event614", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 614." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event615": { - "title": "event615", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 615." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event616": { - "title": "event616", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 616." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event617": { - "title": "event617", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 617." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event618": { - "title": "event618", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 618." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event619": { - "title": "event619", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 619." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event620": { - "title": "event620", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 620." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event621": { - "title": "event621", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 621." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event622": { - "title": "event622", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 622." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event623": { - "title": "event623", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 623." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event624": { - "title": "event624", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 624." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event625": { - "title": "event625", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 625." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event626": { - "title": "event626", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 626." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event627": { - "title": "event627", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 627." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event628": { - "title": "event628", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 628." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event629": { - "title": "event629", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 629." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event630": { - "title": "event630", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 630." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event631": { - "title": "event631", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 631." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event632": { - "title": "event632", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 632." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event633": { - "title": "event633", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 633." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event634": { - "title": "event634", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 634." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event635": { - "title": "event635", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 635." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event636": { - "title": "event636", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 636." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event637": { - "title": "event637", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 637." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event638": { - "title": "event638", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 638." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event639": { - "title": "event639", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 639." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event640": { - "title": "event640", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 640." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event641": { - "title": "event641", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 641." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event642": { - "title": "event642", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 642." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event643": { - "title": "event643", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 643." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event644": { - "title": "event644", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 644." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event645": { - "title": "event645", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 645." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event646": { - "title": "event646", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 646." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event647": { - "title": "event647", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 647." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event648": { - "title": "event648", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 648." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event649": { - "title": "event649", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 649." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event650": { - "title": "event650", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 650." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event651": { - "title": "event651", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 651." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event652": { - "title": "event652", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 652." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event653": { - "title": "event653", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 653." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event654": { - "title": "event654", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 654." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event655": { - "title": "event655", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 655." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event656": { - "title": "event656", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 656." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event657": { - "title": "event657", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 657." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event658": { - "title": "event658", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 658." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event659": { - "title": "event659", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 659." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event660": { - "title": "event660", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 660." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event661": { - "title": "event661", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 661." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event662": { - "title": "event662", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 662." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event663": { - "title": "event663", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 663." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event664": { - "title": "event664", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 664." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event665": { - "title": "event665", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 665." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event666": { - "title": "event666", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 666." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event667": { - "title": "event667", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 667." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event668": { - "title": "event668", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 668." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event669": { - "title": "event669", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 669." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event670": { - "title": "event670", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 670." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event671": { - "title": "event671", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 671." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event672": { - "title": "event672", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 672." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event673": { - "title": "event673", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 673." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event674": { - "title": "event674", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 674." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event675": { - "title": "event675", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 675." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event676": { - "title": "event676", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 676." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event677": { - "title": "event677", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 677." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event678": { - "title": "event678", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 678." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event679": { - "title": "event679", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 679." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event680": { - "title": "event680", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 680." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event681": { - "title": "event681", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 681." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event682": { - "title": "event682", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 682." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event683": { - "title": "event683", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 683." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event684": { - "title": "event684", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 684." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event685": { - "title": "event685", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 685." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event686": { - "title": "event686", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 686." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event687": { - "title": "event687", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 687." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event688": { - "title": "event688", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 688." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event689": { - "title": "event689", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 689." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event690": { - "title": "event690", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 690." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event691": { - "title": "event691", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 691." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event692": { - "title": "event692", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 692." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event693": { - "title": "event693", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 693." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event694": { - "title": "event694", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 694." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event695": { - "title": "event695", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 695." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event696": { - "title": "event696", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 696." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event697": { - "title": "event697", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 697." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event698": { - "title": "event698", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 698." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event699": { - "title": "event699", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 699." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event700": { - "title": "event700", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 700." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event701": { - "title": "event701", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 701." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event702": { - "title": "event702", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 702." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event703": { - "title": "event703", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 703." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event704": { - "title": "event704", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 704." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event705": { - "title": "event705", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 705." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event706": { - "title": "event706", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 706." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event707": { - "title": "event707", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 707." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event708": { - "title": "event708", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 708." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event709": { - "title": "event709", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 709." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event710": { - "title": "event710", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 710." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event711": { - "title": "event711", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 711." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event712": { - "title": "event712", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 712." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event713": { - "title": "event713", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 713." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event714": { - "title": "event714", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 714." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event715": { - "title": "event715", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 715." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event716": { - "title": "event716", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 716." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event717": { - "title": "event717", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 717." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event718": { - "title": "event718", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 718." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event719": { - "title": "event719", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 719." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event720": { - "title": "event720", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 720." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event721": { - "title": "event721", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 721." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event722": { - "title": "event722", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 722." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event723": { - "title": "event723", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 723." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event724": { - "title": "event724", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 724." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event725": { - "title": "event725", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 725." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event726": { - "title": "event726", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 726." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event727": { - "title": "event727", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 727." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event728": { - "title": "event728", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 728." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event729": { - "title": "event729", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 729." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event730": { - "title": "event730", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 730." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event731": { - "title": "event731", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 731." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event732": { - "title": "event732", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 732." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event733": { - "title": "event733", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 733." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event734": { - "title": "event734", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 734." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event735": { - "title": "event735", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 735." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event736": { - "title": "event736", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 736." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event737": { - "title": "event737", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 737." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event738": { - "title": "event738", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 738." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event739": { - "title": "event739", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 739." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event740": { - "title": "event740", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 740." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event741": { - "title": "event741", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 741." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event742": { - "title": "event742", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 742." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event743": { - "title": "event743", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 743." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event744": { - "title": "event744", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 744." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event745": { - "title": "event745", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 745." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event746": { - "title": "event746", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 746." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event747": { - "title": "event747", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 747." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event748": { - "title": "event748", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 748." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event749": { - "title": "event749", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 749." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event750": { - "title": "event750", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 750." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event751": { - "title": "event751", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 751." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event752": { - "title": "event752", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 752." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event753": { - "title": "event753", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 753." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event754": { - "title": "event754", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 754." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event755": { - "title": "event755", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 755." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event756": { - "title": "event756", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 756." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event757": { - "title": "event757", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 757." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event758": { - "title": "event758", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 758." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event759": { - "title": "event759", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 759." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event760": { - "title": "event760", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 760." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event761": { - "title": "event761", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 761." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event762": { - "title": "event762", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 762." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event763": { - "title": "event763", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 763." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event764": { - "title": "event764", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 764." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event765": { - "title": "event765", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 765." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event766": { - "title": "event766", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 766." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event767": { - "title": "event767", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 767." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event768": { - "title": "event768", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 768." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event769": { - "title": "event769", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 769." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event770": { - "title": "event770", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 770." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event771": { - "title": "event771", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 771." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event772": { - "title": "event772", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 772." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event773": { - "title": "event773", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 773." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event774": { - "title": "event774", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 774." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event775": { - "title": "event775", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 775." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event776": { - "title": "event776", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 776." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event777": { - "title": "event777", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 777." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event778": { - "title": "event778", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 778." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event779": { - "title": "event779", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 779." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event780": { - "title": "event780", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 780." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event781": { - "title": "event781", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 781." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event782": { - "title": "event782", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 782." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event783": { - "title": "event783", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 783." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event784": { - "title": "event784", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 784." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event785": { - "title": "event785", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 785." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event786": { - "title": "event786", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 786." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event787": { - "title": "event787", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 787." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event788": { - "title": "event788", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 788." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event789": { - "title": "event789", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 789." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event790": { - "title": "event790", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 790." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event791": { - "title": "event791", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 791." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event792": { - "title": "event792", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 792." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event793": { - "title": "event793", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 793." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event794": { - "title": "event794", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 794." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event795": { - "title": "event795", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 795." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event796": { - "title": "event796", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 796." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event797": { - "title": "event797", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 797." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event798": { - "title": "event798", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 798." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event799": { - "title": "event799", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 799." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event800": { - "title": "event800", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 800." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event801": { - "title": "event801", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 801." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event802": { - "title": "event802", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 802." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event803": { - "title": "event803", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 803." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event804": { - "title": "event804", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 804." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event805": { - "title": "event805", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 805." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event806": { - "title": "event806", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 806." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event807": { - "title": "event807", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 807." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event808": { - "title": "event808", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 808." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event809": { - "title": "event809", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 809." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event810": { - "title": "event810", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 810." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event811": { - "title": "event811", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 811." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event812": { - "title": "event812", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 812." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event813": { - "title": "event813", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 813." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event814": { - "title": "event814", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 814." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event815": { - "title": "event815", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 815." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event816": { - "title": "event816", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 816." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event817": { - "title": "event817", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 817." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event818": { - "title": "event818", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 818." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event819": { - "title": "event819", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 819." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event820": { - "title": "event820", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 820." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event821": { - "title": "event821", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 821." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event822": { - "title": "event822", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 822." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event823": { - "title": "event823", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 823." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event824": { - "title": "event824", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 824." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event825": { - "title": "event825", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 825." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event826": { - "title": "event826", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 826." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event827": { - "title": "event827", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 827." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event828": { - "title": "event828", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 828." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event829": { - "title": "event829", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 829." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event830": { - "title": "event830", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 830." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event831": { - "title": "event831", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 831." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event832": { - "title": "event832", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 832." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event833": { - "title": "event833", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 833." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event834": { - "title": "event834", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 834." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event835": { - "title": "event835", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 835." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event836": { - "title": "event836", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 836." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event837": { - "title": "event837", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 837." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event838": { - "title": "event838", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 838." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event839": { - "title": "event839", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 839." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event840": { - "title": "event840", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 840." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event841": { - "title": "event841", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 841." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event842": { - "title": "event842", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 842." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event843": { - "title": "event843", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 843." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event844": { - "title": "event844", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 844." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event845": { - "title": "event845", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 845." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event846": { - "title": "event846", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 846." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event847": { - "title": "event847", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 847." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event848": { - "title": "event848", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 848." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event849": { - "title": "event849", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 849." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event850": { - "title": "event850", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 850." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event851": { - "title": "event851", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 851." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event852": { - "title": "event852", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 852." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event853": { - "title": "event853", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 853." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event854": { - "title": "event854", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 854." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event855": { - "title": "event855", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 855." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event856": { - "title": "event856", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 856." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event857": { - "title": "event857", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 857." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event858": { - "title": "event858", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 858." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event859": { - "title": "event859", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 859." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event860": { - "title": "event860", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 860." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event861": { - "title": "event861", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 861." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event862": { - "title": "event862", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 862." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event863": { - "title": "event863", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 863." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event864": { - "title": "event864", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 864." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event865": { - "title": "event865", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 865." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event866": { - "title": "event866", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 866." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event867": { - "title": "event867", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 867." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event868": { - "title": "event868", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 868." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event869": { - "title": "event869", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 869." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event870": { - "title": "event870", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 870." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event871": { - "title": "event871", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 871." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event872": { - "title": "event872", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 872." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event873": { - "title": "event873", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 873." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event874": { - "title": "event874", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 874." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event875": { - "title": "event875", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 875." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event876": { - "title": "event876", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 876." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event877": { - "title": "event877", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 877." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event878": { - "title": "event878", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 878." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event879": { - "title": "event879", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 879." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event880": { - "title": "event880", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 880." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event881": { - "title": "event881", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 881." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event882": { - "title": "event882", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 882." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event883": { - "title": "event883", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 883." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event884": { - "title": "event884", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 884." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event885": { - "title": "event885", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 885." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event886": { - "title": "event886", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 886." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event887": { - "title": "event887", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 887." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event888": { - "title": "event888", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 888." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event889": { - "title": "event889", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 889." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event890": { - "title": "event890", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 890." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event891": { - "title": "event891", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 891." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event892": { - "title": "event892", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 892." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event893": { - "title": "event893", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 893." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event894": { - "title": "event894", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 894." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event895": { - "title": "event895", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 895." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event896": { - "title": "event896", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 896." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event897": { - "title": "event897", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 897." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event898": { - "title": "event898", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 898." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event899": { - "title": "event899", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 899." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event900": { - "title": "event900", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 900." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event901": { - "title": "event901", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 901." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event902": { - "title": "event902", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 902." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event903": { - "title": "event903", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 903." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event904": { - "title": "event904", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 904." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event905": { - "title": "event905", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 905." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event906": { - "title": "event906", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 906." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event907": { - "title": "event907", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 907." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event908": { - "title": "event908", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 908." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event909": { - "title": "event909", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 909." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event910": { - "title": "event910", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 910." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event911": { - "title": "event911", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 911." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event912": { - "title": "event912", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 912." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event913": { - "title": "event913", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 913." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event914": { - "title": "event914", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 914." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event915": { - "title": "event915", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 915." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event916": { - "title": "event916", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 916." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event917": { - "title": "event917", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 917." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event918": { - "title": "event918", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 918." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event919": { - "title": "event919", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 919." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event920": { - "title": "event920", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 920." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event921": { - "title": "event921", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 921." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event922": { - "title": "event922", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 922." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event923": { - "title": "event923", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 923." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event924": { - "title": "event924", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 924." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event925": { - "title": "event925", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 925." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event926": { - "title": "event926", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 926." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event927": { - "title": "event927", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 927." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event928": { - "title": "event928", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 928." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event929": { - "title": "event929", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 929." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event930": { - "title": "event930", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 930." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event931": { - "title": "event931", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 931." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event932": { - "title": "event932", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 932." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event933": { - "title": "event933", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 933." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event934": { - "title": "event934", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 934." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event935": { - "title": "event935", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 935." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event936": { - "title": "event936", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 936." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event937": { - "title": "event937", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 937." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event938": { - "title": "event938", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 938." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event939": { - "title": "event939", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 939." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event940": { - "title": "event940", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 940." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event941": { - "title": "event941", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 941." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event942": { - "title": "event942", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 942." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event943": { - "title": "event943", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 943." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event944": { - "title": "event944", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 944." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event945": { - "title": "event945", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 945." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event946": { - "title": "event946", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 946." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event947": { - "title": "event947", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 947." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event948": { - "title": "event948", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 948." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event949": { - "title": "event949", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 949." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event950": { - "title": "event950", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 950." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event951": { - "title": "event951", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 951." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event952": { - "title": "event952", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 952." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event953": { - "title": "event953", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 953." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event954": { - "title": "event954", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 954." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event955": { - "title": "event955", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 955." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event956": { - "title": "event956", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 956." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event957": { - "title": "event957", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 957." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event958": { - "title": "event958", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 958." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event959": { - "title": "event959", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 959." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event960": { - "title": "event960", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 960." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event961": { - "title": "event961", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 961." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event962": { - "title": "event962", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 962." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event963": { - "title": "event963", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 963." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event964": { - "title": "event964", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 964." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event965": { - "title": "event965", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 965." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event966": { - "title": "event966", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 966." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event967": { - "title": "event967", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 967." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event968": { - "title": "event968", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 968." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event969": { - "title": "event969", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 969." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event970": { - "title": "event970", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 970." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event971": { - "title": "event971", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 971." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event972": { - "title": "event972", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 972." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event973": { - "title": "event973", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 973." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event974": { - "title": "event974", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 974." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event975": { - "title": "event975", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 975." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event976": { - "title": "event976", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 976." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event977": { - "title": "event977", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 977." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event978": { - "title": "event978", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 978." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event979": { - "title": "event979", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 979." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event980": { - "title": "event980", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 980." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event981": { - "title": "event981", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 981." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event982": { - "title": "event982", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 982." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event983": { - "title": "event983", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 983." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event984": { - "title": "event984", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 984." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event985": { - "title": "event985", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 985." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event986": { - "title": "event986", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 986." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event987": { - "title": "event987", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 987." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event988": { - "title": "event988", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 988." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event989": { - "title": "event989", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 989." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event990": { - "title": "event990", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 990." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event991": { - "title": "event991", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 991." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event992": { - "title": "event992", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 992." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event993": { - "title": "event993", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 993." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event994": { - "title": "event994", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 994." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event995": { - "title": "event995", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 995." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event996": { - "title": "event996", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 996." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event997": { - "title": "event997", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 997." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event998": { - "title": "event998", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 998." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event999": { - "title": "event999", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 999." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event1000": { - "title": "event1000", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 1000." - } - } - } - }, - "allOf": [ - { - "$ref": "#/definitions/customevents" - } - ] -} diff --git a/extensions/adobe/experience/analytics/experienceevent.schema.json b/extensions/adobe/experience/analytics/experienceevent.schema.json index 57423c0cc..4c6784727 100644 --- a/extensions/adobe/experience/analytics/experienceevent.schema.json +++ b/extensions/adobe/experience/analytics/experienceevent.schema.json @@ -5,7 +5,8 @@ "you may not use this file except in compliance with the License. You may obtain a copy", "of the License at https://creativecommons.org/licenses/by/4.0/" ], - "$id": "https://ns.adobe.com/experience/analytics/experienceevent", + "$id": + "https://ns.adobe.com/experience/analytics/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", "title": "Adobe Analytics Cloud Experience Event Extension", "type": "object", @@ -14,15 +15,7030 @@ "definitions": { "experienceevent": { "properties": { - "https://ns.adobe.com/experience/analytics/customdimensions": { - "title": "Custom Dimensions", - "$ref": "https://ns.adobe.com/experience/analytics/customdimensions", - "description": "Custom dimensions" + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var1": { + "title": "eVar1", + "type": "string", + "description": "Custom conversion variable 1." }, - "https://ns.adobe.com/experience/analytics/customevents": { - "title": "Custom Events", - "$ref": "https://ns.adobe.com/experience/analytics/customevents", - "description": "Custom events" + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var2": { + "title": "eVar2", + "type": "string", + "description": "Custom conversion variable 2." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var3": { + "title": "eVar3", + "type": "string", + "description": "Custom conversion variable 3." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var4": { + "title": "eVar4", + "type": "string", + "description": "Custom conversion variable 4." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var5": { + "title": "eVar5", + "type": "string", + "description": "Custom conversion variable 5." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var6": { + "title": "eVar6", + "type": "string", + "description": "Custom conversion variable 6." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var7": { + "title": "eVar7", + "type": "string", + "description": "Custom conversion variable 7." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var8": { + "title": "eVar8", + "type": "string", + "description": "Custom conversion variable 8." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var9": { + "title": "eVar9", + "type": "string", + "description": "Custom conversion variable 9." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var10": { + "title": "eVar10", + "type": "string", + "description": "Custom conversion variable 10." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var11": { + "title": "eVar11", + "type": "string", + "description": "Custom conversion variable 11." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var12": { + "title": "eVar12", + "type": "string", + "description": "Custom conversion variable 12." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var13": { + "title": "eVar13", + "type": "string", + "description": "Custom conversion variable 13." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var14": { + "title": "eVar14", + "type": "string", + "description": "Custom conversion variable 14." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var15": { + "title": "eVar15", + "type": "string", + "description": "Custom conversion variable 15." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var16": { + "title": "eVar16", + "type": "string", + "description": "Custom conversion variable 16." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var17": { + "title": "eVar17", + "type": "string", + "description": "Custom conversion variable 17." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var18": { + "title": "eVar18", + "type": "string", + "description": "Custom conversion variable 18." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var19": { + "title": "eVar19", + "type": "string", + "description": "Custom conversion variable 19." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var20": { + "title": "eVar20", + "type": "string", + "description": "Custom conversion variable 20." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var21": { + "title": "eVar21", + "type": "string", + "description": "Custom conversion variable 21." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var22": { + "title": "eVar22", + "type": "string", + "description": "Custom conversion variable 22." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var23": { + "title": "eVar23", + "type": "string", + "description": "Custom conversion variable 23." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var24": { + "title": "eVar24", + "type": "string", + "description": "Custom conversion variable 24." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var25": { + "title": "eVar25", + "type": "string", + "description": "Custom conversion variable 25." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var26": { + "title": "eVar26", + "type": "string", + "description": "Custom conversion variable 26." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var27": { + "title": "eVar27", + "type": "string", + "description": "Custom conversion variable 27." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var28": { + "title": "eVar28", + "type": "string", + "description": "Custom conversion variable 28." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var29": { + "title": "eVar29", + "type": "string", + "description": "Custom conversion variable 29." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var30": { + "title": "eVar30", + "type": "string", + "description": "Custom conversion variable 30." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var31": { + "title": "eVar31", + "type": "string", + "description": "Custom conversion variable 31." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var32": { + "title": "eVar32", + "type": "string", + "description": "Custom conversion variable 32." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var33": { + "title": "eVar33", + "type": "string", + "description": "Custom conversion variable 33." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var34": { + "title": "eVar34", + "type": "string", + "description": "Custom conversion variable 34." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var35": { + "title": "eVar35", + "type": "string", + "description": "Custom conversion variable 35." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var36": { + "title": "eVar36", + "type": "string", + "description": "Custom conversion variable 36." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var37": { + "title": "eVar37", + "type": "string", + "description": "Custom conversion variable 37." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var38": { + "title": "eVar38", + "type": "string", + "description": "Custom conversion variable 38." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var39": { + "title": "eVar39", + "type": "string", + "description": "Custom conversion variable 39." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var40": { + "title": "eVar40", + "type": "string", + "description": "Custom conversion variable 40." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var41": { + "title": "eVar41", + "type": "string", + "description": "Custom conversion variable 41." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var42": { + "title": "eVar42", + "type": "string", + "description": "Custom conversion variable 42." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var43": { + "title": "eVar43", + "type": "string", + "description": "Custom conversion variable 43." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var44": { + "title": "eVar44", + "type": "string", + "description": "Custom conversion variable 44." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var45": { + "title": "eVar45", + "type": "string", + "description": "Custom conversion variable 45." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var46": { + "title": "eVar46", + "type": "string", + "description": "Custom conversion variable 46." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var47": { + "title": "eVar47", + "type": "string", + "description": "Custom conversion variable 47." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var48": { + "title": "eVar48", + "type": "string", + "description": "Custom conversion variable 48." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var49": { + "title": "eVar49", + "type": "string", + "description": "Custom conversion variable 49." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var50": { + "title": "eVar50", + "type": "string", + "description": "Custom conversion variable 50." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var51": { + "title": "eVar51", + "type": "string", + "description": "Custom conversion variable 51." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var52": { + "title": "eVar52", + "type": "string", + "description": "Custom conversion variable 52." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var53": { + "title": "eVar53", + "type": "string", + "description": "Custom conversion variable 53." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var54": { + "title": "eVar54", + "type": "string", + "description": "Custom conversion variable 54." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var55": { + "title": "eVar55", + "type": "string", + "description": "Custom conversion variable 55." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var56": { + "title": "eVar56", + "type": "string", + "description": "Custom conversion variable 56." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var57": { + "title": "eVar57", + "type": "string", + "description": "Custom conversion variable 57." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var58": { + "title": "eVar58", + "type": "string", + "description": "Custom conversion variable 58." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var59": { + "title": "eVar59", + "type": "string", + "description": "Custom conversion variable 59." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var60": { + "title": "eVar60", + "type": "string", + "description": "Custom conversion variable 60." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var61": { + "title": "eVar61", + "type": "string", + "description": "Custom conversion variable 61." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var62": { + "title": "eVar62", + "type": "string", + "description": "Custom conversion variable 62." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var63": { + "title": "eVar63", + "type": "string", + "description": "Custom conversion variable 63." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var64": { + "title": "eVar64", + "type": "string", + "description": "Custom conversion variable 64." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var65": { + "title": "eVar65", + "type": "string", + "description": "Custom conversion variable 65." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var66": { + "title": "eVar66", + "type": "string", + "description": "Custom conversion variable 66." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var67": { + "title": "eVar67", + "type": "string", + "description": "Custom conversion variable 67." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var68": { + "title": "eVar68", + "type": "string", + "description": "Custom conversion variable 68." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var69": { + "title": "eVar69", + "type": "string", + "description": "Custom conversion variable 69." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var70": { + "title": "eVar70", + "type": "string", + "description": "Custom conversion variable 70." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var71": { + "title": "eVar71", + "type": "string", + "description": "Custom conversion variable 71." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var72": { + "title": "eVar72", + "type": "string", + "description": "Custom conversion variable 72." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var73": { + "title": "eVar73", + "type": "string", + "description": "Custom conversion variable 73." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var74": { + "title": "eVar74", + "type": "string", + "description": "Custom conversion variable 74." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var75": { + "title": "eVar75", + "type": "string", + "description": "Custom conversion variable 75." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var76": { + "title": "eVar76", + "type": "string", + "description": "Custom conversion variable 76." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var77": { + "title": "eVar77", + "type": "string", + "description": "Custom conversion variable 77." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var78": { + "title": "eVar78", + "type": "string", + "description": "Custom conversion variable 78." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var79": { + "title": "eVar79", + "type": "string", + "description": "Custom conversion variable 79." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var80": { + "title": "eVar80", + "type": "string", + "description": "Custom conversion variable 80." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var81": { + "title": "eVar81", + "type": "string", + "description": "Custom conversion variable 81." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var82": { + "title": "eVar82", + "type": "string", + "description": "Custom conversion variable 82." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var83": { + "title": "eVar83", + "type": "string", + "description": "Custom conversion variable 83." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var84": { + "title": "eVar84", + "type": "string", + "description": "Custom conversion variable 84." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var85": { + "title": "eVar85", + "type": "string", + "description": "Custom conversion variable 85." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var86": { + "title": "eVar86", + "type": "string", + "description": "Custom conversion variable 86." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var87": { + "title": "eVar87", + "type": "string", + "description": "Custom conversion variable 87." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var88": { + "title": "eVar88", + "type": "string", + "description": "Custom conversion variable 88." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var89": { + "title": "eVar89", + "type": "string", + "description": "Custom conversion variable 89." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var90": { + "title": "eVar90", + "type": "string", + "description": "Custom conversion variable 90." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var91": { + "title": "eVar91", + "type": "string", + "description": "Custom conversion variable 91." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var92": { + "title": "eVar92", + "type": "string", + "description": "Custom conversion variable 92." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var93": { + "title": "eVar93", + "type": "string", + "description": "Custom conversion variable 93." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var94": { + "title": "eVar94", + "type": "string", + "description": "Custom conversion variable 94." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var95": { + "title": "eVar95", + "type": "string", + "description": "Custom conversion variable 95." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var96": { + "title": "eVar96", + "type": "string", + "description": "Custom conversion variable 96." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var97": { + "title": "eVar97", + "type": "string", + "description": "Custom conversion variable 97." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var98": { + "title": "eVar98", + "type": "string", + "description": "Custom conversion variable 98." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var99": { + "title": "eVar99", + "type": "string", + "description": "Custom conversion variable 99." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var100": { + "title": "eVar100", + "type": "string", + "description": "Custom conversion variable 100." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var101": { + "title": "eVar101", + "type": "string", + "description": "Custom conversion variable 101." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var102": { + "title": "eVar102", + "type": "string", + "description": "Custom conversion variable 102." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var103": { + "title": "eVar103", + "type": "string", + "description": "Custom conversion variable 103." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var104": { + "title": "eVar104", + "type": "string", + "description": "Custom conversion variable 104." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var105": { + "title": "eVar105", + "type": "string", + "description": "Custom conversion variable 105." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var106": { + "title": "eVar106", + "type": "string", + "description": "Custom conversion variable 106." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var107": { + "title": "eVar107", + "type": "string", + "description": "Custom conversion variable 107." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var108": { + "title": "eVar108", + "type": "string", + "description": "Custom conversion variable 108." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var109": { + "title": "eVar109", + "type": "string", + "description": "Custom conversion variable 109." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var110": { + "title": "eVar110", + "type": "string", + "description": "Custom conversion variable 110." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var111": { + "title": "eVar111", + "type": "string", + "description": "Custom conversion variable 111." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var112": { + "title": "eVar112", + "type": "string", + "description": "Custom conversion variable 112." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var113": { + "title": "eVar113", + "type": "string", + "description": "Custom conversion variable 113." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var114": { + "title": "eVar114", + "type": "string", + "description": "Custom conversion variable 114." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var115": { + "title": "eVar115", + "type": "string", + "description": "Custom conversion variable 115." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var116": { + "title": "eVar116", + "type": "string", + "description": "Custom conversion variable 116." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var117": { + "title": "eVar117", + "type": "string", + "description": "Custom conversion variable 117." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var118": { + "title": "eVar118", + "type": "string", + "description": "Custom conversion variable 118." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var119": { + "title": "eVar119", + "type": "string", + "description": "Custom conversion variable 119." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var120": { + "title": "eVar120", + "type": "string", + "description": "Custom conversion variable 120." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var121": { + "title": "eVar121", + "type": "string", + "description": "Custom conversion variable 121." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var122": { + "title": "eVar122", + "type": "string", + "description": "Custom conversion variable 122." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var123": { + "title": "eVar123", + "type": "string", + "description": "Custom conversion variable 123." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var124": { + "title": "eVar124", + "type": "string", + "description": "Custom conversion variable 124." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var125": { + "title": "eVar125", + "type": "string", + "description": "Custom conversion variable 125." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var126": { + "title": "eVar126", + "type": "string", + "description": "Custom conversion variable 126." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var127": { + "title": "eVar127", + "type": "string", + "description": "Custom conversion variable 127." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var128": { + "title": "eVar128", + "type": "string", + "description": "Custom conversion variable 128." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var129": { + "title": "eVar129", + "type": "string", + "description": "Custom conversion variable 129." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var130": { + "title": "eVar130", + "type": "string", + "description": "Custom conversion variable 130." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var131": { + "title": "eVar131", + "type": "string", + "description": "Custom conversion variable 131." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var132": { + "title": "eVar132", + "type": "string", + "description": "Custom conversion variable 132." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var133": { + "title": "eVar133", + "type": "string", + "description": "Custom conversion variable 133." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var134": { + "title": "eVar134", + "type": "string", + "description": "Custom conversion variable 134." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var135": { + "title": "eVar135", + "type": "string", + "description": "Custom conversion variable 135." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var136": { + "title": "eVar136", + "type": "string", + "description": "Custom conversion variable 136." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var137": { + "title": "eVar137", + "type": "string", + "description": "Custom conversion variable 137." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var138": { + "title": "eVar138", + "type": "string", + "description": "Custom conversion variable 138." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var139": { + "title": "eVar139", + "type": "string", + "description": "Custom conversion variable 139." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var140": { + "title": "eVar140", + "type": "string", + "description": "Custom conversion variable 140." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var141": { + "title": "eVar141", + "type": "string", + "description": "Custom conversion variable 141." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var142": { + "title": "eVar142", + "type": "string", + "description": "Custom conversion variable 142." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var143": { + "title": "eVar143", + "type": "string", + "description": "Custom conversion variable 143." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var144": { + "title": "eVar144", + "type": "string", + "description": "Custom conversion variable 144." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var145": { + "title": "eVar145", + "type": "string", + "description": "Custom conversion variable 145." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var146": { + "title": "eVar146", + "type": "string", + "description": "Custom conversion variable 146." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var147": { + "title": "eVar147", + "type": "string", + "description": "Custom conversion variable 147." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var148": { + "title": "eVar148", + "type": "string", + "description": "Custom conversion variable 148." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var149": { + "title": "eVar149", + "type": "string", + "description": "Custom conversion variable 149." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var150": { + "title": "eVar150", + "type": "string", + "description": "Custom conversion variable 150." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var151": { + "title": "eVar151", + "type": "string", + "description": "Custom conversion variable 151." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var152": { + "title": "eVar152", + "type": "string", + "description": "Custom conversion variable 152." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var153": { + "title": "eVar153", + "type": "string", + "description": "Custom conversion variable 153." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var154": { + "title": "eVar154", + "type": "string", + "description": "Custom conversion variable 154." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var155": { + "title": "eVar155", + "type": "string", + "description": "Custom conversion variable 155." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var156": { + "title": "eVar156", + "type": "string", + "description": "Custom conversion variable 156." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var157": { + "title": "eVar157", + "type": "string", + "description": "Custom conversion variable 157." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var158": { + "title": "eVar158", + "type": "string", + "description": "Custom conversion variable 158." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var159": { + "title": "eVar159", + "type": "string", + "description": "Custom conversion variable 159." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var160": { + "title": "eVar160", + "type": "string", + "description": "Custom conversion variable 160." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var161": { + "title": "eVar161", + "type": "string", + "description": "Custom conversion variable 161." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var162": { + "title": "eVar162", + "type": "string", + "description": "Custom conversion variable 162." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var163": { + "title": "eVar163", + "type": "string", + "description": "Custom conversion variable 163." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var164": { + "title": "eVar164", + "type": "string", + "description": "Custom conversion variable 164." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var165": { + "title": "eVar165", + "type": "string", + "description": "Custom conversion variable 165." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var166": { + "title": "eVar166", + "type": "string", + "description": "Custom conversion variable 166." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var167": { + "title": "eVar167", + "type": "string", + "description": "Custom conversion variable 167." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var168": { + "title": "eVar168", + "type": "string", + "description": "Custom conversion variable 168." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var169": { + "title": "eVar169", + "type": "string", + "description": "Custom conversion variable 169." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var170": { + "title": "eVar170", + "type": "string", + "description": "Custom conversion variable 170." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var171": { + "title": "eVar171", + "type": "string", + "description": "Custom conversion variable 171." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var172": { + "title": "eVar172", + "type": "string", + "description": "Custom conversion variable 172." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var173": { + "title": "eVar173", + "type": "string", + "description": "Custom conversion variable 173." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var174": { + "title": "eVar174", + "type": "string", + "description": "Custom conversion variable 174." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var175": { + "title": "eVar175", + "type": "string", + "description": "Custom conversion variable 175." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var176": { + "title": "eVar176", + "type": "string", + "description": "Custom conversion variable 176." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var177": { + "title": "eVar177", + "type": "string", + "description": "Custom conversion variable 177." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var178": { + "title": "eVar178", + "type": "string", + "description": "Custom conversion variable 178." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var179": { + "title": "eVar179", + "type": "string", + "description": "Custom conversion variable 179." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var180": { + "title": "eVar180", + "type": "string", + "description": "Custom conversion variable 180." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var181": { + "title": "eVar181", + "type": "string", + "description": "Custom conversion variable 181." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var182": { + "title": "eVar182", + "type": "string", + "description": "Custom conversion variable 182." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var183": { + "title": "eVar183", + "type": "string", + "description": "Custom conversion variable 183." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var184": { + "title": "eVar184", + "type": "string", + "description": "Custom conversion variable 184." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var185": { + "title": "eVar185", + "type": "string", + "description": "Custom conversion variable 185." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var186": { + "title": "eVar186", + "type": "string", + "description": "Custom conversion variable 186." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var187": { + "title": "eVar187", + "type": "string", + "description": "Custom conversion variable 187." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var188": { + "title": "eVar188", + "type": "string", + "description": "Custom conversion variable 188." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var189": { + "title": "eVar189", + "type": "string", + "description": "Custom conversion variable 189." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var190": { + "title": "eVar190", + "type": "string", + "description": "Custom conversion variable 190." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var191": { + "title": "eVar191", + "type": "string", + "description": "Custom conversion variable 191." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var192": { + "title": "eVar192", + "type": "string", + "description": "Custom conversion variable 192." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var193": { + "title": "eVar193", + "type": "string", + "description": "Custom conversion variable 193." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var194": { + "title": "eVar194", + "type": "string", + "description": "Custom conversion variable 194." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var195": { + "title": "eVar195", + "type": "string", + "description": "Custom conversion variable 195." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var196": { + "title": "eVar196", + "type": "string", + "description": "Custom conversion variable 196." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var197": { + "title": "eVar197", + "type": "string", + "description": "Custom conversion variable 197." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var198": { + "title": "eVar198", + "type": "string", + "description": "Custom conversion variable 198." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var199": { + "title": "eVar199", + "type": "string", + "description": "Custom conversion variable 199." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var200": { + "title": "eVar200", + "type": "string", + "description": "Custom conversion variable 200." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var201": { + "title": "eVar201", + "type": "string", + "description": "Custom conversion variable 201." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var202": { + "title": "eVar202", + "type": "string", + "description": "Custom conversion variable 202." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var203": { + "title": "eVar203", + "type": "string", + "description": "Custom conversion variable 203." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var204": { + "title": "eVar204", + "type": "string", + "description": "Custom conversion variable 204." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var205": { + "title": "eVar205", + "type": "string", + "description": "Custom conversion variable 205." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var206": { + "title": "eVar206", + "type": "string", + "description": "Custom conversion variable 206." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var207": { + "title": "eVar207", + "type": "string", + "description": "Custom conversion variable 207." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var208": { + "title": "eVar208", + "type": "string", + "description": "Custom conversion variable 208." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var209": { + "title": "eVar209", + "type": "string", + "description": "Custom conversion variable 209." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var210": { + "title": "eVar210", + "type": "string", + "description": "Custom conversion variable 210." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var211": { + "title": "eVar211", + "type": "string", + "description": "Custom conversion variable 211." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var212": { + "title": "eVar212", + "type": "string", + "description": "Custom conversion variable 212." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var213": { + "title": "eVar213", + "type": "string", + "description": "Custom conversion variable 213." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var214": { + "title": "eVar214", + "type": "string", + "description": "Custom conversion variable 214." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var215": { + "title": "eVar215", + "type": "string", + "description": "Custom conversion variable 215." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var216": { + "title": "eVar216", + "type": "string", + "description": "Custom conversion variable 216." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var217": { + "title": "eVar217", + "type": "string", + "description": "Custom conversion variable 217." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var218": { + "title": "eVar218", + "type": "string", + "description": "Custom conversion variable 218." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var219": { + "title": "eVar219", + "type": "string", + "description": "Custom conversion variable 219." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var220": { + "title": "eVar220", + "type": "string", + "description": "Custom conversion variable 220." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var221": { + "title": "eVar221", + "type": "string", + "description": "Custom conversion variable 221." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var222": { + "title": "eVar222", + "type": "string", + "description": "Custom conversion variable 222." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var223": { + "title": "eVar223", + "type": "string", + "description": "Custom conversion variable 223." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var224": { + "title": "eVar224", + "type": "string", + "description": "Custom conversion variable 224." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var225": { + "title": "eVar225", + "type": "string", + "description": "Custom conversion variable 225." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var226": { + "title": "eVar226", + "type": "string", + "description": "Custom conversion variable 226." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var227": { + "title": "eVar227", + "type": "string", + "description": "Custom conversion variable 227." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var228": { + "title": "eVar228", + "type": "string", + "description": "Custom conversion variable 228." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var229": { + "title": "eVar229", + "type": "string", + "description": "Custom conversion variable 229." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var230": { + "title": "eVar230", + "type": "string", + "description": "Custom conversion variable 230." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var231": { + "title": "eVar231", + "type": "string", + "description": "Custom conversion variable 231." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var232": { + "title": "eVar232", + "type": "string", + "description": "Custom conversion variable 232." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var233": { + "title": "eVar233", + "type": "string", + "description": "Custom conversion variable 233." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var234": { + "title": "eVar234", + "type": "string", + "description": "Custom conversion variable 234." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var235": { + "title": "eVar235", + "type": "string", + "description": "Custom conversion variable 235." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var236": { + "title": "eVar236", + "type": "string", + "description": "Custom conversion variable 236." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var237": { + "title": "eVar237", + "type": "string", + "description": "Custom conversion variable 237." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var238": { + "title": "eVar238", + "type": "string", + "description": "Custom conversion variable 238." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var239": { + "title": "eVar239", + "type": "string", + "description": "Custom conversion variable 239." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var240": { + "title": "eVar240", + "type": "string", + "description": "Custom conversion variable 240." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var241": { + "title": "eVar241", + "type": "string", + "description": "Custom conversion variable 241." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var242": { + "title": "eVar242", + "type": "string", + "description": "Custom conversion variable 242." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var243": { + "title": "eVar243", + "type": "string", + "description": "Custom conversion variable 243." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var244": { + "title": "eVar244", + "type": "string", + "description": "Custom conversion variable 244." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var245": { + "title": "eVar245", + "type": "string", + "description": "Custom conversion variable 245." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var246": { + "title": "eVar246", + "type": "string", + "description": "Custom conversion variable 246." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var247": { + "title": "eVar247", + "type": "string", + "description": "Custom conversion variable 247." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var248": { + "title": "eVar248", + "type": "string", + "description": "Custom conversion variable 248." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var249": { + "title": "eVar249", + "type": "string", + "description": "Custom conversion variable 249." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var250": { + "title": "eVar250", + "type": "string", + "description": "Custom conversion variable 250." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop1": { + "title": "prop1", + "type": "string", + "description": "Custom property variable 1." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop2": { + "title": "prop2", + "type": "string", + "description": "Custom property variable 2." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop3": { + "title": "prop3", + "type": "string", + "description": "Custom property variable 3." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop4": { + "title": "prop4", + "type": "string", + "description": "Custom property variable 4." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop5": { + "title": "prop5", + "type": "string", + "description": "Custom property variable 5." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop6": { + "title": "prop6", + "type": "string", + "description": "Custom property variable 6." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop7": { + "title": "prop7", + "type": "string", + "description": "Custom property variable 7." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop8": { + "title": "prop8", + "type": "string", + "description": "Custom property variable 8." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop9": { + "title": "prop9", + "type": "string", + "description": "Custom property variable 9." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop10": { + "title": "prop10", + "type": "string", + "description": "Custom property variable 10." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop11": { + "title": "prop11", + "type": "string", + "description": "Custom property variable 11." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop12": { + "title": "prop12", + "type": "string", + "description": "Custom property variable 12." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop13": { + "title": "prop13", + "type": "string", + "description": "Custom property variable 13." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop14": { + "title": "prop14", + "type": "string", + "description": "Custom property variable 14." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop15": { + "title": "prop15", + "type": "string", + "description": "Custom property variable 15." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop16": { + "title": "prop16", + "type": "string", + "description": "Custom property variable 16." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop17": { + "title": "prop17", + "type": "string", + "description": "Custom property variable 17." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop18": { + "title": "prop18", + "type": "string", + "description": "Custom property variable 18." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop19": { + "title": "prop19", + "type": "string", + "description": "Custom property variable 19." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop20": { + "title": "prop20", + "type": "string", + "description": "Custom property variable 20." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop21": { + "title": "prop21", + "type": "string", + "description": "Custom property variable 21." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop22": { + "title": "prop22", + "type": "string", + "description": "Custom property variable 22." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop23": { + "title": "prop23", + "type": "string", + "description": "Custom property variable 23." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop24": { + "title": "prop24", + "type": "string", + "description": "Custom property variable 24." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop25": { + "title": "prop25", + "type": "string", + "description": "Custom property variable 25." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop26": { + "title": "prop26", + "type": "string", + "description": "Custom property variable 26." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop27": { + "title": "prop27", + "type": "string", + "description": "Custom property variable 27." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop28": { + "title": "prop28", + "type": "string", + "description": "Custom property variable 28." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop29": { + "title": "prop29", + "type": "string", + "description": "Custom property variable 29." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop30": { + "title": "prop30", + "type": "string", + "description": "Custom property variable 30." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop31": { + "title": "prop31", + "type": "string", + "description": "Custom property variable 31." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop32": { + "title": "prop32", + "type": "string", + "description": "Custom property variable 32." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop33": { + "title": "prop33", + "type": "string", + "description": "Custom property variable 33." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop34": { + "title": "prop34", + "type": "string", + "description": "Custom property variable 34." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop35": { + "title": "prop35", + "type": "string", + "description": "Custom property variable 35." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop36": { + "title": "prop36", + "type": "string", + "description": "Custom property variable 36." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop37": { + "title": "prop37", + "type": "string", + "description": "Custom property variable 37." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop38": { + "title": "prop38", + "type": "string", + "description": "Custom property variable 38." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop39": { + "title": "prop39", + "type": "string", + "description": "Custom property variable 39." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop40": { + "title": "prop40", + "type": "string", + "description": "Custom property variable 40." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop41": { + "title": "prop41", + "type": "string", + "description": "Custom property variable 41." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop42": { + "title": "prop42", + "type": "string", + "description": "Custom property variable 42." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop43": { + "title": "prop43", + "type": "string", + "description": "Custom property variable 43." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop44": { + "title": "prop44", + "type": "string", + "description": "Custom property variable 44." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop45": { + "title": "prop45", + "type": "string", + "description": "Custom property variable 45." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop46": { + "title": "prop46", + "type": "string", + "description": "Custom property variable 46." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop47": { + "title": "prop47", + "type": "string", + "description": "Custom property variable 47." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop48": { + "title": "prop48", + "type": "string", + "description": "Custom property variable 48." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop49": { + "title": "prop49", + "type": "string", + "description": "Custom property variable 49." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop50": { + "title": "prop50", + "type": "string", + "description": "Custom property variable 50." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop51": { + "title": "prop51", + "type": "string", + "description": "Custom property variable 51." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop52": { + "title": "prop52", + "type": "string", + "description": "Custom property variable 52." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop53": { + "title": "prop53", + "type": "string", + "description": "Custom property variable 53." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop54": { + "title": "prop54", + "type": "string", + "description": "Custom property variable 54." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop55": { + "title": "prop55", + "type": "string", + "description": "Custom property variable 55." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop56": { + "title": "prop56", + "type": "string", + "description": "Custom property variable 56." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop57": { + "title": "prop57", + "type": "string", + "description": "Custom property variable 57." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop58": { + "title": "prop58", + "type": "string", + "description": "Custom property variable 58." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop59": { + "title": "prop59", + "type": "string", + "description": "Custom property variable 59." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop60": { + "title": "prop60", + "type": "string", + "description": "Custom property variable 60." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop61": { + "title": "prop61", + "type": "string", + "description": "Custom property variable 61." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop62": { + "title": "prop62", + "type": "string", + "description": "Custom property variable 62." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop63": { + "title": "prop63", + "type": "string", + "description": "Custom property variable 63." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop64": { + "title": "prop64", + "type": "string", + "description": "Custom property variable 64." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop65": { + "title": "prop65", + "type": "string", + "description": "Custom property variable 65." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop66": { + "title": "prop66", + "type": "string", + "description": "Custom property variable 66." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop67": { + "title": "prop67", + "type": "string", + "description": "Custom property variable 67." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop68": { + "title": "prop68", + "type": "string", + "description": "Custom property variable 68." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop69": { + "title": "prop69", + "type": "string", + "description": "Custom property variable 69." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop70": { + "title": "prop70", + "type": "string", + "description": "Custom property variable 70." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop71": { + "title": "prop71", + "type": "string", + "description": "Custom property variable 71." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop72": { + "title": "prop72", + "type": "string", + "description": "Custom property variable 72." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop73": { + "title": "prop73", + "type": "string", + "description": "Custom property variable 73." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop74": { + "title": "prop74", + "type": "string", + "description": "Custom property variable 74." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop75": { + "title": "prop75", + "type": "string", + "description": "Custom property variable 75." + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop1":{ + "title":"prop1", + "description":"Custom property variable1", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop2":{ + "title":"prop2", + "description":"Custom property variable2", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop3":{ + "title":"prop3", + "description":"Custom property variable3", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop4":{ + "title":"prop4", + "description":"Custom property variable4", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop5":{ + "title":"prop5", + "description":"Custom property variable5", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop6":{ + "title":"prop6", + "description":"Custom property variable6", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop7":{ + "title":"prop7", + "description":"Custom property variable7", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop8":{ + "title":"prop8", + "description":"Custom property variable8", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop9":{ + "title":"prop9", + "description":"Custom property variable9", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop10":{ + "title":"prop10", + "description":"Custom property variable10", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop11":{ + "title":"prop11", + "description":"Custom property variable11", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop12":{ + "title":"prop12", + "description":"Custom property variable12", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop13":{ + "title":"prop13", + "description":"Custom property variable13", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop14":{ + "title":"prop14", + "description":"Custom property variable14", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop15":{ + "title":"prop15", + "description":"Custom property variable15", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop16":{ + "title":"prop16", + "description":"Custom property variable16", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop17":{ + "title":"prop17", + "description":"Custom property variable17", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop18":{ + "title":"prop18", + "description":"Custom property variable18", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop19":{ + "title":"prop19", + "description":"Custom property variable19", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop20":{ + "title":"prop20", + "description":"Custom property variable20", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop21":{ + "title":"prop21", + "description":"Custom property variable21", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop22":{ + "title":"prop22", + "description":"Custom property variable22", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop23":{ + "title":"prop23", + "description":"Custom property variable23", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop24":{ + "title":"prop24", + "description":"Custom property variable24", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop25":{ + "title":"prop25", + "description":"Custom property variable25", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop26":{ + "title":"prop26", + "description":"Custom property variable26", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop27":{ + "title":"prop27", + "description":"Custom property variable27", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop28":{ + "title":"prop28", + "description":"Custom property variable28", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop29":{ + "title":"prop29", + "description":"Custom property variable29", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop30":{ + "title":"prop30", + "description":"Custom property variable30", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop31":{ + "title":"prop31", + "description":"Custom property variable31", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop32":{ + "title":"prop32", + "description":"Custom property variable32", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop33":{ + "title":"prop33", + "description":"Custom property variable33", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop34":{ + "title":"prop34", + "description":"Custom property variable34", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop35":{ + "title":"prop35", + "description":"Custom property variable35", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop36":{ + "title":"prop36", + "description":"Custom property variable36", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop37":{ + "title":"prop37", + "description":"Custom property variable37", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop38":{ + "title":"prop38", + "description":"Custom property variable38", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop39":{ + "title":"prop39", + "description":"Custom property variable39", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop40":{ + "title":"prop40", + "description":"Custom property variable40", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop41":{ + "title":"prop41", + "description":"Custom property variable41", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop42":{ + "title":"prop42", + "description":"Custom property variable42", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop43":{ + "title":"prop43", + "description":"Custom property variable43", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop44":{ + "title":"prop44", + "description":"Custom property variable44", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop45":{ + "title":"prop45", + "description":"Custom property variable45", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop46":{ + "title":"prop46", + "description":"Custom property variable46", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop47":{ + "title":"prop47", + "description":"Custom property variable47", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop48":{ + "title":"prop48", + "description":"Custom property variable48", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop49":{ + "title":"prop49", + "description":"Custom property variable49", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop50":{ + "title":"prop50", + "description":"Custom property variable50", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop51":{ + "title":"prop51", + "description":"Custom property variable51", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop52":{ + "title":"prop52", + "description":"Custom property variable52", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop53":{ + "title":"prop53", + "description":"Custom property variable53", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop54":{ + "title":"prop54", + "description":"Custom property variable54", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop55":{ + "title":"prop55", + "description":"Custom property variable55", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop56":{ + "title":"prop56", + "description":"Custom property variable56", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop57":{ + "title":"prop57", + "description":"Custom property variable57", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop58":{ + "title":"prop58", + "description":"Custom property variable58", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop59":{ + "title":"prop59", + "description":"Custom property variable59", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop60":{ + "title":"prop60", + "description":"Custom property variable60", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop61":{ + "title":"prop61", + "description":"Custom property variable61", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop62":{ + "title":"prop62", + "description":"Custom property variable62", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop63":{ + "title":"prop63", + "description":"Custom property variable63", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop64":{ + "title":"prop64", + "description":"Custom property variable64", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop65":{ + "title":"prop65", + "description":"Custom property variable65", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop66":{ + "title":"prop66", + "description":"Custom property variable66", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop67":{ + "title":"prop67", + "description":"Custom property variable67", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop68":{ + "title":"prop68", + "description":"Custom property variable68", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop69":{ + "title":"prop69", + "description":"Custom property variable69", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop70":{ + "title":"prop70", + "description":"Custom property variable70", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop71":{ + "title":"prop71", + "description":"Custom property variable71", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop72":{ + "title":"prop72", + "description":"Custom property variable72", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop73":{ + "title":"prop73", + "description":"Custom property variable73", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop74":{ + "title":"prop74", + "description":"Custom property variable74", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop75":{ + "title":"prop75", + "description":"Custom property variable75", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier1": { + "title": "hier1", + "description": "Custom hierarchy variable 1.", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier2": { + "title": "hier2", + "description": "Custom hierarchy variable 2.", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier3": { + "title": "hier3", + "description": "Custom hierarchy variable 3.", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier4": { + "title": "hier4", + "description": "Custom hierarchy variable 4.", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier5": { + "title": "hier5", + "description": "Custom hierarchy variable 5.", + "$ref":"https://ns.adobe.com/experience/analytics/listdetails" + }, + "https://ns.adobe.com/experience/analytics/event1to100/event1": { + "title": "event1", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 1." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event2": { + "title": "event2", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 2." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event3": { + "title": "event3", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 3." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event4": { + "title": "event4", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 4." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event5": { + "title": "event5", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 5." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event6": { + "title": "event6", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 6." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event7": { + "title": "event7", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 7." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event8": { + "title": "event8", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 8." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event9": { + "title": "event9", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 9." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event10": { + "title": "event10", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 10." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event11": { + "title": "event11", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 11." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event12": { + "title": "event12", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 12." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event13": { + "title": "event13", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 13." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event14": { + "title": "event14", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 14." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event15": { + "title": "event15", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 15." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event16": { + "title": "event16", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 16." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event17": { + "title": "event17", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 17." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event18": { + "title": "event18", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 18." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event19": { + "title": "event19", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 19." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event20": { + "title": "event20", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 20." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event21": { + "title": "event21", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 21." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event22": { + "title": "event22", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 22." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event23": { + "title": "event23", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 23." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event24": { + "title": "event24", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 24." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event25": { + "title": "event25", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 25." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event26": { + "title": "event26", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 26." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event27": { + "title": "event27", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 27." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event28": { + "title": "event28", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 28." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event29": { + "title": "event29", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 29." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event30": { + "title": "event30", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 30." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event31": { + "title": "event31", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 31." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event32": { + "title": "event32", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 32." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event33": { + "title": "event33", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 33." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event34": { + "title": "event34", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 34." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event35": { + "title": "event35", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 35." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event36": { + "title": "event36", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 36." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event37": { + "title": "event37", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 37." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event38": { + "title": "event38", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 38." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event39": { + "title": "event39", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 39." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event40": { + "title": "event40", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 40." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event41": { + "title": "event41", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 41." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event42": { + "title": "event42", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 42." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event43": { + "title": "event43", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 43." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event44": { + "title": "event44", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 44." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event45": { + "title": "event45", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 45." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event46": { + "title": "event46", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 46." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event47": { + "title": "event47", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 47." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event48": { + "title": "event48", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 48." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event49": { + "title": "event49", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 49." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event50": { + "title": "event50", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 50." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event51": { + "title": "event51", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 51." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event52": { + "title": "event52", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 52." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event53": { + "title": "event53", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 53." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event54": { + "title": "event54", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 54." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event55": { + "title": "event55", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 55." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event56": { + "title": "event56", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 56." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event57": { + "title": "event57", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 57." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event58": { + "title": "event58", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 58." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event59": { + "title": "event59", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 59." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event60": { + "title": "event60", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 60." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event61": { + "title": "event61", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 61." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event62": { + "title": "event62", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 62." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event63": { + "title": "event63", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 63." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event64": { + "title": "event64", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 64." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event65": { + "title": "event65", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 65." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event66": { + "title": "event66", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 66." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event67": { + "title": "event67", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 67." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event68": { + "title": "event68", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 68." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event69": { + "title": "event69", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 69." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event70": { + "title": "event70", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 70." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event71": { + "title": "event71", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 71." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event72": { + "title": "event72", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 72." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event73": { + "title": "event73", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 73." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event74": { + "title": "event74", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 74." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event75": { + "title": "event75", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 75." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event76": { + "title": "event76", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 76." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event77": { + "title": "event77", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 77." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event78": { + "title": "event78", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 78." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event79": { + "title": "event79", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 79." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event80": { + "title": "event80", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 80." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event81": { + "title": "event81", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 81." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event82": { + "title": "event82", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 82." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event83": { + "title": "event83", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 83." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event84": { + "title": "event84", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 84." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event85": { + "title": "event85", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 85." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event86": { + "title": "event86", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 86." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event87": { + "title": "event87", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 87." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event88": { + "title": "event88", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 88." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event89": { + "title": "event89", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 89." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event90": { + "title": "event90", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 90." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event91": { + "title": "event91", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 91." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event92": { + "title": "event92", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 92." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event93": { + "title": "event93", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 93." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event94": { + "title": "event94", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 94." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event95": { + "title": "event95", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 95." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event96": { + "title": "event96", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 96." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event97": { + "title": "event97", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 97." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event98": { + "title": "event98", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 98." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event99": { + "title": "event99", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 99." + }, + "https://ns.adobe.com/experience/analytics/event1to100/event100": { + "title": "event100", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 100." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event101": { + "title": "event101", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 101." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event102": { + "title": "event102", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 102." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event103": { + "title": "event103", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 103." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event104": { + "title": "event104", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 104." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event105": { + "title": "event105", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 105." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event106": { + "title": "event106", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 106." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event107": { + "title": "event107", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 107." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event108": { + "title": "event108", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 108." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event109": { + "title": "event109", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 109." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event110": { + "title": "event110", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 110." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event111": { + "title": "event111", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 111." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event112": { + "title": "event112", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 112." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event113": { + "title": "event113", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 113." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event114": { + "title": "event114", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 114." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event115": { + "title": "event115", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 115." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event116": { + "title": "event116", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 116." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event117": { + "title": "event117", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 117." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event118": { + "title": "event118", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 118." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event119": { + "title": "event119", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 119." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event120": { + "title": "event120", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 120." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event121": { + "title": "event121", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 121." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event122": { + "title": "event122", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 122." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event123": { + "title": "event123", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 123." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event124": { + "title": "event124", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 124." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event125": { + "title": "event125", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 125." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event126": { + "title": "event126", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 126." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event127": { + "title": "event127", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 127." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event128": { + "title": "event128", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 128." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event129": { + "title": "event129", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 129." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event130": { + "title": "event130", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 130." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event131": { + "title": "event131", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 131." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event132": { + "title": "event132", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 132." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event133": { + "title": "event133", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 133." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event134": { + "title": "event134", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 134." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event135": { + "title": "event135", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 135." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event136": { + "title": "event136", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 136." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event137": { + "title": "event137", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 137." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event138": { + "title": "event138", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 138." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event139": { + "title": "event139", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 139." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event140": { + "title": "event140", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 140." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event141": { + "title": "event141", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 141." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event142": { + "title": "event142", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 142." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event143": { + "title": "event143", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 143." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event144": { + "title": "event144", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 144." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event145": { + "title": "event145", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 145." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event146": { + "title": "event146", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 146." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event147": { + "title": "event147", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 147." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event148": { + "title": "event148", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 148." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event149": { + "title": "event149", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 149." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event150": { + "title": "event150", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 150." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event151": { + "title": "event151", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 151." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event152": { + "title": "event152", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 152." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event153": { + "title": "event153", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 153." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event154": { + "title": "event154", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 154." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event155": { + "title": "event155", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 155." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event156": { + "title": "event156", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 156." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event157": { + "title": "event157", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 157." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event158": { + "title": "event158", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 158." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event159": { + "title": "event159", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 159." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event160": { + "title": "event160", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 160." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event161": { + "title": "event161", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 161." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event162": { + "title": "event162", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 162." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event163": { + "title": "event163", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 163." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event164": { + "title": "event164", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 164." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event165": { + "title": "event165", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 165." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event166": { + "title": "event166", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 166." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event167": { + "title": "event167", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 167." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event168": { + "title": "event168", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 168." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event169": { + "title": "event169", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 169." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event170": { + "title": "event170", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 170." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event171": { + "title": "event171", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 171." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event172": { + "title": "event172", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 172." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event173": { + "title": "event173", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 173." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event174": { + "title": "event174", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 174." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event175": { + "title": "event175", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 175." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event176": { + "title": "event176", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 176." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event177": { + "title": "event177", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 177." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event178": { + "title": "event178", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 178." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event179": { + "title": "event179", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 179." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event180": { + "title": "event180", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 180." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event181": { + "title": "event181", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 181." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event182": { + "title": "event182", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 182." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event183": { + "title": "event183", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 183." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event184": { + "title": "event184", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 184." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event185": { + "title": "event185", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 185." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event186": { + "title": "event186", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 186." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event187": { + "title": "event187", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 187." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event188": { + "title": "event188", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 188." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event189": { + "title": "event189", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 189." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event190": { + "title": "event190", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 190." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event191": { + "title": "event191", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 191." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event192": { + "title": "event192", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 192." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event193": { + "title": "event193", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 193." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event194": { + "title": "event194", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 194." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event195": { + "title": "event195", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 195." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event196": { + "title": "event196", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 196." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event197": { + "title": "event197", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 197." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event198": { + "title": "event198", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 198." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event199": { + "title": "event199", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 199." + }, + "https://ns.adobe.com/experience/analytics/event101to200/event200": { + "title": "event200", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 200." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event201": { + "title": "event201", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 201." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event202": { + "title": "event202", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 202." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event203": { + "title": "event203", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 203." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event204": { + "title": "event204", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 204." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event205": { + "title": "event205", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 205." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event206": { + "title": "event206", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 206." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event207": { + "title": "event207", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 207." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event208": { + "title": "event208", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 208." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event209": { + "title": "event209", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 209." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event210": { + "title": "event210", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 210." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event211": { + "title": "event211", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 211." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event212": { + "title": "event212", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 212." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event213": { + "title": "event213", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 213." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event214": { + "title": "event214", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 214." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event215": { + "title": "event215", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 215." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event216": { + "title": "event216", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 216." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event217": { + "title": "event217", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 217." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event218": { + "title": "event218", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 218." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event219": { + "title": "event219", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 219." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event220": { + "title": "event220", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 220." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event221": { + "title": "event221", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 221." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event222": { + "title": "event222", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 222." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event223": { + "title": "event223", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 223." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event224": { + "title": "event224", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 224." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event225": { + "title": "event225", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 225." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event226": { + "title": "event226", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 226." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event227": { + "title": "event227", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 227." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event228": { + "title": "event228", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 228." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event229": { + "title": "event229", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 229." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event230": { + "title": "event230", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 230." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event231": { + "title": "event231", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 231." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event232": { + "title": "event232", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 232." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event233": { + "title": "event233", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 233." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event234": { + "title": "event234", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 234." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event235": { + "title": "event235", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 235." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event236": { + "title": "event236", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 236." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event237": { + "title": "event237", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 237." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event238": { + "title": "event238", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 238." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event239": { + "title": "event239", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 239." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event240": { + "title": "event240", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 240." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event241": { + "title": "event241", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 241." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event242": { + "title": "event242", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 242." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event243": { + "title": "event243", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 243." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event244": { + "title": "event244", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 244." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event245": { + "title": "event245", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 245." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event246": { + "title": "event246", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 246." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event247": { + "title": "event247", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 247." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event248": { + "title": "event248", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 248." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event249": { + "title": "event249", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 249." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event250": { + "title": "event250", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 250." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event251": { + "title": "event251", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 251." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event252": { + "title": "event252", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 252." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event253": { + "title": "event253", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 253." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event254": { + "title": "event254", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 254." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event255": { + "title": "event255", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 255." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event256": { + "title": "event256", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 256." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event257": { + "title": "event257", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 257." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event258": { + "title": "event258", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 258." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event259": { + "title": "event259", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 259." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event260": { + "title": "event260", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 260." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event261": { + "title": "event261", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 261." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event262": { + "title": "event262", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 262." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event263": { + "title": "event263", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 263." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event264": { + "title": "event264", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 264." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event265": { + "title": "event265", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 265." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event266": { + "title": "event266", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 266." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event267": { + "title": "event267", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 267." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event268": { + "title": "event268", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 268." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event269": { + "title": "event269", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 269." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event270": { + "title": "event270", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 270." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event271": { + "title": "event271", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 271." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event272": { + "title": "event272", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 272." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event273": { + "title": "event273", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 273." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event274": { + "title": "event274", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 274." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event275": { + "title": "event275", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 275." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event276": { + "title": "event276", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 276." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event277": { + "title": "event277", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 277." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event278": { + "title": "event278", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 278." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event279": { + "title": "event279", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 279." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event280": { + "title": "event280", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 280." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event281": { + "title": "event281", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 281." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event282": { + "title": "event282", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 282." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event283": { + "title": "event283", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 283." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event284": { + "title": "event284", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 284." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event285": { + "title": "event285", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 285." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event286": { + "title": "event286", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 286." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event287": { + "title": "event287", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 287." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event288": { + "title": "event288", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 288." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event289": { + "title": "event289", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 289." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event290": { + "title": "event290", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 290." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event291": { + "title": "event291", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 291." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event292": { + "title": "event292", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 292." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event293": { + "title": "event293", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 293." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event294": { + "title": "event294", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 294." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event295": { + "title": "event295", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 295." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event296": { + "title": "event296", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 296." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event297": { + "title": "event297", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 297." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event298": { + "title": "event298", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 298." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event299": { + "title": "event299", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 299." + }, + "https://ns.adobe.com/experience/analytics/event201to300/event300": { + "title": "event300", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 300." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event301": { + "title": "event301", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 301." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event302": { + "title": "event302", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 302." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event303": { + "title": "event303", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 303." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event304": { + "title": "event304", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 304." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event305": { + "title": "event305", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 305." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event306": { + "title": "event306", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 306." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event307": { + "title": "event307", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 307." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event308": { + "title": "event308", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 308." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event309": { + "title": "event309", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 309." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event310": { + "title": "event310", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 310." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event311": { + "title": "event311", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 311." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event312": { + "title": "event312", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 312." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event313": { + "title": "event313", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 313." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event314": { + "title": "event314", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 314." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event315": { + "title": "event315", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 315." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event316": { + "title": "event316", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 316." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event317": { + "title": "event317", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 317." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event318": { + "title": "event318", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 318." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event319": { + "title": "event319", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 319." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event320": { + "title": "event320", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 320." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event321": { + "title": "event321", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 321." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event322": { + "title": "event322", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 322." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event323": { + "title": "event323", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 323." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event324": { + "title": "event324", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 324." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event325": { + "title": "event325", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 325." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event326": { + "title": "event326", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 326." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event327": { + "title": "event327", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 327." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event328": { + "title": "event328", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 328." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event329": { + "title": "event329", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 329." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event330": { + "title": "event330", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 330." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event331": { + "title": "event331", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 331." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event332": { + "title": "event332", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 332." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event333": { + "title": "event333", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 333." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event334": { + "title": "event334", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 334." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event335": { + "title": "event335", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 335." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event336": { + "title": "event336", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 336." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event337": { + "title": "event337", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 337." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event338": { + "title": "event338", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 338." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event339": { + "title": "event339", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 339." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event340": { + "title": "event340", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 340." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event341": { + "title": "event341", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 341." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event342": { + "title": "event342", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 342." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event343": { + "title": "event343", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 343." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event344": { + "title": "event344", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 344." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event345": { + "title": "event345", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 345." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event346": { + "title": "event346", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 346." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event347": { + "title": "event347", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 347." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event348": { + "title": "event348", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 348." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event349": { + "title": "event349", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 349." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event350": { + "title": "event350", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 350." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event351": { + "title": "event351", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 351." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event352": { + "title": "event352", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 352." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event353": { + "title": "event353", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 353." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event354": { + "title": "event354", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 354." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event355": { + "title": "event355", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 355." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event356": { + "title": "event356", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 356." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event357": { + "title": "event357", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 357." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event358": { + "title": "event358", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 358." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event359": { + "title": "event359", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 359." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event360": { + "title": "event360", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 360." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event361": { + "title": "event361", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 361." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event362": { + "title": "event362", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 362." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event363": { + "title": "event363", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 363." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event364": { + "title": "event364", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 364." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event365": { + "title": "event365", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 365." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event366": { + "title": "event366", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 366." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event367": { + "title": "event367", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 367." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event368": { + "title": "event368", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 368." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event369": { + "title": "event369", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 369." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event370": { + "title": "event370", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 370." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event371": { + "title": "event371", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 371." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event372": { + "title": "event372", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 372." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event373": { + "title": "event373", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 373." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event374": { + "title": "event374", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 374." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event375": { + "title": "event375", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 375." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event376": { + "title": "event376", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 376." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event377": { + "title": "event377", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 377." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event378": { + "title": "event378", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 378." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event379": { + "title": "event379", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 379." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event380": { + "title": "event380", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 380." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event381": { + "title": "event381", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 381." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event382": { + "title": "event382", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 382." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event383": { + "title": "event383", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 383." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event384": { + "title": "event384", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 384." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event385": { + "title": "event385", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 385." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event386": { + "title": "event386", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 386." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event387": { + "title": "event387", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 387." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event388": { + "title": "event388", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 388." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event389": { + "title": "event389", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 389." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event390": { + "title": "event390", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 390." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event391": { + "title": "event391", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 391." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event392": { + "title": "event392", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 392." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event393": { + "title": "event393", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 393." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event394": { + "title": "event394", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 394." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event395": { + "title": "event395", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 395." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event396": { + "title": "event396", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 396." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event397": { + "title": "event397", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 397." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event398": { + "title": "event398", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 398." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event399": { + "title": "event399", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 399." + }, + "https://ns.adobe.com/experience/analytics/event301to400/event400": { + "title": "event400", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 400." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event401": { + "title": "event401", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 401." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event402": { + "title": "event402", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 402." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event403": { + "title": "event403", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 403." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event404": { + "title": "event404", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 404." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event405": { + "title": "event405", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 405." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event406": { + "title": "event406", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 406." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event407": { + "title": "event407", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 407." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event408": { + "title": "event408", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 408." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event409": { + "title": "event409", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 409." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event410": { + "title": "event410", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 410." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event411": { + "title": "event411", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 411." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event412": { + "title": "event412", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 412." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event413": { + "title": "event413", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 413." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event414": { + "title": "event414", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 414." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event415": { + "title": "event415", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 415." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event416": { + "title": "event416", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 416." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event417": { + "title": "event417", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 417." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event418": { + "title": "event418", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 418." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event419": { + "title": "event419", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 419." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event420": { + "title": "event420", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 420." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event421": { + "title": "event421", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 421." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event422": { + "title": "event422", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 422." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event423": { + "title": "event423", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 423." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event424": { + "title": "event424", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 424." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event425": { + "title": "event425", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 425." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event426": { + "title": "event426", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 426." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event427": { + "title": "event427", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 427." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event428": { + "title": "event428", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 428." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event429": { + "title": "event429", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 429." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event430": { + "title": "event430", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 430." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event431": { + "title": "event431", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 431." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event432": { + "title": "event432", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 432." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event433": { + "title": "event433", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 433." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event434": { + "title": "event434", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 434." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event435": { + "title": "event435", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 435." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event436": { + "title": "event436", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 436." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event437": { + "title": "event437", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 437." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event438": { + "title": "event438", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 438." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event439": { + "title": "event439", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 439." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event440": { + "title": "event440", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 440." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event441": { + "title": "event441", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 441." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event442": { + "title": "event442", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 442." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event443": { + "title": "event443", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 443." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event444": { + "title": "event444", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 444." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event445": { + "title": "event445", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 445." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event446": { + "title": "event446", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 446." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event447": { + "title": "event447", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 447." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event448": { + "title": "event448", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 448." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event449": { + "title": "event449", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 449." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event450": { + "title": "event450", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 450." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event451": { + "title": "event451", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 451." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event452": { + "title": "event452", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 452." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event453": { + "title": "event453", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 453." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event454": { + "title": "event454", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 454." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event455": { + "title": "event455", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 455." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event456": { + "title": "event456", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 456." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event457": { + "title": "event457", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 457." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event458": { + "title": "event458", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 458." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event459": { + "title": "event459", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 459." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event460": { + "title": "event460", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 460." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event461": { + "title": "event461", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 461." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event462": { + "title": "event462", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 462." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event463": { + "title": "event463", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 463." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event464": { + "title": "event464", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 464." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event465": { + "title": "event465", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 465." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event466": { + "title": "event466", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 466." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event467": { + "title": "event467", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 467." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event468": { + "title": "event468", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 468." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event469": { + "title": "event469", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 469." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event470": { + "title": "event470", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 470." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event471": { + "title": "event471", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 471." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event472": { + "title": "event472", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 472." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event473": { + "title": "event473", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 473." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event474": { + "title": "event474", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 474." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event475": { + "title": "event475", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 475." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event476": { + "title": "event476", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 476." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event477": { + "title": "event477", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 477." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event478": { + "title": "event478", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 478." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event479": { + "title": "event479", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 479." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event480": { + "title": "event480", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 480." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event481": { + "title": "event481", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 481." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event482": { + "title": "event482", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 482." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event483": { + "title": "event483", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 483." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event484": { + "title": "event484", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 484." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event485": { + "title": "event485", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 485." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event486": { + "title": "event486", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 486." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event487": { + "title": "event487", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 487." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event488": { + "title": "event488", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 488." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event489": { + "title": "event489", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 489." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event490": { + "title": "event490", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 490." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event491": { + "title": "event491", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 491." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event492": { + "title": "event492", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 492." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event493": { + "title": "event493", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 493." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event494": { + "title": "event494", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 494." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event495": { + "title": "event495", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 495." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event496": { + "title": "event496", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 496." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event497": { + "title": "event497", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 497." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event498": { + "title": "event498", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 498." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event499": { + "title": "event499", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 499." + }, + "https://ns.adobe.com/experience/analytics/event401to500/event500": { + "title": "event500", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 500." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event501": { + "title": "event501", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 501." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event502": { + "title": "event502", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 502." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event503": { + "title": "event503", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 503." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event504": { + "title": "event504", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 504." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event505": { + "title": "event505", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 505." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event506": { + "title": "event506", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 506." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event507": { + "title": "event507", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 507." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event508": { + "title": "event508", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 508." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event509": { + "title": "event509", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 509." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event510": { + "title": "event510", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 510." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event511": { + "title": "event511", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 511." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event512": { + "title": "event512", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 512." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event513": { + "title": "event513", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 513." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event514": { + "title": "event514", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 514." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event515": { + "title": "event515", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 515." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event516": { + "title": "event516", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 516." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event517": { + "title": "event517", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 517." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event518": { + "title": "event518", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 518." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event519": { + "title": "event519", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 519." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event520": { + "title": "event520", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 520." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event521": { + "title": "event521", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 521." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event522": { + "title": "event522", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 522." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event523": { + "title": "event523", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 523." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event524": { + "title": "event524", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 524." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event525": { + "title": "event525", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 525." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event526": { + "title": "event526", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 526." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event527": { + "title": "event527", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 527." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event528": { + "title": "event528", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 528." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event529": { + "title": "event529", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 529." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event530": { + "title": "event530", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 530." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event531": { + "title": "event531", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 531." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event532": { + "title": "event532", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 532." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event533": { + "title": "event533", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 533." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event534": { + "title": "event534", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 534." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event535": { + "title": "event535", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 535." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event536": { + "title": "event536", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 536." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event537": { + "title": "event537", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 537." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event538": { + "title": "event538", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 538." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event539": { + "title": "event539", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 539." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event540": { + "title": "event540", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 540." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event541": { + "title": "event541", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 541." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event542": { + "title": "event542", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 542." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event543": { + "title": "event543", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 543." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event544": { + "title": "event544", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 544." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event545": { + "title": "event545", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 545." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event546": { + "title": "event546", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 546." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event547": { + "title": "event547", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 547." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event548": { + "title": "event548", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 548." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event549": { + "title": "event549", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 549." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event550": { + "title": "event550", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 550." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event551": { + "title": "event551", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 551." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event552": { + "title": "event552", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 552." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event553": { + "title": "event553", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 553." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event554": { + "title": "event554", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 554." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event555": { + "title": "event555", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 555." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event556": { + "title": "event556", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 556." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event557": { + "title": "event557", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 557." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event558": { + "title": "event558", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 558." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event559": { + "title": "event559", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 559." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event560": { + "title": "event560", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 560." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event561": { + "title": "event561", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 561." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event562": { + "title": "event562", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 562." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event563": { + "title": "event563", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 563." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event564": { + "title": "event564", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 564." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event565": { + "title": "event565", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 565." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event566": { + "title": "event566", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 566." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event567": { + "title": "event567", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 567." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event568": { + "title": "event568", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 568." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event569": { + "title": "event569", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 569." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event570": { + "title": "event570", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 570." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event571": { + "title": "event571", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 571." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event572": { + "title": "event572", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 572." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event573": { + "title": "event573", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 573." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event574": { + "title": "event574", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 574." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event575": { + "title": "event575", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 575." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event576": { + "title": "event576", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 576." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event577": { + "title": "event577", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 577." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event578": { + "title": "event578", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 578." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event579": { + "title": "event579", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 579." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event580": { + "title": "event580", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 580." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event581": { + "title": "event581", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 581." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event582": { + "title": "event582", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 582." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event583": { + "title": "event583", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 583." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event584": { + "title": "event584", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 584." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event585": { + "title": "event585", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 585." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event586": { + "title": "event586", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 586." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event587": { + "title": "event587", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 587." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event588": { + "title": "event588", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 588." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event589": { + "title": "event589", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 589." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event590": { + "title": "event590", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 590." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event591": { + "title": "event591", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 591." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event592": { + "title": "event592", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 592." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event593": { + "title": "event593", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 593." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event594": { + "title": "event594", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 594." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event595": { + "title": "event595", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 595." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event596": { + "title": "event596", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 596." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event597": { + "title": "event597", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 597." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event598": { + "title": "event598", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 598." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event599": { + "title": "event599", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 599." + }, + "https://ns.adobe.com/experience/analytics/event501to600/event600": { + "title": "event600", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 600." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event601": { + "title": "event601", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 601." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event602": { + "title": "event602", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 602." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event603": { + "title": "event603", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 603." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event604": { + "title": "event604", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 604." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event605": { + "title": "event605", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 605." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event606": { + "title": "event606", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 606." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event607": { + "title": "event607", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 607." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event608": { + "title": "event608", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 608." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event609": { + "title": "event609", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 609." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event610": { + "title": "event610", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 610." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event611": { + "title": "event611", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 611." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event612": { + "title": "event612", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 612." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event613": { + "title": "event613", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 613." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event614": { + "title": "event614", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 614." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event615": { + "title": "event615", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 615." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event616": { + "title": "event616", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 616." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event617": { + "title": "event617", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 617." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event618": { + "title": "event618", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 618." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event619": { + "title": "event619", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 619." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event620": { + "title": "event620", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 620." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event621": { + "title": "event621", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 621." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event622": { + "title": "event622", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 622." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event623": { + "title": "event623", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 623." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event624": { + "title": "event624", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 624." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event625": { + "title": "event625", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 625." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event626": { + "title": "event626", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 626." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event627": { + "title": "event627", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 627." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event628": { + "title": "event628", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 628." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event629": { + "title": "event629", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 629." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event630": { + "title": "event630", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 630." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event631": { + "title": "event631", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 631." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event632": { + "title": "event632", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 632." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event633": { + "title": "event633", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 633." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event634": { + "title": "event634", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 634." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event635": { + "title": "event635", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 635." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event636": { + "title": "event636", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 636." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event637": { + "title": "event637", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 637." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event638": { + "title": "event638", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 638." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event639": { + "title": "event639", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 639." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event640": { + "title": "event640", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 640." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event641": { + "title": "event641", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 641." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event642": { + "title": "event642", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 642." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event643": { + "title": "event643", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 643." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event644": { + "title": "event644", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 644." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event645": { + "title": "event645", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 645." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event646": { + "title": "event646", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 646." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event647": { + "title": "event647", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 647." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event648": { + "title": "event648", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 648." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event649": { + "title": "event649", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 649." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event650": { + "title": "event650", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 650." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event651": { + "title": "event651", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 651." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event652": { + "title": "event652", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 652." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event653": { + "title": "event653", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 653." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event654": { + "title": "event654", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 654." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event655": { + "title": "event655", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 655." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event656": { + "title": "event656", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 656." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event657": { + "title": "event657", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 657." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event658": { + "title": "event658", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 658." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event659": { + "title": "event659", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 659." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event660": { + "title": "event660", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 660." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event661": { + "title": "event661", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 661." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event662": { + "title": "event662", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 662." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event663": { + "title": "event663", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 663." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event664": { + "title": "event664", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 664." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event665": { + "title": "event665", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 665." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event666": { + "title": "event666", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 666." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event667": { + "title": "event667", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 667." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event668": { + "title": "event668", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 668." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event669": { + "title": "event669", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 669." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event670": { + "title": "event670", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 670." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event671": { + "title": "event671", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 671." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event672": { + "title": "event672", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 672." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event673": { + "title": "event673", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 673." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event674": { + "title": "event674", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 674." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event675": { + "title": "event675", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 675." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event676": { + "title": "event676", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 676." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event677": { + "title": "event677", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 677." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event678": { + "title": "event678", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 678." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event679": { + "title": "event679", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 679." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event680": { + "title": "event680", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 680." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event681": { + "title": "event681", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 681." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event682": { + "title": "event682", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 682." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event683": { + "title": "event683", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 683." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event684": { + "title": "event684", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 684." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event685": { + "title": "event685", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 685." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event686": { + "title": "event686", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 686." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event687": { + "title": "event687", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 687." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event688": { + "title": "event688", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 688." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event689": { + "title": "event689", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 689." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event690": { + "title": "event690", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 690." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event691": { + "title": "event691", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 691." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event692": { + "title": "event692", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 692." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event693": { + "title": "event693", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 693." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event694": { + "title": "event694", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 694." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event695": { + "title": "event695", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 695." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event696": { + "title": "event696", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 696." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event697": { + "title": "event697", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 697." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event698": { + "title": "event698", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 698." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event699": { + "title": "event699", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 699." + }, + "https://ns.adobe.com/experience/analytics/event601to700/event700": { + "title": "event700", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 700." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event701": { + "title": "event701", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 701." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event702": { + "title": "event702", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 702." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event703": { + "title": "event703", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 703." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event704": { + "title": "event704", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 704." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event705": { + "title": "event705", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 705." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event706": { + "title": "event706", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 706." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event707": { + "title": "event707", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 707." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event708": { + "title": "event708", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 708." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event709": { + "title": "event709", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 709." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event710": { + "title": "event710", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 710." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event711": { + "title": "event711", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 711." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event712": { + "title": "event712", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 712." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event713": { + "title": "event713", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 713." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event714": { + "title": "event714", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 714." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event715": { + "title": "event715", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 715." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event716": { + "title": "event716", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 716." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event717": { + "title": "event717", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 717." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event718": { + "title": "event718", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 718." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event719": { + "title": "event719", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 719." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event720": { + "title": "event720", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 720." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event721": { + "title": "event721", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 721." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event722": { + "title": "event722", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 722." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event723": { + "title": "event723", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 723." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event724": { + "title": "event724", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 724." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event725": { + "title": "event725", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 725." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event726": { + "title": "event726", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 726." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event727": { + "title": "event727", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 727." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event728": { + "title": "event728", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 728." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event729": { + "title": "event729", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 729." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event730": { + "title": "event730", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 730." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event731": { + "title": "event731", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 731." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event732": { + "title": "event732", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 732." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event733": { + "title": "event733", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 733." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event734": { + "title": "event734", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 734." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event735": { + "title": "event735", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 735." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event736": { + "title": "event736", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 736." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event737": { + "title": "event737", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 737." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event738": { + "title": "event738", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 738." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event739": { + "title": "event739", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 739." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event740": { + "title": "event740", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 740." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event741": { + "title": "event741", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 741." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event742": { + "title": "event742", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 742." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event743": { + "title": "event743", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 743." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event744": { + "title": "event744", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 744." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event745": { + "title": "event745", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 745." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event746": { + "title": "event746", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 746." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event747": { + "title": "event747", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 747." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event748": { + "title": "event748", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 748." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event749": { + "title": "event749", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 749." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event750": { + "title": "event750", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 750." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event751": { + "title": "event751", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 751." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event752": { + "title": "event752", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 752." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event753": { + "title": "event753", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 753." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event754": { + "title": "event754", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 754." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event755": { + "title": "event755", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 755." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event756": { + "title": "event756", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 756." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event757": { + "title": "event757", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 757." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event758": { + "title": "event758", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 758." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event759": { + "title": "event759", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 759." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event760": { + "title": "event760", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 760." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event761": { + "title": "event761", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 761." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event762": { + "title": "event762", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 762." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event763": { + "title": "event763", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 763." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event764": { + "title": "event764", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 764." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event765": { + "title": "event765", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 765." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event766": { + "title": "event766", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 766." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event767": { + "title": "event767", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 767." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event768": { + "title": "event768", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 768." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event769": { + "title": "event769", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 769." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event770": { + "title": "event770", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 770." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event771": { + "title": "event771", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 771." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event772": { + "title": "event772", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 772." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event773": { + "title": "event773", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 773." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event774": { + "title": "event774", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 774." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event775": { + "title": "event775", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 775." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event776": { + "title": "event776", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 776." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event777": { + "title": "event777", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 777." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event778": { + "title": "event778", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 778." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event779": { + "title": "event779", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 779." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event780": { + "title": "event780", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 780." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event781": { + "title": "event781", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 781." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event782": { + "title": "event782", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 782." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event783": { + "title": "event783", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 783." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event784": { + "title": "event784", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 784." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event785": { + "title": "event785", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 785." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event786": { + "title": "event786", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 786." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event787": { + "title": "event787", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 787." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event788": { + "title": "event788", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 788." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event789": { + "title": "event789", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 789." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event790": { + "title": "event790", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 790." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event791": { + "title": "event791", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 791." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event792": { + "title": "event792", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 792." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event793": { + "title": "event793", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 793." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event794": { + "title": "event794", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 794." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event795": { + "title": "event795", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 795." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event796": { + "title": "event796", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 796." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event797": { + "title": "event797", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 797." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event798": { + "title": "event798", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 798." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event799": { + "title": "event799", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 799." + }, + "https://ns.adobe.com/experience/analytics/event701to800/event800": { + "title": "event800", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 800." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event801": { + "title": "event801", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 801." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event802": { + "title": "event802", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 802." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event803": { + "title": "event803", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 803." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event804": { + "title": "event804", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 804." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event805": { + "title": "event805", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 805." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event806": { + "title": "event806", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 806." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event807": { + "title": "event807", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 807." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event808": { + "title": "event808", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 808." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event809": { + "title": "event809", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 809." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event810": { + "title": "event810", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 810." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event811": { + "title": "event811", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 811." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event812": { + "title": "event812", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 812." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event813": { + "title": "event813", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 813." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event814": { + "title": "event814", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 814." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event815": { + "title": "event815", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 815." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event816": { + "title": "event816", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 816." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event817": { + "title": "event817", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 817." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event818": { + "title": "event818", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 818." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event819": { + "title": "event819", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 819." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event820": { + "title": "event820", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 820." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event821": { + "title": "event821", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 821." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event822": { + "title": "event822", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 822." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event823": { + "title": "event823", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 823." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event824": { + "title": "event824", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 824." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event825": { + "title": "event825", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 825." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event826": { + "title": "event826", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 826." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event827": { + "title": "event827", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 827." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event828": { + "title": "event828", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 828." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event829": { + "title": "event829", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 829." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event830": { + "title": "event830", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 830." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event831": { + "title": "event831", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 831." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event832": { + "title": "event832", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 832." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event833": { + "title": "event833", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 833." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event834": { + "title": "event834", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 834." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event835": { + "title": "event835", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 835." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event836": { + "title": "event836", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 836." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event837": { + "title": "event837", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 837." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event838": { + "title": "event838", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 838." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event839": { + "title": "event839", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 839." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event840": { + "title": "event840", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 840." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event841": { + "title": "event841", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 841." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event842": { + "title": "event842", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 842." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event843": { + "title": "event843", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 843." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event844": { + "title": "event844", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 844." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event845": { + "title": "event845", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 845." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event846": { + "title": "event846", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 846." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event847": { + "title": "event847", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 847." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event848": { + "title": "event848", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 848." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event849": { + "title": "event849", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 849." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event850": { + "title": "event850", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 850." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event851": { + "title": "event851", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 851." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event852": { + "title": "event852", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 852." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event853": { + "title": "event853", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 853." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event854": { + "title": "event854", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 854." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event855": { + "title": "event855", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 855." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event856": { + "title": "event856", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 856." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event857": { + "title": "event857", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 857." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event858": { + "title": "event858", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 858." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event859": { + "title": "event859", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 859." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event860": { + "title": "event860", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 860." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event861": { + "title": "event861", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 861." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event862": { + "title": "event862", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 862." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event863": { + "title": "event863", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 863." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event864": { + "title": "event864", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 864." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event865": { + "title": "event865", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 865." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event866": { + "title": "event866", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 866." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event867": { + "title": "event867", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 867." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event868": { + "title": "event868", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 868." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event869": { + "title": "event869", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 869." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event870": { + "title": "event870", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 870." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event871": { + "title": "event871", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 871." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event872": { + "title": "event872", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 872." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event873": { + "title": "event873", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 873." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event874": { + "title": "event874", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 874." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event875": { + "title": "event875", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 875." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event876": { + "title": "event876", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 876." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event877": { + "title": "event877", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 877." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event878": { + "title": "event878", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 878." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event879": { + "title": "event879", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 879." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event880": { + "title": "event880", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 880." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event881": { + "title": "event881", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 881." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event882": { + "title": "event882", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 882." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event883": { + "title": "event883", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 883." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event884": { + "title": "event884", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 884." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event885": { + "title": "event885", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 885." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event886": { + "title": "event886", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 886." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event887": { + "title": "event887", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 887." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event888": { + "title": "event888", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 888." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event889": { + "title": "event889", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 889." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event890": { + "title": "event890", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 890." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event891": { + "title": "event891", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 891." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event892": { + "title": "event892", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 892." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event893": { + "title": "event893", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 893." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event894": { + "title": "event894", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 894." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event895": { + "title": "event895", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 895." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event896": { + "title": "event896", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 896." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event897": { + "title": "event897", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 897." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event898": { + "title": "event898", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 898." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event899": { + "title": "event899", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 899." + }, + "https://ns.adobe.com/experience/analytics/event801to900/event900": { + "title": "event900", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 900." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event901": { + "title": "event901", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 901." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event902": { + "title": "event902", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 902." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event903": { + "title": "event903", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 903." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event904": { + "title": "event904", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 904." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event905": { + "title": "event905", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 905." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event906": { + "title": "event906", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 906." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event907": { + "title": "event907", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 907." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event908": { + "title": "event908", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 908." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event909": { + "title": "event909", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 909." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event910": { + "title": "event910", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 910." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event911": { + "title": "event911", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 911." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event912": { + "title": "event912", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 912." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event913": { + "title": "event913", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 913." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event914": { + "title": "event914", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 914." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event915": { + "title": "event915", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 915." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event916": { + "title": "event916", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 916." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event917": { + "title": "event917", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 917." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event918": { + "title": "event918", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 918." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event919": { + "title": "event919", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 919." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event920": { + "title": "event920", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 920." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event921": { + "title": "event921", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 921." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event922": { + "title": "event922", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 922." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event923": { + "title": "event923", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 923." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event924": { + "title": "event924", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 924." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event925": { + "title": "event925", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 925." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event926": { + "title": "event926", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 926." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event927": { + "title": "event927", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 927." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event928": { + "title": "event928", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 928." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event929": { + "title": "event929", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 929." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event930": { + "title": "event930", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 930." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event931": { + "title": "event931", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 931." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event932": { + "title": "event932", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 932." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event933": { + "title": "event933", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 933." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event934": { + "title": "event934", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 934." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event935": { + "title": "event935", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 935." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event936": { + "title": "event936", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 936." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event937": { + "title": "event937", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 937." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event938": { + "title": "event938", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 938." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event939": { + "title": "event939", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 939." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event940": { + "title": "event940", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 940." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event941": { + "title": "event941", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 941." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event942": { + "title": "event942", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 942." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event943": { + "title": "event943", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 943." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event944": { + "title": "event944", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 944." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event945": { + "title": "event945", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 945." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event946": { + "title": "event946", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 946." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event947": { + "title": "event947", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 947." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event948": { + "title": "event948", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 948." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event949": { + "title": "event949", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 949." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event950": { + "title": "event950", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 950." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event951": { + "title": "event951", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 951." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event952": { + "title": "event952", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 952." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event953": { + "title": "event953", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 953." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event954": { + "title": "event954", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 954." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event955": { + "title": "event955", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 955." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event956": { + "title": "event956", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 956." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event957": { + "title": "event957", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 957." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event958": { + "title": "event958", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 958." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event959": { + "title": "event959", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 959." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event960": { + "title": "event960", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 960." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event961": { + "title": "event961", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 961." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event962": { + "title": "event962", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 962." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event963": { + "title": "event963", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 963." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event964": { + "title": "event964", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 964." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event965": { + "title": "event965", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 965." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event966": { + "title": "event966", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 966." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event967": { + "title": "event967", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 967." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event968": { + "title": "event968", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 968." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event969": { + "title": "event969", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 969." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event970": { + "title": "event970", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 970." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event971": { + "title": "event971", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 971." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event972": { + "title": "event972", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 972." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event973": { + "title": "event973", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 973." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event974": { + "title": "event974", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 974." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event975": { + "title": "event975", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 975." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event976": { + "title": "event976", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 976." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event977": { + "title": "event977", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 977." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event978": { + "title": "event978", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 978." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event979": { + "title": "event979", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 979." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event980": { + "title": "event980", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 980." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event981": { + "title": "event981", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 981." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event982": { + "title": "event982", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 982." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event983": { + "title": "event983", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 983." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event984": { + "title": "event984", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 984." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event985": { + "title": "event985", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 985." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event986": { + "title": "event986", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 986." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event987": { + "title": "event987", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 987." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event988": { + "title": "event988", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 988." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event989": { + "title": "event989", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 989." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event990": { + "title": "event990", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 990." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event991": { + "title": "event991", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 991." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event992": { + "title": "event992", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 992." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event993": { + "title": "event993", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 993." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event994": { + "title": "event994", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 994." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event995": { + "title": "event995", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 995." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event996": { + "title": "event996", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 996." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event997": { + "title": "event997", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 997." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event998": { + "title": "event998", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 998." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event999": { + "title": "event999", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 999." + }, + "https://ns.adobe.com/experience/analytics/event901to1000/event1000": { + "title": "event1000", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 1000." }, "https://ns.adobe.com/experience/analytics/session/num": { "title": "Session Number", @@ -51,11 +7067,11 @@ }, "https://ns.adobe.com/experience/analytics/session/web": { "title": "Session Entry Web", - "$ref": "https://ns.adobe.com/xdm/context/webinfo", + "$ref": "https://ns.adobe.com/xdm/context/web", "description": "The information related to web page, link, and referrer at the entry of this session." }, - "https://ns.adobe.com/experience/analytics/enduser/firsttimestamp": { + "https://ns.adobe.com/experience/analytics/end-user/first-timestamp": { "title": "End User First Timestamp", "type": "integer", "description": @@ -63,9 +7079,9 @@ "minimum": 1, "maximum": 9223372036854770000 }, - "https://ns.adobe.com/experience/analytics/enduser/firstweb": { + "https://ns.adobe.com/experience/analytics/end-user/first-web": { "title": "End User First Web Details", - "$ref": "https://ns.adobe.com/xdm/context/webinfo", + "$ref": "https://ns.adobe.com/xdm/context/web", "description": "The information related to web page, link, and referrer from the first ExperienceEvent for this end-user." } diff --git a/extensions/adobe/experience/analytics/listdetails.schema.json b/extensions/adobe/experience/analytics/listdetails.schema.json new file mode 100644 index 000000000..9a2f4c00d --- /dev/null +++ b/extensions/adobe/experience/analytics/listdetails.schema.json @@ -0,0 +1,37 @@ +{ + "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/experience/analytics/listdetails", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "List Details", + "type": "object", + "description": "List of values with details.", + "definitions": { + "listdetails": { + "properties": { + "xdm:values": { + "title": "List Values", + "type": "array", + "items": { + "type": "string" + }, + "description": "List of values." + }, + "xdm:delimiter": { + "title": "Original List Delimiter", + "type": "string", + "description": "The original delimiter used to generate the list." + } + } + } + }, + "allOf":[ + { + "$ref":"#/definitions/listdetails" + } + ] +} From 0d05978bed2d87685bc9b31ceeaddcfdfe47afc1 Mon Sep 17 00:00:00 2001 From: jwen Date: Fri, 20 Apr 2018 17:50:25 -0700 Subject: [PATCH 20/83] Correct $ref to webinfo --- .../adobe/experience/analytics/experienceevent.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/adobe/experience/analytics/experienceevent.schema.json b/extensions/adobe/experience/analytics/experienceevent.schema.json index 4c6784727..f452ca043 100644 --- a/extensions/adobe/experience/analytics/experienceevent.schema.json +++ b/extensions/adobe/experience/analytics/experienceevent.schema.json @@ -7067,7 +7067,7 @@ }, "https://ns.adobe.com/experience/analytics/session/web": { "title": "Session Entry Web", - "$ref": "https://ns.adobe.com/xdm/context/web", + "$ref": "https://ns.adobe.com/xdm/context/webinfo", "description": "The information related to web page, link, and referrer at the entry of this session." }, @@ -7081,7 +7081,7 @@ }, "https://ns.adobe.com/experience/analytics/end-user/first-web": { "title": "End User First Web Details", - "$ref": "https://ns.adobe.com/xdm/context/web", + "$ref": "https://ns.adobe.com/xdm/context/webinfo", "description": "The information related to web page, link, and referrer from the first ExperienceEvent for this end-user." } From 877b44e7f87b31c33deca61fedc9057eefe4d059 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Wed, 25 Apr 2018 11:25:30 +0200 Subject: [PATCH 21/83] Simplify representation of privileges in access control entries by always using an array. --- .../repo/accesscontrolentry.example.1.json | 2 +- .../repo/accesscontrolentry.example.2.json | 2 +- .../repo/accesscontrolentry.schema.json | 21 +++++++------------ .../repo/accesscontrolpolicy.example.1.json | 4 ++-- 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/schemas/external/repo/accesscontrolentry.example.1.json b/schemas/external/repo/accesscontrolentry.example.1.json index 31cb3d32d..7eb1a9565 100644 --- a/schemas/external/repo/accesscontrolentry.example.1.json +++ b/schemas/external/repo/accesscontrolentry.example.1.json @@ -1,5 +1,5 @@ { "repo:principal": "authenticated", - "repo:privilege": "read", + "repo:privileges": ["read"], "repo:modifier": "grant" } diff --git a/schemas/external/repo/accesscontrolentry.example.2.json b/schemas/external/repo/accesscontrolentry.example.2.json index 05f1fac84..208f23938 100644 --- a/schemas/external/repo/accesscontrolentry.example.2.json +++ b/schemas/external/repo/accesscontrolentry.example.2.json @@ -6,6 +6,6 @@ "@id": "C0B648DE57D701277F000101@AdobeID", "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, - "repo:privilege": ["write", "delete"], + "repo:privileges": ["write", "delete"], "repo:modifier": "grant" } diff --git a/schemas/external/repo/accesscontrolentry.schema.json b/schemas/external/repo/accesscontrolentry.schema.json index 0c0e7964b..e06ac56c5 100644 --- a/schemas/external/repo/accesscontrolentry.schema.json +++ b/schemas/external/repo/accesscontrolentry.schema.json @@ -41,19 +41,12 @@ } ] }, - "repo:privilege": { - "description": "Privilege granted or denied to the Principal", - "anyOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/privilege" - } - }, - { - "$ref": "#/definitions/privilege" - } - ] + "repo:privileges": { + "description": "Privileges granted or denied to the Principal", + "type": "array", + "items": { + "$ref": "#/definitions/privilege" + } }, "repo:relations": { "description": @@ -74,7 +67,7 @@ "default": "grant" } }, - "required": ["repo:principal", "repo:privilege"], + "required": ["repo:principal", "repo:privileges"], "additionalProperties": { "type": ["object", "array", "string"] } diff --git a/schemas/external/repo/accesscontrolpolicy.example.1.json b/schemas/external/repo/accesscontrolpolicy.example.1.json index 900019159..bf22c5dec 100644 --- a/schemas/external/repo/accesscontrolpolicy.example.1.json +++ b/schemas/external/repo/accesscontrolpolicy.example.1.json @@ -2,7 +2,7 @@ "repo:acl": [ { "repo:principal": "authenticated", - "repo:privilege": "read", + "repo:privileges": ["read"], "repo:modifier": "grant" }, { @@ -13,7 +13,7 @@ "@id": "C0B648DE57D701277F000101@AdobeID", "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, - "repo:privilege": ["write", "delete"], + "repo:privileges": ["write", "delete"], "repo:modifier": "grant" } ] From 464cdc6781a943fa85ca82d9540626ff6ee3a1b0 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Wed, 25 Apr 2018 13:00:06 +0200 Subject: [PATCH 22/83] Add consumability notice for certain usages of polymorphism. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7aa4f5ce..cfbb486b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ XDM is not an isolated standard, but incorporates and builds on standards. Whene ### Design for Compatibility -Interoperability with [Microsoft's Common Data Model (CDM)](https://github.com/Microsoft/CDM)is a top priority. This means that definitions that are present in CDM should be used or extended, where appropriate, by XDM. XDM should not attempt to duplicate definitions that are present in CDM. +Interoperability with [Microsoft's Common Data Model (CDM)](https://github.com/Microsoft/CDM) is a top priority. This means that definitions that are present in CDM should be used or extended, where appropriate, by XDM. XDM should not attempt to duplicate definitions that are present in CDM. Where appropriate, we can 'lead' CDM, extend it to meet other requirements. Another good source of data model elements is [schema.org](http://schema.org). @@ -117,6 +117,7 @@ Additional aspects of standard design that aid with consumability are: * principle of least astonishment: don't surprise the consumer * avoid unnecessary complexity: don't introduce indirections that are not needed * the principle of minimal verbosity: make keep things as short as possible, but not shorter +* avoid unnecessary polymorphism that is hard to consume, e.g. offering both singular and array notations, or introducing type variants that don't provide a common discriminator property. ### Design for the Cloud From d9f54d0046e88affb2270f5bbaa0a2382f16c1d1 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 25 Apr 2018 14:12:00 +0200 Subject: [PATCH 23/83] 2018 --- extensions/adobe/experience/analytics/listdetails.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/adobe/experience/analytics/listdetails.schema.json b/extensions/adobe/experience/analytics/listdetails.schema.json index 9a2f4c00d..e4c40451c 100644 --- a/extensions/adobe/experience/analytics/listdetails.schema.json +++ b/extensions/adobe/experience/analytics/listdetails.schema.json @@ -1,6 +1,6 @@ { "meta:license": [ - "Copyright 2017 Adobe Systems Incorporated. All rights reserved.", + "Copyright 2018 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/" From cac62a42d7713ab36a25905c4bac7d7c9b4ea99d Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 25 Apr 2018 12:13:25 +0000 Subject: [PATCH 24/83] [ci skip] updating documentation --- docs/reference/README.md | 66 +++++++++---------- docs/reference/assets/video.schema.json | 12 ++-- docs/reference/assets/video.schema.md | 12 ++-- .../common/eventenvelope.schema.json | 54 +++++++-------- docs/reference/common/eventenvelope.schema.md | 58 ++++++++-------- docs/reference/common/extensible.schema.json | 28 ++++---- docs/reference/common/extensible.schema.md | 34 +++++----- docs/reference/external/hal/hal.schema.json | 48 +++++++------- docs/reference/external/hal/hal.schema.md | 54 +++++++-------- .../repo/accesscontrolentry.schema.json | 10 +-- .../repo/accesscontrolentry.schema.md | 16 ++--- 11 files changed, 196 insertions(+), 196 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 891b8f0e1..117f1c34f 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,19 +20,6 @@ * [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` -## /common/ - -* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` -* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` -* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` -* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` -* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` -* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` -* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` -* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` -* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` -* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` - ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` @@ -84,6 +71,19 @@ * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` +## /common/ + +* [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` +* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` +* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` +* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` +* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` +* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` +* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` +* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` +* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` +* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` + ## /content/ * [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` @@ -115,8 +115,8 @@ * [page-views](./data/page-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/web/page-views` * [Payment Item](./data/paymentitem.schema.md) – `https://ns.adobe.com/xdm/data/paymentitem` * [product-list-adds](./data/product-list-adds.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-adds` -* [product-list-opens](./data/product-list-opens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-opens` * [product-list-removals](./data/product-list-removals.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-removals` +* [product-list-opens](./data/product-list-opens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-opens` * [product-list-reopens](./data/product-list-reopens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-reopens` * [product-list-views](./data/product-list-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-views` * [product-views](./data/product-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-views` @@ -136,16 +136,32 @@ * [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` * [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` +## /content/repository-policies/ + +* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` +* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` +* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` + +## /external/hal/ + +* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` +* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` + ## /external/schema/ * [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` * [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` * [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` -## /external/hal/ +## /external/repo/ -* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` -* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` +* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` +* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` ## /external/activity-streams-2/ @@ -160,19 +176,3 @@ * [Object](./external/activity-streams-2/object.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/object` * [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` * [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` - -## /external/repo/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` -* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` -* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` - -## /content/repository-policies/ - -* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` -* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` -* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` diff --git a/docs/reference/assets/video.schema.json b/docs/reference/assets/video.schema.json index d0994f788..f65901663 100644 --- a/docs/reference/assets/video.schema.json +++ b/docs/reference/assets/video.schema.json @@ -65,7 +65,7 @@ "meta:status": "experimental", "examples": [ { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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 cd85b73e6..a61bfad7b 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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 8c1b45548..c74be9e0c 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -68,6 +68,33 @@ "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, + { + "@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": "http://ns.adobe.com/adobecloudplatform/ims/organization", + "@id": "08B3E5CE5822FC520A494229@AdobeOrg" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "@id": "https://francois.corp.adobe.com:4502/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/experience/aem/user", + "@id": "admin" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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/published", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", @@ -138,33 +165,6 @@ "repo:assetID": "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" } - }, - { - "@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": "http://ns.adobe.com/adobecloudplatform/ims/organization", - "@id": "08B3E5CE5822FC520A494229@AdobeOrg" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "@id": "https://francois.corp.adobe.com:4502/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/experience/aem/user", - "@id": "admin" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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\"" - } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 3f095b95f..68c491f17 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,8 +51,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -68,17 +68,20 @@ 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:assetID": "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", @@ -105,56 +108,53 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", + "@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", "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:assetID": "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" + "@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" } } ``` ```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:assetID": "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:assetID": "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" } } ``` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 44d5a4a2e..d68d4afeb 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,20 +250,6 @@ ], "meta:status": "stabilizing", "examples": [ - { - "repo:assetID": "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" - }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -309,6 +295,20 @@ "xdm:path": "here", "repo:etag": "15" }, + { + "repo:assetID": "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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", diff --git a/docs/reference/common/extensible.schema.md b/docs/reference/common/extensible.schema.md index b4bf97cd8..ab4395cd9 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -25,23 +25,6 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ## Extensibility base schema Examples -```json -{ - "repo:assetID": "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 { "@context": { @@ -90,6 +73,23 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "repo:assetID": "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", diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 7bcb6625f..3fa44f991 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -296,6 +296,30 @@ "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": { @@ -340,30 +364,6 @@ "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 6c557e960..8f6b64ef9 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -39,6 +39,33 @@ This external schema definition allows adding HAL expressions into an existing s } ``` +```json +{ + "_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 +} +``` + ```json { "_links": { @@ -87,33 +114,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_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 -} -``` - # HAL Resource Properties diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index aa74234ee..9654ca6de 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -100,11 +100,6 @@ ], "meta:status": "experimental", "examples": [ - { - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" - }, { "repo:principal": { "xdm:provider": { @@ -118,6 +113,11 @@ "delete" ], "repo:modifier": "grant" + }, + { + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index e1292e219..b22bb9811 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -13,14 +13,6 @@ Schema for the Access Control Entry for the Access Control List of a resource ## Access Control Entry Examples -```json -{ - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" -} -``` - ```json { "repo:principal": { @@ -38,6 +30,14 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` +```json +{ + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" +} +``` + # Access Control Entry Properties From 142bd631ce0d6c49457f65dcecdcd3f9f1096f73 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Wed, 25 Apr 2018 16:17:20 +0200 Subject: [PATCH 25/83] Add repo:inheritance to accesscontrolentry --- .../external/repo/accesscontrolentry.example.2.json | 3 ++- schemas/external/repo/accesscontrolentry.schema.json | 11 +++++++++++ .../external/repo/accesscontrolpolicy.example.1.json | 3 ++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/schemas/external/repo/accesscontrolentry.example.2.json b/schemas/external/repo/accesscontrolentry.example.2.json index 05f1fac84..0d763b392 100644 --- a/schemas/external/repo/accesscontrolentry.example.2.json +++ b/schemas/external/repo/accesscontrolentry.example.2.json @@ -7,5 +7,6 @@ "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, "repo:privilege": ["write", "delete"], - "repo:modifier": "grant" + "repo:modifier": "grant", + "repo:inheritance": "deep" } diff --git a/schemas/external/repo/accesscontrolentry.schema.json b/schemas/external/repo/accesscontrolentry.schema.json index 0c0e7964b..ae3882e2d 100644 --- a/schemas/external/repo/accesscontrolentry.schema.json +++ b/schemas/external/repo/accesscontrolentry.schema.json @@ -72,6 +72,17 @@ "deny": "Permission is denied to the Principal." }, "default": "grant" + }, + "repo:inheritance": { + "description": + "Optional inheritance of the ace: whether the deny or grant is inherited by the children of the resource. The default inheritance is deep if this property is missing or has an invalid value.", + "type": "string", + "meta:enum": { + "deep": + "Deny or grant applies to the resource and to all children of the resource.", + "self": "Deny or grant only applies to the resource." + }, + "default": "deep" } }, "required": ["repo:principal", "repo:privilege"], diff --git a/schemas/external/repo/accesscontrolpolicy.example.1.json b/schemas/external/repo/accesscontrolpolicy.example.1.json index 900019159..f7d64b06c 100644 --- a/schemas/external/repo/accesscontrolpolicy.example.1.json +++ b/schemas/external/repo/accesscontrolpolicy.example.1.json @@ -14,7 +14,8 @@ "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, "repo:privilege": ["write", "delete"], - "repo:modifier": "grant" + "repo:modifier": "grant", + "repo:inheritance": "deep" } ] } From c1b1f1a5027862704292f9414256a7d005e549ad Mon Sep 17 00:00:00 2001 From: Andy Steed Date: Thu, 26 Apr 2018 11:16:12 -0700 Subject: [PATCH 26/83] Update jsonschema2md to v1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4de8b5cb..10233b70e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "license": "https://creativecommons.org/licenses/by/4.0/", "devDependencies": { - "@adobe/jsonschema2md": "1.0.4", + "@adobe/jsonschema2md": "1.0.5", "prettier": "1.11.1", "pretty-quick": "^1.4.1", "mocha": "^5.0.1", From 3b55ec8060d5a7725ee7146c7752c3f1482baba5 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 27 Apr 2018 09:49:57 +0000 Subject: [PATCH 27/83] [ci skip] updating documentation --- docs/reference/README.md | 291 +++++++++--------- .../assets/aggregated-asset.schema.md | 6 +- docs/reference/assets/artboard.schema.md | 6 +- docs/reference/assets/asset.schema.md | 6 +- .../assets/copyright-owner.schema.md | 6 +- docs/reference/assets/font.schema.md | 6 +- docs/reference/assets/image.schema.md | 6 +- .../assets/language-alternative.schema.md | 6 +- docs/reference/assets/layer-group.schema.md | 6 +- docs/reference/assets/layer.schema.md | 6 +- docs/reference/assets/rectangular.schema.md | 6 +- .../reference/assets/resource-event.schema.md | 6 +- .../variable-unit-rectangular.schema.md | 6 +- docs/reference/assets/video.schema.json | 12 +- docs/reference/assets/video.schema.md | 18 +- docs/reference/channels/adm.schema.md | 6 +- docs/reference/channels/agency.schema.md | 6 +- docs/reference/channels/apns.schema.md | 6 +- docs/reference/channels/application.schema.md | 6 +- docs/reference/channels/baidu.schema.md | 6 +- docs/reference/channels/channel.schema.md | 6 +- docs/reference/channels/direct-mail.schema.md | 6 +- docs/reference/channels/email.schema.md | 6 +- .../channels/facebook-feed.schema.md | 6 +- docs/reference/channels/fax.schema.md | 6 +- docs/reference/channels/gcm.schema.md | 6 +- docs/reference/channels/line.schema.md | 6 +- docs/reference/channels/mobile-app.schema.md | 6 +- docs/reference/channels/mpns.schema.md | 6 +- docs/reference/channels/phone.schema.md | 6 +- docs/reference/channels/sms.schema.md | 6 +- .../reference/channels/twitter-feed.schema.md | 6 +- docs/reference/channels/web.schema.md | 6 +- docs/reference/channels/wechat.schema.md | 6 +- docs/reference/channels/wns.schema.md | 6 +- docs/reference/common/address.schema.md | 6 +- docs/reference/common/auditable.schema.md | 6 +- docs/reference/common/event/created.schema.md | 6 +- docs/reference/common/event/deleted.schema.md | 6 +- docs/reference/common/event/emitted.schema.md | 6 +- .../common/event/published.schema.md | 6 +- .../reference/common/event/rejected.schema.md | 6 +- .../common/event/unpublished.schema.md | 6 +- docs/reference/common/event/updated.schema.md | 6 +- .../common/eventenvelope.schema.json | 46 +-- docs/reference/common/eventenvelope.schema.md | 58 ++-- docs/reference/common/extensible.schema.json | 58 ++-- docs/reference/common/extensible.schema.md | 76 ++--- docs/reference/common/geo.schema.md | 6 +- .../common/identity-provider.schema.md | 6 +- docs/reference/common/organization.schema.md | 6 +- docs/reference/common/page.schema.md | 6 +- docs/reference/common/principal.schema.md | 6 +- docs/reference/common/selfservice.schema.md | 6 +- .../content/component-container.schema.md | 6 +- .../content/componentized-page.schema.md | 6 +- docs/reference/content/content.schema.md | 6 +- .../content/page-component.schema.md | 6 +- docs/reference/content/product.schema.md | 6 +- .../content/productlistitem.schema.md | 6 +- .../repository-policies/encryption.schema.md | 6 +- .../repository-policies/quota.schema.md | 6 +- .../repository-policies/versioning.schema.md | 6 +- docs/reference/content/repository.schema.md | 6 +- .../context/browserdetails.schema.md | 6 +- docs/reference/context/commerce.schema.md | 6 +- docs/reference/context/device.schema.md | 6 +- docs/reference/context/emailaddress.schema.md | 6 +- docs/reference/context/enduserids.schema.md | 6 +- docs/reference/context/environment.schema.md | 6 +- .../context/experienceevent.schema.md | 6 +- docs/reference/context/identity.schema.md | 6 +- .../context/implementationdetails.schema.md | 6 +- docs/reference/context/marketing.schema.md | 6 +- docs/reference/context/namespace.schema.md | 6 +- docs/reference/context/optinout.schema.md | 6 +- docs/reference/context/person-name.schema.md | 6 +- docs/reference/context/person.schema.md | 6 +- docs/reference/context/phonenumber.schema.md | 6 +- docs/reference/context/place.schema.md | 6 +- docs/reference/context/placecontext.schema.md | 6 +- docs/reference/context/profile.schema.md | 6 +- .../context/pushnotificationtoken.schema.md | 6 +- docs/reference/context/search.schema.md | 6 +- docs/reference/context/subscription.schema.md | 6 +- docs/reference/context/webinfo.schema.md | 6 +- .../context/webinteraction.schema.md | 6 +- docs/reference/context/webpageview.schema.md | 6 +- docs/reference/context/webreferrer.schema.md | 6 +- docs/reference/data/abandons.schema.md | 6 +- docs/reference/data/bounces.schema.md | 6 +- docs/reference/data/checkouts.schema.md | 6 +- docs/reference/data/clicks.schema.md | 6 +- docs/reference/data/datasource.schema.md | 6 +- docs/reference/data/discount.schema.md | 6 +- docs/reference/data/impressions.schema.md | 6 +- docs/reference/data/link-clicks.schema.md | 6 +- docs/reference/data/measure.schema.md | 6 +- docs/reference/data/metric.schema.md | 6 +- docs/reference/data/metrics.schema.md | 6 +- docs/reference/data/mirror-pages.schema.md | 6 +- .../reference/data/non-deliverables.schema.md | 6 +- docs/reference/data/not-sent.schema.md | 6 +- docs/reference/data/opens.schema.md | 6 +- docs/reference/data/order.schema.md | 6 +- docs/reference/data/page-views.schema.md | 6 +- docs/reference/data/paymentitem.schema.md | 6 +- .../data/product-list-adds.schema.md | 6 +- .../data/product-list-opens.schema.md | 6 +- .../data/product-list-removals.schema.md | 6 +- .../data/product-list-reopens.schema.md | 6 +- .../data/product-list-views.schema.md | 6 +- docs/reference/data/product-views.schema.md | 6 +- docs/reference/data/purchases.schema.md | 6 +- docs/reference/data/save-for-laters.schema.md | 6 +- docs/reference/data/sends.schema.md | 6 +- docs/reference/data/unsubscriptions.schema.md | 6 +- docs/reference/data/user-complaints.schema.md | 6 +- .../activity-streams-2/activity.schema.md | 6 +- .../collection-page.schema.md | 6 +- .../activity-streams-2/collection.schema.md | 6 +- .../activity-streams-2/context.schema.md | 6 +- .../activity-streams-2/document.schema.md | 6 +- .../external/activity-streams-2/id.schema.md | 6 +- .../activity-streams-2/image.schema.md | 6 +- .../activity-streams-2/link.schema.md | 6 +- .../activity-streams-2/object.schema.md | 6 +- .../rdf-langstring.schema.md | 6 +- .../activity-streams-2/type.schema.md | 6 +- .../reference/external/hal/hal-link.schema.md | 6 +- docs/reference/external/hal/hal.schema.json | 28 +- docs/reference/external/hal/hal.schema.md | 34 +- .../repo/accesscontrolentry.schema.json | 10 +- .../repo/accesscontrolentry.schema.md | 22 +- .../repo/accesscontrolpolicy.schema.md | 6 +- docs/reference/external/repo/asset.schema.md | 6 +- docs/reference/external/repo/common.schema.md | 6 +- .../external/repo/directory.schema.md | 6 +- .../repo/effectiveprivileges.schema.md | 6 +- .../external/repo/sub-directory.schema.md | 6 +- .../external/schema/geocircle.schema.md | 6 +- .../external/schema/geocoordinates.schema.md | 6 +- .../external/schema/geoshape.schema.md | 6 +- 143 files changed, 723 insertions(+), 722 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 117f1c34f..ea5e55cf0 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -6,173 +6,174 @@ ## /assets/ -* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` -* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` -* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` -* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` -* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` -* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` -* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` -* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` -* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` -* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` -* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` -* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` -* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` +* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) +* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) +* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) +* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) +* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) +* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) +* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Experimental) +* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) +* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) +* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) +* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) +* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) +* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) -## /channels/ +## /content/ -* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` -* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` -* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` -* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` -* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` -* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` -* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` -* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` -* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` -* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` -* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` -* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` -* [Web](./channels/mobile-app.schema.md) – `https://ns.adobe.com/xdm/channels/mobile-app` -* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` -* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` -* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` -* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` -* [Web](./channels/web.schema.md) – `https://ns.adobe.com/xdm/channels/web` -* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` -* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` +* [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) -## /context/ +## /channels/ -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` +* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) +* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) +* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) +* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) +* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) +* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) +* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) +* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) +* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) +* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) +* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) +* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) +* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) +* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) +* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) +* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) +* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) +* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) +* [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` -* [Audit Trail](./common/auditable.schema.md) – `https://ns.adobe.com/xdm/common/auditable` -* [EventEnvelope](./common/eventenvelope.schema.md) – `https://ns.adobe.com/xdm/common/eventenvelope` -* [Extensibility base schema](./common/extensible.schema.md) – `https://ns.adobe.com/xdm/common/extensible` -* [Geo](./common/geo.schema.md) – `https://ns.adobe.com/xdm/common/geo` -* [Identity Provider](./common/identity-provider.schema.md) – `https://ns.adobe.com/xdm/common/identity-provider` -* [Organization](./common/organization.schema.md) – `https://ns.adobe.com/xdm/common/organization` -* [Page](./common/page.schema.md) – `https://ns.adobe.com/xdm/common/page` -* [Principal](./common/principal.schema.md) – `https://ns.adobe.com/xdm/common/principal` -* [Customer Managed Environment](./common/selfservice.schema.md) – `https://ns.adobe.com/xdm/common/selfservice` +* [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) +* [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) +* [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/ +## /context/ -* [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` -* [Componentized Page](./content/componentized-page.schema.md) – `https://ns.adobe.com/xdm/content/componentized-page` -* [Content](./content/content.schema.md) – `https://ns.adobe.com/xdm/content/content` -* [Page Component](./content/page-component.schema.md) – `https://ns.adobe.com/xdm/content/page-component` -* [Product](./content/product.schema.md) – `https://ns.adobe.com/xdm/context/product` -* [Product List Item](./content/productlistitem.schema.md) – `https://ns.adobe.com/xdm/content/productlistitem` -* [Content Repository](./content/repository.schema.md) – `https://ns.adobe.com/xdm/content/repository` +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) ## /data/ -* [abandons](./data/abandons.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/abandons` -* [bounces](./data/bounces.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/bounces` -* [checkouts](./data/checkouts.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/checkouts` -* [clicks](./data/clicks.schema.md) – `https://ns.adobe.com/xdm/data/metrics/advertising/clicks` -* [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` -* [Discount](./data/discount.schema.md) – `https://ns.adobe.com/xdm/data/discount` -* [impressions](./data/impressions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/advertising/impressions` -* [link-clicks](./data/link-clicks.schema.md) – `https://ns.adobe.com/xdm/data/metrics/web/link-clicks` -* [Measure](./data/measure.schema.md) – `https://ns.adobe.com/xdm/data/measure` -* [Metric](./data/metric.schema.md) – `https://ns.adobe.com/xdm/data/metric` -* [Metrics](./data/metrics.schema.md) – `https://ns.adobe.com/xdm/data/metrics` -* [mirror-pages](./data/mirror-pages.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/mirror-pages` -* [non-deliverables](./data/non-deliverables.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables` -* [not-sent](./data/not-sent.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/not-sent` -* [opens](./data/opens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens` -* [Order](./data/order.schema.md) – `https://ns.adobe.com/xdm/data/order` -* [page-views](./data/page-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/web/page-views` -* [Payment Item](./data/paymentitem.schema.md) – `https://ns.adobe.com/xdm/data/paymentitem` -* [product-list-adds](./data/product-list-adds.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-adds` -* [product-list-removals](./data/product-list-removals.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-removals` -* [product-list-opens](./data/product-list-opens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-opens` -* [product-list-reopens](./data/product-list-reopens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-reopens` -* [product-list-views](./data/product-list-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-views` -* [product-views](./data/product-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-views` -* [purchases](./data/purchases.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/purchases` -* [save-for-laters](./data/save-for-laters.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters` -* [sends](./data/sends.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/sends` -* [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` -* [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` - -## /common/event/ - -* [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` -* [Deleted Event](./common/event/deleted.schema.md) – `https://ns.adobe.com/xdm/common/event/deleted` -* [Emitted Event](./common/event/emitted.schema.md) – `https://ns.adobe.com/xdm/common/event/emitted` -* [Published Event](./common/event/published.schema.md) – `https://ns.adobe.com/xdm/common/event/published` -* [Rejected Event](./common/event/rejected.schema.md) – `https://ns.adobe.com/xdm/common/event/rejected` -* [Unpublished Event](./common/event/unpublished.schema.md) – `https://ns.adobe.com/xdm/common/event/unpublished` -* [Updated Event](./common/event/updated.schema.md) – `https://ns.adobe.com/xdm/common/event/updated` +* [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) +* [Discount](./data/discount.schema.md) – `https://ns.adobe.com/xdm/data/discount` (Experimental) +* [Measure](./data/measure.schema.md) – `https://ns.adobe.com/xdm/data/measure` (Stabilizing) +* [Metric](./data/metric.schema.md) – `https://ns.adobe.com/xdm/data/metric` (Experimental) +* [Metrics](./data/metrics.schema.md) – `https://ns.adobe.com/xdm/data/metrics` (Experimental) +* [Order](./data/order.schema.md) – `https://ns.adobe.com/xdm/data/order` (Experimental) +* [Payment Item](./data/paymentitem.schema.md) – `https://ns.adobe.com/xdm/data/paymentitem` (Experimental) +* [abandons](./data/abandons.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/abandons` (Experimental) +* [bounces](./data/bounces.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/bounces` (Experimental) +* [checkouts](./data/checkouts.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/checkouts` (Experimental) +* [clicks](./data/clicks.schema.md) – `https://ns.adobe.com/xdm/data/metrics/advertising/clicks` (Experimental) +* [impressions](./data/impressions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/advertising/impressions` (Experimental) +* [link-clicks](./data/link-clicks.schema.md) – `https://ns.adobe.com/xdm/data/metrics/web/link-clicks` (Experimental) +* [mirror-pages](./data/mirror-pages.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/mirror-pages` (Experimental) +* [non-deliverables](./data/non-deliverables.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables` (Experimental) +* [not-sent](./data/not-sent.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/not-sent` (Experimental) +* [opens](./data/opens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens` (Experimental) +* [page-views](./data/page-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/web/page-views` (Experimental) +* [product-list-adds](./data/product-list-adds.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-adds` (Experimental) +* [product-list-opens](./data/product-list-opens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-opens` (Experimental) +* [product-list-removals](./data/product-list-removals.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-removals` (Experimental) +* [product-list-reopens](./data/product-list-reopens.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-reopens` (Experimental) +* [product-list-views](./data/product-list-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-list-views` (Experimental) +* [product-views](./data/product-views.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/product-views` (Experimental) +* [purchases](./data/purchases.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/purchases` (Experimental) +* [save-for-laters](./data/save-for-laters.schema.md) – `https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters` (Experimental) +* [sends](./data/sends.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/sends` (Experimental) +* [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) +* [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) ## /content/repository-policies/ -* [At-Rest Encryption](./content/repository-policies/encryption.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/encryption` -* [Storage Quota](./content/repository-policies/quota.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/quota` -* [Versioning](./content/repository-policies/versioning.schema.md) – `https://ns.adobe.com/xdm/content/repository-policies/versioning` +* [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) ## /external/hal/ -* [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` -* [HAL Resource](./external/hal/hal.schema.md) – `https://ns.adobe.com/xdm/external/hal/resource` +* [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/schema/ +## /external/activity-streams-2/ -* [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` -* [Geo Coordinates](./external/schema/geocoordinates.schema.md) – `http://schema.org/GeoCoordinates` -* [Geo Shape](./external/schema/geoshape.schema.md) – `http://schema.org/GeoShape` +* [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) ## /external/repo/ -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` -* [Effective Privileges](./external/repo/effectiveprivileges.schema.md) – `https://ns.adobe.com/xdm/external/repo/effectiveprivileges` -* [Sub-Directory](./external/repo/sub-directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) +* [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/activity-streams-2/ +## /external/schema/ + +* [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) + +## /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) -* [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` -* [Collection Page](./external/activity-streams-2/collection-page.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/collection-page` -* [Collection](./external/activity-streams-2/collection.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/collection` -* [JSON-LD `@context`](./external/activity-streams-2/context.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/context` -* [Document](./external/activity-streams-2/document.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/document` -* [JSON-LD `@id`](./external/activity-streams-2/id.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/id` -* [Image Document](./external/activity-streams-2/image.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/image` -* [Link](./external/activity-streams-2/link.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/link` -* [Object](./external/activity-streams-2/object.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/object` -* [RDF Language Tagged String](./external/activity-streams-2/rdf-langstring.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring` -* [JSON-LD `@type`](./external/activity-streams-2/type.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/type` diff --git a/docs/reference/assets/aggregated-asset.schema.md b/docs/reference/assets/aggregated-asset.schema.md index 612001836..c45b73edf 100644 --- a/docs/reference/assets/aggregated-asset.schema.md +++ b/docs/reference/assets/aggregated-asset.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/aggregated-asset This schema aggregates all asset sub-schemas that are supported by XDM. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [assets/aggregated-asset.schema.json](assets/aggregated-asset.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | Yes | Forbidden | Permitted | [assets/aggregated-asset.schema.json](assets/aggregated-asset.schema.json) | ## Schema Hierarchy * Aggregated Asset `https://ns.adobe.com/xdm/assets/aggregated-asset` diff --git a/docs/reference/assets/artboard.schema.md b/docs/reference/assets/artboard.schema.md index 1dd90a822..1429c104e 100644 --- a/docs/reference/assets/artboard.schema.md +++ b/docs/reference/assets/artboard.schema.md @@ -16,9 +16,9 @@ The hierarchy of elements in an artboard is displayed in the Layers panel, toget Artboards can contain layers and layer groups, but not other artboards. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/artboard.schema.json](assets/artboard.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/artboard.schema.json](assets/artboard.schema.json) | ## Schema Hierarchy * Artboard `https://ns.adobe.com/xdm/assets/artboard` diff --git a/docs/reference/assets/asset.schema.md b/docs/reference/assets/asset.schema.md index 3835b49d1..7f6614c1a 100644 --- a/docs/reference/assets/asset.schema.md +++ b/docs/reference/assets/asset.schema.md @@ -14,9 +14,9 @@ As described in [What is a digital asset](https://www.realstorygroup.com/Blog/31 All digital assets are content, and some content can include, link to, or refer digital assets. Content can furthermore be transformed (rendered) into digital assets, such as when exporting a PDF. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/asset.schema.json](assets/asset.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [assets/asset.schema.json](assets/asset.schema.json) | ## Schema Hierarchy * Asset `https://ns.adobe.com/xdm/assets/asset` diff --git a/docs/reference/assets/copyright-owner.schema.md b/docs/reference/assets/copyright-owner.schema.md index e0bbcb497..b36ee8091 100644 --- a/docs/reference/assets/copyright-owner.schema.md +++ b/docs/reference/assets/copyright-owner.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/copyright-owner Describes the owner of a copyrighted work through name and ID -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/copyright-owner.schema.json](assets/copyright-owner.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/copyright-owner.schema.json](assets/copyright-owner.schema.json) | ## Copyright Owner Example ```json diff --git a/docs/reference/assets/font.schema.md b/docs/reference/assets/font.schema.md index f8d008dec..35c655ab4 100644 --- a/docs/reference/assets/font.schema.md +++ b/docs/reference/assets/font.schema.md @@ -9,9 +9,9 @@ Font is used to describe the typefaces and font files used in a document. The Font schema groups different font files that belong to the same typeface. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/font.schema.json](assets/font.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/font.schema.json](assets/font.schema.json) | ## Font Example ```json diff --git a/docs/reference/assets/image.schema.md b/docs/reference/assets/image.schema.md index a0a5032f1..6a5fe9531 100644 --- a/docs/reference/assets/image.schema.md +++ b/docs/reference/assets/image.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/image The Image class is for raster and vector image assets, including JPEG, PNG, SVG files -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/image.schema.json](assets/image.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [assets/image.schema.json](assets/image.schema.json) | ## Schema Hierarchy * Image `https://ns.adobe.com/xdm/assets/image` diff --git a/docs/reference/assets/language-alternative.schema.md b/docs/reference/assets/language-alternative.schema.md index 14ab71358..e5f461077 100644 --- a/docs/reference/assets/language-alternative.schema.md +++ b/docs/reference/assets/language-alternative.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/language-alternative A tuple in a set of language alternatives, i.e. pairs of localized text and their locale, that are equivalent in meaning. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/language-alternative.schema.json](assets/language-alternative.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/language-alternative.schema.json](assets/language-alternative.schema.json) | ## Language Alternative Example ```json diff --git a/docs/reference/assets/layer-group.schema.md b/docs/reference/assets/layer-group.schema.md index 3a53a2bb5..92f0ff959 100644 --- a/docs/reference/assets/layer-group.schema.md +++ b/docs/reference/assets/layer-group.schema.md @@ -10,9 +10,9 @@ Users can apply a common style to the group instead of working at individual lay A Layer Group can contain layers or other layer groups. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/layer-group.schema.json](assets/layer-group.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/layer-group.schema.json](assets/layer-group.schema.json) | ## Layer Group Example ```json diff --git a/docs/reference/assets/layer.schema.md b/docs/reference/assets/layer.schema.md index 5852ecb99..acb72b081 100644 --- a/docs/reference/assets/layer.schema.md +++ b/docs/reference/assets/layer.schema.md @@ -11,9 +11,9 @@ They are used for compositing multiple images, adding text to an image, or addin Users can also apply a layer style to add a special effect such as a drop shadow or a glow. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/layer.schema.json](assets/layer.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/layer.schema.json](assets/layer.schema.json) | ## Schema Hierarchy * Layer `https://ns.adobe.com/xdm/assets/layer` diff --git a/docs/reference/assets/rectangular.schema.md b/docs/reference/assets/rectangular.schema.md index 9064266a8..2b5b66c1f 100644 --- a/docs/reference/assets/rectangular.schema.md +++ b/docs/reference/assets/rectangular.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/rectangular Properties that apply to images, videos, and other rectangular media -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/rectangular.schema.json](assets/rectangular.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/rectangular.schema.json](assets/rectangular.schema.json) | ## Rectangular Media Example ```json diff --git a/docs/reference/assets/resource-event.schema.md b/docs/reference/assets/resource-event.schema.md index 05259a1e1..edb7bf9a4 100644 --- a/docs/reference/assets/resource-event.schema.md +++ b/docs/reference/assets/resource-event.schema.md @@ -10,9 +10,9 @@ A Resource Event is a high-level event that occurred in the processing, editing, Resource Events are typically attached directly to an asset. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/resource-event.schema.json](assets/resource-event.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/resource-event.schema.json](assets/resource-event.schema.json) | ## Resource Event Example ```json diff --git a/docs/reference/assets/variable-unit-rectangular.schema.md b/docs/reference/assets/variable-unit-rectangular.schema.md index 5b7940035..a9295dede 100644 --- a/docs/reference/assets/variable-unit-rectangular.schema.md +++ b/docs/reference/assets/variable-unit-rectangular.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/variable-unit-rectangular This is an abstract schema for objects of rectangular dimensions and position, with a user-specified unit of measurement. Examples include `Artboard` and `Layer`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/variable-unit-rectangular.schema.json](assets/variable-unit-rectangular.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/variable-unit-rectangular.schema.json](assets/variable-unit-rectangular.schema.json) | ## Rectangular Object (measured in variable unit) Example ```json diff --git a/docs/reference/assets/video.schema.json b/docs/reference/assets/video.schema.json index f65901663..d0994f788 100644 --- a/docs/reference/assets/video.schema.json +++ b/docs/reference/assets/video.schema.json @@ -65,7 +65,7 @@ "meta:status": "experimental", "examples": [ { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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", @@ -79,11 +79,11 @@ "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 10920000, - "xdm:videoFrameRate": "f48s1" + "xdm:extent": 11700000, + "xdm:videoFrameRate": "NTSC" }, { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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", @@ -97,8 +97,8 @@ "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 11700000, - "xdm:videoFrameRate": "NTSC" + "xdm:extent": 10920000, + "xdm:videoFrameRate": "f48s1" } ] } \ No newline at end of file diff --git a/docs/reference/assets/video.schema.md b/docs/reference/assets/video.schema.md index a61bfad7b..fd90b183c 100644 --- a/docs/reference/assets/video.schema.md +++ b/docs/reference/assets/video.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/assets/video The Video class is for video assets, i.e. assets that consist of moving pictures and, optionally, sound. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [assets/video.schema.json](assets/video.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/video.schema.json](assets/video.schema.json) | ## Schema Hierarchy * Video `https://ns.adobe.com/xdm/assets/video` @@ -21,7 +21,7 @@ The Video class is for video assets, i.e. assets that consist of moving pictures ```json { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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", @@ -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": 10920000, - "xdm:videoFrameRate": "f48s1" + "xdm:extent": 11700000, + "xdm:videoFrameRate": "NTSC" } ``` ```json { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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", @@ -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": 11700000, - "xdm:videoFrameRate": "NTSC" + "xdm:extent": 10920000, + "xdm:videoFrameRate": "f48s1" } ``` diff --git a/docs/reference/channels/adm.schema.md b/docs/reference/channels/adm.schema.md index cc971658b..9dacd1d52 100644 --- a/docs/reference/channels/adm.schema.md +++ b/docs/reference/channels/adm.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/adm Amazon Device Messaging -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/adm.schema.json](channels/adm.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/adm.schema.json](channels/adm.schema.json) | ## Schema Hierarchy * ADM `https://ns.adobe.com/xdm/channels/adm` diff --git a/docs/reference/channels/agency.schema.md b/docs/reference/channels/agency.schema.md index 61d6f39cd..46a3716ef 100644 --- a/docs/reference/channels/agency.schema.md +++ b/docs/reference/channels/agency.schema.md @@ -10,9 +10,9 @@ This channel has no specific mechanism and is designed for descriptive purposes Such as, to define experiences for which you want to keep a trace of the population targeted in an external tool -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/agency.schema.json](channels/agency.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/agency.schema.json](channels/agency.schema.json) | ## Schema Hierarchy * E-Mail `https://ns.adobe.com/xdm/channels/agency` diff --git a/docs/reference/channels/apns.schema.md b/docs/reference/channels/apns.schema.md index 5f75d5230..80ad212ab 100644 --- a/docs/reference/channels/apns.schema.md +++ b/docs/reference/channels/apns.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/apns Apple Push Notification Service -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/apns.schema.json](channels/apns.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/apns.schema.json](channels/apns.schema.json) | ## Schema Hierarchy * APNS `https://ns.adobe.com/xdm/channels/apns` diff --git a/docs/reference/channels/application.schema.md b/docs/reference/channels/application.schema.md index ada11c10b..1e5637a82 100644 --- a/docs/reference/channels/application.schema.md +++ b/docs/reference/channels/application.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/channels/application An application that accepts messages or emit events (Facebook page, Mobile App, ...). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/application.schema.json](channels/application.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [channels/application.schema.json](channels/application.schema.json) | ## Application Example ```json diff --git a/docs/reference/channels/baidu.schema.md b/docs/reference/channels/baidu.schema.md index 1b7652b36..d347fb141 100644 --- a/docs/reference/channels/baidu.schema.md +++ b/docs/reference/channels/baidu.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/baidu Baidu Cloud Push Service -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/baidu.schema.json](channels/baidu.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/baidu.schema.json](channels/baidu.schema.json) | ## Schema Hierarchy * Baidu `https://ns.adobe.com/xdm/channels/baidu` diff --git a/docs/reference/channels/channel.schema.md b/docs/reference/channels/channel.schema.md index d8d48e325..0f9b0e483 100644 --- a/docs/reference/channels/channel.schema.md +++ b/docs/reference/channels/channel.schema.md @@ -10,9 +10,9 @@ An experience channel is a way how digital experiences are consumed. There are multiple experience channels, each with different constraints on how content is delivered and how customer interaction can be observed and data collected. Within a channel, experiences can be delivered to specific locations. The locations and types of locations that exist in a channel differ from channel to channel. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/channel.schema.json](channels/channel.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/channel.schema.json](channels/channel.schema.json) | ## Schema Hierarchy * Experience Channel `https://ns.adobe.com/xdm/channels/channel` diff --git a/docs/reference/channels/direct-mail.schema.md b/docs/reference/channels/direct-mail.schema.md index 66ef3643a..0616660c5 100644 --- a/docs/reference/channels/direct-mail.schema.md +++ b/docs/reference/channels/direct-mail.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/direct-mail Mail delivered by a postal service. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/direct-mail.schema.json](channels/direct-mail.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/direct-mail.schema.json](channels/direct-mail.schema.json) | ## Schema Hierarchy * Direct Mail `https://ns.adobe.com/xdm/channels/direct-mail` diff --git a/docs/reference/channels/email.schema.md b/docs/reference/channels/email.schema.md index 38114d446..c461383b8 100644 --- a/docs/reference/channels/email.schema.md +++ b/docs/reference/channels/email.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/email E-Mail messages, delivered via SMTP to list subscribers. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/email.schema.json](channels/email.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/email.schema.json](channels/email.schema.json) | ## Schema Hierarchy * E-Mail `https://ns.adobe.com/xdm/channels/email` diff --git a/docs/reference/channels/facebook-feed.schema.md b/docs/reference/channels/facebook-feed.schema.md index 83931f6f5..ad372a78c 100644 --- a/docs/reference/channels/facebook-feed.schema.md +++ b/docs/reference/channels/facebook-feed.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/facebook-feed The Facebook News Feed. This does not include Facebook Messenger, or Facebook App pages. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/facebook-feed.schema.json](channels/facebook-feed.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/facebook-feed.schema.json](channels/facebook-feed.schema.json) | ## Schema Hierarchy * Facebook News Feed `https://ns.adobe.com/xdm/channels/facebook-feed` diff --git a/docs/reference/channels/fax.schema.md b/docs/reference/channels/fax.schema.md index e83fab4af..3c52cf6e8 100644 --- a/docs/reference/channels/fax.schema.md +++ b/docs/reference/channels/fax.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/fax Telefacsimile -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/fax.schema.json](channels/fax.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/fax.schema.json](channels/fax.schema.json) | ## Schema Hierarchy * Fax `https://ns.adobe.com/xdm/channels/fax` diff --git a/docs/reference/channels/gcm.schema.md b/docs/reference/channels/gcm.schema.md index ed2d12edc..14a71fd38 100644 --- a/docs/reference/channels/gcm.schema.md +++ b/docs/reference/channels/gcm.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/gcm Google Cloud Messaging -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/gcm.schema.json](channels/gcm.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/gcm.schema.json](channels/gcm.schema.json) | ## Schema Hierarchy * GCM `https://ns.adobe.com/xdm/channels/gcm` diff --git a/docs/reference/channels/line.schema.md b/docs/reference/channels/line.schema.md index 0b76c53ae..9dc6a5f64 100644 --- a/docs/reference/channels/line.schema.md +++ b/docs/reference/channels/line.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/line Line Platform Notification -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/line.schema.json](channels/line.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/line.schema.json](channels/line.schema.json) | ## Schema Hierarchy * LINE `https://ns.adobe.com/xdm/channels/line` diff --git a/docs/reference/channels/mobile-app.schema.md b/docs/reference/channels/mobile-app.schema.md index b33546b92..1a52dadae 100644 --- a/docs/reference/channels/mobile-app.schema.md +++ b/docs/reference/channels/mobile-app.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/mobile-app Native mobile applications that are installed through an app store. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/mobile-app.schema.json](channels/mobile-app.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/mobile-app.schema.json](channels/mobile-app.schema.json) | ## Schema Hierarchy * Web `https://ns.adobe.com/xdm/channels/mobile-app` diff --git a/docs/reference/channels/mpns.schema.md b/docs/reference/channels/mpns.schema.md index bf7bccf48..f8a97c481 100644 --- a/docs/reference/channels/mpns.schema.md +++ b/docs/reference/channels/mpns.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/mpns Microsoft Push Notification Service -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/mpns.schema.json](channels/mpns.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/mpns.schema.json](channels/mpns.schema.json) | ## Schema Hierarchy * MPNS `https://ns.adobe.com/xdm/channels/mpns` diff --git a/docs/reference/channels/phone.schema.md b/docs/reference/channels/phone.schema.md index aea23dca9..f1a08a3e2 100644 --- a/docs/reference/channels/phone.schema.md +++ b/docs/reference/channels/phone.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/phone The telephone. Includes both inbound and outbound. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/phone.schema.json](channels/phone.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/phone.schema.json](channels/phone.schema.json) | ## Schema Hierarchy * Phone `https://ns.adobe.com/xdm/channels/phone` diff --git a/docs/reference/channels/sms.schema.md b/docs/reference/channels/sms.schema.md index d61e2d38c..99ca252de 100644 --- a/docs/reference/channels/sms.schema.md +++ b/docs/reference/channels/sms.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/sms Short Message Service delivered to a mobile phone. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/sms.schema.json](channels/sms.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/sms.schema.json](channels/sms.schema.json) | ## Schema Hierarchy * SMS `https://ns.adobe.com/xdm/channels/sms` diff --git a/docs/reference/channels/twitter-feed.schema.md b/docs/reference/channels/twitter-feed.schema.md index b44101d3d..04296e3cf 100644 --- a/docs/reference/channels/twitter-feed.schema.md +++ b/docs/reference/channels/twitter-feed.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/twitter-feed The Twitter Feed, i.e. the stream of user-generated tweets. This does not include Twitter direct messages. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/twitter-feed.schema.json](channels/twitter-feed.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/twitter-feed.schema.json](channels/twitter-feed.schema.json) | ## Schema Hierarchy * Twitter Feed `https://ns.adobe.com/xdm/channels/twitter-feed` diff --git a/docs/reference/channels/web.schema.md b/docs/reference/channels/web.schema.md index 4c991e51e..8addd127c 100644 --- a/docs/reference/channels/web.schema.md +++ b/docs/reference/channels/web.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/web The world wide web and mobile web. Pages delivered via HTTP to a web browser or in-app browser. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/web.schema.json](channels/web.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/web.schema.json](channels/web.schema.json) | ## Schema Hierarchy * Web `https://ns.adobe.com/xdm/channels/web` diff --git a/docs/reference/channels/wechat.schema.md b/docs/reference/channels/wechat.schema.md index d1cdd6488..c6405d596 100644 --- a/docs/reference/channels/wechat.schema.md +++ b/docs/reference/channels/wechat.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/wechat WeChat Platform Notification -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/wechat.schema.json](channels/wechat.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/wechat.schema.json](channels/wechat.schema.json) | ## Schema Hierarchy * WeChat `https://ns.adobe.com/xdm/channels/wechat` diff --git a/docs/reference/channels/wns.schema.md b/docs/reference/channels/wns.schema.md index b002b614b..3ab5be745 100644 --- a/docs/reference/channels/wns.schema.md +++ b/docs/reference/channels/wns.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/channels/wns Windows Push Notification Service. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [channels/wns.schema.json](channels/wns.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [channels/wns.schema.json](channels/wns.schema.json) | ## Schema Hierarchy * WNS `https://ns.adobe.com/xdm/channels/wns` diff --git a/docs/reference/common/address.schema.md b/docs/reference/common/address.schema.md index 4466076b9..de29046e8 100644 --- a/docs/reference/common/address.schema.md +++ b/docs/reference/common/address.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/address A postal address. Address could relate to a person's home, work, preferred store location etc. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [common/address.schema.json](common/address.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | Yes | Forbidden | Permitted | [common/address.schema.json](common/address.schema.json) | ## Schema Hierarchy * Address `https://ns.adobe.com/xdm/common/address` diff --git a/docs/reference/common/auditable.schema.md b/docs/reference/common/auditable.schema.md index a2c10b043..edd24d21e 100644 --- a/docs/reference/common/auditable.schema.md +++ b/docs/reference/common/auditable.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/auditable Inheriting this schema using `allOf` indicates that the data record is auditable, i.e. it can be determined when the record has last been modified and by whom. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [common/auditable.schema.json](common/auditable.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [common/auditable.schema.json](common/auditable.schema.json) | ## Schema Hierarchy * Audit Trail `https://ns.adobe.com/xdm/common/auditable` diff --git a/docs/reference/common/event/created.schema.md b/docs/reference/common/event/created.schema.md index b4c7bc064..f77876942 100644 --- a/docs/reference/common/event/created.schema.md +++ b/docs/reference/common/event/created.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/event/created A `created event` follows semantics that are exactly equivalent to the semantics described by the [`create activity`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create), except for one difference. The `create activity` can be used in imperative contexts, however, the `created event` can only be used in passive contexts. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/created.schema.json](common/event/created.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/created.schema.json](common/event/created.schema.json) | ## Schema Hierarchy * Created Event `https://ns.adobe.com/xdm/common/event/created` diff --git a/docs/reference/common/event/deleted.schema.md b/docs/reference/common/event/deleted.schema.md index c6bb2e4c6..156d0285a 100644 --- a/docs/reference/common/event/deleted.schema.md +++ b/docs/reference/common/event/deleted.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/event/deleted A `deleted event` follows semantics that are exactly equivalent to the semantics described by the [`delete activity`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-delete), except for one difference. The `delete activity` can be used in imperative contexts, however, the `deleted event` can only be used in passive contexts. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/deleted.schema.json](common/event/deleted.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/deleted.schema.json](common/event/deleted.schema.json) | ## Schema Hierarchy * Deleted Event `https://ns.adobe.com/xdm/common/event/deleted` diff --git a/docs/reference/common/event/emitted.schema.md b/docs/reference/common/event/emitted.schema.md index 5f35f44b7..04c858a82 100644 --- a/docs/reference/common/event/emitted.schema.md +++ b/docs/reference/common/event/emitted.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/event/emitted The `emitted event` represents the activity of emitting a message or some `object`. This event type provides the capability to conform custom activities to the XDM Event Envelope. A custom activity is one where the system transporting the event isn't aware of what is in the event. A custom activity typically tends to be configured by a system's end user. Take, for example, custom OSGI events in AEM. One concern does arise regarding the `emitted event`, which is, its generic nature that allows for almost every activity to be modeled as 'message emitted' activity. This, however, is a trap that publishers of the XDM Event Envelope must steer away from. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/emitted.schema.json](common/event/emitted.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/emitted.schema.json](common/event/emitted.schema.json) | ## Schema Hierarchy * Emitted Event `https://ns.adobe.com/xdm/common/event/emitted` diff --git a/docs/reference/common/event/published.schema.md b/docs/reference/common/event/published.schema.md index b160066d4..2a22b45f5 100644 --- a/docs/reference/common/event/published.schema.md +++ b/docs/reference/common/event/published.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/event/published The `published event` represents the activity of releasing an object for distribution. Some examples of the published activity are, publishing digital content on a website, publishing a book, publishing an article in a journal, publishing a memo on a notice board, etcetera. The [`object`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) field should specify the object that was released/published, whereas the [`target`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target) field, if present, should describe where the said object was published on. The `published event` can only be used in passive contexts. Example: the act of publishing an article in a journal would be represented by the `published` activity wherein, the article would be the `object` of publication and the journal would be the `target`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/published.schema.json](common/event/published.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/published.schema.json](common/event/published.schema.json) | ## Schema Hierarchy * Published Event `https://ns.adobe.com/xdm/common/event/published` diff --git a/docs/reference/common/event/rejected.schema.md b/docs/reference/common/event/rejected.schema.md index 959b042b1..8a11b727d 100644 --- a/docs/reference/common/event/rejected.schema.md +++ b/docs/reference/common/event/rejected.schema.md @@ -22,9 +22,9 @@ Some examples of the `rejected event` include: 4. A purchase order was rejected by a firm owing to non payment of previous dues. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/rejected.schema.json](common/event/rejected.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/rejected.schema.json](common/event/rejected.schema.json) | ## Schema Hierarchy * Rejected Event `https://ns.adobe.com/xdm/common/event/rejected` diff --git a/docs/reference/common/event/unpublished.schema.md b/docs/reference/common/event/unpublished.schema.md index 6e80d7931..2bb614b08 100644 --- a/docs/reference/common/event/unpublished.schema.md +++ b/docs/reference/common/event/unpublished.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/event/unpublished The `unpublished event` represents the activity of making an object, which was previously published, unavailable for distribution. It can be thought of as the semantic opposite of the `published event`. Some examples of the unpublished activity are, taking down digital content from a website, taking down a previously published memo from the notice board, etcetera. The [`object`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) field should specify the object that was taken down/unpublished, whereas the [`target`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target) field, if present, should describe where the said object was taken down from. The `unpublished event` can only be used in passive contexts. Example: the act of taking down a previously published memo from the notice board would be represented by the `unpublished` activity wherein, the memo would be the `object` of the `unpublished event` and the notice board would be the `target`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/unpublished.schema.json](common/event/unpublished.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/unpublished.schema.json](common/event/unpublished.schema.json) | ## Schema Hierarchy * Unpublished Event `https://ns.adobe.com/xdm/common/event/unpublished` diff --git a/docs/reference/common/event/updated.schema.md b/docs/reference/common/event/updated.schema.md index 879f065bd..2f98c4d4f 100644 --- a/docs/reference/common/event/updated.schema.md +++ b/docs/reference/common/event/updated.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/event/updated A `updated event` follows semantics that are exactly equivalent to the semantics described by the [`update activity`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update), except for one difference. The `update activity` can be used in imperative contexts, however, the `updated event` can only be used in passive contexts. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/event/updated.schema.json](common/event/updated.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/event/updated.schema.json](common/event/updated.schema.json) | ## Schema Hierarchy * Updated Event `https://ns.adobe.com/xdm/common/event/updated` diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index c74be9e0c..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -68,6 +68,29 @@ "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, + { + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } + }, { "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -142,29 +165,6 @@ "dc:title": "Vintage Collection", "xdm:path": "/content/geometrixx/en/vintage.html" } - }, - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 68c491f17..4def26ec1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/eventenvelope An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Streams 2.0](https://www.w3.org/TR/activitystreams-core/) that applies to digital experiences in general, and to entities of the Experience Data Model in particular. It is being used to track or audit changes to core entities like assets, pages, or campaigns, but also to track observed interactions of consumers of digital experiences. These observed interactions can range from simple technical loading, to passive consumption, to active engagement. Through the `EventEnvelope`, a varied set of observable entities can be tracked in a common way, enabling the establishment of publish-subscribe or event bus systems that dispatch `EventEnvelopes` based on the metadata that is part of the envelope, without having to inspect the payload `object`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [common/eventenvelope.schema.json](common/eventenvelope.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [common/eventenvelope.schema.json](common/eventenvelope.schema.json) | ## Schema Hierarchy * EventEnvelope `https://ns.adobe.com/xdm/common/eventenvelope` @@ -49,6 +49,32 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` +```json +{ + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } +} +``` + ```json { "@type": "https://ns.adobe.com/xdm/common/event/updated", @@ -133,32 +159,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } -} -``` - # EventEnvelope Properties diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index d68d4afeb..f48b6bb20 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,6 +250,35 @@ ], "meta:status": "stabilizing", "examples": [ + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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" + }, + { + "repo:assetID": "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" + }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -294,35 +323,6 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" - }, - { - "repo:assetID": "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:assetID": "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:repository_lastModifiedBy": "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 ab4395cd9..dcb621753 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -19,12 +19,47 @@ In order to make a given schema extensible, include this section at the bottom o Replace `#/definitions/…` with the correct path to the `definitions` object in your local schema. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Stabilizing | Forbidden | Permitted | [common/extensible.schema.json](common/extensible.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [common/extensible.schema.json](common/extensible.schema.json) | ## Extensibility base schema Examples +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 +{ + "repo:assetID": "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 { "@context": { @@ -73,38 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "repo:assetID": "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", - "repo:assetID": "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:repository_lastModifiedBy": "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.md b/docs/reference/common/geo.schema.md index 42193dc8a..9a22c467d 100644 --- a/docs/reference/common/geo.schema.md +++ b/docs/reference/common/geo.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/geo The geographic related data where an event was observed. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [common/geo.schema.json](common/geo.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [common/geo.schema.json](common/geo.schema.json) | ## Schema Hierarchy * Geo `https://ns.adobe.com/xdm/common/geo` diff --git a/docs/reference/common/identity-provider.schema.md b/docs/reference/common/identity-provider.schema.md index 81603f45f..ce12e843e 100644 --- a/docs/reference/common/identity-provider.schema.md +++ b/docs/reference/common/identity-provider.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/identity-provider An identity provider (abbreviated IdP) is a system entity that creates, maintains, and manages identity information for principals while providing authentication services to relying party applications within a federation or distributed network. An identity provider offers subject authentication as a service. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [common/identity-provider.schema.json](common/identity-provider.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [common/identity-provider.schema.json](common/identity-provider.schema.json) | ## Identity Provider Example ```json diff --git a/docs/reference/common/organization.schema.md b/docs/reference/common/organization.schema.md index fd613dbca..0ffde80a9 100644 --- a/docs/reference/common/organization.schema.md +++ b/docs/reference/common/organization.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/common/organization Information that uniquely identifies an organized entity such as company, non-profit, government agency or educational institution, plus additional information that further qualifies the organization. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [common/organization.schema.json](common/organization.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | Yes | Forbidden | Permitted | [common/organization.schema.json](common/organization.schema.json) | ## Schema Hierarchy * Organization `https://ns.adobe.com/xdm/common/organization` diff --git a/docs/reference/common/page.schema.md b/docs/reference/common/page.schema.md index c819aa3a3..1f760b0e8 100644 --- a/docs/reference/common/page.schema.md +++ b/docs/reference/common/page.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/common/page Page information for paginated resource list operations. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [common/page.schema.json](common/page.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [common/page.schema.json](common/page.schema.json) | ## Page Examples diff --git a/docs/reference/common/principal.schema.md b/docs/reference/common/principal.schema.md index 57a2ebfc0..ddfa6d3a5 100644 --- a/docs/reference/common/principal.schema.md +++ b/docs/reference/common/principal.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/principal This model represents a principal in an access control system. Principals are entities that have been authenticated against an identity provider. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [common/principal.schema.json](common/principal.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [common/principal.schema.json](common/principal.schema.json) | ## Schema Hierarchy * Principal `https://ns.adobe.com/xdm/common/principal` diff --git a/docs/reference/common/selfservice.schema.md b/docs/reference/common/selfservice.schema.md index e461cc120..bfe402905 100644 --- a/docs/reference/common/selfservice.schema.md +++ b/docs/reference/common/selfservice.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/common/selfservice A Customer Managed Environment is an environment that allows a system integration or deployer to manage applications. This is also known as selfservice. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [common/selfservice.schema.json](common/selfservice.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [common/selfservice.schema.json](common/selfservice.schema.json) | ## Customer Managed Environment Example ```json diff --git a/docs/reference/content/component-container.schema.md b/docs/reference/content/component-container.schema.md index bea103c66..334a586ad 100644 --- a/docs/reference/content/component-container.schema.md +++ b/docs/reference/content/component-container.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/content/component-container A container for `Page Component`s, this means for content blocks that are within a _Componentized Page_, not a container for componentized pages themselves. Components in the container can be ordered or unordered, and the type of the container determines how the container is authored, configured, rendered, and displayed. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [content/component-container.schema.json](content/component-container.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [content/component-container.schema.json](content/component-container.schema.json) | ## Component Container Example ```json diff --git a/docs/reference/content/componentized-page.schema.md b/docs/reference/content/componentized-page.schema.md index af67a9522..767975352 100644 --- a/docs/reference/content/componentized-page.schema.md +++ b/docs/reference/content/componentized-page.schema.md @@ -10,9 +10,9 @@ Examples for componentized pages include web pages as managed by a web content m Componentized pages are modular (consist of smaller content components), hyperlinked (link to other pages), and include digital assets (like images or videos). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [content/componentized-page.schema.json](content/componentized-page.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [content/componentized-page.schema.json](content/componentized-page.schema.json) | ## Schema Hierarchy * Componentized Page `https://ns.adobe.com/xdm/content/componentized-page` diff --git a/docs/reference/content/content.schema.md b/docs/reference/content/content.schema.md index 8c1e38426..9795b4ca5 100644 --- a/docs/reference/content/content.schema.md +++ b/docs/reference/content/content.schema.md @@ -19,9 +19,9 @@ _Content is created by human editors_ in an editorial process that involves crea _Content is created for human audiences_, which gives the content the ultimate value. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [content/content.schema.json](content/content.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [content/content.schema.json](content/content.schema.json) | ## Schema Hierarchy * Content `https://ns.adobe.com/xdm/content/content` diff --git a/docs/reference/content/page-component.schema.md b/docs/reference/content/page-component.schema.md index 05bf7c142..be324674d 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -10,9 +10,9 @@ It contains content fragments and has a specific type. The type determines how the component will be displayed, rendered, and authored. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [content/page-component.schema.json](content/page-component.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [content/page-component.schema.json](content/page-component.schema.json) | ## Schema Hierarchy * Page Component `https://ns.adobe.com/xdm/content/page-component` diff --git a/docs/reference/content/product.schema.md b/docs/reference/content/product.schema.md index e2b6b7e8e..d7303b95a 100644 --- a/docs/reference/content/product.schema.md +++ b/docs/reference/content/product.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/context/product XDM product variant, master product and key attributes of product in the product catalog. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [content/product.schema.json](content/product.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [content/product.schema.json](content/product.schema.json) | ## Schema Hierarchy * Product `https://ns.adobe.com/xdm/context/product` diff --git a/docs/reference/content/productlistitem.schema.md b/docs/reference/content/productlistitem.schema.md index ece0bec40..cafa63a07 100644 --- a/docs/reference/content/productlistitem.schema.md +++ b/docs/reference/content/productlistitem.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/content/productlistitem The product list item is a list item representing a product selected by a customer with specific options and pricing that are for that usage context at a specific point of time and may differ from the product record. For example the product record contains details from the product information system that are consistent for all customers, where the product list item has the actual price offered to the customer at that time which may vary due to sales campaigns or seasonal pricing. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [content/productlistitem.schema.json](content/productlistitem.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [content/productlistitem.schema.json](content/productlistitem.schema.json) | ## Product List Item Example ```json diff --git a/docs/reference/content/repository-policies/encryption.schema.md b/docs/reference/content/repository-policies/encryption.schema.md index f8da29f38..4f20d242e 100644 --- a/docs/reference/content/repository-policies/encryption.schema.md +++ b/docs/reference/content/repository-policies/encryption.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/content/repository-policies/encryption Encryption policy represents how content in a given part of the repository is encrypted at-rest. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [content/repository-policies/encryption.schema.json](content/repository-policies/encryption.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [content/repository-policies/encryption.schema.json](content/repository-policies/encryption.schema.json) | ## At-Rest Encryption Example ```json diff --git a/docs/reference/content/repository-policies/quota.schema.md b/docs/reference/content/repository-policies/quota.schema.md index 1e05e66a5..bd81c29d4 100644 --- a/docs/reference/content/repository-policies/quota.schema.md +++ b/docs/reference/content/repository-policies/quota.schema.md @@ -11,9 +11,9 @@ Furthermore, _Storage Quota_ can be either _hard_ or _soft_ via the 'enforcement Repository implementations can generate notifications or alerts when the consumed space in a part of the repository for which a (hard or soft) quota has been defined exceeds a given percentage (e.g. 80%) of the _Quota Amount_. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [content/repository-policies/quota.schema.json](content/repository-policies/quota.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [content/repository-policies/quota.schema.json](content/repository-policies/quota.schema.json) | ## Storage Quota Example ```json diff --git a/docs/reference/content/repository-policies/versioning.schema.md b/docs/reference/content/repository-policies/versioning.schema.md index 8af2d4e52..6d144ae3c 100644 --- a/docs/reference/content/repository-policies/versioning.schema.md +++ b/docs/reference/content/repository-policies/versioning.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/content/repository-policies/versioning Versioning policy represents how versioning for content stored in this specific part of the repository is behaving. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [content/repository-policies/versioning.schema.json](content/repository-policies/versioning.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [content/repository-policies/versioning.schema.json](content/repository-policies/versioning.schema.json) | ## Versioning Example ```json diff --git a/docs/reference/content/repository.schema.md b/docs/reference/content/repository.schema.md index de27a0bff..1bc6dfaff 100644 --- a/docs/reference/content/repository.schema.md +++ b/docs/reference/content/repository.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/content/repository A Content Repository that is compliant with the Adobe Cloud Platform API specification. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [content/repository.schema.json](content/repository.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [content/repository.schema.json](content/repository.schema.json) | ## Content Repository Example ```json diff --git a/docs/reference/context/browserdetails.schema.md b/docs/reference/context/browserdetails.schema.md index 36a36d180..d9e5c0bae 100644 --- a/docs/reference/context/browserdetails.schema.md +++ b/docs/reference/context/browserdetails.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/browserdetails Detail information related to the browser -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/browserdetails.schema.json](context/browserdetails.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/browserdetails.schema.json](context/browserdetails.schema.json) | ## Browser Details Example ```json diff --git a/docs/reference/context/commerce.schema.md b/docs/reference/context/commerce.schema.md index 79c5b5655..2d7ed2a0b 100644 --- a/docs/reference/context/commerce.schema.md +++ b/docs/reference/context/commerce.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/commerce The entites related to buying and selling activity. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/commerce.schema.json](context/commerce.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/commerce.schema.json](context/commerce.schema.json) | ## Schema Hierarchy * Commerce `https://ns.adobe.com/xdm/context/commerce` diff --git a/docs/reference/context/device.schema.md b/docs/reference/context/device.schema.md index b802da574..51cae01f5 100644 --- a/docs/reference/context/device.schema.md +++ b/docs/reference/context/device.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/device An identified device that is an application or browser instance that is trackable across sessions, normally by cookies. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/device.schema.json](context/device.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/device.schema.json](context/device.schema.json) | ## Device Example ```json diff --git a/docs/reference/context/emailaddress.schema.md b/docs/reference/context/emailaddress.schema.md index 9b9e99b6b..2c7ae83e9 100644 --- a/docs/reference/context/emailaddress.schema.md +++ b/docs/reference/context/emailaddress.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/emailaddress A standard email address. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/emailaddress.schema.json](context/emailaddress.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/emailaddress.schema.json](context/emailaddress.schema.json) | ## Email Address Example ```json diff --git a/docs/reference/context/enduserids.schema.md b/docs/reference/context/enduserids.schema.md index a77ddfa19..29096e578 100644 --- a/docs/reference/context/enduserids.schema.md +++ b/docs/reference/context/enduserids.schema.md @@ -13,9 +13,9 @@ Each value consists of the (required) ID that is native to the data source, and Additionally, this schema can include a property that describes the data source that is responsible for identity stitching. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Stabilizing | Forbidden | Permitted | [context/enduserids.schema.json](context/enduserids.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Stabilizing | No | Forbidden | Permitted | [context/enduserids.schema.json](context/enduserids.schema.json) | ## Schema Hierarchy * End User IDs `https://ns.adobe.com/xdm/context/enduserids` diff --git a/docs/reference/context/environment.schema.md b/docs/reference/context/environment.schema.md index 5cb692869..cdcd7f966 100644 --- a/docs/reference/context/environment.schema.md +++ b/docs/reference/context/environment.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/environment Information about the surrounding situation the event observation occurred in, specifically detailing transitory information such as the network or software versions. > IMPORTANT: All values should be aligned with the [DeviceAtlas](https://deviceatlas.com) database licensed by Adobe. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/environment.schema.json](context/environment.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/environment.schema.json](context/environment.schema.json) | ## Schema Hierarchy * Environment `https://ns.adobe.com/xdm/context/environment` diff --git a/docs/reference/context/experienceevent.schema.md b/docs/reference/context/experienceevent.schema.md index 3f627f51a..a435c2c01 100644 --- a/docs/reference/context/experienceevent.schema.md +++ b/docs/reference/context/experienceevent.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/experienceevent The core ExperienceEvent XDM is used to capture observations that are altering one or more related XDMs/entities. The ExperienceEvent captures information about the observation taking place and when it is occurring. It is critical for time domain analytics as it allows observation and analysis of changes that occur in windows of time and comparison with other windows of time to track trends. ExperienceEvent are either explicit or implicit. Explicit events are direct observations of a human action taking place during a session. Implicit events are events that are being raised without a direct human action. Examples of implicit events are scheduled email sending of newsletters, battery voltage reaching a certain threshold, a person entering into range of a proximity sensor. While not all events are easily categorized across all data sources, it is extremely valuable to harmonize similar events into similar types for processing where possible, and the XDM specifications does this by defining a set of enumerated **type** attribute values with specific semantic meanings. Where possible events must be constrained to these enumerated values to facilitate interoperability. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/experienceevent.schema.json](context/experienceevent.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | Yes | Forbidden | Permitted | [context/experienceevent.schema.json](context/experienceevent.schema.json) | ## Schema Hierarchy * ExperienceEvent `https://ns.adobe.com/xdm/context/experienceevent` diff --git a/docs/reference/context/identity.schema.md b/docs/reference/context/identity.schema.md index a4e26c372..dd4a297e6 100644 --- a/docs/reference/context/identity.schema.md +++ b/docs/reference/context/identity.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/identity 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. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/identity.schema.json](context/identity.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [context/identity.schema.json](context/identity.schema.json) | ## Schema Hierarchy * Identity `https://ns.adobe.com/xdm/context/identity` diff --git a/docs/reference/context/implementationdetails.schema.md b/docs/reference/context/implementationdetails.schema.md index af7ff553d..68f22a4ac 100644 --- a/docs/reference/context/implementationdetails.schema.md +++ b/docs/reference/context/implementationdetails.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/implementationdetails Details about the sdk, library or service used in an application's or web page's implementation of a service. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/implementationdetails.schema.json](context/implementationdetails.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/implementationdetails.schema.json](context/implementationdetails.schema.json) | ## Implementation Details Example ```json diff --git a/docs/reference/context/marketing.schema.md b/docs/reference/context/marketing.schema.md index b391ce123..290863d14 100644 --- a/docs/reference/context/marketing.schema.md +++ b/docs/reference/context/marketing.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/marketing The information related to marketing activities that are active with the touchpoint. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/marketing.schema.json](context/marketing.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/marketing.schema.json](context/marketing.schema.json) | ## Marketing Example ```json diff --git a/docs/reference/context/namespace.schema.md b/docs/reference/context/namespace.schema.md index 2272197d7..e97278ea6 100644 --- a/docs/reference/context/namespace.schema.md +++ b/docs/reference/context/namespace.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/context/namespace The namespace or unique identifier associated with a collection of data. Each EndUserID is associated with a given namespace. A user can create and obtain information about a namespace during the solution onboarding. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/namespace.schema.json](context/namespace.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [context/namespace.schema.json](context/namespace.schema.json) | ## Namespace Example ```json diff --git a/docs/reference/context/optinout.schema.md b/docs/reference/context/optinout.schema.md index 94c7c1f84..e9b3d26f3 100644 --- a/docs/reference/context/optinout.schema.md +++ b/docs/reference/context/optinout.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/optinout Describes a users' communication preferences by channel. For each channel individually, which is a property of this object, a user's preference (opt-in, opt-out, pending) can be recorded. In addition, a global override opt-out is possible. Each property of this schema must be a valid and known URI for an XDM Channel. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/optinout.schema.json](context/optinout.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/optinout.schema.json](context/optinout.schema.json) | ## OptInOut Example ```json diff --git a/docs/reference/context/person-name.schema.md b/docs/reference/context/person-name.schema.md index 603043eea..d0a7c4a00 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -10,9 +10,9 @@ As the conventions for structing names differ widely across languages and cultur In addition, a number of optional properties are made available that can be used in situations that require using only a fragment of the full name, such as creating a formal or informal greeting. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/person-name.schema.json](context/person-name.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/person-name.schema.json](context/person-name.schema.json) | ## Person Name Examples diff --git a/docs/reference/context/person.schema.md b/docs/reference/context/person.schema.md index 5f0b87978..d5cb56903 100644 --- a/docs/reference/context/person.schema.md +++ b/docs/reference/context/person.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/person An individual person. May represent a person acting in various roles, such as a customer, contact, or owner. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/person.schema.json](context/person.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/person.schema.json](context/person.schema.json) | ## Schema Hierarchy * Person `https://ns.adobe.com/xdm/context/person` diff --git a/docs/reference/context/phonenumber.schema.md b/docs/reference/context/phonenumber.schema.md index 96e4f5d9f..ec5a6207f 100644 --- a/docs/reference/context/phonenumber.schema.md +++ b/docs/reference/context/phonenumber.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/phonenumber Information that allows the phone calling of a person. Typically an alphanumeric number, 1-222-333 4444 in North America, but can have a wide range of formats. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/phonenumber.schema.json](context/phonenumber.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/phonenumber.schema.json](context/phonenumber.schema.json) | ## Phone Number Example ```json diff --git a/docs/reference/context/place.schema.md b/docs/reference/context/place.schema.md index cf9f30bd0..f12fa2fa2 100644 --- a/docs/reference/context/place.schema.md +++ b/docs/reference/context/place.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/place A place in the real world with a physical location. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/place.schema.json](context/place.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [context/place.schema.json](context/place.schema.json) | ## Schema Hierarchy * Place `https://ns.adobe.com/xdm/context/place` diff --git a/docs/reference/context/placecontext.schema.md b/docs/reference/context/placecontext.schema.md index ba16f4ece..003af133b 100644 --- a/docs/reference/context/placecontext.schema.md +++ b/docs/reference/context/placecontext.schema.md @@ -9,9 +9,9 @@ The transient circumstances related to the place or physical location of the obs Examples include location specific information such as weather, local time, traffic, day of the week, workday vs. holiday, working hours. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/placecontext.schema.json](context/placecontext.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/placecontext.schema.json](context/placecontext.schema.json) | ## Schema Hierarchy * Place Context `https://ns.adobe.com/xdm/context/placecontext` diff --git a/docs/reference/context/profile.schema.md b/docs/reference/context/profile.schema.md index 54ab8888c..8e5102a13 100644 --- a/docs/reference/context/profile.schema.md +++ b/docs/reference/context/profile.schema.md @@ -24,9 +24,9 @@ for other Profile data such as preference, propensities and other attributes. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/profile.schema.json](context/profile.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/profile.schema.json](context/profile.schema.json) | ## Schema Hierarchy * Profile `https://ns.adobe.com/xdm/context/profile` diff --git a/docs/reference/context/pushnotificationtoken.schema.md b/docs/reference/context/pushnotificationtoken.schema.md index ca37240c9..3ef22f36d 100644 --- a/docs/reference/context/pushnotificationtoken.schema.md +++ b/docs/reference/context/pushnotificationtoken.schema.md @@ -11,9 +11,9 @@ application notifications over notification services like the Apple Push Notification service. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [context/pushnotificationtoken.schema.json](context/pushnotificationtoken.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [context/pushnotificationtoken.schema.json](context/pushnotificationtoken.schema.json) | ## Schema Hierarchy * Push Notification Token `https://ns.adobe.com/xdm/context/pushnotificationtoken` diff --git a/docs/reference/context/search.schema.md b/docs/reference/context/search.schema.md index 505ff442a..7fafab544 100644 --- a/docs/reference/context/search.schema.md +++ b/docs/reference/context/search.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/search Information about web search activity. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/search.schema.json](context/search.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/search.schema.json](context/search.schema.json) | ## Search Example ```json diff --git a/docs/reference/context/subscription.schema.md b/docs/reference/context/subscription.schema.md index 9ac539c6e..b06cde027 100644 --- a/docs/reference/context/subscription.schema.md +++ b/docs/reference/context/subscription.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/context/subscription Subscriptions are licensed entitlements to software, services or goods that are utilized in a time or usage based way. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/subscription.schema.json](context/subscription.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/subscription.schema.json](context/subscription.schema.json) | ## Schema Hierarchy * Subscription `https://ns.adobe.com/xdm/context/subscription` diff --git a/docs/reference/context/webinfo.schema.md b/docs/reference/context/webinfo.schema.md index 7e3869743..4356d10d1 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/context/webinfo Information recorded via an `ExperienceEvent` that is specific to the World Wide Web channel, including the web page, referrer and/or link related to the on-page interaction. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/webinfo.schema.json](context/webinfo.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/webinfo.schema.json](context/webinfo.schema.json) | ## Schema Hierarchy * Web Information `https://ns.adobe.com/xdm/context/webinfo` diff --git a/docs/reference/context/webinteraction.schema.md b/docs/reference/context/webinteraction.schema.md index e69dec1a7..887a67095 100644 --- a/docs/reference/context/webinteraction.schema.md +++ b/docs/reference/context/webinteraction.schema.md @@ -10,9 +10,9 @@ The Web Interaction schema captures information about interactions that happened It is intended for recording interactions in rich web applications that do not trigger a new page load such as single page web apps (SPAs). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/webinteraction.schema.json](context/webinteraction.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/webinteraction.schema.json](context/webinteraction.schema.json) | ## Web Interaction Example ```json diff --git a/docs/reference/context/webpageview.schema.md b/docs/reference/context/webpageview.schema.md index 855a57be7..84ab3b25b 100644 --- a/docs/reference/context/webpageview.schema.md +++ b/docs/reference/context/webpageview.schema.md @@ -11,9 +11,9 @@ This schema is intended for full page views and initial page loads of single pag For interactions that are happening on a loaded page that do not trigger a new page load, see `WebInteraction`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/webpageview.schema.json](context/webpageview.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/webpageview.schema.json](context/webpageview.schema.json) | ## Web Page View Example ```json diff --git a/docs/reference/context/webreferrer.schema.md b/docs/reference/context/webreferrer.schema.md index 12c392cac..a9f7e5077 100644 --- a/docs/reference/context/webreferrer.schema.md +++ b/docs/reference/context/webreferrer.schema.md @@ -11,9 +11,9 @@ The information in this schema is semantically compatible with the information i > **Note:** While the [HTTP specification](https://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z14) uses the term "referer", XDM follows the [Document Object Model specification ](https://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-95229140) and uses the spelling "referrer", which is more widely accepted as the correct spelling. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [context/webreferrer.schema.json](context/webreferrer.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [context/webreferrer.schema.json](context/webreferrer.schema.json) | ## Web Referrer Example ```json diff --git a/docs/reference/data/abandons.schema.md b/docs/reference/data/abandons.schema.md index ac124671c..2fa6f3cce 100644 --- a/docs/reference/data/abandons.schema.md +++ b/docs/reference/data/abandons.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/abandons Number of abandons for which a product list has been identified as no longer purchasable or accessible by the user without the user re-creating the product list from scratch. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/abandons.schema.json](data/abandons.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/abandons.schema.json](data/abandons.schema.json) | ## abandons Example ```json diff --git a/docs/reference/data/bounces.schema.md b/docs/reference/data/bounces.schema.md index caaa91615..37c0643aa 100644 --- a/docs/reference/data/bounces.schema.md +++ b/docs/reference/data/bounces.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/bounces The direct-marketing metric bounces describes the number of asynchronous messages that have been rejected by the receiving system. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/bounces.schema.json](data/bounces.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/bounces.schema.json](data/bounces.schema.json) | ## bounces Example ```json diff --git a/docs/reference/data/checkouts.schema.md b/docs/reference/data/checkouts.schema.md index d84c7e72d..66f651897 100644 --- a/docs/reference/data/checkouts.schema.md +++ b/docs/reference/data/checkouts.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/checkouts Number of actions during a checkout process of a product list, there can be more than one checkout event if there are multiple steps in a checkout process. If there are multiple steps the event time information and referenced page or experience is used to identify the step individual events represent in order. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/checkouts.schema.json](data/checkouts.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/checkouts.schema.json](data/checkouts.schema.json) | ## checkouts Example ```json diff --git a/docs/reference/data/clicks.schema.md b/docs/reference/data/clicks.schema.md index ef367d733..9fa5286ad 100644 --- a/docs/reference/data/clicks.schema.md +++ b/docs/reference/data/clicks.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/advertising/clicks The advertising metric clicks describes… -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/clicks.schema.json](data/clicks.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/clicks.schema.json](data/clicks.schema.json) | ## clicks Example ```json diff --git a/docs/reference/data/datasource.schema.md b/docs/reference/data/datasource.schema.md index dfbb3ecc9..f6235d26d 100644 --- a/docs/reference/data/datasource.schema.md +++ b/docs/reference/data/datasource.schema.md @@ -8,9 +8,9 @@ https://ns.adobe.com/xdm/data/datasource The Datasource acts as a namespace or unique identifier associated with a collection of data. Each EndUserID is associated with a given Datasource. A user can create and obtain information about a Datasource during the solution onboarding. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/datasource.schema.json](data/datasource.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/datasource.schema.json](data/datasource.schema.json) | ## Data Source Example ```json diff --git a/docs/reference/data/discount.schema.md b/docs/reference/data/discount.schema.md index 9a16ef9f5..93054caf5 100644 --- a/docs/reference/data/discount.schema.md +++ b/docs/reference/data/discount.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/discount This is an offer from the supplier to the purchaser, to reduce the payment amount if the payment is made within a certain period of time. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/discount.schema.json](data/discount.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [data/discount.schema.json](data/discount.schema.json) | ## Discount Example ```json diff --git a/docs/reference/data/impressions.schema.md b/docs/reference/data/impressions.schema.md index bd2198d1b..db53fd838 100644 --- a/docs/reference/data/impressions.schema.md +++ b/docs/reference/data/impressions.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/advertising/impressions The advertising metric impressions describes… -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/impressions.schema.json](data/impressions.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/impressions.schema.json](data/impressions.schema.json) | ## impressions Example ```json diff --git a/docs/reference/data/link-clicks.schema.md b/docs/reference/data/link-clicks.schema.md index ed6b1b021..9455d2f98 100644 --- a/docs/reference/data/link-clicks.schema.md +++ b/docs/reference/data/link-clicks.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/web/link-clicks The web metric link-clicks describes the number of clicks on a link on a web page. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/link-clicks.schema.json](data/link-clicks.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/link-clicks.schema.json](data/link-clicks.schema.json) | ## link-clicks Example ```json diff --git a/docs/reference/data/measure.schema.md b/docs/reference/data/measure.schema.md index 64045c540..939ac5b0b 100644 --- a/docs/reference/data/measure.schema.md +++ b/docs/reference/data/measure.schema.md @@ -10,9 +10,9 @@ A measure is a concrete quantifiable data point of a particular metric. It has a value, and optionally a unit, although the unit can be inferred from the measure's metric. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Stabilizing | Forbidden | Permitted | [data/measure.schema.json](data/measure.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [data/measure.schema.json](data/measure.schema.json) | ## Measure Example ```json diff --git a/docs/reference/data/metric.schema.md b/docs/reference/data/metric.schema.md index f9927fe32..e8036d75b 100644 --- a/docs/reference/data/metric.schema.md +++ b/docs/reference/data/metric.schema.md @@ -13,9 +13,9 @@ For easier identification, metrics have a name and a unique URI that can be used Through XDM's extensibility mechanism, new metrics can be defined by extending `Metric`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/metric.schema.json](data/metric.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/metric.schema.json](data/metric.schema.json) | ## Metric Example ```json diff --git a/docs/reference/data/metrics.schema.md b/docs/reference/data/metrics.schema.md index 5f3c73b33..a53e49bc2 100644 --- a/docs/reference/data/metrics.schema.md +++ b/docs/reference/data/metrics.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics This is map of metrics and measures. Each key is the valid URI of a known `Metric`. Each value is a `Measure`, i.e. a concrete data point. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/metrics.schema.json](data/metrics.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [data/metrics.schema.json](data/metrics.schema.json) | ## Schema Hierarchy * Metrics `https://ns.adobe.com/xdm/data/metrics` diff --git a/docs/reference/data/mirror-pages.schema.md b/docs/reference/data/mirror-pages.schema.md index 961b8ba63..d78be43d9 100644 --- a/docs/reference/data/mirror-pages.schema.md +++ b/docs/reference/data/mirror-pages.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/mirror-pages The direct-marketing metric mirror-pages describes the number of mirror pages for which a link to the online mirror page of a message has been clicked. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/mirror-pages.schema.json](data/mirror-pages.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/mirror-pages.schema.json](data/mirror-pages.schema.json) | ## mirror-pages Example ```json diff --git a/docs/reference/data/non-deliverables.schema.md b/docs/reference/data/non-deliverables.schema.md index c42286950..a4234aa2c 100644 --- a/docs/reference/data/non-deliverables.schema.md +++ b/docs/reference/data/non-deliverables.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables The direct-marketing metric non-deliverables describes the umber of asynchronous messages that failed to deliver in a way that indicates that no future messages will be deliverable either to this address. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/non-deliverables.schema.json](data/non-deliverables.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/non-deliverables.schema.json](data/non-deliverables.schema.json) | ## non-deliverables Example ```json diff --git a/docs/reference/data/not-sent.schema.md b/docs/reference/data/not-sent.schema.md index 37de359be..1a31e33ea 100644 --- a/docs/reference/data/not-sent.schema.md +++ b/docs/reference/data/not-sent.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/not-sent The direct-marketing metric `not-sent` describes the number of asynchronous messages (email, SMS, MMS etc) that have not been dispatched to an recipient's account/address/device due to cancellation or expiration of the marketing activity. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/not-sent.schema.json](data/not-sent.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/not-sent.schema.json](data/not-sent.schema.json) | ## not-sent Example ```json diff --git a/docs/reference/data/opens.schema.md b/docs/reference/data/opens.schema.md index 262d6d9f4..1239d2f6b 100644 --- a/docs/reference/data/opens.schema.md +++ b/docs/reference/data/opens.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens The direct-marketing metric `opens` describes the number of times the direct marketing messages (email, SMS, Push Notifications etc) have been opened/swyped/touched by the recipients. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/opens.schema.json](data/opens.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/opens.schema.json](data/opens.schema.json) | ## opens Example ```json diff --git a/docs/reference/data/order.schema.md b/docs/reference/data/order.schema.md index 5f1b7267e..e8c0a9050 100644 --- a/docs/reference/data/order.schema.md +++ b/docs/reference/data/order.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/order The order placed for a product list. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/order.schema.json](data/order.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [data/order.schema.json](data/order.schema.json) | ## Order Example ```json diff --git a/docs/reference/data/page-views.schema.md b/docs/reference/data/page-views.schema.md index 623a3b84e..b5466373c 100644 --- a/docs/reference/data/page-views.schema.md +++ b/docs/reference/data/page-views.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/web/page-views The web metric page-views describes the number of impressions of a web page. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/page-views.schema.json](data/page-views.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/page-views.schema.json](data/page-views.schema.json) | ## page-views Example ```json diff --git a/docs/reference/data/paymentitem.schema.md b/docs/reference/data/paymentitem.schema.md index 217c58ac1..c3cdf2134 100644 --- a/docs/reference/data/paymentitem.schema.md +++ b/docs/reference/data/paymentitem.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/paymentitem A payment associated with an order that defines the type of payment, the amount and the associated currency. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/paymentitem.schema.json](data/paymentitem.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [data/paymentitem.schema.json](data/paymentitem.schema.json) | ## Payment Item Example ```json diff --git a/docs/reference/data/product-list-adds.schema.md b/docs/reference/data/product-list-adds.schema.md index 7ffb1bcfb..3f690051a 100644 --- a/docs/reference/data/product-list-adds.schema.md +++ b/docs/reference/data/product-list-adds.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-adds The commerce metric product-list-adds describes the number of times a product has been added to a product list. The most common case is adding an item to the shopping cart. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/product-list-adds.schema.json](data/product-list-adds.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/product-list-adds.schema.json](data/product-list-adds.schema.json) | ## product-list-adds Example ```json diff --git a/docs/reference/data/product-list-opens.schema.md b/docs/reference/data/product-list-opens.schema.md index a6e99a80e..216a06a15 100644 --- a/docs/reference/data/product-list-opens.schema.md +++ b/docs/reference/data/product-list-opens.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-opens The commerce metric product-list-opens describes how many new product lists have been created. The most common case is the creation of a new shopping cart by putting the first item into the shopping cart. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/product-list-opens.schema.json](data/product-list-opens.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/product-list-opens.schema.json](data/product-list-opens.schema.json) | ## product-list-opens Example ```json diff --git a/docs/reference/data/product-list-removals.schema.md b/docs/reference/data/product-list-removals.schema.md index add5d79e8..a4e8de656 100644 --- a/docs/reference/data/product-list-removals.schema.md +++ b/docs/reference/data/product-list-removals.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-removals The commerce metric product-list-removals describes the number of times a product has been removed from a product list. The most common use case is the removal of a product from the shopping cart. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/product-list-removals.schema.json](data/product-list-removals.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/product-list-removals.schema.json](data/product-list-removals.schema.json) | ## product-list-removals Example ```json diff --git a/docs/reference/data/product-list-reopens.schema.md b/docs/reference/data/product-list-reopens.schema.md index 12fcbf5a4..b7f971f28 100644 --- a/docs/reference/data/product-list-reopens.schema.md +++ b/docs/reference/data/product-list-reopens.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-reopens Number of reopens for which a product list that was no longer accessible has been re-activated by the user, for example via a re-marketing activity. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/product-list-reopens.schema.json](data/product-list-reopens.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/product-list-reopens.schema.json](data/product-list-reopens.schema.json) | ## product-list-reopens Example ```json diff --git a/docs/reference/data/product-list-views.schema.md b/docs/reference/data/product-list-views.schema.md index fdbd4c178..5bbbf470c 100644 --- a/docs/reference/data/product-list-views.schema.md +++ b/docs/reference/data/product-list-views.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-views The commerce metric product-list-views describes how often a product list has been seen by a shopper. The most common use case is to open the shopping cart to inspect its contents. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/product-list-views.schema.json](data/product-list-views.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/product-list-views.schema.json](data/product-list-views.schema.json) | ## product-list-views Example ```json diff --git a/docs/reference/data/product-views.schema.md b/docs/reference/data/product-views.schema.md index dac09d845..f837c533d 100644 --- a/docs/reference/data/product-views.schema.md +++ b/docs/reference/data/product-views.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-views The commerce metric product-views describes the number of product views that have occurred. Because the number of products on a page might be greater than one, this number may differ from the page view count of product pages. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/product-views.schema.json](data/product-views.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/product-views.schema.json](data/product-views.schema.json) | ## product-views Example ```json diff --git a/docs/reference/data/purchases.schema.md b/docs/reference/data/purchases.schema.md index 09510bcc8..4d411d2fa 100644 --- a/docs/reference/data/purchases.schema.md +++ b/docs/reference/data/purchases.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/purchases Number of orders has occurred. Purchase is the only required action in a commerce conversion. Purchase must have a product list referenced. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/purchases.schema.json](data/purchases.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/purchases.schema.json](data/purchases.schema.json) | ## purchases Example ```json diff --git a/docs/reference/data/save-for-laters.schema.md b/docs/reference/data/save-for-laters.schema.md index 2f47f0757..9dac8f9c8 100644 --- a/docs/reference/data/save-for-laters.schema.md +++ b/docs/reference/data/save-for-laters.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters The commerce metric save-for-laters describes how often a product has been saved for a later day purchase. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/save-for-laters.schema.json](data/save-for-laters.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/save-for-laters.schema.json](data/save-for-laters.schema.json) | ## save-for-laters Example ```json diff --git a/docs/reference/data/sends.schema.md b/docs/reference/data/sends.schema.md index b78353a4c..b2cdee305 100644 --- a/docs/reference/data/sends.schema.md +++ b/docs/reference/data/sends.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/sends The direct-marketing metric sends describes the number of asynchronous messages (email, SMS, MMS etc) that have been dispatched to an recipient's account/address/device -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/sends.schema.json](data/sends.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/sends.schema.json](data/sends.schema.json) | ## sends Example ```json diff --git a/docs/reference/data/unsubscriptions.schema.md b/docs/reference/data/unsubscriptions.schema.md index 26e17a1a0..3ba4ea9cd 100644 --- a/docs/reference/data/unsubscriptions.schema.md +++ b/docs/reference/data/unsubscriptions.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions The direct-marketing metric `unsubscriptions` describes the number of times the recipients of direct marketing messages (email, newsletters, etc) have opted out from receiving them. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/unsubscriptions.schema.json](data/unsubscriptions.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/unsubscriptions.schema.json](data/unsubscriptions.schema.json) | ## unsubscriptions Example ```json diff --git a/docs/reference/data/user-complaints.schema.md b/docs/reference/data/user-complaints.schema.md index e88d7915c..7752d82b6 100644 --- a/docs/reference/data/user-complaints.schema.md +++ b/docs/reference/data/user-complaints.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints The direct-marketing metric user-complaints describes the number of user complaints that have been received. This generally occurs when a recipient of a message reported it as spam. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [data/user-complaints.schema.json](data/user-complaints.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/user-complaints.schema.json](data/user-complaints.schema.json) | ## user-complaints Example ```json diff --git a/docs/reference/external/activity-streams-2/activity.schema.md b/docs/reference/external/activity-streams-2/activity.schema.md index fe517133f..cefe5fa82 100644 --- a/docs/reference/external/activity-streams-2/activity.schema.md +++ b/docs/reference/external/activity-streams-2/activity.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/activity An [Activity](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity) is a subtype of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object)` that describes some form of action that may happen, is currently happening, or has already happened. The `Activity` type itself serves as an abstract base type for all types of activities. It is important to note that the `Activity` type itself does not carry any specific semantics about the kind of action being taken. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/activity.schema.json](external/activity-streams-2/activity.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/activity.schema.json](external/activity-streams-2/activity.schema.json) | ## Schema Hierarchy * Activity `https://ns.adobe.com/xdm/external/activity-streams-2/activity` diff --git a/docs/reference/external/activity-streams-2/collection-page.schema.md b/docs/reference/external/activity-streams-2/collection-page.schema.md index 5e9bb9689..a74724c2b 100644 --- a/docs/reference/external/activity-streams-2/collection-page.schema.md +++ b/docs/reference/external/activity-streams-2/collection-page.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/collection-page Used to represent distinct subsets of items from a `Collection`. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collectionpage) for a complete description of the `CollectionPage` object. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/collection-page.schema.json](external/activity-streams-2/collection-page.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/collection-page.schema.json](external/activity-streams-2/collection-page.schema.json) | ## Schema Hierarchy * Collection Page `https://ns.adobe.com/xdm/external/activity-streams-2/collection-page` diff --git a/docs/reference/external/activity-streams-2/collection.schema.md b/docs/reference/external/activity-streams-2/collection.schema.md index 1e2c0bc55..da80d6198 100644 --- a/docs/reference/external/activity-streams-2/collection.schema.md +++ b/docs/reference/external/activity-streams-2/collection.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/collection A `Collection` is a subtype of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object)` that represents ordered or unordered sets of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) or [Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)` instances. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collection) specification for a complete description of the `Collection` type. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/collection.schema.json](external/activity-streams-2/collection.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/collection.schema.json](external/activity-streams-2/collection.schema.json) | ## Schema Hierarchy * Collection `https://ns.adobe.com/xdm/external/activity-streams-2/collection` diff --git a/docs/reference/external/activity-streams-2/context.schema.md b/docs/reference/external/activity-streams-2/context.schema.md index d0695afbb..cd14f234b 100644 --- a/docs/reference/external/activity-streams-2/context.schema.md +++ b/docs/reference/external/activity-streams-2/context.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/context A a set of rules for interpreting a JSON-LD document as specified in [the Context of the JSON-LD specification](https://json-ld.org/spec/latest/json-ld/#the-context). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/context.schema.json](external/activity-streams-2/context.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/context.schema.json](external/activity-streams-2/context.schema.json) | ## JSON-LD `@context` Example ```json diff --git a/docs/reference/external/activity-streams-2/document.schema.md b/docs/reference/external/activity-streams-2/document.schema.md index 449acb73b..187ef71e5 100644 --- a/docs/reference/external/activity-streams-2/document.schema.md +++ b/docs/reference/external/activity-streams-2/document.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/document Represents a document of any kind. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-document) specification for a complete description of the `document` type. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [external/activity-streams-2/document.schema.json](external/activity-streams-2/document.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/document.schema.json](external/activity-streams-2/document.schema.json) | ## Document Example ```json diff --git a/docs/reference/external/activity-streams-2/id.schema.md b/docs/reference/external/activity-streams-2/id.schema.md index 54ff76d0e..d6cb5be78 100644 --- a/docs/reference/external/activity-streams-2/id.schema.md +++ b/docs/reference/external/activity-streams-2/id.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/id Provides the globally unique identifier for an [Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) or [Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link). Refer to the [JSON-LD](https://json-ld.org/spec/latest/json-ld/) specification for a complete description of the `@id` field. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [external/activity-streams-2/id.schema.json](external/activity-streams-2/id.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | Yes | Forbidden | Permitted | [external/activity-streams-2/id.schema.json](external/activity-streams-2/id.schema.json) | ## JSON-LD `@id` Example ```json diff --git a/docs/reference/external/activity-streams-2/image.schema.md b/docs/reference/external/activity-streams-2/image.schema.md index 60fd84be1..673f527fc 100644 --- a/docs/reference/external/activity-streams-2/image.schema.md +++ b/docs/reference/external/activity-streams-2/image.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/image An image document of any kind. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image) specification for a complete description of the `image` type. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | No | Experimental | Forbidden | Permitted | [external/activity-streams-2/image.schema.json](external/activity-streams-2/image.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/image.schema.json](external/activity-streams-2/image.schema.json) | ## Image Document Example ```json diff --git a/docs/reference/external/activity-streams-2/link.schema.md b/docs/reference/external/activity-streams-2/link.schema.md index aa97a742f..75b2ef849 100644 --- a/docs/reference/external/activity-streams-2/link.schema.md +++ b/docs/reference/external/activity-streams-2/link.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/link A Link is an indirect, qualified reference to a resource identified by a URL. The fundamental model for links is established by [RFC5988](https://tools.ietf.org/html/rfc5988). Many of the properties defined by the Activity Vocabulary allow values that are either instances of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object)` or `[Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)`. When a `[Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)` is used, it establishes a [qualified relation](http://patterns.dataincubator.org/book/qualified-relation.html) connecting the subject (the containing object) to the resource identified by the `[href](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-href)`. Properties of the `[Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)` are properties of the reference as opposed to properties of the resource. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/link.schema.json](external/activity-streams-2/link.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/link.schema.json](external/activity-streams-2/link.schema.json) | ## Schema Hierarchy * Link `https://ns.adobe.com/xdm/external/activity-streams-2/link` diff --git a/docs/reference/external/activity-streams-2/object.schema.md b/docs/reference/external/activity-streams-2/object.schema.md index 215aacfea..26acc0f04 100644 --- a/docs/reference/external/activity-streams-2/object.schema.md +++ b/docs/reference/external/activity-streams-2/object.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/object Describes an object of any kind. The [`Object`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) type serves as the base type for most of the other kinds of objects defined in the Activity Vocabulary, including other Core types such as `[Activity](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity)`, `[IntransitiveActivity](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-intransitiveactivity)`, `[Collection](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collection)` and `[OrderedCollection](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-orderedcollection)`. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/object.schema.json](external/activity-streams-2/object.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [external/activity-streams-2/object.schema.json](external/activity-streams-2/object.schema.json) | ## Schema Hierarchy * Object `https://ns.adobe.com/xdm/external/activity-streams-2/object` diff --git a/docs/reference/external/activity-streams-2/rdf-langstring.schema.md b/docs/reference/external/activity-streams-2/rdf-langstring.schema.md index df12ebfda..87543fbe7 100644 --- a/docs/reference/external/activity-streams-2/rdf-langstring.schema.md +++ b/docs/reference/external/activity-streams-2/rdf-langstring.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring The class `rdf:langString` is the class of [language-tagged string values](http://www.w3.org/TR/rdf11-concepts/#dfn-language-tagged-string). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Forbidden | [external/activity-streams-2/rdf-langstring.schema.json](external/activity-streams-2/rdf-langstring.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Forbidden | [external/activity-streams-2/rdf-langstring.schema.json](external/activity-streams-2/rdf-langstring.schema.json) | ## RDF Language Tagged String Example ```json diff --git a/docs/reference/external/activity-streams-2/type.schema.md b/docs/reference/external/activity-streams-2/type.schema.md index 68fe9e350..1a6bd99f8 100644 --- a/docs/reference/external/activity-streams-2/type.schema.md +++ b/docs/reference/external/activity-streams-2/type.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/activity-streams-2/type Identifies the [Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) or [Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link) type. Multiple values may be specified. Refer to the [JSON-LD](https://json-ld.org/spec/latest/json-ld/) specification for a complete description of the `@type` field. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/activity-streams-2/type.schema.json](external/activity-streams-2/type.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/type.schema.json](external/activity-streams-2/type.schema.json) | ## JSON-LD `@type` Example ```json diff --git a/docs/reference/external/hal/hal-link.schema.md b/docs/reference/external/hal/hal-link.schema.md index e3f7f1c58..0d60b9977 100644 --- a/docs/reference/external/hal/hal-link.schema.md +++ b/docs/reference/external/hal/hal-link.schema.md @@ -10,9 +10,9 @@ https://ns.adobe.com/xdm/external/hal/link -- from [JSON Hypertext Application Language, section 5](https://tools.ietf.org/html/draft-kelly-json-hal-08#section-5) -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/hal/hal-link.schema.json](external/hal/hal-link.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/hal/hal-link.schema.json](external/hal/hal-link.schema.json) | ## HAL Link Examples diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 3fa44f991..325140cda 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -285,9 +285,17 @@ "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } @@ -301,17 +309,9 @@ "self": { "href": "/orders/523" }, - "warehouses": [ - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - } - ], + "warehouse": { + "href": "/warehouse/56" + }, "invoice": { "href": "/invoices/873" } diff --git a/docs/reference/external/hal/hal.schema.md b/docs/reference/external/hal/hal.schema.md index 8f6b64ef9..4894498d4 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -14,9 +14,9 @@ https://ns.adobe.com/xdm/external/hal/resource This external schema definition allows adding HAL expressions into an existing schema. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/hal/hal.schema.json](external/hal/hal.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/hal/hal.schema.json](external/hal/hal.schema.json) | ## HAL Resource Examples @@ -26,9 +26,17 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } @@ -45,17 +53,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" } diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index 9654ca6de..aa74234ee 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -100,6 +100,11 @@ ], "meta:status": "experimental", "examples": [ + { + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" + }, { "repo:principal": { "xdm:provider": { @@ -113,11 +118,6 @@ "delete" ], "repo:modifier": "grant" - }, - { - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index b22bb9811..3b49334bb 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -7,12 +7,20 @@ https://ns.adobe.com/xdm/external/repo/accesscontrolentry Schema for the Access Control Entry for the Access Control List of a resource -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/accesscontrolentry.schema.json](external/repo/accesscontrolentry.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/accesscontrolentry.schema.json](external/repo/accesscontrolentry.schema.json) | ## Access Control Entry Examples +```json +{ + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" +} +``` + ```json { "repo:principal": { @@ -30,14 +38,6 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` -```json -{ - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" -} -``` - # Access Control Entry Properties diff --git a/docs/reference/external/repo/accesscontrolpolicy.schema.md b/docs/reference/external/repo/accesscontrolpolicy.schema.md index 81a135fec..38f9a3617 100644 --- a/docs/reference/external/repo/accesscontrolpolicy.schema.md +++ b/docs/reference/external/repo/accesscontrolpolicy.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy Schema for the Access Control Policy of a resource -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/accesscontrolpolicy.schema.json](external/repo/accesscontrolpolicy.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/accesscontrolpolicy.schema.json](external/repo/accesscontrolpolicy.schema.json) | ## Schema Hierarchy * Access Control Policy `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` diff --git a/docs/reference/external/repo/asset.schema.md b/docs/reference/external/repo/asset.schema.md index ec3befe4b..cd3188a19 100644 --- a/docs/reference/external/repo/asset.schema.md +++ b/docs/reference/external/repo/asset.schema.md @@ -7,9 +7,9 @@ http://ns.adobe.com/adobecloud/core/1.0/asset An asset in Adobe Cloud Platform. It is not neccessarily a Digital Asset in the sense of Digital Asset Management, but a piece of content or data that can be represented in the form of a file. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/asset.schema.json](external/repo/asset.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/asset.schema.json](external/repo/asset.schema.json) | ## Schema Hierarchy * Asset `http://ns.adobe.com/adobecloud/core/1.0/asset` diff --git a/docs/reference/external/repo/common.schema.md b/docs/reference/external/repo/common.schema.md index 6507b1bd3..ecf3a43e1 100644 --- a/docs/reference/external/repo/common.schema.md +++ b/docs/reference/external/repo/common.schema.md @@ -7,9 +7,9 @@ http://ns.adobe.com/adobecloud/core/1.0 Common Properties for Storage in the Adobe Cloud Platform -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/common.schema.json](external/repo/common.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/common.schema.json](external/repo/common.schema.json) | ## Common Properties Example ```json diff --git a/docs/reference/external/repo/directory.schema.md b/docs/reference/external/repo/directory.schema.md index 897645bae..ea139b906 100644 --- a/docs/reference/external/repo/directory.schema.md +++ b/docs/reference/external/repo/directory.schema.md @@ -7,9 +7,9 @@ http://ns.adobe.com/adobecloud/core/1.0/directory A directory in Adobe Cloud Platform. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/directory.schema.json](external/repo/directory.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/directory.schema.json](external/repo/directory.schema.json) | ## Schema Hierarchy * Directory `http://ns.adobe.com/adobecloud/core/1.0/directory` diff --git a/docs/reference/external/repo/effectiveprivileges.schema.md b/docs/reference/external/repo/effectiveprivileges.schema.md index 03fc4b1d5..984a347b3 100644 --- a/docs/reference/external/repo/effectiveprivileges.schema.md +++ b/docs/reference/external/repo/effectiveprivileges.schema.md @@ -7,9 +7,9 @@ https://ns.adobe.com/xdm/external/repo/effectiveprivileges Schema for the Effective Privileges resource -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/effectiveprivileges.schema.json](external/repo/effectiveprivileges.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/effectiveprivileges.schema.json](external/repo/effectiveprivileges.schema.json) | ## Effective Privileges Example ```json diff --git a/docs/reference/external/repo/sub-directory.schema.md b/docs/reference/external/repo/sub-directory.schema.md index 33c188c34..25f2effaa 100644 --- a/docs/reference/external/repo/sub-directory.schema.md +++ b/docs/reference/external/repo/sub-directory.schema.md @@ -7,9 +7,9 @@ http://ns.adobe.com/adobecloud/core/1.0/sub-directory A sub-directory in a directory listing. -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/repo/sub-directory.schema.json](external/repo/sub-directory.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/repo/sub-directory.schema.json](external/repo/sub-directory.schema.json) | ## Schema Hierarchy * Sub-Directory `http://ns.adobe.com/adobecloud/core/1.0/sub-directory` diff --git a/docs/reference/external/schema/geocircle.schema.md b/docs/reference/external/schema/geocircle.schema.md index 9e77d9222..17303d016 100644 --- a/docs/reference/external/schema/geocircle.schema.md +++ b/docs/reference/external/schema/geocircle.schema.md @@ -7,9 +7,9 @@ http://schema.org/GeoCircle A circular region of a particular radius centered on a GeoCoordinate. Based on [schema.org](http://schema.org/GeoCircle) -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/schema/geocircle.schema.json](external/schema/geocircle.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/schema/geocircle.schema.json](external/schema/geocircle.schema.json) | ## Schema Hierarchy * Geo Circle `http://schema.org/GeoCircle` diff --git a/docs/reference/external/schema/geocoordinates.schema.md b/docs/reference/external/schema/geocoordinates.schema.md index 7a0d84513..f95a97893 100644 --- a/docs/reference/external/schema/geocoordinates.schema.md +++ b/docs/reference/external/schema/geocoordinates.schema.md @@ -7,9 +7,9 @@ http://schema.org/GeoCoordinates The geographic coordinates of a place. Based on [schema.org](http://schema.org/GeoCoordinates). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/schema/geocoordinates.schema.json](external/schema/geocoordinates.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [external/schema/geocoordinates.schema.json](external/schema/geocoordinates.schema.json) | ## Geo Coordinates Example ```json diff --git a/docs/reference/external/schema/geoshape.schema.md b/docs/reference/external/schema/geoshape.schema.md index 0a5d195c7..89f818c10 100644 --- a/docs/reference/external/schema/geoshape.schema.md +++ b/docs/reference/external/schema/geoshape.schema.md @@ -7,9 +7,9 @@ http://schema.org/GeoShape The geographic shape of a place. Based on [schema.org](http://schema.org/GeoShape). -| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|-------------------|-----------------------|------------| -| Can be instantiated | Yes | Experimental | Forbidden | Permitted | [external/schema/geoshape.schema.json](external/schema/geoshape.schema.json) | +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | [external/schema/geoshape.schema.json](external/schema/geoshape.schema.json) | ## Schema Hierarchy * Geo Shape `http://schema.org/GeoShape` From 76b38f991567b7eb5c26264ad5d107d6dae7d6dc Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 27 Apr 2018 17:01:44 +0000 Subject: [PATCH 28/83] [ci skip] updating documentation --- docs/reference/README.md | 66 +++++++++---------- .../common/eventenvelope.schema.json | 44 ++++++------- docs/reference/common/eventenvelope.schema.md | 44 ++++++------- docs/reference/common/extensible.schema.json | 28 ++++---- docs/reference/common/extensible.schema.md | 34 +++++----- .../content/page-component.schema.json | 8 +-- .../content/page-component.schema.md | 14 ++-- docs/reference/context/webinfo.schema.json | 18 ++--- docs/reference/context/webinfo.schema.md | 18 ++--- docs/reference/external/hal/hal.schema.json | 28 ++++---- docs/reference/external/hal/hal.schema.md | 28 ++++---- .../repo/accesscontrolentry.schema.json | 12 +++- .../repo/accesscontrolentry.schema.md | 29 +++++++- .../repo/accesscontrolpolicy.schema.json | 3 +- .../repo/accesscontrolpolicy.schema.md | 3 +- 15 files changed, 208 insertions(+), 169 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index ea5e55cf0..5b66ff2e9 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,16 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [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) - ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) @@ -66,6 +56,16 @@ * [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) +* [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) + ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -126,16 +126,15 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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) - -## /external/hal/ +## /common/event/ -* [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) +* [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/activity-streams-2/ @@ -151,6 +150,17 @@ * [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/schema/ + +* [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/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/repo/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -161,19 +171,9 @@ * [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/ - -* [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) - -## /common/event/ +## /content/repository-policies/ -* [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) +* [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) diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 5e1c011ad..092504e2e 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,26 +69,27 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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" } }, { @@ -119,7 +120,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", @@ -143,27 +144,26 @@ } }, { - "@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/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/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:assetID": "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" } } ] diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 4def26ec1..e01f6c789 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,26 +51,27 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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" } } ``` @@ -107,7 +108,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", @@ -134,27 +135,26 @@ 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/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/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:assetID": "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" } } ``` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index f48b6bb20..5af29debb 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -265,20 +265,6 @@ "xdm:path": "/here", "repo:etag": "15" }, - { - "repo:assetID": "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" - }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -323,6 +309,20 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" + }, + { + "repo:assetID": "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 dcb621753..51cc2778b 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -43,23 +43,6 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "repo:assetID": "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 { "@context": { @@ -108,3 +91,20 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "repo:assetID": "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/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index f16502a73..dd49beb51 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:assetID": "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 be324674d..44b78b35c 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/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 16eed8460..10ab78c03 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,9 +46,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } }, { @@ -60,14 +65,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ] diff --git a/docs/reference/context/webinfo.schema.md b/docs/reference/context/webinfo.schema.md index 4356d10d1..8d74ad027 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,9 +31,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ``` @@ -48,14 +53,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 325140cda..3fa44f991 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -285,17 +285,9 @@ "self": { "href": "/orders/523" }, - "warehouses": [ - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - } - ], + "warehouse": { + "href": "/warehouse/56" + }, "invoice": { "href": "/invoices/873" } @@ -309,9 +301,17 @@ "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } diff --git a/docs/reference/external/hal/hal.schema.md b/docs/reference/external/hal/hal.schema.md index 4894498d4..d1722171b 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -26,17 +26,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" } @@ -53,9 +45,17 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index aa74234ee..d856a9521 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -66,6 +66,15 @@ "deny": "Permission is denied to the Principal." }, "default": "grant" + }, + "repo:inheritance": { + "description": "Optional inheritance of the ace: whether the deny or grant is inherited by the children of the resource. The default inheritance is deep if this property is missing or has an invalid value.", + "type": "string", + "meta:enum": { + "deep": "Deny or grant applies to the resource and to all children of the resource.", + "self": "Deny or grant only applies to the resource." + }, + "default": "deep" } }, "required": [ @@ -117,7 +126,8 @@ "write", "delete" ], - "repo:modifier": "grant" + "repo:modifier": "grant", + "repo:inheritance": "deep" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index 3b49334bb..53aab5639 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -34,7 +34,8 @@ Schema for the Access Control Entry for the Access Control List of a resource "write", "delete" ], - "repo:modifier": "grant" + "repo:modifier": "grant", + "repo:inheritance": "deep" } ``` @@ -43,12 +44,38 @@ Schema for the Access Control Entry for the Access Control List of a resource | Property | Type | Required | Defined by | |----------|------|----------|------------| +| [repo:inheritance](#repoinheritance) | `string` | Optional | Access Control Entry (this schema) | | [repo:modifier](#repomodifier) | `string` | Optional | Access Control Entry (this schema) | | [repo:principal](#repoprincipal) | complex | Optional | Access Control Entry (this schema) | | [repo:privilege](#repoprivilege) | complex | Optional | Access Control Entry (this schema) | | [repo:relations](#reporelations) | `string[]` | Optional | Access Control Entry (this schema) | | `*` | any | Additional | this schema *allows* additional properties | +## repo:inheritance + +Optional inheritance of the ace: whether the deny or grant is inherited by the children of the resource. The default inheritance is deep if this property is missing or has an invalid value. + +`repo:inheritance` +* is optional +* type: `string` +* defined in this schema + +### repo:inheritance Type + + +`string` + + + +### repo:inheritance Known Values +| Value | Description | +|-------|-------------| +| `deep` | Deny or grant applies to the resource and to all children of the resource. | +| `self` | Deny or grant only applies to the resource. | + + + + ## repo:modifier Optional modified to the privilege: either grant or deny to grant or deny, resp., the privilege. The default modifier is grant if this property is missing or has an invalid value. diff --git a/docs/reference/external/repo/accesscontrolpolicy.schema.json b/docs/reference/external/repo/accesscontrolpolicy.schema.json index 12f52c8f3..47c6f33e1 100644 --- a/docs/reference/external/repo/accesscontrolpolicy.schema.json +++ b/docs/reference/external/repo/accesscontrolpolicy.schema.json @@ -46,7 +46,8 @@ "write", "delete" ], - "repo:modifier": "grant" + "repo:modifier": "grant", + "repo:inheritance": "deep" } ] } diff --git a/docs/reference/external/repo/accesscontrolpolicy.schema.md b/docs/reference/external/repo/accesscontrolpolicy.schema.md index 38f9a3617..2b1ef99f6 100644 --- a/docs/reference/external/repo/accesscontrolpolicy.schema.md +++ b/docs/reference/external/repo/accesscontrolpolicy.schema.md @@ -37,7 +37,8 @@ Schema for the Access Control Policy of a resource "write", "delete" ], - "repo:modifier": "grant" + "repo:modifier": "grant", + "repo:inheritance": "deep" } ] } From 9b95fb7923663ebba565f00dd6a30d2324ea5956 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Mon, 30 Apr 2018 15:38:11 -0700 Subject: [PATCH 29/83] update CONTRIBUTING with guidance on using namespaces versus nested structure --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62a2cc733..b9a8f3f1e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -346,6 +346,15 @@ The third schema is `third.schema.json`, it extends both `second`, and transitiv } ``` +### Structuring Schemas - Nesting versus Namespaces + +The use of JSON-LD namespaces in XDM means that schema definitions are organized around two axes. The first is the structure of the JSON, which may be nested to an arbitrary depth. The second is the orthogonal layer created by each independent namespace. While both organizing axes are available, it is important to use each for its intended purpose. + +Namespaces should be used to allow organizations to develop XDM-based grammars independently of each other, without fear of conflict and without a need to coordinate. In general, it is desirable to have the smallest set of namespaces possible while meeting the above goals. + +Namespaces *should not* be used to organize or group concepts within a grammar. When organizing concepts, schema authors should either define sub-objects for each concept, or consider breaking out the concept into an independent schema, as described in "Re-use and Modularity". + + ### Other Schema Extensions XDM is using a couple of custom keywords that are not part of the JSON Schema standard. These include: From aa4a58effcb10a9e6bb2c4c07fa14b1035c8b1fa Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Mon, 30 Apr 2018 15:45:08 -0700 Subject: [PATCH 30/83] fixes for lint --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9a8f3f1e..e0533d5a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -348,12 +348,11 @@ The third schema is `third.schema.json`, it extends both `second`, and transitiv ### Structuring Schemas - Nesting versus Namespaces -The use of JSON-LD namespaces in XDM means that schema definitions are organized around two axes. The first is the structure of the JSON, which may be nested to an arbitrary depth. The second is the orthogonal layer created by each independent namespace. While both organizing axes are available, it is important to use each for its intended purpose. +The use of JSON-LD namespaces in XDM means that schema definitions are organized around two axes. The first is the structure of the JSON, which may be nested to an arbitrary depth. The second is the orthogonal layer created by each independent namespace. While both organizing axes are available, it is important to use each for its intended purpose. -Namespaces should be used to allow organizations to develop XDM-based grammars independently of each other, without fear of conflict and without a need to coordinate. In general, it is desirable to have the smallest set of namespaces possible while meeting the above goals. - -Namespaces *should not* be used to organize or group concepts within a grammar. When organizing concepts, schema authors should either define sub-objects for each concept, or consider breaking out the concept into an independent schema, as described in "Re-use and Modularity". +Namespaces should be used to allow organizations to develop XDM-based grammars independently of each other, without fear of conflict and without a need to coordinate. In general, it is desirable to have the smallest set of namespaces possible while meeting the above goals. +Namespaces _should not_ be used to organize or group concepts within a grammar. When organizing concepts, schema authors should either define sub-objects for each concept, or consider breaking out the concept into an independent schema, as described in "Re-use and Modularity". ### Other Schema Extensions From d93bad088da91f3828b986d3e7ffbed2ce5396fb Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Mon, 30 Apr 2018 15:48:43 -0700 Subject: [PATCH 31/83] fixing conflicts --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8da8d8386..ae9e78983 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -367,7 +367,7 @@ Each schema should contains the enum property `meta:status` that designates it's * `stabilizing` : No further major changes are expected * `experimental` : Major changes can be expected * `deprecated` : Schema is no longer maintained, supported or is superceded by another schema/set of schemas ->>>>>>> ad2ecb7fc241ef18bd5603eb47c28dd2e98a01b0 + > > > > > > > ad2ecb7fc241ef18bd5603eb47c28dd2e98a01b0 ### Other Schema Extensions From 43d776ed962234be866165646f26a29d647a5a21 Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Tue, 1 May 2018 11:13:34 -0700 Subject: [PATCH 32/83] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae9e78983..f2086b1f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -367,7 +367,6 @@ Each schema should contains the enum property `meta:status` that designates it's * `stabilizing` : No further major changes are expected * `experimental` : Major changes can be expected * `deprecated` : Schema is no longer maintained, supported or is superceded by another schema/set of schemas - > > > > > > > ad2ecb7fc241ef18bd5603eb47c28dd2e98a01b0 ### Other Schema Extensions From d75f882d5ff7863fdc46fbd82f4deadc45b1a6e1 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 11:29:35 +0000 Subject: [PATCH 33/83] [ci skip] updating documentation --- docs/reference/README.md | 70 +++++++++---------- .../common/eventenvelope.schema.json | 56 +++++++-------- docs/reference/common/eventenvelope.schema.md | 56 +++++++-------- .../content/page-component.schema.json | 8 +-- .../content/page-component.schema.md | 14 ++-- .../reference/context/person-name.schema.json | 10 +-- docs/reference/context/person-name.schema.md | 12 ++-- docs/reference/context/webinfo.schema.json | 18 ++--- docs/reference/context/webinfo.schema.md | 18 ++--- 9 files changed, 131 insertions(+), 131 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 5b66ff2e9..fe1c46e16 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -43,29 +43,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) -* [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) -* [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) -* [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) - ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -94,6 +71,29 @@ * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (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) +* [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) +* [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) + ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) @@ -126,15 +126,11 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) -## /common/event/ +## /content/repository-policies/ -* [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) +* [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) ## /external/activity-streams-2/ @@ -171,9 +167,13 @@ * [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) -## /content/repository-policies/ +## /common/event/ -* [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) +* [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) diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 092504e2e..80213d226 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,8 +69,8 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -86,37 +86,36 @@ "@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:assetID": "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", + "@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:assetID": "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:assetID": "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" } }, { @@ -144,26 +143,27 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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 e01f6c789..cf5e88cf1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,8 +51,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -68,40 +68,39 @@ 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:assetID": "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", + "@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:assetID": "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:assetID": "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" } } ``` @@ -135,26 +134,27 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index dd49beb51..f16502a73 100644 --- a/docs/reference/content/page-component.schema.json +++ b/docs/reference/content/page-component.schema.json @@ -32,6 +32,10 @@ ], "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": { @@ -39,10 +43,6 @@ "repo:assetID": "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 44b78b35c..be324674d 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -21,6 +21,13 @@ 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", @@ -32,13 +39,6 @@ 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/person-name.schema.json b/docs/reference/context/person-name.schema.json index 0f7af5cfa..946614f2d 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -54,15 +54,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 d0a7c4a00..d7a5bf175 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -27,17 +27,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/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 10ab78c03..16eed8460 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,14 +46,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } }, { @@ -65,9 +60,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "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 8d74ad027..4356d10d1 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,14 +31,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` @@ -53,9 +48,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ``` From 0e15429a527124875a8f095528afc02b358fb1e3 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 12:56:04 +0000 Subject: [PATCH 34/83] [ci skip] updating documentation --- docs/reference/README.md | 90 +++++++++---------- .../common/eventenvelope.schema.json | 12 +-- docs/reference/common/eventenvelope.schema.md | 12 +-- docs/reference/common/extensible.schema.json | 30 +++---- docs/reference/common/extensible.schema.md | 36 ++++---- docs/reference/common/geo.schema.json | 14 +-- docs/reference/common/geo.schema.md | 20 ++--- 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 +-- 11 files changed, 200 insertions(+), 200 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index fe1c46e16..35e2189da 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,6 +4,19 @@ +## /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) +* [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) +* [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) + ## /assets/ * [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) @@ -20,6 +33,16 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [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) + ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) @@ -71,29 +94,6 @@ * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (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) -* [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) -* [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) - ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) @@ -126,26 +126,22 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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) + ## /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) -## /external/activity-streams-2/ - -* [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) - ## /external/schema/ * [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` (Experimental) @@ -167,13 +163,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/ +## /external/activity-streams-2/ -* [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) +* [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/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 80213d226..9a47674cd 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -61,11 +61,7 @@ "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:assetID": "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" } }, { @@ -115,7 +111,11 @@ "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:assetID": "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" + "@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\"" } }, { diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index cf5e88cf1..b3f769cf4 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -40,11 +40,7 @@ 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:assetID": "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" } } ``` @@ -100,7 +96,11 @@ 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:assetID": "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" + "@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\"" } } ``` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 5af29debb..d68d4afeb 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,21 +250,6 @@ ], "meta:status": "stabilizing", "examples": [ - { - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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" - }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -323,6 +308,21 @@ "repo:size": 1632418, "xdm:path": "/here", "repo:etag": "15" + }, + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 51cc2778b..5054963a3 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -25,24 +25,6 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ## Extensibility base schema Examples -```json -{ - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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 { "@context": { @@ -108,3 +90,21 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 9a22c467d..4ad5038fb 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/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 d1722171b..54ceab70a 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 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 ea139b906..7a8b795e5 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 50bff0ec55cf429e471d22a2f262cd23c787cfa2 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 13:00:31 +0000 Subject: [PATCH 35/83] [trivial] fixed npm license warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10233b70e..9991e6d86 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "bugs": { "url": "https://github.com/adobe/xdm/issues" }, - "license": "https://creativecommons.org/licenses/by/4.0/", + "license": "CC-BY-4.0", "devDependencies": { "@adobe/jsonschema2md": "1.0.5", "prettier": "1.11.1", From 6d02a97030057c2dfa5c40f852ef4a8a8d6b95e1 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 13:08:48 +0000 Subject: [PATCH 36/83] Make assetID a plain string, as discussed in #217 --- schemas/external/repo/asset.schema.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/schemas/external/repo/asset.schema.json b/schemas/external/repo/asset.schema.json index 7f7ecd8d4..a6daa9d08 100644 --- a/schemas/external/repo/asset.schema.json +++ b/schemas/external/repo/asset.schema.json @@ -25,10 +25,8 @@ "meta:immutable": true, "meta:usereditable": false, "description": - "A unique identifier given to every addressable asset in a given repository.\n\nThe format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The pattern to generate an Asset ID is ```urn:aaid:{system}:{id} - {format}:{namespace}:{system}:{id}```", - "examples": ["urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e"], - "pattern": - "^urn:aaid:[A-Za-z0-9]+:[A-Za-z0-9]+:[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$" + "A unique identifier given to every addressable asset in a given repository.", + "examples": ["urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e"] }, "repo:etag": { "meta:usereditable": false, From 336971bf7bca32d0016a396180450e7b5ab3d10f Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 13:45:02 +0000 Subject: [PATCH 37/83] Reduce PR #154 so that only the most basic schemas are included --- CONTRIBUTING.md | 12 + docs/descriptors.md | 232 ++++++++++++++++++ meta.schema.json | 8 + package.json | 4 +- .../descriptors/itemselector.description.md | 3 + .../descriptors/itemselector.example.1.json | 3 + .../descriptors/itemselector.example.2.json | 3 + .../descriptors/itemselector.example.3.json | 3 + .../descriptors/itemselector.example.4.json | 3 + .../descriptors/itemselector.schema.json | 75 ++++++ .../schemadescriptor.example.1.json | 9 + .../descriptors/schemadescriptor.schema.json | 63 +++++ 12 files changed, 416 insertions(+), 2 deletions(-) create mode 100644 docs/descriptors.md create mode 100644 schemas/common/descriptors/itemselector.description.md create mode 100644 schemas/common/descriptors/itemselector.example.1.json create mode 100644 schemas/common/descriptors/itemselector.example.2.json create mode 100644 schemas/common/descriptors/itemselector.example.3.json create mode 100644 schemas/common/descriptors/itemselector.example.4.json create mode 100644 schemas/common/descriptors/itemselector.schema.json create mode 100644 schemas/common/descriptors/schemadescriptor.example.1.json create mode 100644 schemas/common/descriptors/schemadescriptor.schema.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2086b1f9..9a6920b91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -351,6 +351,17 @@ The third schema is `third.schema.json`, it extends both `second`, and transitiv } ``` +### Schema Descriptors + +Schema descriptors are an extensible mechanism for providing additional metadata about an XDM schema. For example, schema descriptors can be used to define relationships between schemas or to annotate schema properties with additional metadata. Schema descriptors may be used when certain properties of a schema are not static (which could usually be described in the schema directly) but may vary from usage to usage. + +Details on using and defining schema descriptors may be found in the section [Schema Descriptors](./docs/descriptors.md) of the specification. + +Schema descriptors are extensible, and new descriptors may be creating by defining a new URI value and using it in +the `@type` property of the descriptor object. Readers should ignore descriptors they do not understand. + +Schema descriptors are defined in XDM using the `SchemaDescriptor` schema. + ### Structuring Schemas - Nesting versus Namespaces The use of JSON-LD namespaces in XDM means that schema definitions are organized around two axes. The first is the structure of the JSON, which may be nested to an arbitrary depth. The second is the orthogonal layer created by each independent namespace. While both organizing axes are available, it is important to use each for its intended purpose. @@ -374,6 +385,7 @@ XDM is using a couple of custom keywords that are not part of the JSON Schema st * `meta:extensible`: see above, to describe schemas that allow custom properties * `meta:auditable`: for schemas that have created and last modified dates +* `meta:descriptors`: to annotate schemas with additional metadata (see Schema Descriptors above) * `meta:enum`: for known values in enums, strings, and as property keys ## Writing Styleguides diff --git a/docs/descriptors.md b/docs/descriptors.md new file mode 100644 index 000000000..f0e9e99c7 --- /dev/null +++ b/docs/descriptors.md @@ -0,0 +1,232 @@ +# Schema Descriptors + +## Overview + +XDM allows for additional metadata about a schema to be described using a "schema descriptor". A schema descriptor is applied to a schema using the "meta:descriptors" property. Descriptors may be embedded directly in the schema document, or may be described as independent external entities. The ability to define descriptors outside of a schema is useful for, among other things, annotating schemas that are not under an application's direct control with additional metadata. See examples below. + +Schema descriptors are extensible, and new descriptors may be created by defining a new URI value and using it in +the `@type` property of the descriptor object. Readers should ignore descriptors they do not understand. + +Schema descriptors are defined in XDM using the `SchemaDescriptor` schema. + +## Defining Schema Relationships + +While schema descriptors can be used to define metadata about a single schema, they are also common used to describe relationships between schemas. This mechanism can be used to link schemas together at the property level, defining the equivalent of "foreign key" relationships in a relational database. + +The following relationship types are defined by XDM: + +* `xdm:oneToOne`: describes a 1:1 relationship between a source schema and a destination schema +* `xdm:oneToMany`: describes a 1:m relationship between a source schema and a destination schema +* `xdm:manyToMany`: describes an m:n relationship between a source schema and a destination schema + +These relationships are defined in XDM using the `RelationshipDescriptor` schema. + +## Update Policies + +Data described by an XDM schema may change over time, and as such a data object may reflect an update of a previous instance of that object. There are different ways that an update may be handled, and this way depends both on the nature of the data and the specific application it is being used for. + +XDM defines a schema descriptor of type `xdm:descriptorUpdatePolicy`, which describes several common methods of handling an update: + +* `xdm:updateMerge`: the data in the new object should be merged into the existing object; the method by which a merge is applied is defined by the application +* `xdm:updateReplace`: the new data object should replace the existing data object +* `xdm:updateTimeSeries`: the data is time series data, and the new object should be logged/collected without changing any existing data + +Update policies are defined using the `UpdatePolicyDescriptor` schema. + +## Other Supported Schema Descriptors + +A number of additional schema descriptors are defined by XDM: + +* `xdm:identityContext`: allows a property in a schema to be used as an [Identity](https://github.com/adobe/xdm/blob/master/docs/reference/context/identity.schema.md), even if it does not conform to the Identity schema. +* `xdm:primaryKey`: allows a property other than `@id` to be flagged as the primary key for a schema +* `xdm:instantiable`: allows a schema to be flagged as 'instantiable', which may be used to differentiate schemas that define primary business objects versus supporting schemas intended to be embedded in another schema. + +## Embedding Schema Descriptors in a Schema + +The `SchemaDescriptor` schema is designed such that a descriptor can be fully defined as a standalone entity, or embedded in the schema it is describing. When embedded, a schema descriptor may be placed at the root of the schema (which is appropriate for a descriptor that applies to the whole schema) or placed on the sub-schema for a specific property (which is appropriate when the descriptor applies to a property). + +In some cases, a descriptor may describe a symmetric relationship. For example, an `xdm:oneToOne` relationship is true for both the source and the destination properties. In this case, it is recommended that descriptors be placed on both the source and the destination. + +Examples for each of these cases are shown below. + +## Schema Descriptor Examples + +### Example Relationship Descriptor + +We have two schemas, which form a parent/child relationship. The first is parent.json: + +```json +{ + "$schema": "http://json-schema.org/draft-06/schema#", + "$id": "https://ns.adobe.com/xdm/example/parent", + "title": "Parent", + "type": "object", + "properties": { + "@id": { + "meta:descriptors": [ + { + "@type": "xdm:oneToMany", + "xdm:destinationSchema": "https://ns.adobe.com/xdm/example/child", + "xdm:destinationProperty": "xdm:parent" + } + ], + "type": "string" + } + } +} +``` + +The second is child.json: + +```json +{ + "$schema": "http://json-schema.org/draft-06/schema#", + "$id": "https://ns.adobe.com/xdm/example/child", + "title": "Child", + "type": "object", + "properties": { + "@id": { "type": "string" }, + "xdm:parent": { + "meta:descriptors": [ + { + "@type": "xdm:manyToOne", + "xdm:destinationSchema": "https://ns.adobe.com/xdm/example/parent", + "xdm:destinationProperty": "@id" + } + ], + "type": "string", + "format": "uri" + } + } +} +``` + +The source schema in this example is Parent, which contains a single relationship descriptor describing a one-to-many relationship between objects of schema Parent to objects of schema Child. + +The above example shows how a descriptor may be embedded in the schema being described, directly on the property where it applies. The example also shows the reciprocal relationship between the parent and child entities. If we were to define this as a stand-alone descriptor, it would look like this: + +```json +{ + "@id": "https://example.com/descriptors/1", + "@type": "xdm:oneToMany", + "xdm:sourceSchema": "https://ns.adobe.com/xdm/example/parent", + "xdm:sourcePropery": "@id", + "xdm:destinationSchema": "https://ns.adobe.com/xdm/example/child", + "xdm:destinationProperty": "xdm:parent" +} +``` + +This highlights the ability to use schema descriptors both directly in schemas and also as independent entities. + +### Example Identity Descriptor + +We have a schema that describes a customer record, which contains an customer ID as a property: + +```json +{ + "$schema": "http://json-schema.org/draft-06/schema#", + "$id": "https://ns.example.com/xdm/customerrecord", + "title": "CustomerRecord", + "type": "object", + "properties": { + "@id": { "type": "string" }, + "https://ns.example.com/xdm/customerID": { + "meta:descriptors": [ + { + "@type": "xdm:identityContext", + "xdm:namespace": "https://id-server.adobe.com/1234", + "xdm:property": "code" + } + ], + "type": "string" + } + } +} +``` + +The customer ID is present, but does not contain other information needed to ensure the identity is fully described, such as the ID namespace, or whether this value represents the application's native ID for this customer or if this is an ID given my some external system. + +We can use an identity descriptor to provide the additional details. The descriptor signals the namespace the ID is managed under (in this case, a fictitious service at id-server.adobe.com), and also signals that the value is a "code", meaning it is the externally managed handle for some ID managed by the namespace. + +### Example Primary Key Descriptor + +We have a schema that describes a sales order taken from an external sales management system. As this schema is directly transcribed from the external system's data schema, it does not follow the XDM best practice of using `@id` as the primary key: + +```json +{ + "$schema": "http://json-schema.org/draft-06/schema#", + "$id": "https://ns.example.com/xdm/salesorder", + "title": "SalesOrder", + "type": "object", + "properties": { + "https://ns.example.com/xdm/txID": { + "meta:descriptors": [ + { + "@type": "xdm:primaryKey" + } + ], + "type": "string" + }, + "https://ns.example.com/xdm/confirmationNum": { "type": "string" }, + "https://ns.example.com/xdm/customerID": { "type": "string" }, + "https://ns.example.com/xdm/productID": { "type": "string" } + } +} +``` + +It is not obvious which field is best suited to be the primary key for this data. The descriptor signals that the transaction identifier at 'txID' is the appropriate key to be used for this data. + +### Example of Defining a New Schema Descriptor + +Let's say Example.com would like to annotate their schemas with information on whether they are actively being used in their application, a cloud service. They'd like to know if the schema is being used in production, in staging, or is unused. + +They need to do two things to define the new descriptor. First, they create a new URI to define the type of the descriptor: 'https://ns.example.com/descriptors/inuse'. + +Next, they define an extension to `SchemaDescriptor` containing the in-use flag: + +```json +{ + "$id": "https://ns.example.com/xdm/inusedescriptor", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "In Use Descriptor", + "meta:extends": [ + "https://ns.adobe.com/xdm/common/schemadescriptor#/definitions/descriptor" + ], + "meta:abstract": false, + "type": "object", + "description": "where is this schema being used?", + "definitions": { + "inusedescriptor": { + "properties": { + "xdm:usage": { + "title": "Usage", + "type": "string", + "description": "the usage state of the schema", + "enum": ["production", "stage", "none"] + } + }, + "required": ["xdm:usage"] + } + }, + "allOf": [ + { + "$ref": + "https://ns.adobe.com/xdm/common/schemadescriptor#/definitions/descriptor" + }, + { + "$ref": "#/definitions/inusedescriptor" + } + ] +} +``` + +Applying this descriptor might look like: + +```json +{ + "@id": "https://example.com/descriptors/4", + "@type": "https://ns.example.com/descriptors/inuse", + "xdm:sourceSchema": "https://ns.example.com/xdm/salesorder", + "xdm:usage": "production" +} +``` diff --git a/meta.schema.json b/meta.schema.json index 96c4d0751..4afc3c41c 100644 --- a/meta.schema.json +++ b/meta.schema.json @@ -71,6 +71,14 @@ } ] }, + "meta:descriptors": { + "type": "array", + "items": { + "type": "object", + "$ref": + "https://ns.adobe.com/xdm/common/desciptors/schemadescriptor#/definitions/descriptor" + } + }, "type": { "type": "string", "const": "object" diff --git a/package.json b/package.json index 9991e6d86..d622c3f09 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "xdm", - "version": "0.9.0", + "version": "0.9.1", "description": "Experience Data Models", "main": "", "config": { "aem_user": "packageUser", "aem_password": "override me securely", "markdown-importer-version": "0.0.4", - "schemas": 137 + "schemas": 139 }, "scripts": { "clean": "rm -rf docs/reference", diff --git a/schemas/common/descriptors/itemselector.description.md b/schemas/common/descriptors/itemselector.description.md new file mode 100644 index 000000000..b9be1b933 --- /dev/null +++ b/schemas/common/descriptors/itemselector.description.md @@ -0,0 +1,3 @@ +Describes how to select or match to a specific item from an array of values described by an XDM schema. + +Matching may be done based on array index, `@id`, `@type`, or schema URI. diff --git a/schemas/common/descriptors/itemselector.example.1.json b/schemas/common/descriptors/itemselector.example.1.json new file mode 100644 index 000000000..c7042b47c --- /dev/null +++ b/schemas/common/descriptors/itemselector.example.1.json @@ -0,0 +1,3 @@ +{ + "xdm:id": "https://example.com/objects/12345" +} diff --git a/schemas/common/descriptors/itemselector.example.2.json b/schemas/common/descriptors/itemselector.example.2.json new file mode 100644 index 000000000..f495f5b1f --- /dev/null +++ b/schemas/common/descriptors/itemselector.example.2.json @@ -0,0 +1,3 @@ +{ + "xdm:type": "https://ns.adobe.com/experience/mcid" +} diff --git a/schemas/common/descriptors/itemselector.example.3.json b/schemas/common/descriptors/itemselector.example.3.json new file mode 100644 index 000000000..7a03d7f6c --- /dev/null +++ b/schemas/common/descriptors/itemselector.example.3.json @@ -0,0 +1,3 @@ +{ + "xdm:index": 0 +} diff --git a/schemas/common/descriptors/itemselector.example.4.json b/schemas/common/descriptors/itemselector.example.4.json new file mode 100644 index 000000000..224a0aba2 --- /dev/null +++ b/schemas/common/descriptors/itemselector.example.4.json @@ -0,0 +1,3 @@ +{ + "xdm:schema": "https://ns.adobe.com/xdm/context/identity" +} diff --git a/schemas/common/descriptors/itemselector.schema.json b/schemas/common/descriptors/itemselector.schema.json new file mode 100644 index 000000000..6bd581736 --- /dev/null +++ b/schemas/common/descriptors/itemselector.schema.json @@ -0,0 +1,75 @@ +{ + "meta:license": [ + "Copyright 2018 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/common/descriptors/itemselector", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Item Selector", + "meta:extensible": false, + "meta:abstract": false, + "type": "object", + "description": + "Describes how to select or match to a specific item from an array of values described by an XDM schema. Matching may be done based on array index, @id, @type, or schema URI.", + "definitions": { + "selector": { + "oneOf": [ + { + "properties": { + "xdm:index": { + "title": "Index", + "type": "integer", + "description": + "When present, indicates the item at this array index should be selected.", + "minimum": 0 + } + }, + "required": ["xdm:index"] + }, + { + "properties": { + "xdm:id": { + "title": "ID", + "type": "string", + "format": "uri", + "description": + "When present, indicates the item with this @id value should be selected." + } + }, + "required": ["xdm:id"] + }, + { + "properties": { + "xdm:type": { + "title": "Type", + "type": "string", + "format": "uri", + "description": + "When present, indicates the item with this @type value should be selected." + } + }, + "required": ["xdm:type"] + }, + { + "properties": { + "xdm:schema": { + "title": "Schema", + "type": "string", + "format": "uri", + "description": + "When present, indicates the item which conforms to this schema URI should be selected." + } + }, + "required": ["xdm:schema"] + } + ] + } + }, + "allOf": [ + { + "$ref": "#/definitions/selector" + } + ] +} diff --git a/schemas/common/descriptors/schemadescriptor.example.1.json b/schemas/common/descriptors/schemadescriptor.example.1.json new file mode 100644 index 000000000..bc0f861f9 --- /dev/null +++ b/schemas/common/descriptors/schemadescriptor.example.1.json @@ -0,0 +1,9 @@ +{ + "@id": "https://example.com/descriptors/1", + "@type": "xdm:descriptorPrimaryKey", + "xdm:source": "https://ns.adobe.com/xdm/context/profile", + "xdm:sourceProperty": "xdm:identities", + "xdm:sourceItem": { + "xdm:type": "https://ns.adobe.com/experience/mcid" + } +} diff --git a/schemas/common/descriptors/schemadescriptor.schema.json b/schemas/common/descriptors/schemadescriptor.schema.json new file mode 100644 index 000000000..d3e206ddb --- /dev/null +++ b/schemas/common/descriptors/schemadescriptor.schema.json @@ -0,0 +1,63 @@ +{ + "meta:license": [ + "Copyright 2018 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/common/desciptors/schemadescriptor", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Schema Descriptor", + "meta:extensible": true, + "meta:abstract": false, + "type": "object", + "description": + "A descriptor that contains metadata about an XDM schema, including an optional property and array item selector, used to address the descriptor to a specific property or item.", + "definitions": { + "descriptor": { + "properties": { + "@id": { + "title": "Identifier", + "type": "string", + "format": "uri", + "description": + "The unique identifier for the schema descriptor. This property is required when the descriptor is defined outside of the applicable schema, but is optional when applied via 'meta:descriptors'" + }, + "@type": { + "title": "Type", + "type": "string", + "description": "The type of descriptor this object represents", + "meta:enum": {} + }, + "xdm:sourceSchema": { + "title": "Source Schema", + "type": "string", + "format": "uri", + "description": + "The source schema this descriptor applies to. This property is required when the descriptor is defined outside of the applicable schema, but is optional when applied via 'meta:descriptors'" + }, + "xdm:sourceProperty": { + "title": "Source Property", + "type": "string", + "description": + "When present, the property of the source schema to which this descriptor applies. This value is a JSON Pointer, applied to an instance of an object described by `xdm:sourceSchema`." + }, + "xdm:sourceItem": { + "title": "Source Item", + "description": + "When present, the selector used to match a specific item in the array pointed to by `sourceProperty`", + "$ref": + "https://ns.adobe.com/xdm/common/descriptors/itemselector#/definitions/selector" + } + } + } + }, + "allOf": [ + { + "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" + }, + { + "$ref": "#/definitions/descriptor" + } + ] +} From 9c4c1ec61d8940b4399dc3ec2adf90ff8aece347 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:06:17 +0000 Subject: [PATCH 38/83] Updated description with new wording --- schemas/data/metricdefinition.description.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/data/metricdefinition.description.md b/schemas/data/metricdefinition.description.md index d616d1749..79cc03246 100644 --- a/schemas/data/metricdefinition.description.md +++ b/schemas/data/metricdefinition.description.md @@ -1,6 +1,6 @@ -A metric is a definition of a measurable or countable quantity. +A metric definition is a definition of a measurable or countable quantity. -A metric consists of a measurement and a dimension. -For easier identification, metrics have a name and a unique URI that can be used when referring to the metric. +A metric definition consists of a measurement and a dimension. +For easier identification, metrics have a name and a unique URI that can be used when referring to the metric definition. -Through XDM's extensibility mechanism, new metrics can be defined by extending `Metric`. +Through XDM's extensibility mechanism, new metrics can be defined by extending `Metric Definition`. From 4f3787959f0fcb7627a8d473e500b88bf62aeb25 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:06:42 +0000 Subject: [PATCH 39/83] Updated version number, as this is a breaking change to 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9991e6d86..9661226c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdm", - "version": "0.9.0", + "version": "0.9.1", "description": "Experience Data Models", "main": "", "config": { From 62287847d3a26aca68e7a7875cd5ab8fc07e12ff Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 14:08:40 +0000 Subject: [PATCH 40/83] [ci skip] updating documentation --- docs/reference/README.md | 114 +++++++++--------- .../common/eventenvelope.schema.json | 12 +- docs/reference/common/eventenvelope.schema.md | 12 +- docs/reference/common/extensible.schema.json | 58 ++++----- docs/reference/common/extensible.schema.md | 70 +++++------ docs/reference/common/geo.schema.json | 14 +-- docs/reference/common/geo.schema.md | 20 +-- .../reference/context/person-name.schema.json | 12 +- docs/reference/context/person-name.schema.md | 18 +-- docs/reference/external/hal/hal.schema.json | 48 ++++---- docs/reference/external/hal/hal.schema.md | 54 ++++----- .../repo/accesscontrolentry.schema.json | 10 +- .../repo/accesscontrolentry.schema.md | 16 +-- .../external/repo/directory.schema.json | 12 +- .../external/repo/directory.schema.md | 12 +- 15 files changed, 241 insertions(+), 241 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 35e2189da..2865280e9 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,19 +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) -* [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) -* [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) - ## /assets/ * [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) @@ -33,6 +20,19 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) +* [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) +* [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) @@ -66,34 +66,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) -## /context/ - -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) - ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) @@ -126,6 +98,34 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) +## /context/ + +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) + ## /common/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -142,27 +142,11 @@ * [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) -## /external/schema/ - -* [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/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/repo/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) -* [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/activity-streams-2/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -177,3 +161,19 @@ * [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/repo/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) +* [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/ + +* [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) + diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 9a47674cd..80213d226 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -61,7 +61,11 @@ "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:assetID": "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" + "@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\"" } }, { @@ -111,11 +115,7 @@ "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:assetID": "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" } }, { diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index b3f769cf4..cf5e88cf1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -40,7 +40,11 @@ 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:assetID": "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" + "@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\"" } } ``` @@ -96,11 +100,7 @@ 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:assetID": "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" } } ``` diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index d68d4afeb..3f36a1c6b 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,6 +250,35 @@ ], "meta:status": "stabilizing", "examples": [ + { + "repo:assetID": "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:assetID": "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:repository_lastModifiedBy": "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" + }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -294,35 +323,6 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" - }, - { - "repo:assetID": "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:assetID": "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:repository_lastModifiedBy": "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 5054963a3..4acc6e094 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -25,6 +25,41 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ## Extensibility base schema Examples +```json +{ + "repo:assetID": "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", + "repo:assetID": "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:repository_lastModifiedBy": "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 { "@context": { @@ -73,38 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "repo:assetID": "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", - "repo:assetID": "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:repository_lastModifiedBy": "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 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 4ad5038fb..9a22c467d 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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 946614f2d..6ec501eea 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,12 +48,6 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" - }, { "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", @@ -63,6 +57,12 @@ "xdm:firstName": "张", "xdm:lastName": "三", "xdm:fullName": "张三" + }, + { + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" } ] } \ 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 d7a5bf175..278df62e9 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,15 +16,6 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples -```json -{ - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" -} -``` - ```json { "xdm:firstName": "فلانة", @@ -41,6 +32,15 @@ In addition, a number of optional properties are made available that can be used } ``` +```json +{ + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" +} +``` + # Person Name Properties diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index f827b5c6e..43a6232c6 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -280,6 +280,30 @@ ], "meta:status": "experimental", "examples": [ + { + "_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": { @@ -340,30 +364,6 @@ "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 54ceab70a..ae6eb2d4b 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -20,6 +20,33 @@ This external schema definition allows adding HAL expressions into an existing s ## HAL Resource Examples +```json +{ + "_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 +} +``` + ```json { "_links": { @@ -87,33 +114,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_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 -} -``` - # HAL Resource Properties diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index d856a9521..25cd5912a 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -109,11 +109,6 @@ ], "meta:status": "experimental", "examples": [ - { - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" - }, { "repo:principal": { "xdm:provider": { @@ -128,6 +123,11 @@ ], "repo:modifier": "grant", "repo:inheritance": "deep" + }, + { + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index 53aab5639..3ee15c481 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -13,14 +13,6 @@ Schema for the Access Control Entry for the Access Control List of a resource ## Access Control Entry Examples -```json -{ - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" -} -``` - ```json { "repo:principal": { @@ -39,6 +31,14 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` +```json +{ + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" +} +``` + # Access Control Entry Properties 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 7a8b795e5..ea139b906 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 e9d401da2166e453d30740d0cffce99ca206ea12 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:15:44 +0000 Subject: [PATCH 41/83] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c490cde16..81e049f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,9 @@ [Released on April 13, 2018](https://github.com/adobe/xdm/releases/tag/v0.9) * Release 0.9 is preview release which updates the `ExperienceEvent` schema to 'stabilizing' status, along with many of the schemas it depends on. This release is intended to get early feedback from implementers and the community before a 1.0 release. + +## Release 0.9.1 + +[Unreleased](https://github.com/adobe/xdm/releases/tag/v0.9.1) + +* Renames all `Metric` schemas to `Metric Definition` #254 From fe1bbc3d36b5a0e3e9dba989a11909b00f261968 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:13:10 +0000 Subject: [PATCH 42/83] [trivial] added changelog to log breaking changes from 0.9.0 in one place --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..c490cde16 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## Release 0.9.0 + +[Released on April 13, 2018](https://github.com/adobe/xdm/releases/tag/v0.9) + +* Release 0.9 is preview release which updates the `ExperienceEvent` schema to 'stabilizing' status, along with many of the schemas it depends on. This release is intended to get early feedback from implementers and the community before a 1.0 release. From c3f3762eb421dbab6ced83fb507183799e82d331 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 14:14:34 +0000 Subject: [PATCH 43/83] [ci skip] updating documentation --- docs/reference/README.md | 140 ++++++++-------- .../common/eventenvelope.schema.json | 44 ++--- docs/reference/common/eventenvelope.schema.md | 44 ++--- docs/reference/common/extensible.schema.json | 30 ++-- docs/reference/common/extensible.schema.md | 36 ++--- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 16 +- docs/reference/context/webinfo.schema.json | 18 +-- docs/reference/context/webinfo.schema.md | 18 +-- docs/reference/data/abandons.schema.json | 6 +- docs/reference/data/bounces.schema.json | 6 +- docs/reference/data/checkouts.schema.json | 6 +- docs/reference/data/clicks.schema.json | 6 +- docs/reference/data/impressions.schema.json | 6 +- docs/reference/data/link-clicks.schema.json | 6 +- .../data/metricdefinition.schema.json | 69 ++++++++ .../reference/data/metricdefinition.schema.md | 153 ++++++++++++++++++ docs/reference/data/mirror-pages.schema.json | 6 +- .../data/non-deliverables.schema.json | 6 +- docs/reference/data/not-sent.schema.json | 6 +- docs/reference/data/opens.schema.json | 6 +- docs/reference/data/page-views.schema.json | 6 +- .../data/product-list-adds.schema.json | 6 +- .../data/product-list-opens.schema.json | 6 +- .../data/product-list-removals.schema.json | 6 +- .../data/product-list-reopens.schema.json | 6 +- .../data/product-list-views.schema.json | 6 +- docs/reference/data/product-views.schema.json | 6 +- docs/reference/data/purchases.schema.json | 6 +- .../data/save-for-laters.schema.json | 6 +- docs/reference/data/sends.schema.json | 6 +- .../data/unsubscriptions.schema.json | 6 +- .../data/user-complaints.schema.json | 6 +- .../external/hal/hal-link.schema.json | 6 +- .../reference/external/hal/hal-link.schema.md | 6 +- docs/reference/external/hal/hal.schema.json | 32 ++-- docs/reference/external/hal/hal.schema.md | 38 ++--- .../repo/accesscontrolentry.schema.json | 10 +- .../repo/accesscontrolentry.schema.md | 16 +- 39 files changed, 520 insertions(+), 298 deletions(-) create mode 100644 docs/reference/data/metricdefinition.schema.json create mode 100644 docs/reference/data/metricdefinition.schema.md diff --git a/docs/reference/README.md b/docs/reference/README.md index 2865280e9..1d083703e 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,6 +4,16 @@ +## /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) @@ -20,29 +30,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) -* [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) -* [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) -* [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) - ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) @@ -66,12 +53,53 @@ * [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) +* [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) +* [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/ + +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) + ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) * [Discount](./data/discount.schema.md) – `https://ns.adobe.com/xdm/data/discount` (Experimental) * [Measure](./data/measure.schema.md) – `https://ns.adobe.com/xdm/data/measure` (Stabilizing) -* [Metric](./data/metric.schema.md) – `https://ns.adobe.com/xdm/data/metric` (Experimental) +* [Metric Definition](./data/metricdefinition.schema.md) – `https://ns.adobe.com/xdm/data/metricdefinition` (Experimental) * [Metrics](./data/metrics.schema.md) – `https://ns.adobe.com/xdm/data/metrics` (Experimental) * [Order](./data/order.schema.md) – `https://ns.adobe.com/xdm/data/order` (Experimental) * [Payment Item](./data/paymentitem.schema.md) – `https://ns.adobe.com/xdm/data/paymentitem` (Experimental) @@ -98,33 +126,11 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) -## /context/ +## /content/repository-policies/ -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) +* [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/event/ @@ -136,11 +142,21 @@ * [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) -## /content/repository-policies/ +## /external/schema/ -* [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) +* [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/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) +* [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/hal/ @@ -161,19 +177,3 @@ * [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/repo/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) -* [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/ - -* [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) - diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 80213d226..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,57 +69,57 @@ } }, { - "@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:assetID": "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:assetID": "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" } }, { - "@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:assetID": "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:assetID": "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", @@ -143,7 +143,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", diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index cf5e88cf1..4def26ec1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,63 +51,63 @@ 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:assetID": "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:assetID": "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" } } ``` ```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:assetID": "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:assetID": "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", @@ -134,7 +134,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", diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 3f36a1c6b..44d5a4a2e 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -264,21 +264,6 @@ "xdm:path": "/here", "repo:etag": "15" }, - { - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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" - }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -323,6 +308,21 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" + }, + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 4acc6e094..ddacf43db 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -42,24 +42,6 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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 { "@context": { @@ -108,3 +90,21 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 6ec501eea..f92e84b74 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,11 +48,6 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "فلانة", - "xdm:lastName": "الفلانية", - "xdm:fullName": "فلانة الفلانية" - }, { "xdm:firstName": "张", "xdm:lastName": "三", @@ -63,6 +58,11 @@ "xdm:middleName": "S", "xdm:lastName": "Doe", "xdm:fullName": "John S. Doe" + }, + { + "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 278df62e9..29b327d19 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,14 +16,6 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples -```json -{ - "xdm:firstName": "فلانة", - "xdm:lastName": "الفلانية", - "xdm:fullName": "فلانة الفلانية" -} -``` - ```json { "xdm:firstName": "张", @@ -41,6 +33,14 @@ In addition, a number of optional properties are made available that can be used } ``` +```json +{ + "xdm:firstName": "فلانة", + "xdm:lastName": "الفلانية", + "xdm:fullName": "فلانة الفلانية" +} +``` + # Person Name Properties diff --git a/docs/reference/context/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 16eed8460..10ab78c03 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,9 +46,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } }, { @@ -60,14 +65,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ] diff --git a/docs/reference/context/webinfo.schema.md b/docs/reference/context/webinfo.schema.md index 4356d10d1..8d74ad027 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,9 +31,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ``` @@ -48,14 +53,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` diff --git a/docs/reference/data/abandons.schema.json b/docs/reference/data/abandons.schema.json index b4ba4b081..bd29f0ac9 100644 --- a/docs/reference/data/abandons.schema.json +++ b/docs/reference/data/abandons.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "Number of abandons for which a product list has been identified as no longer purchasable or accessible by the user without the user re-creating the product list from scratch.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/bounces.schema.json b/docs/reference/data/bounces.schema.json index d9bc6657c..c511844ba 100644 --- a/docs/reference/data/bounces.schema.json +++ b/docs/reference/data/bounces.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric bounces describes the number of asynchronous messages that have been rejected by the receiving system.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/checkouts.schema.json b/docs/reference/data/checkouts.schema.json index 41051a6f5..030253e32 100644 --- a/docs/reference/data/checkouts.schema.json +++ b/docs/reference/data/checkouts.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "Number of actions during a checkout process of a product list, there can be more than one checkout event if there are multiple steps in a checkout process. If there are multiple steps the event time information and referenced page or experience is used to identify the step individual events represent in order.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/clicks.schema.json b/docs/reference/data/clicks.schema.json index 89cff717d..10f024e6e 100644 --- a/docs/reference/data/clicks.schema.json +++ b/docs/reference/data/clicks.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The advertising metric clicks describes…", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/impressions.schema.json b/docs/reference/data/impressions.schema.json index 5487f1d04..fefa533a4 100644 --- a/docs/reference/data/impressions.schema.json +++ b/docs/reference/data/impressions.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The advertising metric impressions describes…", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/link-clicks.schema.json b/docs/reference/data/link-clicks.schema.json index 01cde5a14..b7b62fa36 100644 --- a/docs/reference/data/link-clicks.schema.json +++ b/docs/reference/data/link-clicks.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The web metric link-clicks describes the number of clicks on a link on a web page.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/metricdefinition.schema.json b/docs/reference/data/metricdefinition.schema.json new file mode 100644 index 000000000..acff9718b --- /dev/null +++ b/docs/reference/data/metricdefinition.schema.json @@ -0,0 +1,69 @@ +{ + "meta:license": [ + "Copyright 2018 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/data/metricdefinition", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Metric Definition", + "type": "object", + "meta:extensible": true, + "description": "A metric definition is a definition of a measurable or countable quantity.\n\nA metric definition consists of a measurement and a dimension.\nFor easier identification, metrics have a name and a unique URI that can be used when referring to the metric definition.\n\nThrough XDM's extensibility mechanism, new metrics can be defined by extending `Metric Definition`.\n", + "definitions": { + "metricdefinition": { + "properties": { + "@id": { + "type": "string", + "format": "uri", + "description": "The unique identifier of this metric." + }, + "schema:name": { + "type": "string", + "description": "The human-readable name of the metric. The name can be used in user interfaces and does not have to be unique." + }, + "xdm:measurement": { + "type": "string", + "description": "How to take measures of this metric.", + "examples": [ + "distance", + "time", + "price", + "count" + ] + }, + "xdm:unit": { + "type": "string", + "description": "The unit that this metric is measured in. Whenever possible, metrics should follow the [SI base units](https://www.bipm.org/en/measurement-units/) or be [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html). For measures that are counts, the `xdm:unit` must be `null`.", + "examples": [ + "m", + "kg", + "s", + "USD" + ] + } + } + } + }, + "allOf": [ + { + "$ref": "#/definitions/metricdefinition" + } + ], + "required": [ + "@id", + "schema:name", + "xdm:measurement", + "xdm:unit" + ], + "meta:status": "experimental", + "examples": [ + { + "schema:name": "Example Metric", + "@id": "https://ns.adobe.com/xdm/data/example-metric", + "xdm:measurement": "weight", + "xdm:unit": "kg" + } + ] +} \ No newline at end of file diff --git a/docs/reference/data/metricdefinition.schema.md b/docs/reference/data/metricdefinition.schema.md new file mode 100644 index 000000000..a340874e6 --- /dev/null +++ b/docs/reference/data/metricdefinition.schema.md @@ -0,0 +1,153 @@ + +# Metric Definition Schema + +``` +https://ns.adobe.com/xdm/data/metricdefinition +``` + +A metric definition is a definition of a measurable or countable quantity. + +A metric definition consists of a measurement and a dimension. +For easier identification, metrics have a name and a unique URI that can be used when referring to the metric definition. + +Through XDM's extensibility mechanism, new metrics can be defined by extending `Metric Definition`. + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | +|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [data/metricdefinition.schema.json](data/metricdefinition.schema.json) | + +## Metric Definition Example +```json +{ + "schema:name": "Example Metric", + "@id": "https://ns.adobe.com/xdm/data/example-metric", + "xdm:measurement": "weight", + "xdm:unit": "kg" +} +``` + +# Metric Definition Properties + +| Property | Type | Required | Defined by | +|----------|------|----------|------------| +| [@id](#@id) | `string` | **Required** | Metric Definition (this schema) | +| [schema:name](#schemaname) | `string` | **Required** | Metric Definition (this schema) | +| [xdm:measurement](#xdmmeasurement) | `string` | **Required** | Metric Definition (this schema) | +| [xdm:unit](#xdmunit) | `string` | **Required** | Metric Definition (this schema) | +| `*` | any | Additional | this schema *allows* additional properties | + +## @id + +The unique identifier of this metric. + +`@id` +* is **required** +* type: `string` +* defined in this schema + +### @id Type + + +`string` +* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986)) + + + + + + +## schema:name + +The human-readable name of the metric. The name can be used in user interfaces and does not have to be unique. + +`schema:name` +* is **required** +* type: `string` +* defined in this schema + +### schema:name Type + + +`string` + + + + + + +## xdm:measurement + +How to take measures of this metric. + +`xdm:measurement` +* is **required** +* type: `string` +* defined in this schema + +### xdm:measurement Type + + +`string` + + + + + +### xdm:measurement Examples + +```json +"distance" +``` + +```json +"time" +``` + +```json +"price" +``` + +```json +"count" +``` + + + +## xdm:unit + +The unit that this metric is measured in. Whenever possible, metrics should follow the [SI base units](https://www.bipm.org/en/measurement-units/) or be [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html). For measures that are counts, the `xdm:unit` must be `null`. + +`xdm:unit` +* is **required** +* type: `string` +* defined in this schema + +### xdm:unit Type + + +`string` + + + + + +### xdm:unit Examples + +```json +"m" +``` + +```json +"kg" +``` + +```json +"s" +``` + +```json +"USD" +``` + + diff --git a/docs/reference/data/mirror-pages.schema.json b/docs/reference/data/mirror-pages.schema.json index d13098dee..31212edb8 100644 --- a/docs/reference/data/mirror-pages.schema.json +++ b/docs/reference/data/mirror-pages.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric mirror-pages describes the number of mirror pages for which a link to the online mirror page of a message has been clicked.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/non-deliverables.schema.json b/docs/reference/data/non-deliverables.schema.json index ea25fc0f3..c8441d004 100644 --- a/docs/reference/data/non-deliverables.schema.json +++ b/docs/reference/data/non-deliverables.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric non-deliverables describes the umber of asynchronous messages that failed to deliver in a way that indicates that no future messages will be deliverable either to this address.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/not-sent.schema.json b/docs/reference/data/not-sent.schema.json index e565be0e4..251548cd9 100644 --- a/docs/reference/data/not-sent.schema.json +++ b/docs/reference/data/not-sent.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric `not-sent` describes the number of asynchronous messages (email, SMS, MMS etc) that have not been dispatched to an recipient's account/address/device due to cancellation or expiration of the marketing activity.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/opens.schema.json b/docs/reference/data/opens.schema.json index 475e25a98..c57141a84 100644 --- a/docs/reference/data/opens.schema.json +++ b/docs/reference/data/opens.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric `opens` describes the number of times the direct marketing messages (email, SMS, Push Notifications etc) have been opened/swyped/touched by the recipients.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/page-views.schema.json b/docs/reference/data/page-views.schema.json index 764c881bb..c6c360e52 100644 --- a/docs/reference/data/page-views.schema.json +++ b/docs/reference/data/page-views.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The web metric page-views describes the number of impressions of a web page.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/product-list-adds.schema.json b/docs/reference/data/product-list-adds.schema.json index 5f9e0cf21..dd585a8c4 100644 --- a/docs/reference/data/product-list-adds.schema.json +++ b/docs/reference/data/product-list-adds.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The commerce metric product-list-adds describes the number of times a product has been added to a product list. The most common case is adding an item to the shopping cart.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/product-list-opens.schema.json b/docs/reference/data/product-list-opens.schema.json index ef7899780..23ed0d9aa 100644 --- a/docs/reference/data/product-list-opens.schema.json +++ b/docs/reference/data/product-list-opens.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The commerce metric product-list-opens describes how many new product lists have been created. The most common case is the creation of a new shopping cart by putting the first item into the shopping cart.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/product-list-removals.schema.json b/docs/reference/data/product-list-removals.schema.json index b726f0da3..f6a5b0d4b 100644 --- a/docs/reference/data/product-list-removals.schema.json +++ b/docs/reference/data/product-list-removals.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The commerce metric product-list-removals describes the number of times a product has been removed from a product list. The most common use case is the removal of a product from the shopping cart.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/product-list-reopens.schema.json b/docs/reference/data/product-list-reopens.schema.json index bbd9f4e3a..41b425609 100644 --- a/docs/reference/data/product-list-reopens.schema.json +++ b/docs/reference/data/product-list-reopens.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "Number of reopens for which a product list that was no longer accessible has been re-activated by the user, for example via a re-marketing activity.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/product-list-views.schema.json b/docs/reference/data/product-list-views.schema.json index 3ea53e76a..fb6499129 100644 --- a/docs/reference/data/product-list-views.schema.json +++ b/docs/reference/data/product-list-views.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The commerce metric product-list-views describes how often a product list has been seen by a shopper. The most common use case is to open the shopping cart to inspect its contents.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/product-views.schema.json b/docs/reference/data/product-views.schema.json index 91530f77b..8e1d230f5 100644 --- a/docs/reference/data/product-views.schema.json +++ b/docs/reference/data/product-views.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The commerce metric product-views describes the number of product views that have occurred. Because the number of products on a page might be greater than one, this number may differ from the page view count of product pages.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/purchases.schema.json b/docs/reference/data/purchases.schema.json index 92e990a2b..5eb4fa6a2 100644 --- a/docs/reference/data/purchases.schema.json +++ b/docs/reference/data/purchases.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "Number of orders has occurred. Purchase is the only required action in a commerce conversion. Purchase must have a product list referenced.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/save-for-laters.schema.json b/docs/reference/data/save-for-laters.schema.json index 97b73d322..b8ba4e919 100644 --- a/docs/reference/data/save-for-laters.schema.json +++ b/docs/reference/data/save-for-laters.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The commerce metric save-for-laters describes how often a product has been saved for a later day purchase.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/sends.schema.json b/docs/reference/data/sends.schema.json index ec62031d4..e99918434 100644 --- a/docs/reference/data/sends.schema.json +++ b/docs/reference/data/sends.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric sends describes the number of asynchronous messages (email, SMS, MMS etc) that have been dispatched to an recipient's account/address/device", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/unsubscriptions.schema.json b/docs/reference/data/unsubscriptions.schema.json index eab25a37a..daea6d59f 100644 --- a/docs/reference/data/unsubscriptions.schema.json +++ b/docs/reference/data/unsubscriptions.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric `unsubscriptions` describes the number of times the recipients of direct marketing messages (email, newsletters, etc) have opted out from receiving them.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ diff --git a/docs/reference/data/user-complaints.schema.json b/docs/reference/data/user-complaints.schema.json index fe4cc971f..2c2460ac1 100644 --- a/docs/reference/data/user-complaints.schema.json +++ b/docs/reference/data/user-complaints.schema.json @@ -11,11 +11,11 @@ "type": "object", "meta:extensible": true, "meta:extends": [ - "https://ns.adobe.com/xdm/data/metric" + "https://ns.adobe.com/xdm/data/metricdefinition" ], "description": "The direct-marketing metric user-complaints describes the number of user complaints that have been received. This generally occurs when a recipient of a message reported it as spam.", "definitions": { - "metric": { + "metricdefinition": { "properties": { "@id": { "type": "string", @@ -41,7 +41,7 @@ }, "allOf": [ { - "$ref": "#/definitions/metric" + "$ref": "#/definitions/metricdefinition" } ], "required": [ 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 0d60b9977..42d478408 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/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 43a6232c6..3fa44f991 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -280,6 +280,22 @@ ], "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": { @@ -348,22 +364,6 @@ "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 } ] } \ 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 ae6eb2d4b..d1722171b 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -20,6 +20,25 @@ This external schema definition allows adding HAL expressions into an existing s ## HAL Resource Examples +```json +{ + "_links": { + "self": { + "href": "/orders/523" + }, + "warehouse": { + "href": "/warehouse/56" + }, + "invoice": { + "href": "/invoices/873" + } + }, + "currency": "USD", + "status": "shipped", + "total": 10.2 +} +``` + ```json { "_links": { @@ -95,25 +114,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_links": { - "self": { - "href": "/orders/523" - }, - "warehouse": { - "href": "/warehouse/56" - }, - "invoice": { - "href": "/invoices/873" - } - }, - "currency": "USD", - "status": "shipped", - "total": 10.2 -} -``` - # HAL Resource Properties diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index 25cd5912a..d856a9521 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -109,6 +109,11 @@ ], "meta:status": "experimental", "examples": [ + { + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" + }, { "repo:principal": { "xdm:provider": { @@ -123,11 +128,6 @@ ], "repo:modifier": "grant", "repo:inheritance": "deep" - }, - { - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index 3ee15c481..53aab5639 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -13,6 +13,14 @@ Schema for the Access Control Entry for the Access Control List of a resource ## Access Control Entry Examples +```json +{ + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" +} +``` + ```json { "repo:principal": { @@ -31,14 +39,6 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` -```json -{ - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" -} -``` - # Access Control Entry Properties From 470a03842aa9317b06bc1182ec973fb9d69be02e Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:17:08 +0000 Subject: [PATCH 44/83] Mention changelog for breaking changes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2086b1f9..4ebb3533f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ You can include the Creative Commons Attribution 4.0 International (CC BY 4.0) l Every pull request should specify: * What the change intends to do -* If there are breaking changes +* If there are breaking changes (in case there are, list them in [CHANGELOG.md](CHANGELOG.md), too) * Link to the Github issue in the format `#42` For every update to the schema, make sure From 53a0bee4c7bb5c98b76c732d9e66e3675985a2e6 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 14:15:41 +0000 Subject: [PATCH 45/83] [ci skip] updating documentation --- docs/reference/README.md | 74 +++++++++---------- .../common/eventenvelope.schema.json | 46 ++++++------ docs/reference/common/eventenvelope.schema.md | 52 ++++++------- docs/reference/common/extensible.schema.json | 30 ++++---- docs/reference/common/extensible.schema.md | 36 ++++----- .../reference/context/person-name.schema.json | 12 +-- docs/reference/context/person-name.schema.md | 12 +-- docs/reference/context/webinfo.schema.json | 18 ++--- docs/reference/context/webinfo.schema.md | 18 ++--- .../external/hal/hal-link.schema.json | 6 +- .../reference/external/hal/hal-link.schema.md | 6 +- 11 files changed, 155 insertions(+), 155 deletions(-) diff --git a/docs/reference/README.md b/docs/reference/README.md index 1d083703e..ef41f85c3 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,19 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) +* [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) +* [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,18 +56,15 @@ * [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/ +## /content/ -* [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) -* [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) -* [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) +* [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) ## /context/ @@ -126,12 +126,6 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -148,16 +142,6 @@ * [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/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) -* [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/hal/ * [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` (Experimental) @@ -177,3 +161,19 @@ * [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/repo/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) +* [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) + +## /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) + diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 5e1c011ad..c74be9e0c 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -68,29 +68,6 @@ "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } - }, { "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -165,6 +142,29 @@ "dc:title": "Vintage Collection", "xdm:path": "/content/geometrixx/en/vintage.html" } + }, + { + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 4def26ec1..8216a5fc1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -49,32 +49,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } -} -``` - ```json { "@type": "https://ns.adobe.com/xdm/common/event/updated", @@ -159,6 +133,32 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` +```json +{ + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } +} +``` + # EventEnvelope Properties diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 44d5a4a2e..f48b6bb20 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -250,6 +250,21 @@ ], "meta:status": "stabilizing", "examples": [ + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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" + }, { "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", "xdm:createDate": "2017-09-26T15:52:25+00:00", @@ -308,21 +323,6 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" - }, - { - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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 ddacf43db..dcb621753 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -25,6 +25,24 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ## Extensibility base schema Examples +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 { "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab", @@ -90,21 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index f92e84b74..f35f46c1a 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -49,9 +49,9 @@ "meta:status": "experimental", "examples": [ { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" + "xdm:firstName": "فلانة", + "xdm:lastName": "الفلانية", + "xdm:fullName": "فلانة الفلانية" }, { "xdm:firstName": "John", @@ -60,9 +60,9 @@ "xdm:fullName": "John S. Doe" }, { - "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 29b327d19..0e7622fec 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -18,9 +18,9 @@ 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": "فلانة الفلانية" } ``` @@ -35,9 +35,9 @@ 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": "张三" } ``` diff --git a/docs/reference/context/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 10ab78c03..16eed8460 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,14 +46,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } }, { @@ -65,9 +60,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "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 8d74ad027..4356d10d1 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,14 +31,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` @@ -53,9 +48,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "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 42d478408..0d60b9977 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 } ``` From 8c57e08754003101a47a6e74a61abe87ad1caed1 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:42:30 +0000 Subject: [PATCH 46/83] [trivial] include explanation of abstract and concrete schemas --- docs/abstract.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/abstract.md diff --git a/docs/abstract.md b/docs/abstract.md new file mode 100644 index 000000000..7fe4f8a8f --- /dev/null +++ b/docs/abstract.md @@ -0,0 +1,17 @@ +## Abstract and Concrete Schemas + +XDM is defined using a modular schema framework that encourages the re-use of schemas or parts of schemas. +As a result, XDM consists of abstract and concrete schemas. + +### Abstract Schemas + +Abstract schemas or schema fragments are partial schemas that can be re-used in other schemas, but that do not allow the creation of any instances. +As an example, the [Language Alternative](reference/assets/language-alternative.schema.md) schema which is used to define metadata that varies by language can be used as part of an [Asset](reference/assets/asset.schema.md), but it cannot stand on its own. + +Abstract schemas are often used to define properties that are used in multiple schemas at once. + +### Concrete Schemas + +Concrete schemas or proper schemas are schemas that can be instantiated, i.e. they describe instances of entities that are exposed by APIs that are implementing XDM. + +Concrete schemas often include or reference Abstract schemas. diff --git a/package.json b/package.json index 9661226c5..58294fb75 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "clean": "rm -rf docs/reference", "markdown": - "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas", + "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md", "test": "mocha", "lint": "prettier --write *.json *.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", From 29dbddee975e001f7e92617270b875179e1986dd Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:53:54 +0000 Subject: [PATCH 47/83] Explain the status attributes --- docs/status.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/status.md diff --git a/docs/status.md b/docs/status.md new file mode 100644 index 000000000..69a6f71c7 --- /dev/null +++ b/docs/status.md @@ -0,0 +1,11 @@ +## Schema Status + +The status of each schema in XDM describes the likelihood of change of a schema. +In particular for XDM Versions prior to XDM 1.0.0, this can inform users and providers of XDM-compatible APIs of the stability of a given schema. + +XDM defines following status values: + +* Stable: the schema is considered stable and can be used in production without any risk. Additions to the schema are possible, but will not impact existing implementations. +* Stabilizing: No further major changes to the schema are expected, but may occur after review. Implementors should check the status of the schema regularly. +* Experimental: Major changes can be expected because the schema is still in active development. Implementors should proceed with caution. +* Deprecated: Schema is no longer maintained, supported or is superceded by another schema/set of schemas. Implementors should update their implementations. diff --git a/package.json b/package.json index 58294fb75..c499d9aa5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "clean": "rm -rf docs/reference", "markdown": - "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md", + "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md", "test": "mocha", "lint": "prettier --write *.json *.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", From 8c41743174288939bdf623eaf64d56d13e4d631b Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 14:58:17 +0000 Subject: [PATCH 48/83] [trivial] lint --- docs/introduction.md | 16 ++++++++++++---- docs/status.md | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index 60b34fef7..4241a6110 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -55,6 +55,10 @@ As laid out in [Semantic Versioning 2.0.0](https://semver.org), article 4: XDM is at major version zero at this time, and should not be considered stable. +### Schema Status + +Every Schema in XDM has a dedicated status that describes the likelihood of and ability to change. Details are explained in [Schema Status](status.md) + ### Extensibility The fields in each XDM model are extensible. Consuming applications should not fail when they encounter unknown schemas, field names, or property values. @@ -67,13 +71,17 @@ All extensions will be performed using URIs as property names, which means that This best practice holds for customer- and vendor-specific extensions to XDM, but also to version updates to XDM. New schemas, field names, or property values introduced by either a newer version of XDM or an extension of XDM must not cause a consumer to fail, and should, when possible, passed through without modification. -### Versioning Schema - -… - ## Formal Expression XDM is formally specified through a combination of JSON Schema and some aspects of JSON for Linking Data (JSON-LD). JSON Schema specifies unambiguously which properties and property values are allowed for a specific instance of a model, JSON-LD provides us with best practices of defining namespace prefixes, and identifying the semantics of property names. For consumers, it is not neccessary to understand JSON-LD, and expected to treat all XDM documents as JSON documents. This means, if the JSON representation of two XDM models is identical, then the two models are considered identical. + +## Specification Details + +1. [Related Standards](standards.md) +2. [Terminology used in XDM](terminology.md) +3. [Extending XDM](extensions.md) +4. [Abstract and Concrete Schema](abstract.md) +5. [Schema Status](status.md) diff --git a/docs/status.md b/docs/status.md index 69a6f71c7..2d0f976b5 100644 --- a/docs/status.md +++ b/docs/status.md @@ -1,6 +1,6 @@ ## Schema Status -The status of each schema in XDM describes the likelihood of change of a schema. +The status of each schema in XDM describes the likelihood of change of a schema. In particular for XDM Versions prior to XDM 1.0.0, this can inform users and providers of XDM-compatible APIs of the stability of a given schema. XDM defines following status values: From 5262aab68de1412db337186006391841e6eb9ec0 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 15:06:58 +0000 Subject: [PATCH 49/83] Explain the `@id` attribute --- docs/id.md | 6 ++++++ docs/introduction.md | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/id.md diff --git a/docs/id.md b/docs/id.md new file mode 100644 index 000000000..05c2f37ac --- /dev/null +++ b/docs/id.md @@ -0,0 +1,6 @@ +## Identifying Entities + +Instances of most schemas in XDM are uniquely identifiable based on the value of the `@id` attribute. +This attribute is always a URI, but may not be present or required in all schemas. + +Schemas that have an `@id` attribute are considered identifiable, schemas that do not have this attribute are typically only used as child-objects in identifiable schemas. diff --git a/docs/introduction.md b/docs/introduction.md index 4241a6110..a3c3692ab 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -85,3 +85,4 @@ This means, if the JSON representation of two XDM models is identical, then the 3. [Extending XDM](extensions.md) 4. [Abstract and Concrete Schema](abstract.md) 5. [Schema Status](status.md) +6. [Identifiable Entities](id.md) diff --git a/package.json b/package.json index c499d9aa5..1279c4b05 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "clean": "rm -rf docs/reference", "markdown": - "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md", + "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md --link-id id.md", "test": "mocha", "lint": "prettier --write *.json *.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", From 84cdbfca7e5bbad2bd96095ba5df661ecbf0684c Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 15:09:01 +0000 Subject: [PATCH 50/83] Use extensions to describe custom and additional properties --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1279c4b05..3007d82bc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "clean": "rm -rf docs/reference", "markdown": - "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md --link-id id.md", + "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md --link-id --link-custom extensions.md --link-additional extensions.md", "test": "mocha", "lint": "prettier --write *.json *.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", From 49e53732a703df780bb1466b0db44a4c8a39c627 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 15:37:14 +0000 Subject: [PATCH 51/83] [trivial] automatically publish stabilizing candidates --- .circleci/config.yml | 3 +- STABILIZING.md | 143 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 STABILIZING.md diff --git a/.circleci/config.yml b/.circleci/config.yml index 539012eee..7a3bc7b32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,12 +106,13 @@ jobs: # generate markdowm - run: npm run markdown + - run: node bin/show-stablization-candidates.js > STABILIZING.md - run: git config --global user.email "trieloff@adobe.com" && git config --global user.name "CircleCI" # send up-to-date markdown back to GitHub - run: name: Publish Markdown to GitHub - command: git add --force docs/reference/* && git commit -m "[ci skip] updating documentation" && git push + command: git add --force STABILIZING.md && git add --force docs/reference/* && git commit -m "[ci skip] updating documentation" && git push workflows: version: 2 diff --git a/STABILIZING.md b/STABILIZING.md new file mode 100644 index 000000000..6210696b4 --- /dev/null +++ b/STABILIZING.md @@ -0,0 +1,143 @@ +# Stabilization Candidates +_Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ +|Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| +|------|------|--------------------|-----------------------|----------------------------------| +|schemas/assets/aggregated-asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/artboard.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/copyright-owner.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/font.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/image.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/language-alternative.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/layer-group.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/layer.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/resource-event.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/variable-unit-rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 23:53:01 GMT+0000 (UTC)|c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/video.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/adm.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/agency.schema.json|experimental|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|8eb8737 Add communication channel to experienceEvent, Add new Metrics.| +|schemas/channels/apns.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/application.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/baidu.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/channel.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/direct-mail.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/email.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/facebook-feed.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/fax.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/gcm.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/line.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/mobile-app.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/mpns.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/phone.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/sms.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/twitter-feed.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/web.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/wechat.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/channels/wns.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/address.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 17:22:55 GMT+0000 (UTC)|d0bc684 Move common schemas for 0.9 to "stabilizing"
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/auditable.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/event/created.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/event/deleted.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/event/emitted.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/event/published.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/event/rejected.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|db1e50b Add convenience script for mass-updating schemas| +|schemas/common/event/unpublished.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/event/updated.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/eventenvelope.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/extensible.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 04 2018 13:28:46 GMT+0000 (UTC)|d2a77b9 Merge branch 'master' into platform-pr-stabilizing-09
ccbcb77 Remove instances of old 'stLayer' prefix
c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
e052510 Update extensible.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/geo.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/identity-provider.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/organization.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 17:25:20 GMT+0000 (UTC)|3da9a68 Update organization.schema.json
e278271 Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/page.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/principal.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/selfservice.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 26 2018 22:55:16 GMT+0000 (UTC)|4d36de1 Update 'xdm/selfservice' to 'xdm/common/selfservice'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/component-container.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/componentized-page.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/content.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/page-component.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/product.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/productlistitem.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/repository-policies/encryption.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/repository-policies/quota.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/repository-policies/versioning.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/content/repository.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/browserdetails.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:34:32 GMT+0000 (UTC)|f8d9f8b Update browserdetails.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/commerce.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:34:57 GMT+0000 (UTC)|a424944 Update commerce.schema.json
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/device.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 19 2018 07:32:00 GMT+0000 (UTC)|7ac8281 Merge branch 'master' into campaign-extensions-experienceEvent
a7400fd [trivial] fixes suggested in review. Iteration #4.
6c98f3c Update device.schema.json
ac9024e Fix Issue #206 Adding Campaign's extension of Experience Events.
e278271 Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/emailaddress.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:14:05 GMT+0000 (UTC)|6ad49e7 Update emailaddress.schema.json
cfcfd58 Update emailaddress.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/enduserids.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 10 2018 09:05:07 GMT+0000 (UTC)|cd0c125 Merge branch 'master' into platform-pr-stabilizing-09
c231497 Update enduserids.schema.json
11d47c5 Update enduserids.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/environment.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Apr 09 2018 10:26:01 GMT+0000 (UTC)|9da39d2 Merge branch 'master' into platform-pr-stabilizing-09
7270577 [trivial] typo
d47644d Update environment.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/experienceevent.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:32:18 GMT+0000 (UTC)|cf7779a Update experienceevent.schema.json
b7bfb99 Renamed field in ExperienceContext, according to #170
c1bd8fa Renamed location context to place context, according to #170
ea82e47 Merge branch 'master' into platform-pr-web
2774a9e [trivial] sort channels alphabetically, fix typo
0f38523 Make channel a URI
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
c334796 Merge branch 'master' into platform-pr-web
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
9d483c8 Merge branch 'master' into platform-pr-web
3b487f6 Rename web to webinfo
742fc8d Add web schema in context folder for experience event
| +|schemas/context/identity.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/implementationdetails.schema.json|undefined|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|53a0bee [ci skip] updating documentation| +|schemas/context/marketing.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:37:08 GMT+0000 (UTC)|266fca9 Update marketing.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/namespace.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/optinout.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|2774a9e [trivial] sort channels alphabetically, fix typo
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/person-name.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Apr 09 2018 09:34:07 GMT+0000 (UTC)|9056b22 [trivial] fix formatting
6743faf 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 Update the description for first name
a97da99 Merge branch 'master' into platform-pr-personname
dc1f3ea reverting to last/first from given/surname
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/person.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/phonenumber.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:18:41 GMT+0000 (UTC)|d763dde Update phonenumber.schema.json
acb4818 Update phonenumber.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/place.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/placecontext.schema.json|experimental|Thu Apr 12 2018 07:18:17 GMT+0000 (UTC)|Thu Apr 12 2018 07:18:17 GMT+0000 (UTC)|c1bd8fa Renamed location context to place context, according to #170| +|schemas/context/profile.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/pushnotificationtoken.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:39:27 GMT+0000 (UTC)|a594370 Update pushnotificationtoken.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/search.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|db1e50b Add convenience script for mass-updating schemas| +|schemas/context/subscription.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/context/webinfo.schema.json|undefined|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|53a0bee [ci skip] updating documentation| +|schemas/context/webinteraction.schema.json|experimental|Wed Apr 11 2018 21:26:56 GMT+0000 (UTC)|Thu Apr 12 2018 07:51:06 GMT+0000 (UTC)|4d334eb Fixed description for web interaction
4530775 Corrected types
313417f Renamed weblink to webinteraction Updated examples
| +|schemas/context/webpageview.schema.json|experimental|Wed Apr 11 2018 21:19:27 GMT+0000 (UTC)|Thu Apr 12 2018 07:47:14 GMT+0000 (UTC)|4a9aeea Improved description for web page view
d7418c4 Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView
930d727 Renamed webPage to webPageView Updated all examples
| +|schemas/context/webreferrer.schema.json|experimental|Mon Apr 09 2018 18:50:04 GMT+0000 (UTC)|Thu Apr 12 2018 07:21:57 GMT+0000 (UTC)|3a96ff1 Updated webreferrer description
77b6a74 Update webreferrer.schema.json
ebca7ac Simplified Type
cc7d220 added support for unknown/noJs Added legacy support for Usenet
3a15a31 Added support for unknown/noJavascript Added legacy support for usenet
4a8f0a8 Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.
| +|schemas/data/abandons.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/bounces.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/checkouts.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/clicks.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/datasource.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 05 2018 18:52:57 GMT+0000 (UTC)|9d82ca9 Fixing type in the description for code in datasource.schema.json
290384d json lint cleanup
445fc3e Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/discount.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/impressions.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/link-clicks.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/measure.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 18:00:13 GMT+0000 (UTC)|3d5ce83 Update measure.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/metricdefinition.schema.json|experimental|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition| +|schemas/data/metrics.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 15:43:38 GMT+0000 (UTC)|c880dc3 Merge branch 'master' into Add-ExperienceEvent-Application-Metrics
be21240 @trivial Adding Descriptions to the newly added metrics.
3974c48 Merge branch 'master' into Add-ExperienceEvent-Application-Metrics
ee08f24 Corrected typo
80afff1 Improved english
added16 Simple spelling corrections.
e027467 Added missing descriptions. Improved descriptions
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
7a80f3f Lint + validation
2343eda Addition of core application metrics for desktop and mobile applications.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/mirror-pages.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/non-deliverables.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/not-sent.schema.json|experimental|Mon Apr 09 2018 10:05:13 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
7a512be Add missing schemas for metrics- not-sent, opens, unsubscriptions.
| +|schemas/data/opens.schema.json|experimental|Mon Apr 09 2018 10:05:13 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
7a512be Add missing schemas for metrics- not-sent, opens, unsubscriptions.
| +|schemas/data/order.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/page-views.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/paymentitem.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/product-list-adds.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/product-list-opens.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/product-list-removals.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/product-list-reopens.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/product-list-views.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/product-views.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/purchases.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/save-for-laters.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/sends.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/data/unsubscriptions.schema.json|experimental|Mon Apr 09 2018 10:05:13 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
7a512be Add missing schemas for metrics- not-sent, opens, unsubscriptions.
| +|schemas/data/user-complaints.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/activity.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/collection-page.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/collection.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/context.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/document.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/id.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/image.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/link.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/object.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/rdf-langstring.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/activity-streams-2/type.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/hal/hal-link.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/hal/hal.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/accesscontrolentry.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 25 2018 14:21:14 GMT+0000 (UTC)|142bd63 Add repo:inheritance to accesscontrolentry
abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/accesscontrolpolicy.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/common.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/directory.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/effectiveprivileges.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
5027e8c Rename 'xdm/base/effectiveprivileges' to 'xdm/external/repo/effectiveprivileges'
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/repo/sub-directory.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/schema/geocircle.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/schema/geocoordinates.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/external/schema/geoshape.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| + + From 23948186c163dd3f6ea264245d160d43d0c17505 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 15:39:47 +0000 Subject: [PATCH 52/83] [ci skip] updating documentation --- STABILIZING.md | 13 +-- docs/reference/README.md | 88 +++++++++---------- .../common/eventenvelope.schema.json | 46 +++++----- docs/reference/common/eventenvelope.schema.md | 52 +++++------ docs/reference/common/extensible.schema.json | 6 +- docs/reference/common/extensible.schema.md | 6 +- docs/reference/common/page.schema.json | 2 +- docs/reference/common/page.schema.md | 2 +- .../reference/context/person-name.schema.json | 10 +-- docs/reference/context/person-name.schema.md | 16 ++-- docs/reference/context/webinfo.schema.json | 18 ++-- docs/reference/context/webinfo.schema.md | 18 ++-- 12 files changed, 140 insertions(+), 137 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 53c58c8e8..5d94753b2 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,7 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 15:39:47 GMT+0000 (UTC)**_ + |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| |schemas/assets/aggregated-asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| @@ -14,7 +15,7 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/assets/layer.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/assets/rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/assets/resource-event.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/variable-unit-rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 23:53:01 GMT+0000 (UTC)|c37d2e9 Rename 'stLayer:_' properties to 'xdm:_'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/variable-unit-rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 23:53:01 GMT+0000 (UTC)|c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/assets/video.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/channels/adm.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/channels/agency.schema.json|experimental|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|8eb8737 Add communication channel to experienceEvent, Add new Metrics.| @@ -46,7 +47,7 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/common/event/unpublished.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/event/updated.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/eventenvelope.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/extensible.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 04 2018 13:28:46 GMT+0000 (UTC)|d2a77b9 Merge branch 'master' into platform-pr-stabilizing-09
ccbcb77 Remove instances of old 'stLayer' prefix
c37d2e9 Rename 'stLayer:_' properties to 'xdm:_'
e052510 Update extensible.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/extensible.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 04 2018 13:28:46 GMT+0000 (UTC)|d2a77b9 Merge branch 'master' into platform-pr-stabilizing-09
ccbcb77 Remove instances of old 'stLayer' prefix
c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
e052510 Update extensible.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/geo.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/identity-provider.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/organization.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 17:25:20 GMT+0000 (UTC)|3da9a68 Update organization.schema.json
e278271 Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| @@ -71,7 +72,7 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/context/environment.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Apr 09 2018 10:26:01 GMT+0000 (UTC)|9da39d2 Merge branch 'master' into platform-pr-stabilizing-09
7270577 [trivial] typo
d47644d Update environment.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/experienceevent.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:32:18 GMT+0000 (UTC)|cf7779a Update experienceevent.schema.json
b7bfb99 Renamed field in ExperienceContext, according to #170
c1bd8fa Renamed location context to place context, according to #170
ea82e47 Merge branch 'master' into platform-pr-web
2774a9e [trivial] sort channels alphabetically, fix typo
0f38523 Make channel a URI
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
c334796 Merge branch 'master' into platform-pr-web
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
9d483c8 Merge branch 'master' into platform-pr-web
3b487f6 Rename web to webinfo
742fc8d Add web schema in context folder for experience event
| |schemas/context/identity.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/implementationdetails.schema.json|undefined|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|53a0bee [ci skip] updating documentation| +|schemas/context/implementationdetails.schema.json|undefined|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|f3b8514 [trivial] lint| |schemas/context/marketing.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:37:08 GMT+0000 (UTC)|266fca9 Update marketing.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/namespace.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/optinout.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|2774a9e [trivial] sort channels alphabetically, fix typo
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| @@ -84,7 +85,7 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/context/pushnotificationtoken.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:39:27 GMT+0000 (UTC)|a594370 Update pushnotificationtoken.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/search.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|db1e50b Add convenience script for mass-updating schemas| |schemas/context/subscription.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/webinfo.schema.json|undefined|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|Wed May 02 2018 14:15:41 GMT+0000 (UTC)|53a0bee [ci skip] updating documentation| +|schemas/context/webinfo.schema.json|undefined|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|f3b8514 [trivial] lint| |schemas/context/webinteraction.schema.json|experimental|Wed Apr 11 2018 21:26:56 GMT+0000 (UTC)|Thu Apr 12 2018 07:51:06 GMT+0000 (UTC)|4d334eb Fixed description for web interaction
4530775 Corrected types
313417f Renamed weblink to webinteraction Updated examples
| |schemas/context/webpageview.schema.json|experimental|Wed Apr 11 2018 21:19:27 GMT+0000 (UTC)|Thu Apr 12 2018 07:47:14 GMT+0000 (UTC)|4a9aeea Improved description for web page view
d7418c4 Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView
930d727 Renamed webPage to webPageView Updated all examples
| |schemas/context/webreferrer.schema.json|experimental|Mon Apr 09 2018 18:50:04 GMT+0000 (UTC)|Thu Apr 12 2018 07:21:57 GMT+0000 (UTC)|3a96ff1 Updated webreferrer description
77b6a74 Update webreferrer.schema.json
ebca7ac Simplified Type
cc7d220 added support for unknown/noJs Added legacy support for Usenet
3a15a31 Added support for unknown/noJavascript Added legacy support for usenet
4a8f0a8 Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.
| @@ -140,3 +141,5 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/external/schema/geocircle.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/external/schema/geocoordinates.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/external/schema/geoshape.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| + + diff --git a/docs/reference/README.md b/docs/reference/README.md index ef41f85c3..72b6970b5 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,35 +4,6 @@ -## /assets/ - -* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) -* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) -* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) -* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) -* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) -* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) -* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Experimental) -* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) -* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) -* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) -* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) -* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) -* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) -* [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) -* [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) @@ -56,6 +27,22 @@ * [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) +## /assets/ + +* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) +* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) +* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) +* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) +* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) +* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) +* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Experimental) +* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) +* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) +* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) +* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) +* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) +* [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) @@ -66,6 +53,19 @@ * [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) +* [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) +* [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/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -126,6 +126,12 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -136,17 +142,6 @@ * [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/schema/ - -* [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/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/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -161,6 +156,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/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/repo/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -171,9 +171,9 @@ * [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) -## /content/repository-policies/ +## /external/schema/ -* [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) +* [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) diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index c74be9e0c..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -68,6 +68,29 @@ "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, + { + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } + }, { "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -142,29 +165,6 @@ "dc:title": "Vintage Collection", "xdm:path": "/content/geometrixx/en/vintage.html" } - }, - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 8216a5fc1..4def26ec1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -49,6 +49,32 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` +```json +{ + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } +} +``` + ```json { "@type": "https://ns.adobe.com/xdm/common/event/updated", @@ -133,32 +159,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } -} -``` - # EventEnvelope Properties diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index f48b6bb20..3f36a1c6b 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -251,14 +251,13 @@ "meta:status": "stabilizing", "examples": [ { - "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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:repository_lastModifiedBy": "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, @@ -266,13 +265,14 @@ "repo:etag": "15" }, { + "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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", + "xdm:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00", "repo:version": "15", "dc:title": "This is an example", "repo:size": 1632418, diff --git a/docs/reference/common/extensible.schema.md b/docs/reference/common/extensible.schema.md index dcb621753..4acc6e094 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -27,14 +27,13 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ```json { - "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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:repository_lastModifiedBy": "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, @@ -45,13 +44,14 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ```json { + "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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", + "xdm:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00", "repo:version": "15", "dc:title": "This is an example", "repo:size": 1632418, 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 1f760b0e8..33535c04d 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/person-name.schema.json b/docs/reference/context/person-name.schema.json index f35f46c1a..0f7af5cfa 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,11 +48,6 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "فلانة", - "xdm:lastName": "الفلانية", - "xdm:fullName": "فلانة الفلانية" - }, { "xdm:firstName": "John", "xdm:middleName": "S", @@ -63,6 +58,11 @@ "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 0e7622fec..d0a7c4a00 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,14 +16,6 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples -```json -{ - "xdm:firstName": "فلانة", - "xdm:lastName": "الفلانية", - "xdm:fullName": "فلانة الفلانية" -} -``` - ```json { "xdm:firstName": "John", @@ -41,6 +33,14 @@ In addition, a number of optional properties are made available that can be used } ``` +```json +{ + "xdm:firstName": "فلانة", + "xdm:lastName": "الفلانية", + "xdm:fullName": "فلانة الفلانية" +} +``` + # Person Name Properties diff --git a/docs/reference/context/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 16eed8460..10ab78c03 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,9 +46,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } }, { @@ -60,14 +65,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ] diff --git a/docs/reference/context/webinfo.schema.md b/docs/reference/context/webinfo.schema.md index 4356d10d1..8d74ad027 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,9 +31,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "xdm:webReferrer": { - "xdm:URL": "https://www.some-adserver.com", - "xdm:referrerType": "external" + "xdm:URL": "https://www.example.com/products", + "xdm:type": "internal" } } ``` @@ -48,14 +53,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` From 2f2d7f62420bc8441f5ac7774da941b3dc3eae0c Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 15:40:16 +0000 Subject: [PATCH 53/83] [trivial] more line breaks --- bin/show-stablization-candidates.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index 867b694fa..b57906db4 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -96,7 +96,10 @@ function getSchemaChangesSinceRevision(schema, revision) { // Build markdown header function buildHeader() { - return `# Stabilization Candidates\n_Generated on **${(new Date()).toString()}**_` + return `# Stabilization Candidates + +_Generated on **${(new Date()).toString()}**_ +` } // Build markdown footer From f3b8514bf37e78d65145cbe7a142b570af9f594c Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 15:41:38 +0000 Subject: [PATCH 54/83] [trivial] lint --- STABILIZING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 6210696b4..53c58c8e8 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,4 +1,5 @@ # Stabilization Candidates + _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| @@ -13,7 +14,7 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/assets/layer.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/assets/rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/assets/resource-event.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/variable-unit-rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 23:53:01 GMT+0000 (UTC)|c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/variable-unit-rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 23:53:01 GMT+0000 (UTC)|c37d2e9 Rename 'stLayer:_' properties to 'xdm:_'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/assets/video.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/channels/adm.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/channels/agency.schema.json|experimental|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|8eb8737 Add communication channel to experienceEvent, Add new Metrics.| @@ -45,7 +46,7 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/common/event/unpublished.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/event/updated.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/eventenvelope.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/extensible.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 04 2018 13:28:46 GMT+0000 (UTC)|d2a77b9 Merge branch 'master' into platform-pr-stabilizing-09
ccbcb77 Remove instances of old 'stLayer' prefix
c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
e052510 Update extensible.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| +|schemas/common/extensible.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 04 2018 13:28:46 GMT+0000 (UTC)|d2a77b9 Merge branch 'master' into platform-pr-stabilizing-09
ccbcb77 Remove instances of old 'stLayer' prefix
c37d2e9 Rename 'stLayer:_' properties to 'xdm:_'
e052510 Update extensible.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/geo.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/identity-provider.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/common/organization.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 17:25:20 GMT+0000 (UTC)|3da9a68 Update organization.schema.json
e278271 Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| @@ -139,5 +140,3 @@ _Generated on **Wed May 02 2018 15:32:01 GMT+0000 (UTC)**_ |schemas/external/schema/geocircle.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/external/schema/geocoordinates.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| |schemas/external/schema/geoshape.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| - - From c653475f12ab921c804e2d20cfb1ab0329177b7d Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 15:50:49 +0000 Subject: [PATCH 55/83] [ci skip] updating documentation --- STABILIZING.md | 6 +- docs/reference/README.md | 102 +++++++++--------- .../common/eventenvelope.schema.json | 54 +++++----- docs/reference/common/eventenvelope.schema.md | 60 +++++------ docs/reference/common/page.schema.json | 2 +- docs/reference/common/page.schema.md | 2 +- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 14 +-- docs/reference/context/webinfo.schema.json | 18 ++-- docs/reference/context/webinfo.schema.md | 18 ++-- docs/reference/external/hal/hal.schema.json | 48 ++++----- docs/reference/external/hal/hal.schema.md | 54 +++++----- 12 files changed, 194 insertions(+), 194 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 5d94753b2..5c0a9db4f 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 15:39:47 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 15:50:49 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| @@ -72,7 +72,7 @@ _Generated on **Wed May 02 2018 15:39:47 GMT+0000 (UTC)**_ |schemas/context/environment.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Apr 09 2018 10:26:01 GMT+0000 (UTC)|9da39d2 Merge branch 'master' into platform-pr-stabilizing-09
7270577 [trivial] typo
d47644d Update environment.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/experienceevent.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:32:18 GMT+0000 (UTC)|cf7779a Update experienceevent.schema.json
b7bfb99 Renamed field in ExperienceContext, according to #170
c1bd8fa Renamed location context to place context, according to #170
ea82e47 Merge branch 'master' into platform-pr-web
2774a9e [trivial] sort channels alphabetically, fix typo
0f38523 Make channel a URI
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
c334796 Merge branch 'master' into platform-pr-web
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
9d483c8 Merge branch 'master' into platform-pr-web
3b487f6 Rename web to webinfo
742fc8d Add web schema in context folder for experience event
| |schemas/context/identity.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/implementationdetails.schema.json|undefined|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|f3b8514 [trivial] lint| +|schemas/context/implementationdetails.schema.json|undefined|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|e09ef49 Merge branch 'master' of github.com:adobe/xdm| |schemas/context/marketing.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:37:08 GMT+0000 (UTC)|266fca9 Update marketing.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/namespace.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/optinout.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|2774a9e [trivial] sort channels alphabetically, fix typo
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| @@ -85,7 +85,7 @@ _Generated on **Wed May 02 2018 15:39:47 GMT+0000 (UTC)**_ |schemas/context/pushnotificationtoken.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:39:27 GMT+0000 (UTC)|a594370 Update pushnotificationtoken.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| |schemas/context/search.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|db1e50b Add convenience script for mass-updating schemas| |schemas/context/subscription.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/webinfo.schema.json|undefined|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|Wed May 02 2018 15:41:38 GMT+0000 (UTC)|f3b8514 [trivial] lint| +|schemas/context/webinfo.schema.json|undefined|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|e09ef49 Merge branch 'master' of github.com:adobe/xdm| |schemas/context/webinteraction.schema.json|experimental|Wed Apr 11 2018 21:26:56 GMT+0000 (UTC)|Thu Apr 12 2018 07:51:06 GMT+0000 (UTC)|4d334eb Fixed description for web interaction
4530775 Corrected types
313417f Renamed weblink to webinteraction Updated examples
| |schemas/context/webpageview.schema.json|experimental|Wed Apr 11 2018 21:19:27 GMT+0000 (UTC)|Thu Apr 12 2018 07:47:14 GMT+0000 (UTC)|4a9aeea Improved description for web page view
d7418c4 Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView
930d727 Renamed webPage to webPageView Updated all examples
| |schemas/context/webreferrer.schema.json|experimental|Mon Apr 09 2018 18:50:04 GMT+0000 (UTC)|Thu Apr 12 2018 07:21:57 GMT+0000 (UTC)|3a96ff1 Updated webreferrer description
77b6a74 Update webreferrer.schema.json
ebca7ac Simplified Type
cc7d220 added support for unknown/noJs Added legacy support for Usenet
3a15a31 Added support for unknown/noJavascript Added legacy support for usenet
4a8f0a8 Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.
| diff --git a/docs/reference/README.md b/docs/reference/README.md index 72b6970b5..07c35f791 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,6 +4,35 @@ +## /assets/ + +* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) +* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) +* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) +* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) +* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) +* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) +* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Experimental) +* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) +* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) +* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) +* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) +* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) +* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) +* [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) +* [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) @@ -27,22 +56,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) -## /assets/ - -* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) -* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) -* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) -* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) -* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) -* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) -* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Experimental) -* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) -* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) -* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) -* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) -* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) -* [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) @@ -53,19 +66,6 @@ * [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) -* [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) -* [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/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -126,12 +126,6 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -142,19 +136,17 @@ * [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/activity-streams-2/ +## /content/repository-policies/ -* [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) +* [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) + +## /external/schema/ + +* [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/hal/ @@ -171,9 +163,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) -## /external/schema/ +## /external/activity-streams-2/ -* [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) +* [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/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 5e1c011ad..a1d7a0758 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -41,33 +41,6 @@ ], "meta:status": "experimental", "examples": [ - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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/created", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -142,6 +115,33 @@ "xdm:path": "/content/geometrixx/en/vintage.html" } }, + { + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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/unpublished", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 4def26ec1..a666fdc0c 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -19,36 +19,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ## EventEnvelope Examples -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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/created", @@ -132,6 +102,36 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` +```json +{ + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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/unpublished", 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 33535c04d..1f760b0e8 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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 0f7af5cfa..f92e84b74 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,17 +48,17 @@ ], "meta:status": "experimental", "examples": [ + { + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" + }, { "xdm:firstName": "John", "xdm:middleName": "S", "xdm:lastName": "Doe", "xdm:fullName": "John S. Doe" }, - { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" - }, { "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", diff --git a/docs/reference/context/person-name.schema.md b/docs/reference/context/person-name.schema.md index d0a7c4a00..29b327d19 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -18,18 +18,18 @@ In addition, a number of optional properties are made available that can be used ```json { - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" } ``` ```json { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" } ``` diff --git a/docs/reference/context/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 10ab78c03..16eed8460 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -46,14 +46,9 @@ "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } }, { @@ -65,9 +60,14 @@ "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "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 8d74ad027..4356d10d1 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -31,14 +31,9 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, - "xdm:webInteraction": { - "xdm:type": "other", - "xdm:URL": "#stores", - "xdm:name": "product store" - }, "xdm:webReferrer": { - "xdm:URL": "https://www.example.com/products", - "xdm:type": "internal" + "xdm:URL": "https://www.some-adserver.com", + "xdm:referrerType": "external" } } ``` @@ -53,9 +48,14 @@ Information recorded via an `ExperienceEvent` that is specific to the World Wide "xdm:errorPage": false, "xdm:homePage": true }, + "xdm:webInteraction": { + "xdm:type": "other", + "xdm:URL": "#stores", + "xdm:name": "product store" + }, "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.schema.json b/docs/reference/external/hal/hal.schema.json index 3fa44f991..7bcb6625f 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -296,30 +296,6 @@ "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 +340,30 @@ "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 d1722171b..f6525465f 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -39,33 +39,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_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 -} -``` - ```json { "_links": { @@ -114,6 +87,33 @@ This external schema definition allows adding HAL expressions into an existing s } ``` +```json +{ + "_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 +} +``` + # HAL Resource Properties From bce33c4445084dfe505007d2ad2fb0344acbf0bb Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 15:51:26 +0000 Subject: [PATCH 56/83] [trivial] ignore STABILIZING in linter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9661226c5..fa03d0053 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas", "test": "mocha", "lint": - "prettier --write *.json *.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", + "prettier --write *.json CHANGELOG.md CONTRIBUTING.md README.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", "lint-quick": "pretty-quick", "package": "npm run markdown && curl -o \"./node_modules/markdown-importer-0.0.4-jar-with-dependencies.jar\" -C - https://artifactory.corp.adobe.com/artifactory/maven-markdown-tools-release/io/adobe/udp/markdown-importer/0.0.4/markdown-importer-0.0.4-jar-with-dependencies.jar && java -jar ./node_modules/markdown-importer-0.0.4-jar-with-dependencies.jar markdown2aem.yaml", From 643af226ebb84d644f35b8cf8a0d42f174a820e7 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 17:53:37 +0200 Subject: [PATCH 57/83] Stabilize language-alternatives --- schemas/assets/language-alternative.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/assets/language-alternative.schema.json b/schemas/assets/language-alternative.schema.json index 00b0d71c6..5e452c7f2 100644 --- a/schemas/assets/language-alternative.schema.json +++ b/schemas/assets/language-alternative.schema.json @@ -28,5 +28,5 @@ } } }, - "meta:status": "experimental" + "meta:status": "stabilizing" } From 9abe73a4fe0e381c89695fe8cfb696503b069827 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 16:36:15 +0000 Subject: [PATCH 58/83] [trivial] nicer status reporting --- bin/show-stablization-candidates.js | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index b57906db4..be287be8a 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -81,7 +81,7 @@ function getSchemaChangesSinceRevision(schema, revision) { for (idx in git_revisions) { let rev_id = git_revisions[idx] let rev_desc = (execp(`git log -1 --decorate=auto --oneline ${rev_id}`)).trim() - let rev_msg = rev_desc.split(' ').splice(1).join(' ') + let rev_msg = rev_desc.split(' ').splice(1).join(' ').replace(/"/g, "'"); let rev_date = new Date(execp(`git log -1 -s --format=%ct ${rev_id}`)*1000) commits.push({ id: rev_id, @@ -119,11 +119,11 @@ function buildGitLog(commits) { for (idx in commits) { let item = commits[idx] if (log.length > 0) { - log += "
" + log += " " } - log += item.desc + log += `[${item.id.substr(0,7)}](https://github.com/adobe/xdm/commit/${item.id} "${item.msg}")`; } - return `${log.trim()}` + return `${log.trim()}` } // Generate markdown table for all schemas + revision details @@ -134,14 +134,26 @@ function generateMarkdownTable(schemaDetailMap) { for (idx in keys) { let schema = keys[idx] let details = schemaDetailMap[schema] - let date_state = details.latest.date - let date_nontrivial = date_state + let date_state = details.latest.date; // Math.floor((Date.now() - details.latest.date) / 1000 / 3600 / 24) + let date_nontrivial = date_state; //Math.floor((Date.now() - date_state) / 1000 / 3600 / 24) for (cidx in details.commits) { let commit = details.commits[cidx] if (!commit.trivial && commit.date > date_nontrivial) { date_nontrivial = commit.date } } + + //format dates + date_state = Math.floor((Date.now() - date_state) / 1000 / 3600 / 24); + if (date_state>30) { + date_state = "**" + date_state + "**" + } + + date_nontrivial = Math.floor((Date.now() - date_nontrivial) / 1000 / 3600 / 24); + if (date_nontrivial>30) { + date_nontrivial = "**" + date_nontrivial + "**" + } + md += `|${schema}|${details.latest.status}|${date_state}|${date_nontrivial}|${buildGitLog(details.commits)}|\n` } return md From f056d0b4153f66b628814fb7e12132f1a0fba1cb Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 16:35:10 +0000 Subject: [PATCH 59/83] [ci skip] updating documentation --- STABILIZING.md | 276 +++++++++--------- docs/reference/README.md | 78 ++--- .../common/eventenvelope.schema.json | 52 ++-- docs/reference/common/eventenvelope.schema.md | 52 ++-- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 16 +- 6 files changed, 242 insertions(+), 242 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 5c0a9db4f..7ccf60f31 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,145 +1,145 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 15:50:49 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 16:35:10 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|schemas/assets/aggregated-asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/artboard.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/copyright-owner.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/font.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/image.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/language-alternative.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/layer-group.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/layer.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/resource-event.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/variable-unit-rectangular.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 23:53:01 GMT+0000 (UTC)|c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/assets/video.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/adm.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/agency.schema.json|experimental|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|8eb8737 Add communication channel to experienceEvent, Add new Metrics.| -|schemas/channels/apns.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/application.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/baidu.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/channel.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/direct-mail.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/email.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/facebook-feed.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/fax.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/gcm.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/line.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/mobile-app.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/mpns.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/phone.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/sms.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/twitter-feed.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/web.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/wechat.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/channels/wns.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/address.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 17:22:55 GMT+0000 (UTC)|d0bc684 Move common schemas for 0.9 to "stabilizing"
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/auditable.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/event/created.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/event/deleted.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/event/emitted.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/event/published.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/event/rejected.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|db1e50b Add convenience script for mass-updating schemas| -|schemas/common/event/unpublished.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/event/updated.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/eventenvelope.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/extensible.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 04 2018 13:28:46 GMT+0000 (UTC)|d2a77b9 Merge branch 'master' into platform-pr-stabilizing-09
ccbcb77 Remove instances of old 'stLayer' prefix
c37d2e9 Rename 'stLayer:*' properties to 'xdm:*'
e052510 Update extensible.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/geo.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/identity-provider.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/organization.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 03 2018 17:25:20 GMT+0000 (UTC)|3da9a68 Update organization.schema.json
e278271 Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/page.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/principal.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/common/selfservice.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 26 2018 22:55:16 GMT+0000 (UTC)|4d36de1 Update 'xdm/selfservice' to 'xdm/common/selfservice'
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/component-container.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/componentized-page.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/content.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/page-component.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/product.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/productlistitem.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/repository-policies/encryption.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/repository-policies/quota.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/repository-policies/versioning.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/content/repository.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/browserdetails.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:34:32 GMT+0000 (UTC)|f8d9f8b Update browserdetails.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/commerce.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:34:57 GMT+0000 (UTC)|a424944 Update commerce.schema.json
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/device.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 19 2018 07:32:00 GMT+0000 (UTC)|7ac8281 Merge branch 'master' into campaign-extensions-experienceEvent
a7400fd [trivial] fixes suggested in review. Iteration #4.
6c98f3c Update device.schema.json
ac9024e Fix Issue #206 Adding Campaign's extension of Experience Events.
e278271 Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/emailaddress.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:14:05 GMT+0000 (UTC)|6ad49e7 Update emailaddress.schema.json
cfcfd58 Update emailaddress.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/enduserids.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Tue Apr 10 2018 09:05:07 GMT+0000 (UTC)|cd0c125 Merge branch 'master' into platform-pr-stabilizing-09
c231497 Update enduserids.schema.json
11d47c5 Update enduserids.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/environment.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Apr 09 2018 10:26:01 GMT+0000 (UTC)|9da39d2 Merge branch 'master' into platform-pr-stabilizing-09
7270577 [trivial] typo
d47644d Update environment.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/experienceevent.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:32:18 GMT+0000 (UTC)|cf7779a Update experienceevent.schema.json
b7bfb99 Renamed field in ExperienceContext, according to #170
c1bd8fa Renamed location context to place context, according to #170
ea82e47 Merge branch 'master' into platform-pr-web
2774a9e [trivial] sort channels alphabetically, fix typo
0f38523 Make channel a URI
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
c334796 Merge branch 'master' into platform-pr-web
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
9d483c8 Merge branch 'master' into platform-pr-web
3b487f6 Rename web to webinfo
742fc8d Add web schema in context folder for experience event
| -|schemas/context/identity.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/implementationdetails.schema.json|undefined|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|e09ef49 Merge branch 'master' of github.com:adobe/xdm| -|schemas/context/marketing.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:37:08 GMT+0000 (UTC)|266fca9 Update marketing.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/namespace.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/optinout.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 05 2018 13:50:43 GMT+0000 (UTC)|2774a9e [trivial] sort channels alphabetically, fix typo
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/person-name.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Apr 09 2018 09:34:07 GMT+0000 (UTC)|9056b22 [trivial] fix formatting
6743faf 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 Update the description for first name
a97da99 Merge branch 'master' into platform-pr-personname
dc1f3ea reverting to last/first from given/surname
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/person.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/phonenumber.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 22:18:41 GMT+0000 (UTC)|d763dde Update phonenumber.schema.json
acb4818 Update phonenumber.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/place.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/placecontext.schema.json|experimental|Thu Apr 12 2018 07:18:17 GMT+0000 (UTC)|Thu Apr 12 2018 07:18:17 GMT+0000 (UTC)|c1bd8fa Renamed location context to place context, according to #170| -|schemas/context/profile.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/pushnotificationtoken.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 21:39:27 GMT+0000 (UTC)|a594370 Update pushnotificationtoken.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/search.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|db1e50b Add convenience script for mass-updating schemas| -|schemas/context/subscription.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/context/webinfo.schema.json|undefined|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|Wed May 02 2018 15:52:45 GMT+0000 (UTC)|e09ef49 Merge branch 'master' of github.com:adobe/xdm| -|schemas/context/webinteraction.schema.json|experimental|Wed Apr 11 2018 21:26:56 GMT+0000 (UTC)|Thu Apr 12 2018 07:51:06 GMT+0000 (UTC)|4d334eb Fixed description for web interaction
4530775 Corrected types
313417f Renamed weblink to webinteraction Updated examples
| -|schemas/context/webpageview.schema.json|experimental|Wed Apr 11 2018 21:19:27 GMT+0000 (UTC)|Thu Apr 12 2018 07:47:14 GMT+0000 (UTC)|4a9aeea Improved description for web page view
d7418c4 Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView
930d727 Renamed webPage to webPageView Updated all examples
| -|schemas/context/webreferrer.schema.json|experimental|Mon Apr 09 2018 18:50:04 GMT+0000 (UTC)|Thu Apr 12 2018 07:21:57 GMT+0000 (UTC)|3a96ff1 Updated webreferrer description
77b6a74 Update webreferrer.schema.json
ebca7ac Simplified Type
cc7d220 added support for unknown/noJs Added legacy support for Usenet
3a15a31 Added support for unknown/noJavascript Added legacy support for usenet
4a8f0a8 Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.
| -|schemas/data/abandons.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/bounces.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/checkouts.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/clicks.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/datasource.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 05 2018 18:52:57 GMT+0000 (UTC)|9d82ca9 Fixing type in the description for code in datasource.schema.json
290384d json lint cleanup
445fc3e Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/discount.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/impressions.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/link-clicks.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/measure.schema.json|stabilizing|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Fri Apr 06 2018 18:00:13 GMT+0000 (UTC)|3d5ce83 Update measure.schema.json
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/metricdefinition.schema.json|experimental|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition| -|schemas/data/metrics.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 15:43:38 GMT+0000 (UTC)|c880dc3 Merge branch 'master' into Add-ExperienceEvent-Application-Metrics
be21240 @trivial Adding Descriptions to the newly added metrics.
3974c48 Merge branch 'master' into Add-ExperienceEvent-Application-Metrics
ee08f24 Corrected typo
80afff1 Improved english
added16 Simple spelling corrections.
e027467 Added missing descriptions. Improved descriptions
8eb8737 Add communication channel to experienceEvent, Add new Metrics.
7a80f3f Lint + validation
2343eda Addition of core application metrics for desktop and mobile applications.
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/mirror-pages.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/non-deliverables.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/not-sent.schema.json|experimental|Mon Apr 09 2018 10:05:13 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
7a512be Add missing schemas for metrics- not-sent, opens, unsubscriptions.
| -|schemas/data/opens.schema.json|experimental|Mon Apr 09 2018 10:05:13 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
7a512be Add missing schemas for metrics- not-sent, opens, unsubscriptions.
| -|schemas/data/order.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/page-views.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/paymentitem.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Mon Mar 12 2018 19:06:43 GMT+0000 (UTC)|9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/product-list-adds.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/product-list-opens.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/product-list-removals.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/product-list-reopens.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/product-list-views.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/product-views.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/purchases.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/save-for-laters.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/sends.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/data/unsubscriptions.schema.json|experimental|Mon Apr 09 2018 10:05:13 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
7a512be Add missing schemas for metrics- not-sent, opens, unsubscriptions.
| -|schemas/data/user-complaints.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Apr 12 2018 19:26:24 GMT+0000 (UTC)|163bf54 Renamed metric->metricdefinition
9943569 Add updated schemas from lint
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/activity.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/collection-page.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/collection.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/context.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/document.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/id.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/image.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/link.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/object.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/rdf-langstring.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/activity-streams-2/type.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/hal/hal-link.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/hal/hal.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/accesscontrolentry.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Wed Apr 25 2018 14:21:14 GMT+0000 (UTC)|142bd63 Add repo:inheritance to accesscontrolentry
abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/accesscontrolpolicy.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/asset.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/common.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/directory.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/effectiveprivileges.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
5027e8c Rename 'xdm/base/effectiveprivileges' to 'xdm/external/repo/effectiveprivileges'
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/repo/sub-directory.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/schema/geocircle.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/schema/geocoordinates.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| -|schemas/external/schema/geoshape.schema.json|experimental|Mon Mar 12 2018 19:05:54 GMT+0000 (UTC)|Thu Mar 29 2018 15:06:18 GMT+0000 (UTC)|abff929 @Fixing lint errors. #accept-whatever-linter-says.
db1e50b Add convenience script for mass-updating schemas
| +|schemas/assets/aggregated-asset.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/copyright-owner.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/language-alternative.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/rectangular.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|28|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|27|27|[8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| +|schemas/channels/apns.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/address.schema.json|stabilizing|**50**|28|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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.schema.json|experimental|**50**|**50**|[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/event/created.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|schemas/common/event/unpublished.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**50**|[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/extensible.schema.json|stabilizing|**50**|28|[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") [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.schema.json|experimental|**50**|**50**|[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/identity-provider.schema.json|experimental|**50**|**50**|[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/organization.schema.json|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/page.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**36**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**50**|[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/browserdetails.schema.json|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce.schema.json|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|schemas/context/device.schema.json|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress.schema.json|stabilizing|**50**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids.schema.json|stabilizing|**50**|22|[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") [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/environment.schema.json|stabilizing|**50**|23|[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") [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/experienceevent.schema.json|stabilizing|**50**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| +|schemas/context/identity.schema.json|experimental|**50**|**50**|[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/implementationdetails.schema.json|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| +|schemas/context/marketing.schema.json|stabilizing|**50**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/namespace.schema.json|experimental|**50**|**50**|[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/optinout.schema.json|experimental|**50**|27|[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.schema.json|experimental|**50**|23|[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.schema.json|experimental|**50**|**50**|[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/phonenumber.schema.json|stabilizing|**50**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/place.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|20|20|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| +|schemas/context/profile.schema.json|experimental|**50**|**50**|[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/pushnotificationtoken.schema.json|stabilizing|**50**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/search.schema.json|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|schemas/context/subscription.schema.json|experimental|**50**|**50**|[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/webinfo.schema.json|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| +|schemas/context/webinteraction.schema.json|experimental|20|20|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| +|schemas/context/webpageview.schema.json|experimental|20|20|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| +|schemas/context/webreferrer.schema.json|experimental|22|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|schemas/data/abandons.schema.json|experimental|**50**|19|[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/bounces.schema.json|experimental|**50**|19|[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/checkouts.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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/datasource.schema.json|experimental|**50**|26|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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.schema.json|experimental|**50**|**50**|[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/impressions.schema.json|experimental|**50**|19|[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/link-clicks.schema.json|experimental|**50**|19|[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/measure.schema.json|stabilizing|**50**|25|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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/metricdefinition.schema.json|experimental|19|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| +|schemas/data/metrics.schema.json|experimental|**50**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages.schema.json|experimental|**50**|19|[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/non-deliverables.schema.json|experimental|**50**|19|[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/not-sent.schema.json|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|schemas/data/opens.schema.json|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|schemas/data/order.schema.json|experimental|**50**|**50**|[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/page-views.schema.json|experimental|**50**|19|[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/paymentitem.schema.json|experimental|**50**|**50**|[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-adds.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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/purchases.schema.json|experimental|**50**|19|[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/save-for-laters.schema.json|experimental|**50**|19|[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/sends.schema.json|experimental|**50**|19|[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/unsubscriptions.schema.json|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|schemas/data/user-complaints.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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/accesscontrolentry.schema.json|experimental|**50**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 07c35f791..9992162a7 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,19 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) -* [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) -* [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) @@ -56,6 +43,19 @@ * [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) +* [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) +* [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) @@ -126,21 +126,19 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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) - -## /content/repository-policies/ +## /external/activity-streams-2/ -* [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) +* [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) ## /external/schema/ @@ -163,17 +161,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/activity-streams-2/ +## /content/repository-policies/ -* [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) +* [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/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) diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index a1d7a0758..81f5f4d56 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -61,7 +61,11 @@ "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", "repo:assetID": "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" + "@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\"" } }, { @@ -92,54 +96,50 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@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/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:assetID": "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" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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/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 a666fdc0c..dea3f835e 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -40,7 +40,11 @@ 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:assetID": "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" + "@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\"" } } ``` @@ -77,57 +81,53 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@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/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:assetID": "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" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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/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/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index f92e84b74..946614f2d 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,11 +48,6 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" - }, { "xdm:firstName": "John", "xdm:middleName": "S", @@ -63,6 +58,11 @@ "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 29b327d19..d7a5bf175 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,14 +16,6 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples -```json -{ - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" -} -``` - ```json { "xdm:firstName": "John", @@ -41,6 +33,14 @@ In addition, a number of optional properties are made available that can be used } ``` +```json +{ + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" +} +``` + # Person Name Properties From a83d4df677ff2e33da6433b3c4dc08c31dee44e7 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 16:42:21 +0000 Subject: [PATCH 60/83] [ci skip] updating documentation --- STABILIZING.md | 276 +++++++++--------- docs/reference/README.md | 120 ++++---- .../common/eventenvelope.schema.json | 40 +-- docs/reference/common/eventenvelope.schema.md | 40 +-- docs/reference/external/hal/hal.schema.json | 48 +-- docs/reference/external/hal/hal.schema.md | 54 ++-- 6 files changed, 289 insertions(+), 289 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 7ccf60f31..b5ac8727d 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,145 +1,145 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 16:35:10 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|schemas/assets/aggregated-asset.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/copyright-owner.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/language-alternative.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/rectangular.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|28|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|27|27|[8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| -|schemas/channels/apns.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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/address.schema.json|stabilizing|**50**|28|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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.schema.json|experimental|**50**|**50**|[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/event/created.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|schemas/common/event/unpublished.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**50**|[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/extensible.schema.json|stabilizing|**50**|28|[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") [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.schema.json|experimental|**50**|**50**|[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/identity-provider.schema.json|experimental|**50**|**50**|[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/organization.schema.json|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/page.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**36**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**50**|[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/browserdetails.schema.json|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce.schema.json|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|schemas/context/device.schema.json|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress.schema.json|stabilizing|**50**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids.schema.json|stabilizing|**50**|22|[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") [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/environment.schema.json|stabilizing|**50**|23|[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") [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/experienceevent.schema.json|stabilizing|**50**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| -|schemas/context/identity.schema.json|experimental|**50**|**50**|[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/implementationdetails.schema.json|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| -|schemas/context/marketing.schema.json|stabilizing|**50**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/namespace.schema.json|experimental|**50**|**50**|[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/optinout.schema.json|experimental|**50**|27|[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.schema.json|experimental|**50**|23|[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.schema.json|experimental|**50**|**50**|[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/phonenumber.schema.json|stabilizing|**50**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/place.schema.json|experimental|**50**|**50**|[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.schema.json|experimental|20|20|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| -|schemas/context/profile.schema.json|experimental|**50**|**50**|[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/pushnotificationtoken.schema.json|stabilizing|**50**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/search.schema.json|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|schemas/context/subscription.schema.json|experimental|**50**|**50**|[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/webinfo.schema.json|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| -|schemas/context/webinteraction.schema.json|experimental|20|20|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| -|schemas/context/webpageview.schema.json|experimental|20|20|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| -|schemas/context/webreferrer.schema.json|experimental|22|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| -|schemas/data/abandons.schema.json|experimental|**50**|19|[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/bounces.schema.json|experimental|**50**|19|[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/checkouts.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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/datasource.schema.json|experimental|**50**|26|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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.schema.json|experimental|**50**|**50**|[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/impressions.schema.json|experimental|**50**|19|[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/link-clicks.schema.json|experimental|**50**|19|[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/measure.schema.json|stabilizing|**50**|25|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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/metricdefinition.schema.json|experimental|19|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| -|schemas/data/metrics.schema.json|experimental|**50**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages.schema.json|experimental|**50**|19|[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/non-deliverables.schema.json|experimental|**50**|19|[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/not-sent.schema.json|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|schemas/data/opens.schema.json|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|schemas/data/order.schema.json|experimental|**50**|**50**|[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/page-views.schema.json|experimental|**50**|19|[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/paymentitem.schema.json|experimental|**50**|**50**|[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-adds.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|19|[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/purchases.schema.json|experimental|**50**|19|[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/save-for-laters.schema.json|experimental|**50**|19|[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/sends.schema.json|experimental|**50**|19|[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/unsubscriptions.schema.json|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|schemas/data/user-complaints.schema.json|experimental|**50**|19|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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/accesscontrolentry.schema.json|experimental|**50**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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.schema.json|experimental|**50**|**34**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/language-alternative](schemas/assets/language-alternative.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|28|[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|**50**|**50**|[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|**50**|**50**|[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|27|27|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/address](schemas/common/address.schema.json)|stabilizing|**50**|28|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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|**50**|**50**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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/extensible](schemas/common/extensible.schema.json)|stabilizing|**50**|28|[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") [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|**50**|**50**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**50**|**50**|[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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/page](schemas/common/page.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**36**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**50**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**50**|22|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**50**|23|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**50**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| +|[schemas/context/identity](schemas/context/identity.schema.json)|experimental|**50**|**50**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "[trivial] link to candidates")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**50**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/namespace](schemas/context/namespace.schema.json)|experimental|**50**|**50**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**50**|27|[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|**50**|23|[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|**50**|**50**|[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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**50**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/place](schemas/context/place.schema.json)|experimental|**50**|**50**|[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|20|20|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| +|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**50**|**50**|[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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**50**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/search](schemas/context/search.schema.json)|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**50**|**50**|[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/webinfo](schemas/context/webinfo.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "[trivial] link to candidates")| +|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|20|20|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| +|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|20|20|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|22|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**50**|19|[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/bounces](schemas/data/bounces.schema.json)|experimental|**50**|19|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**50**|19|[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|**50**|19|[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/datasource](schemas/data/datasource.schema.json)|experimental|**50**|26|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**50**|**50**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**50**|19|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**50**|19|[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/measure](schemas/data/measure.schema.json)|stabilizing|**50**|25|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|19|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| +|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**50**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**50**|19|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**50**|19|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/order](schemas/data/order.schema.json)|experimental|**50**|**50**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**50**|19|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**50**|**50**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**50**|19|[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|**50**|19|[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|**50**|19|[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|**50**|19|[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|**50**|19|[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|**50**|19|[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/purchases](schemas/data/purchases.schema.json)|experimental|**50**|19|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**50**|19|[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/sends](schemas/data/sends.schema.json)|experimental|**50**|19|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**50**|19|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**50**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 9992162a7..faeb145c1 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,29 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) -## /channels/ - -* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) -* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) -* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) -* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) -* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) -* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) -* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) -* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) -* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) -* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) -* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) -* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) -* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) -* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) -* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) -* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) -* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) -* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) -* [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) @@ -66,33 +43,28 @@ * [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) -## /context/ +## /channels/ -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) +* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) +* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) +* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) +* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) +* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) +* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) +* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) +* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) +* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) +* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) +* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) +* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) +* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) +* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) +* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) +* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) +* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) +* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) +* [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) ## /data/ @@ -126,6 +98,39 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) +## /context/ + +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (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/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -146,11 +151,6 @@ * [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/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/repo/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -161,12 +161,6 @@ * [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) -## /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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -177,3 +171,9 @@ * [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) +## /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) + diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 81f5f4d56..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,53 +69,53 @@ } }, { - "@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:assetID": "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:assetID": "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" } }, { - "@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:assetID": "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:assetID": "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\"" } }, { diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index dea3f835e..4def26ec1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,56 +51,56 @@ 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:assetID": "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:assetID": "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" } } ``` ```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:assetID": "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:assetID": "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\"" } } ``` diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 7bcb6625f..3fa44f991 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -296,6 +296,30 @@ "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": { @@ -340,30 +364,6 @@ "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 f6525465f..d1722171b 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -39,6 +39,33 @@ This external schema definition allows adding HAL expressions into an existing s } ``` +```json +{ + "_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 +} +``` + ```json { "_links": { @@ -87,33 +114,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_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 -} -``` - # HAL Resource Properties From f491aea98dce9e5b352f34c5bfdbccb480ed6825 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 16:44:25 +0000 Subject: [PATCH 61/83] [trivial] link to candidates --- bin/show-stablization-candidates.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index be287be8a..0559d0837 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -153,6 +153,8 @@ function generateMarkdownTable(schemaDetailMap) { if (date_nontrivial>30) { date_nontrivial = "**" + date_nontrivial + "**" } + //link to schema, ignore extension + schema = `[${schema.replace(/\.schema\.json/, "")}](${schema})` md += `|${schema}|${details.latest.status}|${date_state}|${date_nontrivial}|${buildGitLog(details.commits)}|\n` } From 342a7607fc69f2051618d92dfbe392d0d3e12858 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 17:10:26 +0000 Subject: [PATCH 62/83] [trivial] group by status --- bin/show-stablization-candidates.js | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index 0559d0837..d0e6d733c 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -127,7 +127,7 @@ function buildGitLog(commits) { } // Generate markdown table for all schemas + revision details -function generateMarkdownTable(schemaDetailMap) { +function generateMarkdownTable(schemaDetailMap, status) { let keys = Object.keys(schemaDetailMap).sort() let md = '|Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change|\n' + '|------|------|--------------------|-----------------------|----------------------------------|\n' @@ -155,8 +155,9 @@ function generateMarkdownTable(schemaDetailMap) { } //link to schema, ignore extension schema = `[${schema.replace(/\.schema\.json/, "")}](${schema})` - - md += `|${schema}|${details.latest.status}|${date_state}|${date_nontrivial}|${buildGitLog(details.commits)}|\n` + if (details.latest.status == status) { + md += `|${schema}|${details.latest.status}|${date_state}|${date_nontrivial}|${buildGitLog(details.commits)}|\n` + } } return md } @@ -178,7 +179,20 @@ function main() { logDebug(`Found schema details: ${JSON.stringify(schemaDetailMap, null, '\t')}`) // Build table rows for each schema generate output in markdown format - let schemaTable = generateMarkdownTable(schemaDetailMap) + let schemaTable = ` +### Unknown Status, needs immediate attention + +${generateMarkdownTable(schemaDetailMap, undefined)} + +### Experimental Status + +${generateMarkdownTable(schemaDetailMap, "experimental")} + +### Stabilizing + +${generateMarkdownTable(schemaDetailMap, "stabilizing")} + +`; console.log(buildOutputBody(schemaTable)) } From ac675cde391bb49c7837b4705b323066b06ea11f Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 17:09:03 +0000 Subject: [PATCH 63/83] [ci skip] updating documentation --- STABILIZING.md | 51 ++++++---- docs/reference/README.md | 98 +++++++++---------- .../common/eventenvelope.schema.json | 30 +++--- docs/reference/common/eventenvelope.schema.md | 30 +++--- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 12 +-- 6 files changed, 124 insertions(+), 107 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index b5ac8727d..7ffb23cb4 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,17 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 17:09:03 GMT+0000 (UTC)**_ + + +### Unknown Status, needs immediate attention + +|Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| +|------|------|--------------------|-----------------------|----------------------------------| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| +|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| + + +### Experimental Status |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| @@ -37,7 +48,6 @@ _Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ |[schemas/channels/web](schemas/channels/web.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/address](schemas/common/address.schema.json)|stabilizing|**50**|28|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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|**50**|**50**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**50**|**34**|[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|**50**|**34**|[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")| @@ -47,10 +57,8 @@ _Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ |[schemas/common/event/unpublished](schemas/common/event/unpublished.schema.json)|experimental|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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/extensible](schemas/common/extensible.schema.json)|stabilizing|**50**|28|[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") [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|**50**|**50**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**50**|**50**|[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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/page](schemas/common/page.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**36**|[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")| @@ -64,28 +72,16 @@ _Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ |[schemas/content/repository-policies/quota](schemas/content/repository-policies/quota.schema.json)|experimental|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**50**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**50**|22|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**50**|23|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**50**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| |[schemas/context/identity](schemas/context/identity.schema.json)|experimental|**50**|**50**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "[trivial] link to candidates")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**50**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/namespace](schemas/context/namespace.schema.json)|experimental|**50**|**50**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**50**|27|[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|**50**|23|[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|**50**|**50**|[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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**50**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/place](schemas/context/place.schema.json)|experimental|**50**|**50**|[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|20|20|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| |[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**50**|**50**|[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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**50**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/search](schemas/context/search.schema.json)|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| |[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**50**|**50**|[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/webinfo](schemas/context/webinfo.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "[trivial] link to candidates")| |[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|20|20|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| |[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|20|20|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| |[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|22|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| @@ -97,7 +93,6 @@ _Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ |[schemas/data/discount](schemas/data/discount.schema.json)|experimental|**50**|**50**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**50**|19|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**50**|19|[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/measure](schemas/data/measure.schema.json)|stabilizing|**50**|25|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|19|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| |[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**50**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**50**|19|[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")| @@ -143,3 +138,25 @@ _Generated on **Wed May 02 2018 16:42:21 GMT+0000 (UTC)**_ |[schemas/external/schema/geoshape](schemas/external/schema/geoshape.schema.json)|experimental|**50**|**34**|[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/common/address](schemas/common/address.schema.json)|stabilizing|**50**|28|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**50**|28|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**50**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**50**|22|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**50**|23|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**50**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**50**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**50**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**50**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/measure](schemas/data/measure.schema.json)|stabilizing|**50**|25|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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")| + + + + diff --git a/docs/reference/README.md b/docs/reference/README.md index faeb145c1..8d6625679 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -66,6 +66,34 @@ * [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) +## /context/ + +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) + ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) @@ -98,38 +126,27 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) -## /context/ +## /common/event/ -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (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/hal/ +## /content/repository-policies/ -* [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) +* [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) + +## /external/schema/ + +* [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/activity-streams-2/ @@ -145,12 +162,6 @@ * [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/schema/ - -* [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/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -161,19 +172,8 @@ * [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) - -## /content/repository-policies/ +## /external/hal/ -* [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) +* [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) diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 5e1c011ad..fc3081eac 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -92,8 +92,8 @@ } }, { - "@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": { @@ -109,18 +109,15 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -136,10 +133,13 @@ "@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:assetID": "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\"" } }, { diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 4def26ec1..2f8cded59 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -77,8 +77,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```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": { @@ -94,21 +94,18 @@ 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:assetID": "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" } } ``` ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -124,10 +121,13 @@ 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:assetID": "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\"" } } ``` diff --git a/docs/reference/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 946614f2d..0f7af5cfa 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -54,15 +54,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 d7a5bf175..d0a7c4a00 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -27,17 +27,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": "فلانة الفلانية" } ``` From d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 19:11:15 +0200 Subject: [PATCH 64/83] Add status for implementation details --- schemas/context/implementationdetails.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/context/implementationdetails.schema.json b/schemas/context/implementationdetails.schema.json index 91e920a4e..660d9b8c5 100644 --- a/schemas/context/implementationdetails.schema.json +++ b/schemas/context/implementationdetails.schema.json @@ -10,6 +10,7 @@ "title": "Implementation Details", "type": "object", "meta:extensible": true, + "meta:status": "experimental", "description": "Details about the sdk, library or service used in an application's or web page's implementation of a service.", "definitions": { From 64111f7665bf74ac89e83fff56698700da105dfc Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 2 May 2018 19:12:07 +0200 Subject: [PATCH 65/83] Status for web info --- schemas/context/webinfo.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/context/webinfo.schema.json b/schemas/context/webinfo.schema.json index e9df7332d..ec88ef490 100644 --- a/schemas/context/webinfo.schema.json +++ b/schemas/context/webinfo.schema.json @@ -9,6 +9,7 @@ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Web Information", "type": "object", + "meta:status": "experimental", "description": "", "definitions": { "webinfo": { From 92ee2b660d4c83dc2aedd72b95200416d84bdbf9 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 17:24:04 +0000 Subject: [PATCH 66/83] [ci skip] updating documentation --- STABILIZING.md | 10 +-- docs/reference/README.md | 82 +++++++++---------- .../assets/language-alternative.schema.json | 2 +- .../assets/language-alternative.schema.md | 2 +- .../common/eventenvelope.schema.json | 32 ++++---- docs/reference/common/eventenvelope.schema.md | 32 ++++---- docs/reference/external/hal/hal.schema.json | 48 +++++------ docs/reference/external/hal/hal.schema.md | 54 ++++++------ .../repo/accesscontrolentry.schema.json | 10 +-- .../repo/accesscontrolentry.schema.md | 16 ++-- 10 files changed, 144 insertions(+), 144 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 7ffb23cb4..adec6103a 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,14 +1,14 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 17:09:03 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 17:24:04 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| -|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|undefined|-1|-1|[](https://github.com/adobe/xdm/commit/ "Merge branch 'master' of github.com:adobe/xdm")| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #294 from adobe/stabilize-language-alternatives")| +|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #294 from adobe/stabilize-language-alternatives")| ### Experimental Status @@ -21,7 +21,6 @@ _Generated on **Wed May 02 2018 17:09:03 GMT+0000 (UTC)**_ |[schemas/assets/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/language-alternative](schemas/assets/language-alternative.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**50**|**50**|[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")| @@ -142,7 +141,8 @@ _Generated on **Wed May 02 2018 17:09:03 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**50**|28|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**50**|0|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/address](schemas/common/address.schema.json)|stabilizing|**50**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**50**|28|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 8d6625679..4e0aa09ef 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,6 +4,16 @@ +## /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) @@ -12,7 +22,7 @@ * [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) * [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) * [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) -* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Experimental) +* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Stabilizing) * [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) * [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) * [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) @@ -20,29 +30,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) -* [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) -* [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) -* [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) - ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) @@ -66,6 +53,19 @@ * [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) +* [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) +* [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/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -126,6 +126,12 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -136,18 +142,6 @@ * [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) -## /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) - -## /external/schema/ - -* [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/activity-streams-2/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -162,6 +156,17 @@ * [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/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/schema/ + +* [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/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -172,8 +177,3 @@ * [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/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) - diff --git a/docs/reference/assets/language-alternative.schema.json b/docs/reference/assets/language-alternative.schema.json index 77381472c..03122823c 100644 --- a/docs/reference/assets/language-alternative.schema.json +++ b/docs/reference/assets/language-alternative.schema.json @@ -25,7 +25,7 @@ } } }, - "meta:status": "experimental", + "meta:status": "stabilizing", "examples": [ { "xdm:text": "Cogito, ergo sum", diff --git a/docs/reference/assets/language-alternative.schema.md b/docs/reference/assets/language-alternative.schema.md index e5f461077..57446f0ac 100644 --- a/docs/reference/assets/language-alternative.schema.md +++ b/docs/reference/assets/language-alternative.schema.md @@ -9,7 +9,7 @@ A tuple in a set of language alternatives, i.e. pairs of localized text and thei | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | |----------|------------|--------|--------------|-------------------|-----------------------|------------| -| Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | [assets/language-alternative.schema.json](assets/language-alternative.schema.json) | +| Cannot be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | [assets/language-alternative.schema.json](assets/language-alternative.schema.json) | ## Language Alternative Example ```json diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index fc3081eac..f26e89777 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -92,8 +92,8 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -109,15 +109,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:assetID": "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/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", "activitystreams:to": { @@ -133,17 +136,14 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" } }, { - "@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", diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 2f8cded59..76c68ba26 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -77,8 +77,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/published", - "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": { @@ -94,18 +94,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:assetID": "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/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", "activitystreams:to": { @@ -121,20 +124,17 @@ 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:assetID": "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" } } ``` ```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", diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 3fa44f991..7bcb6625f 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -296,30 +296,6 @@ "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 +340,30 @@ "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 d1722171b..f6525465f 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -39,33 +39,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_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 -} -``` - ```json { "_links": { @@ -114,6 +87,33 @@ This external schema definition allows adding HAL expressions into an existing s } ``` +```json +{ + "_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 +} +``` + # HAL Resource Properties diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index d856a9521..25cd5912a 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -109,11 +109,6 @@ ], "meta:status": "experimental", "examples": [ - { - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" - }, { "repo:principal": { "xdm:provider": { @@ -128,6 +123,11 @@ ], "repo:modifier": "grant", "repo:inheritance": "deep" + }, + { + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index 53aab5639..3ee15c481 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -13,14 +13,6 @@ Schema for the Access Control Entry for the Access Control List of a resource ## Access Control Entry Examples -```json -{ - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" -} -``` - ```json { "repo:principal": { @@ -39,6 +31,14 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` +```json +{ + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" +} +``` + # Access Control Entry Properties From b1b2ddf3ac7db213377b796a2b8ff5ce0688d5f4 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 17:32:46 +0000 Subject: [PATCH 67/83] [ci skip] updating documentation --- STABILIZING.md | 10 ++--- docs/reference/README.md | 44 +++++++++---------- .../assets/aggregated-asset.schema.md | 9 ---- docs/reference/assets/asset.schema.md | 9 ---- docs/reference/common/extensible.schema.json | 30 ++++++------- docs/reference/common/extensible.schema.md | 36 +++++++-------- 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 +- docs/reference/content/content.schema.md | 9 ---- .../content/page-component.schema.json | 8 ++-- .../content/page-component.schema.md | 14 +++--- .../reference/context/person-name.schema.json | 12 ++--- docs/reference/context/person-name.schema.md | 18 ++++---- .../repo/accesscontrolentry.schema.json | 10 ++--- .../repo/accesscontrolentry.schema.md | 16 +++---- .../reference/external/repo/asset.schema.json | 5 +-- docs/reference/external/repo/asset.schema.md | 9 ---- 19 files changed, 120 insertions(+), 157 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index adec6103a..96d3d94f0 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,14 +1,14 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 17:24:04 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 17:32:46 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #294 from adobe/stabilize-language-alternatives")| -|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #294 from adobe/stabilize-language-alternatives")| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #287 from adobe/pr-217-assetid")| +|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #287 from adobe/pr-217-assetid")| ### Experimental Status @@ -127,7 +127,7 @@ _Generated on **Wed May 02 2018 17:24:04 GMT+0000 (UTC)**_ |[schemas/external/hal/hal](schemas/external/hal/hal.schema.json)|experimental|**50**|**34**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**50**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**50**|**34**|[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|**50**|**34**|[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|**50**|0|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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")| @@ -144,7 +144,7 @@ _Generated on **Wed May 02 2018 17:24:04 GMT+0000 (UTC)**_ |[schemas/assets/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**50**|0|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/address](schemas/common/address.schema.json)|stabilizing|**50**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**50**|28|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|28|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|29|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| |[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 4e0aa09ef..60b6b065e 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) @@ -66,6 +56,16 @@ * [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) +* [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) + ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -126,12 +126,6 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -142,6 +136,12 @@ * [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) +## /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) + ## /external/activity-streams-2/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -161,12 +161,6 @@ * [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/schema/ - -* [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/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -177,3 +171,9 @@ * [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/ + +* [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) + diff --git a/docs/reference/assets/aggregated-asset.schema.md b/docs/reference/assets/aggregated-asset.schema.md index c45b73edf..a68331d59 100644 --- a/docs/reference/assets/aggregated-asset.schema.md +++ b/docs/reference/assets/aggregated-asset.schema.md @@ -722,8 +722,6 @@ Name of Copyright Owner. A unique identifier given to every addressable asset in a given repository. -The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The pattern to generate an Asset ID is ```urn:aaid:{system}:{id} - {format}:{namespace}:{system}:{id}``` - `repo:assetID` * is optional * type: `string` @@ -735,13 +733,6 @@ The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The patt `string` -All instances must conform to this regular expression -```regex -^urn:aaid:[A-Za-z0-9]+:[A-Za-z0-9]+:[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$ -``` - -* test example: [urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e](https://regexr.com/?expression=%5Eurn%3Aaaid%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Fa-f0-9%5D%7B8%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B12%7D%24&text=urn%3Aaaid%3Asc%3AUS%3A6dc33479-13ca-4b19-b25d-c805eff8a69e) - diff --git a/docs/reference/assets/asset.schema.md b/docs/reference/assets/asset.schema.md index 7f6614c1a..91d294b10 100644 --- a/docs/reference/assets/asset.schema.md +++ b/docs/reference/assets/asset.schema.md @@ -650,8 +650,6 @@ Name of Copyright Owner. A unique identifier given to every addressable asset in a given repository. -The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The pattern to generate an Asset ID is ```urn:aaid:{system}:{id} - {format}:{namespace}:{system}:{id}``` - `repo:assetID` * is **required** * type: `string` @@ -663,13 +661,6 @@ The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The patt `string` -All instances must conform to this regular expression -```regex -^urn:aaid:[A-Za-z0-9]+:[A-Za-z0-9]+:[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$ -``` - -* test example: [urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e](https://regexr.com/?expression=%5Eurn%3Aaaid%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Fa-f0-9%5D%7B8%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B12%7D%24&text=urn%3Aaaid%3Asc%3AUS%3A6dc33479-13ca-4b19-b25d-c805eff8a69e) - diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 3f36a1c6b..44d5a4a2e 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -264,21 +264,6 @@ "xdm:path": "/here", "repo:etag": "15" }, - { - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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" - }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -323,6 +308,21 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" + }, + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 4acc6e094..ddacf43db 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -42,24 +42,6 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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 { "@context": { @@ -108,3 +90,21 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 9a22c467d..4ad5038fb 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 1f760b0e8..33535c04d 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/content/content.schema.md b/docs/reference/content/content.schema.md index 9795b4ca5..e929c33f6 100644 --- a/docs/reference/content/content.schema.md +++ b/docs/reference/content/content.schema.md @@ -167,8 +167,6 @@ All instances must conform to this regular expression A unique identifier given to every addressable asset in a given repository. -The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The pattern to generate an Asset ID is ```urn:aaid:{system}:{id} - {format}:{namespace}:{system}:{id}``` - `repo:assetID` * is optional * type: `string` @@ -180,13 +178,6 @@ The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The patt `string` -All instances must conform to this regular expression -```regex -^urn:aaid:[A-Za-z0-9]+:[A-Za-z0-9]+:[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$ -``` - -* test example: [urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e](https://regexr.com/?expression=%5Eurn%3Aaaid%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Fa-f0-9%5D%7B8%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B12%7D%24&text=urn%3Aaaid%3Asc%3AUS%3A6dc33479-13ca-4b19-b25d-c805eff8a69e) - diff --git a/docs/reference/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index f16502a73..dd49beb51 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:assetID": "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 be324674d..44b78b35c 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/person-name.schema.json b/docs/reference/context/person-name.schema.json index 0f7af5cfa..bffa22c4a 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,12 +48,6 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" - }, { "xdm:firstName": "张", "xdm:lastName": "三", @@ -63,6 +57,12 @@ "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", "xdm:fullName": "فلانة الفلانية" + }, + { + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" } ] } \ 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 d0a7c4a00..f4aa6968d 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,15 +16,6 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples -```json -{ - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" -} -``` - ```json { "xdm:firstName": "张", @@ -41,6 +32,15 @@ In addition, a number of optional properties are made available that can be used } ``` +```json +{ + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" +} +``` + # Person Name Properties diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index 25cd5912a..d856a9521 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -109,6 +109,11 @@ ], "meta:status": "experimental", "examples": [ + { + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" + }, { "repo:principal": { "xdm:provider": { @@ -123,11 +128,6 @@ ], "repo:modifier": "grant", "repo:inheritance": "deep" - }, - { - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index 3ee15c481..53aab5639 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -13,6 +13,14 @@ Schema for the Access Control Entry for the Access Control List of a resource ## Access Control Entry Examples +```json +{ + "repo:principal": "authenticated", + "repo:privilege": "read", + "repo:modifier": "grant" +} +``` + ```json { "repo:principal": { @@ -31,14 +39,6 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` -```json -{ - "repo:principal": "authenticated", - "repo:privilege": "read", - "repo:modifier": "grant" -} -``` - # Access Control Entry Properties diff --git a/docs/reference/external/repo/asset.schema.json b/docs/reference/external/repo/asset.schema.json index f42de8654..f8b958353 100644 --- a/docs/reference/external/repo/asset.schema.json +++ b/docs/reference/external/repo/asset.schema.json @@ -23,11 +23,10 @@ "type": "string", "meta:immutable": true, "meta:usereditable": false, - "description": "A unique identifier given to every addressable asset in a given repository.\n\nThe format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The pattern to generate an Asset ID is ```urn:aaid:{system}:{id} - {format}:{namespace}:{system}:{id}```", + "description": "A unique identifier given to every addressable asset in a given repository.", "examples": [ "urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e" - ], - "pattern": "^urn:aaid:[A-Za-z0-9]+:[A-Za-z0-9]+:[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$" + ] }, "repo:etag": { "meta:usereditable": false, diff --git a/docs/reference/external/repo/asset.schema.md b/docs/reference/external/repo/asset.schema.md index cd3188a19..c80335704 100644 --- a/docs/reference/external/repo/asset.schema.md +++ b/docs/reference/external/repo/asset.schema.md @@ -134,8 +134,6 @@ All instances must conform to this regular expression A unique identifier given to every addressable asset in a given repository. -The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The pattern to generate an Asset ID is ```urn:aaid:{system}:{id} - {format}:{namespace}:{system}:{id}``` - `repo:assetID` * is **required** * type: `string` @@ -147,13 +145,6 @@ The format is a [GUID-based URN](https://www.ietf.org/rfc/rfc4122.txt). The patt `string` -All instances must conform to this regular expression -```regex -^urn:aaid:[A-Za-z0-9]+:[A-Za-z0-9]+:[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$ -``` - -* test example: [urn:aaid:sc:US:6dc33479-13ca-4b19-b25d-c805eff8a69e](https://regexr.com/?expression=%5Eurn%3Aaaid%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Za-z0-9%5D%2B%3A%5BA-Fa-f0-9%5D%7B8%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B4%7D-%5BA-Fa-f0-9%5D%7B12%7D%24&text=urn%3Aaaid%3Asc%3AUS%3A6dc33479-13ca-4b19-b25d-c805eff8a69e) - From 45dcc867806a65d29097db370c1e1ebec01c2ff5 Mon Sep 17 00:00:00 2001 From: Andy Steed Date: Wed, 2 May 2018 11:42:40 -0700 Subject: [PATCH 68/83] [trivial] Added comments to stabilization script --- bin/show-stablization-candidates.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index 867b694fa..f10549c2c 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -22,10 +22,12 @@ function logDebug(message) { if (LOG_ENABLED) { console.error(message) } } +// Find all XDM schemas, based on `*.schema.json` filemask, within the projects' `schemas` subfolder function getListOfSchemas() { return schemas = $.find("schemas").filter(name => { return name.match(/.*\.schema\.json$/)}) } +// Wrapper for basic `exec` implementation function execp(command) { return $.exec(command, { silent: true }).stdout } @@ -46,6 +48,9 @@ function getStatusOfSchema(schema) { function getGitState(schema) { let status = getStatusOfSchema(schema) logDebug(`\t-> ${status} -- ${schema}`) + // Check revision history of a given schema: + // - Retrieve most recent revision as a single, one-line record + // - Determine the most recent change to the `meta:status` key (`-S `) let git_output = execp(`git log -1 --decorate=auto --oneline -S ${META_STATUS} ${schema}`) let git_commits = git_output.trim().split('\n') logDebug(`\t\tGit State Commit: ${git_output.trim()}`) @@ -53,6 +58,7 @@ function getGitState(schema) { let commit_raw = git_latest_revision.split(' ') let commit_rev = commit_raw[0] let commit_msg = commit_raw.splice(1).join(' ') + // Retrieve the git revision timestamp in seconds since epoch, convert to MS for use with Date() let commit_date = new Date(execp(`git log -1 -s --format=%ct ${commit_rev}`)*1000) return { commits: getSchemaChangesSinceRevision(schema, commit_rev), @@ -65,14 +71,15 @@ function getGitState(schema) { } } -// Helper method to determine whether a commit message contains non-trivial qualifiers +// Helper method to determine whether a commit message contains non-trivial change qualifiers function signifiesTrivialChange(message) { let regex = new RegExp(TRIVIAL_CHANGE_MATCHERS.join('|')) let isTrivial = regex.test(message) return isTrivial } -// Create a detailed list of all revisions to a schema since a specific revision +// Create a detailed list of intermediate revisions to a given schema between +// HEAD and a given, valid revision function getSchemaChangesSinceRevision(schema, revision) { let commits = [] let git_output = execp(`git rev-list ${revision}^..HEAD ${schema}`) From f08f900335f2da70d7e5a59165c90c773f5d5ca2 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 2 May 2018 20:28:37 +0000 Subject: [PATCH 69/83] [ci skip] updating documentation --- STABILIZING.md | 268 +++++++++--------- docs/reference/README.md | 120 ++++---- .../common/eventenvelope.schema.json | 72 ++--- docs/reference/common/eventenvelope.schema.md | 72 ++--- 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/implementationdetails.schema.json | 1 + .../reference/context/person-name.schema.json | 12 +- docs/reference/context/person-name.schema.md | 18 +- docs/reference/context/webinfo.schema.json | 1 + docs/reference/external/hal/hal.schema.json | 48 ++-- docs/reference/external/hal/hal.schema.md | 54 ++-- 16 files changed, 364 insertions(+), 362 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 96d3d94f0..61546d10d 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,161 +1,161 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 17:32:46 GMT+0000 (UTC)**_ +_Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #287 from adobe/pr-217-assetid")| -|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #287 from adobe/pr-217-assetid")| ### Experimental Status |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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|28|[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|**50**|**50**|[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|**50**|**50**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|28|[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|**51**|**51**|[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|**51**|**51**|[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|27|27|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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|**50**|**50**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**50**|**50**|[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/page](schemas/common/page.schema.json)|experimental|**50**|**50**|[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|**50**|**50**|[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|**50**|**36**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**50**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**50**|[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/identity](schemas/context/identity.schema.json)|experimental|**50**|**50**|[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/namespace](schemas/context/namespace.schema.json)|experimental|**50**|**50**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**50**|27|[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|**50**|23|[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|**50**|**50**|[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/place](schemas/context/place.schema.json)|experimental|**50**|**50**|[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/apns](schemas/channels/apns.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**51**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**51**|[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|**51**|**51**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**51**|**51**|[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/page](schemas/common/page.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**36**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**51**|[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/identity](schemas/context/identity.schema.json)|experimental|**51**|**51**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|0|0|[d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| +|[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**51**|**51**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**51**|27|[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|**51**|23|[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|**51**|**51**|[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/place](schemas/context/place.schema.json)|experimental|**51**|**51**|[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|20|20|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| -|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**50**|**50**|[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/search](schemas/context/search.schema.json)|experimental|**50**|**50**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**50**|**50**|[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/profile](schemas/context/profile.schema.json)|experimental|**51**|**51**|[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/search](schemas/context/search.schema.json)|experimental|**51**|**51**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**51**|**51**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|0|0|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| |[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|20|20|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| |[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|20|20|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|22|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| -|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**50**|19|[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/bounces](schemas/data/bounces.schema.json)|experimental|**50**|19|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**50**|19|[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|**50**|19|[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/datasource](schemas/data/datasource.schema.json)|experimental|**50**|26|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**50**|**50**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**50**|19|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**50**|19|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|19|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| -|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**50**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**50**|19|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**50**|19|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/order](schemas/data/order.schema.json)|experimental|**50**|**50**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**50**|19|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**50**|**50**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**50**|19|[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|**50**|19|[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|**50**|19|[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|**50**|19|[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|**50**|19|[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|**50**|19|[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/purchases](schemas/data/purchases.schema.json)|experimental|**50**|19|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**50**|19|[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/sends](schemas/data/sends.schema.json)|experimental|**50**|19|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|23|19|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**50**|19|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**50**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**50**|**34**|[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|**50**|0|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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|**50**|**34**|[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/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|23|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**51**|20|[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/bounces](schemas/data/bounces.schema.json)|experimental|**51**|20|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**51**|20|[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|**51**|20|[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/datasource](schemas/data/datasource.schema.json)|experimental|**51**|27|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**51**|**51**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**51**|20|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**51**|20|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|20|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| +|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**51**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**51**|20|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**51**|20|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|23|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|23|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/order](schemas/data/order.schema.json)|experimental|**51**|**51**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**51**|20|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**51**|**51**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**51**|20|[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|**51**|20|[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|**51**|20|[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|**51**|20|[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|**51**|20|[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|**51**|20|[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/purchases](schemas/data/purchases.schema.json)|experimental|**51**|20|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**51**|20|[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/sends](schemas/data/sends.schema.json)|experimental|**51**|20|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|23|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**51**|20|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**51**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**51**|**34**|[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|**51**|0|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**50**|0|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/address](schemas/common/address.schema.json)|stabilizing|**50**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**50**|28|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**50**|29|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**50**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**50**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**50**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**50**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**50**|22|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**50**|23|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**50**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**50**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**50**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**50**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/measure](schemas/data/measure.schema.json)|stabilizing|**50**|25|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**51**|0|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/address](schemas/common/address.schema.json)|stabilizing|**51**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**51**|28|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**51**|29|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**51**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**51**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**51**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**51**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**51**|22|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**51**|23|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**51**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**51**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**51**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**51**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/measure](schemas/data/measure.schema.json)|stabilizing|**51**|26|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 60b6b065e..aa3dc5a39 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,52 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) -## /channels/ - -* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) -* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) -* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) -* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) -* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) -* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) -* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) -* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) -* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) -* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) -* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) -* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) -* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) -* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) -* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) -* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) -* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) -* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) -* [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) -* [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) -* [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) -* [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) - ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -76,7 +30,7 @@ * [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) * [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) * [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Unknown) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Experimental) * [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) * [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) * [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) @@ -89,11 +43,57 @@ * [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) * [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) * [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Unknown) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Experimental) * [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (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) +* [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) +* [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) +* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) +* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) +* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) +* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) +* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) +* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) +* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) +* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) +* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) +* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) +* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) +* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) +* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) +* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) +* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) +* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) +* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) +* [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) + ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) @@ -126,6 +126,12 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -136,12 +142,6 @@ * [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) -## /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) - ## /external/activity-streams-2/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -156,6 +156,12 @@ * [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/schema/ + +* [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/hal/ * [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` (Experimental) @@ -171,9 +177,3 @@ * [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/ - -* [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) - diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index f26e89777..e60ffd746 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,31 +69,32 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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/common/event/updated", - "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", + "@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", "activitystreams:to": { @@ -109,18 +110,15 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" } }, { - "@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": { @@ -136,34 +134,36 @@ "@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:assetID": "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/published", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@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/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:assetID": "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" } } ] diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 76c68ba26..a9598caf8 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,34 +51,35 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/created", - "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": { - "@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:assetID": "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" + "@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" } } ``` ```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/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", "activitystreams:to": { @@ -94,21 +95,18 @@ 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:assetID": "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" } } ``` ```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": { @@ -124,37 +122,39 @@ 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:assetID": "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/published", - "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", + "@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/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:assetID": "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" } } ``` 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 4ad5038fb..9a22c467d 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 33535c04d..1f760b0e8 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 dd49beb51..f16502a73 100644 --- a/docs/reference/content/page-component.schema.json +++ b/docs/reference/content/page-component.schema.json @@ -32,6 +32,10 @@ ], "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": { @@ -39,10 +43,6 @@ "repo:assetID": "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 44b78b35c..be324674d 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -21,6 +21,13 @@ 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", @@ -32,13 +39,6 @@ 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/implementationdetails.schema.json b/docs/reference/context/implementationdetails.schema.json index 030bc664b..84a44aeeb 100644 --- a/docs/reference/context/implementationdetails.schema.json +++ b/docs/reference/context/implementationdetails.schema.json @@ -10,6 +10,7 @@ "title": "Implementation Details", "type": "object", "meta:extensible": true, + "meta:status": "experimental", "description": "Details about the sdk, library or service used in an application's or web page's implementation of a service.", "definitions": { "implementationdetails": { diff --git a/docs/reference/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index bffa22c4a..0f7af5cfa 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,6 +48,12 @@ ], "meta:status": "experimental", "examples": [ + { + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" + }, { "xdm:firstName": "张", "xdm:lastName": "三", @@ -57,12 +63,6 @@ "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", "xdm:fullName": "فلانة الفلانية" - }, - { - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" } ] } \ 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 f4aa6968d..d0a7c4a00 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,6 +16,15 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples +```json +{ + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" +} +``` + ```json { "xdm:firstName": "张", @@ -32,15 +41,6 @@ In addition, a number of optional properties are made available that can be used } ``` -```json -{ - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" -} -``` - # Person Name Properties diff --git a/docs/reference/context/webinfo.schema.json b/docs/reference/context/webinfo.schema.json index 16eed8460..6da65ccda 100644 --- a/docs/reference/context/webinfo.schema.json +++ b/docs/reference/context/webinfo.schema.json @@ -9,6 +9,7 @@ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Web Information", "type": "object", + "meta:status": "experimental", "description": "Information recorded via an `ExperienceEvent` that is specific to the World Wide Web channel, including the web page, referrer and/or link related to the on-page interaction.\n", "definitions": { "webinfo": { diff --git a/docs/reference/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 7bcb6625f..3fa44f991 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -296,6 +296,30 @@ "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": { @@ -340,30 +364,6 @@ "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 f6525465f..d1722171b 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -39,6 +39,33 @@ This external schema definition allows adding HAL expressions into an existing s } ``` +```json +{ + "_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 +} +``` + ```json { "_links": { @@ -87,33 +114,6 @@ This external schema definition allows adding HAL expressions into an existing s } ``` -```json -{ - "_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 -} -``` - # HAL Resource Properties From 06a64608916d05456bddea1389b49cfb1187cfdc Mon Sep 17 00:00:00 2001 From: Andy Steed Date: Wed, 2 May 2018 13:29:37 -0700 Subject: [PATCH 70/83] Refactor git revision date retrieval --- bin/show-stablization-candidates.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index f10549c2c..2a66c6f3a 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -44,6 +44,12 @@ function getStatusOfSchema(schema) { return status } +// Retrieve the git revision timestamp in seconds since epoch and +// convert to milliseconds for use with Date() +function getRevisionDate(revision_id) { + return new Date(execp(`git log -1 -s --format=%ct ${revision_id}`)*1000) +} + // Determine the git commit revision for a given schema's `meta:status` function getGitState(schema) { let status = getStatusOfSchema(schema) @@ -58,8 +64,7 @@ function getGitState(schema) { let commit_raw = git_latest_revision.split(' ') let commit_rev = commit_raw[0] let commit_msg = commit_raw.splice(1).join(' ') - // Retrieve the git revision timestamp in seconds since epoch, convert to MS for use with Date() - let commit_date = new Date(execp(`git log -1 -s --format=%ct ${commit_rev}`)*1000) + let commit_date = getRevisionDate(commit_rev) return { commits: getSchemaChangesSinceRevision(schema, commit_rev), latest: { @@ -89,7 +94,7 @@ function getSchemaChangesSinceRevision(schema, revision) { let rev_id = git_revisions[idx] let rev_desc = (execp(`git log -1 --decorate=auto --oneline ${rev_id}`)).trim() let rev_msg = rev_desc.split(' ').splice(1).join(' ') - let rev_date = new Date(execp(`git log -1 -s --format=%ct ${rev_id}`)*1000) + let rev_date = getRevisionDate(rev_id) commits.push({ id: rev_id, desc: rev_desc, From 48bd0d39f4b084a1c85361cefe25404b63569166 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Thu, 3 May 2018 12:40:47 +0200 Subject: [PATCH 71/83] typo --- schemas/context/implementationdetails.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/context/implementationdetails.schema.json b/schemas/context/implementationdetails.schema.json index 660d9b8c5..2a6efea7a 100644 --- a/schemas/context/implementationdetails.schema.json +++ b/schemas/context/implementationdetails.schema.json @@ -12,7 +12,7 @@ "meta:extensible": true, "meta:status": "experimental", "description": - "Details about the sdk, library or service used in an application's or web page's implementation of a service.", + "Details about the SDK, library or service used in an application's or web page's implementation of a service.", "definitions": { "implementationdetails": { "properties": { From 5a92cb35a3d6fdf663807f921b14d5c877e74b26 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 3 May 2018 10:44:20 +0000 Subject: [PATCH 72/83] [ci skip] updating documentation --- STABILIZING.md | 44 ++++++------ docs/reference/README.md | 68 +++++++++---------- docs/reference/assets/video.schema.json | 12 ++-- docs/reference/assets/video.schema.md | 12 ++-- .../common/eventenvelope.schema.json | 50 +++++++------- docs/reference/common/eventenvelope.schema.md | 56 +++++++-------- .../content/page-component.schema.json | 8 +-- .../content/page-component.schema.md | 14 ++-- .../context/implementationdetails.schema.json | 2 +- .../context/implementationdetails.schema.md | 2 +- .../reference/context/person-name.schema.json | 10 +-- docs/reference/context/person-name.schema.md | 14 ++-- .../external/repo/directory.schema.json | 12 ++-- .../external/repo/directory.schema.md | 12 ++-- 14 files changed, 158 insertions(+), 158 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 61546d10d..f845c789b 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ +_Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -23,7 +23,7 @@ _Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ |[schemas/assets/layer](schemas/assets/layer.schema.json)|experimental|**51**|**51**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|28|[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/variable-unit-rectangular](schemas/assets/variable-unit-rectangular.schema.json)|experimental|**51**|29|[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|**51**|**51**|[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|**51**|**51**|[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|27|27|[8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| @@ -58,7 +58,7 @@ _Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ |[schemas/common/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**51**|**51**|[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/page](schemas/common/page.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**36**|[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/common/selfservice](schemas/common/selfservice.schema.json)|experimental|**51**|**37**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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")| @@ -70,20 +70,20 @@ _Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ |[schemas/content/repository-policies/versioning](schemas/content/repository-policies/versioning.schema.json)|experimental|**51**|**34**|[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|**51**|**51**|[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/identity](schemas/context/identity.schema.json)|experimental|**51**|**51**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|0|0|[d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|0|0|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| |[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**51**|**51**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**51**|27|[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|**51**|23|[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-name](schemas/context/person-name.schema.json)|experimental|**51**|24|[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|**51**|**51**|[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/place](schemas/context/place.schema.json)|experimental|**51**|**51**|[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|20|20|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| +|[schemas/context/placecontext](schemas/context/placecontext.schema.json)|experimental|21|21|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| |[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**51**|**51**|[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/search](schemas/context/search.schema.json)|experimental|**51**|**51**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| |[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**51**|**51**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|0|0|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| -|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|20|20|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| -|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|20|20|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|23|20|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|21|21|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| +|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|21|21|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|23|21|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| |[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**51**|20|[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/bounces](schemas/data/bounces.schema.json)|experimental|**51**|20|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**51**|20|[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")| @@ -96,8 +96,8 @@ _Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ |[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**51**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**51**|20|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**51**|20|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|23|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|23|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/not-sent](schemas/data/not-sent.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| |[schemas/data/order](schemas/data/order.schema.json)|experimental|**51**|**51**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**51**|20|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**51**|**51**|[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")| @@ -110,7 +110,7 @@ _Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ |[schemas/data/purchases](schemas/data/purchases.schema.json)|experimental|**51**|20|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**51**|20|[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/sends](schemas/data/sends.schema.json)|experimental|**51**|20|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|23|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| |[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**51**|20|[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|**51**|**34**|[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|**51**|**34**|[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")| @@ -145,16 +145,16 @@ _Generated on **Wed May 02 2018 20:28:36 GMT+0000 (UTC)**_ |[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**51**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**51**|28|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**51**|29|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**51**|25|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**51**|25|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**51**|13|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**51**|19|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**51**|22|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**51**|23|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**51**|19|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**51**|25|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**51**|19|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**51**|25|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**51**|26|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**51**|26|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**51**|14|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**51**|20|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**51**|23|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**51**|24|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**51**|20|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**51**|26|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**51**|20|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**51**|26|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/measure](schemas/data/measure.schema.json)|stabilizing|**51**|26|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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")| diff --git a/docs/reference/README.md b/docs/reference/README.md index aa3dc5a39..fed68895d 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,6 +20,19 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (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) +* [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) +* [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/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -48,29 +61,6 @@ * [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) * [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (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) -* [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) -* [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) @@ -94,6 +84,16 @@ * [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) +## /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) + ## /data/ * [Data Source](./data/datasource.schema.md) – `https://ns.adobe.com/xdm/data/datasource` (Experimental) @@ -126,12 +126,6 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (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/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -156,17 +150,17 @@ * [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/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/schema/ * [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/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/repo/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -177,3 +171,9 @@ * [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) +## /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) + diff --git a/docs/reference/assets/video.schema.json b/docs/reference/assets/video.schema.json index d0994f788..f65901663 100644 --- a/docs/reference/assets/video.schema.json +++ b/docs/reference/assets/video.schema.json @@ -65,7 +65,7 @@ "meta:status": "experimental", "examples": [ { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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 fd90b183c..9d03753ff 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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index e60ffd746..accfac30a 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,7 +69,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", @@ -93,7 +93,30 @@ } }, { - "@type": "https://ns.adobe.com/xdm/common/event/unpublished", + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } + }, + { + "@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", @@ -142,29 +165,6 @@ "dc:format": "image/png", "repo:etag": "\"6fc55d0389d856ae7wddwebba54f110e\"" } - }, - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index a9598caf8..eb24b49b7 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,7 +51,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", @@ -78,7 +78,33 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```json { - "@type": "https://ns.adobe.com/xdm/common/event/unpublished", + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } +} +``` + +```json +{ + "@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", @@ -133,32 +159,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } -} -``` - # EventEnvelope Properties diff --git a/docs/reference/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index f16502a73..dd49beb51 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:assetID": "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 be324674d..44b78b35c 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/implementationdetails.schema.json b/docs/reference/context/implementationdetails.schema.json index 84a44aeeb..94bb167e1 100644 --- a/docs/reference/context/implementationdetails.schema.json +++ b/docs/reference/context/implementationdetails.schema.json @@ -11,7 +11,7 @@ "type": "object", "meta:extensible": true, "meta:status": "experimental", - "description": "Details about the sdk, library or service used in an application's or web page's implementation of a service.", + "description": "Details about the SDK, library or service used in an application's or web page's implementation of a service.", "definitions": { "implementationdetails": { "properties": { diff --git a/docs/reference/context/implementationdetails.schema.md b/docs/reference/context/implementationdetails.schema.md index 68f22a4ac..2096f4d89 100644 --- a/docs/reference/context/implementationdetails.schema.md +++ b/docs/reference/context/implementationdetails.schema.md @@ -5,7 +5,7 @@ https://ns.adobe.com/xdm/context/implementationdetails ``` -Details about the sdk, library or service used in an application's or web page's implementation of a service. +Details about the SDK, library or service used in an application's or web page's implementation of a service. | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | |----------|------------|--------|--------------|-------------------|-----------------------|------------| diff --git a/docs/reference/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 0f7af5cfa..f92e84b74 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,17 +48,17 @@ ], "meta:status": "experimental", "examples": [ + { + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" + }, { "xdm:firstName": "John", "xdm:middleName": "S", "xdm:lastName": "Doe", "xdm:fullName": "John S. Doe" }, - { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" - }, { "xdm:firstName": "فلانة", "xdm:lastName": "الفلانية", diff --git a/docs/reference/context/person-name.schema.md b/docs/reference/context/person-name.schema.md index d0a7c4a00..29b327d19 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -18,18 +18,18 @@ In addition, a number of optional properties are made available that can be used ```json { - "xdm:firstName": "John", - "xdm:middleName": "S", - "xdm:lastName": "Doe", - "xdm:fullName": "John S. Doe" + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" } ``` ```json { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" + "xdm:firstName": "John", + "xdm:middleName": "S", + "xdm:lastName": "Doe", + "xdm:fullName": "John S. Doe" } ``` 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 ea139b906..7a8b795e5 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 fa01947c759e73983458e970f0e9ec629ef86a49 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Thu, 3 May 2018 12:51:27 +0200 Subject: [PATCH 73/83] Remove not-yet proposed descriptors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing examples and schema descriptor descriptions that are not yet part of the framework and will be submitted in separate PRs. @kstreeter – let's bookmark this edit, so we don't forget about them. --- docs/descriptors.md | 79 ++------------------------------------------- 1 file changed, 3 insertions(+), 76 deletions(-) diff --git a/docs/descriptors.md b/docs/descriptors.md index f0e9e99c7..c47b29f15 100644 --- a/docs/descriptors.md +++ b/docs/descriptors.md @@ -15,31 +15,15 @@ While schema descriptors can be used to define metadata about a single schema, t The following relationship types are defined by XDM: -* `xdm:oneToOne`: describes a 1:1 relationship between a source schema and a destination schema -* `xdm:oneToMany`: describes a 1:m relationship between a source schema and a destination schema -* `xdm:manyToMany`: describes an m:n relationship between a source schema and a destination schema - -These relationships are defined in XDM using the `RelationshipDescriptor` schema. +TBD ## Update Policies -Data described by an XDM schema may change over time, and as such a data object may reflect an update of a previous instance of that object. There are different ways that an update may be handled, and this way depends both on the nature of the data and the specific application it is being used for. - -XDM defines a schema descriptor of type `xdm:descriptorUpdatePolicy`, which describes several common methods of handling an update: - -* `xdm:updateMerge`: the data in the new object should be merged into the existing object; the method by which a merge is applied is defined by the application -* `xdm:updateReplace`: the new data object should replace the existing data object -* `xdm:updateTimeSeries`: the data is time series data, and the new object should be logged/collected without changing any existing data - -Update policies are defined using the `UpdatePolicyDescriptor` schema. +TBD ## Other Supported Schema Descriptors -A number of additional schema descriptors are defined by XDM: - -* `xdm:identityContext`: allows a property in a schema to be used as an [Identity](https://github.com/adobe/xdm/blob/master/docs/reference/context/identity.schema.md), even if it does not conform to the Identity schema. -* `xdm:primaryKey`: allows a property other than `@id` to be flagged as the primary key for a schema -* `xdm:instantiable`: allows a schema to be flagged as 'instantiable', which may be used to differentiate schemas that define primary business objects versus supporting schemas intended to be embedded in another schema. +TBD ## Embedding Schema Descriptors in a Schema @@ -118,63 +102,6 @@ The above example shows how a descriptor may be embedded in the schema being des This highlights the ability to use schema descriptors both directly in schemas and also as independent entities. -### Example Identity Descriptor - -We have a schema that describes a customer record, which contains an customer ID as a property: - -```json -{ - "$schema": "http://json-schema.org/draft-06/schema#", - "$id": "https://ns.example.com/xdm/customerrecord", - "title": "CustomerRecord", - "type": "object", - "properties": { - "@id": { "type": "string" }, - "https://ns.example.com/xdm/customerID": { - "meta:descriptors": [ - { - "@type": "xdm:identityContext", - "xdm:namespace": "https://id-server.adobe.com/1234", - "xdm:property": "code" - } - ], - "type": "string" - } - } -} -``` - -The customer ID is present, but does not contain other information needed to ensure the identity is fully described, such as the ID namespace, or whether this value represents the application's native ID for this customer or if this is an ID given my some external system. - -We can use an identity descriptor to provide the additional details. The descriptor signals the namespace the ID is managed under (in this case, a fictitious service at id-server.adobe.com), and also signals that the value is a "code", meaning it is the externally managed handle for some ID managed by the namespace. - -### Example Primary Key Descriptor - -We have a schema that describes a sales order taken from an external sales management system. As this schema is directly transcribed from the external system's data schema, it does not follow the XDM best practice of using `@id` as the primary key: - -```json -{ - "$schema": "http://json-schema.org/draft-06/schema#", - "$id": "https://ns.example.com/xdm/salesorder", - "title": "SalesOrder", - "type": "object", - "properties": { - "https://ns.example.com/xdm/txID": { - "meta:descriptors": [ - { - "@type": "xdm:primaryKey" - } - ], - "type": "string" - }, - "https://ns.example.com/xdm/confirmationNum": { "type": "string" }, - "https://ns.example.com/xdm/customerID": { "type": "string" }, - "https://ns.example.com/xdm/productID": { "type": "string" } - } -} -``` - -It is not obvious which field is best suited to be the primary key for this data. The descriptor signals that the transaction identifier at 'txID' is the appropriate key to be used for this data. ### Example of Defining a New Schema Descriptor From 4350a20d807f189fe4183a5b2dc8f7bcc3bc501a Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Thu, 3 May 2018 10:58:42 +0000 Subject: [PATCH 74/83] Fix formatting --- docs/descriptors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/descriptors.md b/docs/descriptors.md index c47b29f15..2578e191f 100644 --- a/docs/descriptors.md +++ b/docs/descriptors.md @@ -102,7 +102,6 @@ The above example shows how a descriptor may be embedded in the schema being des This highlights the ability to use schema descriptors both directly in schemas and also as independent entities. - ### Example of Defining a New Schema Descriptor Let's say Example.com would like to annotate their schemas with information on whether they are actively being used in their application, a cloud service. They'd like to know if the schema is being used in production, in staging, or is unused. From 97cd41ccafe4fbd8c7e2984af3caaeb94ccb9977 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 3 May 2018 17:08:40 +0000 Subject: [PATCH 75/83] [ci skip] updating documentation --- STABILIZING.md | 76 +++++----- docs/reference/README.md | 142 +++++++++--------- .../common/eventenvelope.schema.json | 56 +++---- docs/reference/common/eventenvelope.schema.md | 56 +++---- docs/reference/common/extensible.schema.json | 6 +- docs/reference/common/extensible.schema.md | 6 +- .../content/page-component.schema.json | 8 +- .../content/page-component.schema.md | 14 +- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 16 +- .../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 +- 16 files changed, 294 insertions(+), 294 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index f845c789b..8565760bc 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ +_Generated on **Thu May 03 2018 17:08:40 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -26,7 +26,7 @@ _Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ |[schemas/assets/variable-unit-rectangular](schemas/assets/variable-unit-rectangular.schema.json)|experimental|**51**|29|[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|**51**|**51**|[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|**51**|**51**|[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|27|27|[8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.")| +|[schemas/channels/agency](schemas/channels/agency.schema.json)|experimental|28|28|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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")| @@ -46,13 +46,13 @@ _Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ |[schemas/channels/wechat](schemas/channels/wechat.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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/created](schemas/common/event/created.schema.json)|experimental|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**51**|[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|**51**|**34**|[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|**51**|**34**|[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/unpublished](schemas/common/event/unpublished.schema.json)|experimental|**51**|**35**|[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|**51**|**35**|[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|**51**|**51**|[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|**51**|**51**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**51**|**51**|[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")| @@ -65,14 +65,14 @@ _Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ |[schemas/content/page-component](schemas/content/page-component.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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/encryption](schemas/content/repository-policies/encryption.schema.json)|experimental|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**51**|[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/identity](schemas/context/identity.schema.json)|experimental|**51**|**51**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|0|0|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| |[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**51**|**51**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**51**|27|[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/optinout](schemas/context/optinout.schema.json)|experimental|**51**|28|[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|**51**|24|[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|**51**|**51**|[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/place](schemas/context/place.schema.json)|experimental|**51**|**51**|[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")| @@ -93,7 +93,7 @@ _Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ |[schemas/data/impressions](schemas/data/impressions.schema.json)|experimental|**51**|20|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**51**|20|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|20|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| -|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**51**|20|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/metrics](schemas/data/metrics.schema.json)|experimental|**51**|21|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**51**|20|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**51**|20|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| @@ -112,38 +112,38 @@ _Generated on **Thu May 03 2018 10:44:20 GMT+0000 (UTC)**_ |[schemas/data/sends](schemas/data/sends.schema.json)|experimental|**51**|20|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| |[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**51**|20|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**51**|7|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**51**|**34**|[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|**51**|0|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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|**51**|**34**|[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/activity](schemas/external/activity-streams-2/activity.schema.json)|experimental|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**51**|8|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**51**|**35**|[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|**51**|1|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**51**|0|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**51**|1|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/address](schemas/common/address.schema.json)|stabilizing|**51**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**51**|28|[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") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**51**|29|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**51**|29|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**51**|26|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**51**|26|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| diff --git a/docs/reference/README.md b/docs/reference/README.md index fed68895d..0d098efae 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,22 +4,6 @@ -## /assets/ - -* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) -* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) -* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) -* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) -* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) -* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) -* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Stabilizing) -* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) -* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) -* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) -* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) -* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) -* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) - ## /common/ * [Address](./common/address.schema.md) – `https://ns.adobe.com/xdm/common/address` (Stabilizing) @@ -33,33 +17,15 @@ * [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/ +## /content/ -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Experimental) -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Experimental) -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) +* [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) ## /channels/ @@ -84,15 +50,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) -## /content/ +## /assets/ -* [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) +* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) +* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) +* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) +* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) +* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) +* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) +* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Stabilizing) +* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) +* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) +* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) +* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) +* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) +* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) ## /data/ @@ -126,6 +98,34 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) +## /context/ + +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Experimental) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Experimental) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) + ## /common/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -136,24 +136,11 @@ * [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/activity-streams-2/ - -* [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) - -## /external/hal/ +## /content/repository-policies/ -* [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) +* [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) ## /external/schema/ @@ -161,6 +148,11 @@ * [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/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/repo/ * [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) @@ -171,9 +163,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) -## /content/repository-policies/ +## /external/activity-streams-2/ -* [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) +* [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/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index accfac30a..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -69,50 +69,53 @@ } }, { - "@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/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/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:assetID": "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" } }, { - "@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:assetID": "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:assetID": "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\"" } }, { @@ -140,8 +143,8 @@ } }, { - "@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/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", "activitystreams:to": { @@ -157,13 +160,10 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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 eb24b49b7..4def26ec1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -51,53 +51,56 @@ 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/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/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:assetID": "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" } } ``` ```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:assetID": "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:assetID": "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\"" } } ``` @@ -131,8 +134,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```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/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", "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:assetID": "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 44d5a4a2e..5af29debb 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -251,13 +251,14 @@ "meta:status": "stabilizing", "examples": [ { + "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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", + "xdm:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00", "repo:version": "15", "dc:title": "This is an example", "repo:size": 1632418, @@ -310,14 +311,13 @@ "repo:etag": "15" }, { - "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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:repository_lastModifiedBy": "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, diff --git a/docs/reference/common/extensible.schema.md b/docs/reference/common/extensible.schema.md index ddacf43db..51cc2778b 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -27,13 +27,14 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ```json { + "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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", + "xdm:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00", "repo:version": "15", "dc:title": "This is an example", "repo:size": 1632418, @@ -92,14 +93,13 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ```json { - "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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:repository_lastModifiedBy": "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, diff --git a/docs/reference/content/page-component.schema.json b/docs/reference/content/page-component.schema.json index dd49beb51..f16502a73 100644 --- a/docs/reference/content/page-component.schema.json +++ b/docs/reference/content/page-component.schema.json @@ -32,6 +32,10 @@ ], "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": { @@ -39,10 +43,6 @@ "repo:assetID": "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 44b78b35c..be324674d 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -21,6 +21,13 @@ 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", @@ -32,13 +39,6 @@ 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/person-name.schema.json b/docs/reference/context/person-name.schema.json index f92e84b74..946614f2d 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -48,11 +48,6 @@ ], "meta:status": "experimental", "examples": [ - { - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" - }, { "xdm:firstName": "John", "xdm:middleName": "S", @@ -63,6 +58,11 @@ "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 29b327d19..d7a5bf175 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -16,14 +16,6 @@ In addition, a number of optional properties are made available that can be used ## Person Name Examples -```json -{ - "xdm:firstName": "张", - "xdm:lastName": "三", - "xdm:fullName": "张三" -} -``` - ```json { "xdm:firstName": "John", @@ -41,6 +33,14 @@ In addition, a number of optional properties are made available that can be used } ``` +```json +{ + "xdm:firstName": "张", + "xdm:lastName": "三", + "xdm:fullName": "张三" +} +``` + # Person Name Properties 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 0d60b9977..42d478408 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/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 d1722171b..54ceab70a 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 7a8b795e5..ea139b906 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 32b3748499a2d781ff8db2dc4b25923f2edbdd41 Mon Sep 17 00:00:00 2001 From: Andy Steed Date: Thu, 3 May 2018 11:09:38 -0700 Subject: [PATCH 76/83] Update git revision checker to use `-G` instead of `-S` for diff string matching --- bin/show-stablization-candidates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index b996eda7d..5e6b9595f 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -56,8 +56,8 @@ function getGitState(schema) { logDebug(`\t-> ${status} -- ${schema}`) // Check revision history of a given schema: // - Retrieve most recent revision as a single, one-line record - // - Determine the most recent change to the `meta:status` key (`-S `) - let git_output = execp(`git log -1 --decorate=auto --oneline -S ${META_STATUS} ${schema}`) + // - Determine the most recent change to the `meta:status` key (`-G `) + let git_output = execp(`git log -1 --decorate=auto --oneline -G ${META_STATUS} ${schema}`) let git_commits = git_output.trim().split('\n') logDebug(`\t\tGit State Commit: ${git_output.trim()}`) let git_latest_revision = git_commits[0] From 44d8c70b5e36c0ea36bc8155244d2f36e1f48da8 Mon Sep 17 00:00:00 2001 From: Andy Steed Date: Thu, 3 May 2018 11:54:32 -0700 Subject: [PATCH 77/83] Added check against known trivial revisions via `.trivial` file when determining stabilization candidates --- .trivial | 0 bin/show-stablization-candidates.js | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .trivial diff --git a/.trivial b/.trivial new file mode 100644 index 000000000..e69de29bb diff --git a/bin/show-stablization-candidates.js b/bin/show-stablization-candidates.js index b996eda7d..0cf4b609f 100644 --- a/bin/show-stablization-candidates.js +++ b/bin/show-stablization-candidates.js @@ -16,6 +16,7 @@ const $ = require("shelljs") const META_STATUS = "meta:status" const TRIVIAL_CHANGE_MATCHERS = ["\\[.*trivial.*\\]","\\[.*ci skip.*\\]"] +const TRIVIAL_REVISIONS = getTrivialRevisions(); const LOG_ENABLED = (process.argv.indexOf("--debug") > -1) function logDebug(message) { @@ -76,11 +77,19 @@ function getGitState(schema) { } } +// Return an array of git revision ids parsed from `/.trivial` +function getTrivialRevisions() { + const trivialFile = ".trivial" + const trivialContent = fs.existsSync(trivialFile) ? fs.readFileSync(trivialFile, 'utf8') : "" + return trivialContent.split("\n").filter(s => s.length > 0) // an empty file can end up with a single empty string +} + // Helper method to determine whether a commit message contains non-trivial change qualifiers -function signifiesTrivialChange(message) { +function signifiesTrivialChange(message, revision) { let regex = new RegExp(TRIVIAL_CHANGE_MATCHERS.join('|')) - let isTrivial = regex.test(message) - return isTrivial + let revTrivial = TRIVIAL_REVISIONS.find(id => revision.startsWith(id)) !== undefined + let msgTrivial = regex.test(message) + return revTrivial || msgTrivial } // Create a detailed list of intermediate revisions to a given schema between @@ -100,7 +109,7 @@ function getSchemaChangesSinceRevision(schema, revision) { desc: rev_desc, msg: rev_msg, date: rev_date, - trivial: signifiesTrivialChange(rev_msg) + trivial: signifiesTrivialChange(rev_msg, rev_id) }) } return commits From 3f18a7e1922622077fc904fbfe2a22de6b3418d4 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 3 May 2018 19:01:43 +0000 Subject: [PATCH 78/83] [ci skip] updating documentation --- STABILIZING.md | 40 +++--- docs/reference/README.md | 124 +++++++++--------- docs/reference/assets/video.schema.json | 12 +- docs/reference/assets/video.schema.md | 12 +- .../common/eventenvelope.schema.json | 46 +++---- docs/reference/common/eventenvelope.schema.md | 52 ++++---- docs/reference/common/extensible.schema.json | 6 +- docs/reference/common/extensible.schema.md | 6 +- .../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 ++++++------ 12 files changed, 236 insertions(+), 236 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 8565760bc..9a6dfb917 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Thu May 03 2018 17:08:40 GMT+0000 (UTC)**_ +_Generated on **Thu May 03 2018 19:01:43 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -70,7 +70,7 @@ _Generated on **Thu May 03 2018 17:08:40 GMT+0000 (UTC)**_ |[schemas/content/repository-policies/versioning](schemas/content/repository-policies/versioning.schema.json)|experimental|**51**|**35**|[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|**51**|**51**|[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/identity](schemas/context/identity.schema.json)|experimental|**51**|**51**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|0|0|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| +|[schemas/context/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|1|0|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| |[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**51**|**51**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**51**|28|[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|**51**|24|[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")| @@ -80,15 +80,15 @@ _Generated on **Thu May 03 2018 17:08:40 GMT+0000 (UTC)**_ |[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**51**|**51**|[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/search](schemas/context/search.schema.json)|experimental|**51**|**51**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| |[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**51**|**51**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|0|0|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| +|[schemas/context/webinfo](schemas/context/webinfo.schema.json)|experimental|1|1|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| |[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|21|21|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| |[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|21|21|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|23|21|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|24|21|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| |[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**51**|20|[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/bounces](schemas/data/bounces.schema.json)|experimental|**51**|20|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**51**|20|[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|**51**|20|[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/datasource](schemas/data/datasource.schema.json)|experimental|**51**|27|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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/datasource](schemas/data/datasource.schema.json)|experimental|**51**|28|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**51**|**51**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**51**|20|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**51**|20|[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")| @@ -141,21 +141,21 @@ _Generated on **Thu May 03 2018 17:08:40 GMT+0000 (UTC)**_ |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| -|[schemas/assets/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|**51**|1|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives") [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/address](schemas/common/address.schema.json)|stabilizing|**51**|29|[d0bc684](https://github.com/adobe/xdm/commit/d0bc68419d9ce4e964d8bbff7773e04437590acf "Move common schemas for 0.9 to 'stabilizing'") [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/extensible](schemas/common/extensible.schema.json)|stabilizing|**51**|29|[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") [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/organization](schemas/common/organization.schema.json)|stabilizing|**51**|29|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**51**|26|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json") [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/commerce](schemas/context/commerce.schema.json)|stabilizing|**51**|26|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json") [db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**51**|14|[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.") [e278271](https://github.com/adobe/xdm/commit/e27827151f095a78d2436d7b831273dd78fd30ac "Rename 'ns.adobe.com/external/...' to 'ns.adobe.com/xdm/external' to align with other external schema references") [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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**51**|20|[6ad49e7](https://github.com/adobe/xdm/commit/6ad49e781d68809943e832e6c960490ca48847a3 "Update emailaddress.schema.json") [cfcfd58](https://github.com/adobe/xdm/commit/cfcfd589f0fadf7ad62580d273e279a016b52918 "Update emailaddress.schema.json") [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/enduserids](schemas/context/enduserids.schema.json)|stabilizing|**51**|23|[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") [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/environment](schemas/context/environment.schema.json)|stabilizing|**51**|24|[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") [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/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|**51**|20|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json") [b7bfb99](https://github.com/adobe/xdm/commit/b7bfb99b42ec7bb7be8e392da214ec469052f1e0 "Renamed field in ExperienceContext, according to #170") [c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170") [ea82e47](https://github.com/adobe/xdm/commit/ea82e47c4cdc2f0ecdcf5917f268c6c0ee7fbb85 "Merge branch 'master' into platform-pr-web") [2774a9e](https://github.com/adobe/xdm/commit/2774a9ed26474b8e06bf6fb6027ec1964c6ae82a "[trivial] sort channels alphabetically, fix typo") [0f38523](https://github.com/adobe/xdm/commit/0f385236d0597eaf21bbae48e3aa90861ee2c17c "Make channel a URI") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [c334796](https://github.com/adobe/xdm/commit/c334796a12f444f4f8edc895392df0e0ca7bef12 "Merge branch 'master' into platform-pr-web") [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") [9d483c8](https://github.com/adobe/xdm/commit/9d483c8d8e565895bdd77020830e42076ab31d6e "Merge branch 'master' into platform-pr-web") [3b487f6](https://github.com/adobe/xdm/commit/3b487f6b5a210d3d087ae61de287fe2d7976149d "Rename web to webinfo") [742fc8d](https://github.com/adobe/xdm/commit/742fc8dd91b1261c9d1ed51991d6cc2321eaf2f4 "Add web schema in context folder for experience event")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**51**|26|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json") [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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**51**|20|[d763dde](https://github.com/adobe/xdm/commit/d763dde9dc6bc27e4cf4224b057b809d66927425 "Update phonenumber.schema.json") [acb4818](https://github.com/adobe/xdm/commit/acb4818e53f908d5133f32d471e3b28f1dd177a1 "Update phonenumber.schema.json") [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/pushnotificationtoken](schemas/context/pushnotificationtoken.schema.json)|stabilizing|**51**|26|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json") [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/measure](schemas/data/measure.schema.json)|stabilizing|**51**|26|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json") [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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|1|1|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| +|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|30|30|[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|30|29|[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|30|30|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| +|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|26|26|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| +|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|26|26|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|26|14|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|26|20|[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|26|23|[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|26|24|[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|20|20|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|26|26|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| +|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|26|20|[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|26|26|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| +|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|27|27|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 0d098efae..6630e79f2 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -4,6 +4,32 @@ +## /assets/ + +* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) +* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) +* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) +* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) +* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) +* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) +* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Stabilizing) +* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) +* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) +* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) +* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) +* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) +* [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) @@ -17,16 +43,6 @@ * [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) -* [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) - ## /channels/ * [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) @@ -50,21 +66,33 @@ * [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) -## /assets/ +## /context/ -* [Aggregated Asset](./assets/aggregated-asset.schema.md) – `https://ns.adobe.com/xdm/assets/aggregated-asset` (Experimental) -* [Artboard](./assets/artboard.schema.md) – `https://ns.adobe.com/xdm/assets/artboard` (Experimental) -* [Asset](./assets/asset.schema.md) – `https://ns.adobe.com/xdm/assets/asset` (Experimental) -* [Copyright Owner](./assets/copyright-owner.schema.md) – `https://ns.adobe.com/xdm/assets/copyright-owner` (Experimental) -* [Font](./assets/font.schema.md) – `https://ns.adobe.com/xdm/assets/font` (Experimental) -* [Image](./assets/image.schema.md) – `https://ns.adobe.com/xdm/assets/image` (Experimental) -* [Language Alternative](./assets/language-alternative.schema.md) – `https://ns.adobe.com/xdm/assets/language-alternative` (Stabilizing) -* [Layer](./assets/layer.schema.md) – `https://ns.adobe.com/xdm/assets/layer` (Experimental) -* [Layer Group](./assets/layer-group.schema.md) – `https://ns.adobe.com/xdm/assets/layer-group` (Experimental) -* [Rectangular Media](./assets/rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/rectangular` (Experimental) -* [Rectangular Object (measured in variable unit)](./assets/variable-unit-rectangular.schema.md) – `https://ns.adobe.com/xdm/assets/variable-unit-rectangular` (Experimental) -* [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) -* [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) +* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) +* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) +* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) +* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) +* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) +* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) +* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) +* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) +* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Experimental) +* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) +* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) +* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) +* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) +* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) +* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) +* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) +* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) +* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) +* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) +* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) +* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) +* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Experimental) +* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) +* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) +* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) ## /data/ @@ -98,33 +126,11 @@ * [unsubscriptions](./data/unsubscriptions.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions` (Experimental) * [user-complaints](./data/user-complaints.schema.md) – `https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints` (Experimental) -## /context/ +## /content/repository-policies/ -* [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) -* [Commerce](./context/commerce.schema.md) – `https://ns.adobe.com/xdm/context/commerce` (Stabilizing) -* [Device](./context/device.schema.md) – `https://ns.adobe.com/xdm/context/device` (Stabilizing) -* [Email Address](./context/emailaddress.schema.md) – `https://ns.adobe.com/xdm/context/emailaddress` (Stabilizing) -* [End User IDs](./context/enduserids.schema.md) – `https://ns.adobe.com/xdm/context/enduserids` (Stabilizing) -* [Environment](./context/environment.schema.md) – `https://ns.adobe.com/xdm/context/environment` (Stabilizing) -* [ExperienceEvent](./context/experienceevent.schema.md) – `https://ns.adobe.com/xdm/context/experienceevent` (Stabilizing) -* [Identity](./context/identity.schema.md) – `https://ns.adobe.com/xdm/context/identity` (Experimental) -* [Implementation Details](./context/implementationdetails.schema.md) – `https://ns.adobe.com/xdm/context/implementationdetails` (Experimental) -* [Marketing](./context/marketing.schema.md) – `https://ns.adobe.com/xdm/context/marketing` (Stabilizing) -* [Namespace](./context/namespace.schema.md) – `https://ns.adobe.com/xdm/context/namespace` (Experimental) -* [OptInOut](./context/optinout.schema.md) – `https://ns.adobe.com/xdm/context/optinout` (Experimental) -* [Person](./context/person.schema.md) – `https://ns.adobe.com/xdm/context/person` (Experimental) -* [Person Name](./context/person-name.schema.md) – `https://ns.adobe.com/xdm/context/person-name` (Experimental) -* [Phone Number](./context/phonenumber.schema.md) – `https://ns.adobe.com/xdm/context/phonenumber` (Stabilizing) -* [Place](./context/place.schema.md) – `https://ns.adobe.com/xdm/context/place` (Experimental) -* [Place Context](./context/placecontext.schema.md) – `https://ns.adobe.com/xdm/context/placecontext` (Experimental) -* [Profile](./context/profile.schema.md) – `https://ns.adobe.com/xdm/context/profile` (Experimental) -* [Push Notification Token](./context/pushnotificationtoken.schema.md) – `https://ns.adobe.com/xdm/context/pushnotificationtoken` (Stabilizing) -* [Search](./context/search.schema.md) – `https://ns.adobe.com/xdm/context/search` (Experimental) -* [Subscription](./context/subscription.schema.md) – `https://ns.adobe.com/xdm/context/subscription` (Experimental) -* [Web Information](./context/webinfo.schema.md) – `https://ns.adobe.com/xdm/context/webinfo` (Experimental) -* [Web Interaction](./context/webinteraction.schema.md) – `https://ns.adobe.com/xdm/context/webinteraction` (Experimental) -* [Web Page View](./context/webpageview.schema.md) – `https://ns.adobe.com/xdm/context/webpageview` (Experimental) -* [Web Referrer](./context/webreferrer.schema.md) – `https://ns.adobe.com/xdm/context/webreferrer` (Experimental) +* [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/event/ @@ -136,18 +142,6 @@ * [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) -## /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) - -## /external/schema/ - -* [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/hal/ * [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` (Experimental) @@ -177,3 +171,9 @@ * [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/schema/ + +* [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) + diff --git a/docs/reference/assets/video.schema.json b/docs/reference/assets/video.schema.json index f65901663..d0994f788 100644 --- a/docs/reference/assets/video.schema.json +++ b/docs/reference/assets/video.schema.json @@ -65,7 +65,7 @@ "meta:status": "experimental", "examples": [ { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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", @@ -79,11 +79,11 @@ "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 10920000, - "xdm:videoFrameRate": "f48s1" + "xdm:extent": 11700000, + "xdm:videoFrameRate": "NTSC" }, { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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", @@ -97,8 +97,8 @@ "tiff:imageLength": 2160, "tiff:imageWidth": 3840, "xdm:aspectRatio": 1.77777777778, - "xdm:extent": 11700000, - "xdm:videoFrameRate": "NTSC" + "xdm:extent": 10920000, + "xdm:videoFrameRate": "f48s1" } ] } \ No newline at end of file diff --git a/docs/reference/assets/video.schema.md b/docs/reference/assets/video.schema.md index 9d03753ff..fd90b183c 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:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad", + "repo:assetID": "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", @@ -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": 10920000, - "xdm:videoFrameRate": "f48s1" + "xdm:extent": 11700000, + "xdm:videoFrameRate": "NTSC" } ``` ```json { - "repo:assetID": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac", + "repo:assetID": "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", @@ -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": 11700000, - "xdm:videoFrameRate": "NTSC" + "xdm:extent": 10920000, + "xdm:videoFrameRate": "f48s1" } ``` diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index 5e1c011ad..c74be9e0c 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -68,29 +68,6 @@ "repo:etag": "\"6fc55d0389d856ae7deccebba54f110e\"" } }, - { - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } - }, { "@type": "https://ns.adobe.com/xdm/common/event/updated", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -165,6 +142,29 @@ "dc:title": "Vintage Collection", "xdm:path": "/content/geometrixx/en/vintage.html" } + }, + { + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } } ] } \ No newline at end of file diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 4def26ec1..8216a5fc1 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -49,32 +49,6 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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" - } -} -``` - ```json { "@type": "https://ns.adobe.com/xdm/common/event/updated", @@ -159,6 +133,32 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream } ``` +```json +{ + "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "xdm:root": "https://cc-api-storage-stage.adobe.io/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", + "@id": "D13A1E7053E46A220A4C86E1@AdobeID" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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" + } +} +``` + # EventEnvelope Properties diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 5af29debb..44d5a4a2e 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -251,14 +251,13 @@ "meta:status": "stabilizing", "examples": [ { - "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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:repository_lastModifiedBy": "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, @@ -311,13 +310,14 @@ "repo:etag": "15" }, { + "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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", + "xdm:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00", "repo:version": "15", "dc:title": "This is an example", "repo:size": 1632418, diff --git a/docs/reference/common/extensible.schema.md b/docs/reference/common/extensible.schema.md index 51cc2778b..ddacf43db 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -27,14 +27,13 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ```json { - "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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:repository_lastModifiedBy": "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, @@ -93,13 +92,14 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in ```json { + "https://ns.example.com/asset_name": "custom_asset_1", "repo:assetID": "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", + "xdm:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00", "repo:version": "15", "dc:title": "This is an example", "repo:size": 1632418, 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 42d478408..0d60b9977 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 f827b5c6e..3fa44f991 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -280,6 +280,46 @@ ], "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": { @@ -324,46 +364,6 @@ "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 54ceab70a..d1722171b 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -26,42 +26,13 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "replacing": [ - { - "href": "/orders/521" - }, - { - "href": "/orders/520" - } - ], + "warehouse": { + "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 @@ -74,9 +45,17 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } @@ -93,21 +72,42 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouses": [ - { - "href": "/warehouse/56" - }, + "replacing": [ { - "href": "/warehouse/56" + "href": "/orders/521" }, { - "href": "/warehouse/56" + "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 From 04787f5fe43b94ea2fd5bb17444368a2606ced9c Mon Sep 17 00:00:00 2001 From: Kevin Streeter Date: Fri, 4 May 2018 09:46:56 -0700 Subject: [PATCH 79/83] rearrange analytics extension fields to use nested structure versus namespace --- .../analytics/experienceevent.schema.json | 14241 ++++++++-------- 1 file changed, 7169 insertions(+), 7072 deletions(-) diff --git a/extensions/adobe/experience/analytics/experienceevent.schema.json b/extensions/adobe/experience/analytics/experienceevent.schema.json index f452ca043..9fbc3912c 100644 --- a/extensions/adobe/experience/analytics/experienceevent.schema.json +++ b/extensions/adobe/experience/analytics/experienceevent.schema.json @@ -5,7085 +5,7182 @@ "you may not use this file except in compliance with the License. You may obtain a copy", "of the License at https://creativecommons.org/licenses/by/4.0/" ], - "$id": - "https://ns.adobe.com/experience/analytics/experienceevent", + "$id": "https://ns.adobe.com/experience/analytics/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", "title": "Adobe Analytics Cloud Experience Event Extension", "type": "object", - "meta:extends": ["https://ns.adobe.com/xdm/context/experienceevent"], + "meta:extends": [ + "https://ns.adobe.com/xdm/context/experienceevent" + ], "description": "Adobe Analytics Cloud Experience Event Extension.", "definitions": { "experienceevent": { "properties": { - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var1": { - "title": "eVar1", - "type": "string", - "description": "Custom conversion variable 1." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var2": { - "title": "eVar2", - "type": "string", - "description": "Custom conversion variable 2." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var3": { - "title": "eVar3", - "type": "string", - "description": "Custom conversion variable 3." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var4": { - "title": "eVar4", - "type": "string", - "description": "Custom conversion variable 4." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var5": { - "title": "eVar5", - "type": "string", - "description": "Custom conversion variable 5." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var6": { - "title": "eVar6", - "type": "string", - "description": "Custom conversion variable 6." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var7": { - "title": "eVar7", - "type": "string", - "description": "Custom conversion variable 7." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var8": { - "title": "eVar8", - "type": "string", - "description": "Custom conversion variable 8." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var9": { - "title": "eVar9", - "type": "string", - "description": "Custom conversion variable 9." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var10": { - "title": "eVar10", - "type": "string", - "description": "Custom conversion variable 10." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var11": { - "title": "eVar11", - "type": "string", - "description": "Custom conversion variable 11." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var12": { - "title": "eVar12", - "type": "string", - "description": "Custom conversion variable 12." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var13": { - "title": "eVar13", - "type": "string", - "description": "Custom conversion variable 13." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var14": { - "title": "eVar14", - "type": "string", - "description": "Custom conversion variable 14." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var15": { - "title": "eVar15", - "type": "string", - "description": "Custom conversion variable 15." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var16": { - "title": "eVar16", - "type": "string", - "description": "Custom conversion variable 16." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var17": { - "title": "eVar17", - "type": "string", - "description": "Custom conversion variable 17." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var18": { - "title": "eVar18", - "type": "string", - "description": "Custom conversion variable 18." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var19": { - "title": "eVar19", - "type": "string", - "description": "Custom conversion variable 19." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var20": { - "title": "eVar20", - "type": "string", - "description": "Custom conversion variable 20." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var21": { - "title": "eVar21", - "type": "string", - "description": "Custom conversion variable 21." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var22": { - "title": "eVar22", - "type": "string", - "description": "Custom conversion variable 22." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var23": { - "title": "eVar23", - "type": "string", - "description": "Custom conversion variable 23." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var24": { - "title": "eVar24", - "type": "string", - "description": "Custom conversion variable 24." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var25": { - "title": "eVar25", - "type": "string", - "description": "Custom conversion variable 25." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var26": { - "title": "eVar26", - "type": "string", - "description": "Custom conversion variable 26." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var27": { - "title": "eVar27", - "type": "string", - "description": "Custom conversion variable 27." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var28": { - "title": "eVar28", - "type": "string", - "description": "Custom conversion variable 28." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var29": { - "title": "eVar29", - "type": "string", - "description": "Custom conversion variable 29." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var30": { - "title": "eVar30", - "type": "string", - "description": "Custom conversion variable 30." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var31": { - "title": "eVar31", - "type": "string", - "description": "Custom conversion variable 31." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var32": { - "title": "eVar32", - "type": "string", - "description": "Custom conversion variable 32." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var33": { - "title": "eVar33", - "type": "string", - "description": "Custom conversion variable 33." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var34": { - "title": "eVar34", - "type": "string", - "description": "Custom conversion variable 34." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var35": { - "title": "eVar35", - "type": "string", - "description": "Custom conversion variable 35." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var36": { - "title": "eVar36", - "type": "string", - "description": "Custom conversion variable 36." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var37": { - "title": "eVar37", - "type": "string", - "description": "Custom conversion variable 37." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var38": { - "title": "eVar38", - "type": "string", - "description": "Custom conversion variable 38." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var39": { - "title": "eVar39", - "type": "string", - "description": "Custom conversion variable 39." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var40": { - "title": "eVar40", - "type": "string", - "description": "Custom conversion variable 40." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var41": { - "title": "eVar41", - "type": "string", - "description": "Custom conversion variable 41." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var42": { - "title": "eVar42", - "type": "string", - "description": "Custom conversion variable 42." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var43": { - "title": "eVar43", - "type": "string", - "description": "Custom conversion variable 43." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var44": { - "title": "eVar44", - "type": "string", - "description": "Custom conversion variable 44." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var45": { - "title": "eVar45", - "type": "string", - "description": "Custom conversion variable 45." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var46": { - "title": "eVar46", - "type": "string", - "description": "Custom conversion variable 46." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var47": { - "title": "eVar47", - "type": "string", - "description": "Custom conversion variable 47." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var48": { - "title": "eVar48", - "type": "string", - "description": "Custom conversion variable 48." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var49": { - "title": "eVar49", - "type": "string", - "description": "Custom conversion variable 49." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var50": { - "title": "eVar50", - "type": "string", - "description": "Custom conversion variable 50." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var51": { - "title": "eVar51", - "type": "string", - "description": "Custom conversion variable 51." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var52": { - "title": "eVar52", - "type": "string", - "description": "Custom conversion variable 52." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var53": { - "title": "eVar53", - "type": "string", - "description": "Custom conversion variable 53." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var54": { - "title": "eVar54", - "type": "string", - "description": "Custom conversion variable 54." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var55": { - "title": "eVar55", - "type": "string", - "description": "Custom conversion variable 55." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var56": { - "title": "eVar56", - "type": "string", - "description": "Custom conversion variable 56." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var57": { - "title": "eVar57", - "type": "string", - "description": "Custom conversion variable 57." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var58": { - "title": "eVar58", - "type": "string", - "description": "Custom conversion variable 58." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var59": { - "title": "eVar59", - "type": "string", - "description": "Custom conversion variable 59." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var60": { - "title": "eVar60", - "type": "string", - "description": "Custom conversion variable 60." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var61": { - "title": "eVar61", - "type": "string", - "description": "Custom conversion variable 61." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var62": { - "title": "eVar62", - "type": "string", - "description": "Custom conversion variable 62." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var63": { - "title": "eVar63", - "type": "string", - "description": "Custom conversion variable 63." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var64": { - "title": "eVar64", - "type": "string", - "description": "Custom conversion variable 64." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var65": { - "title": "eVar65", - "type": "string", - "description": "Custom conversion variable 65." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var66": { - "title": "eVar66", - "type": "string", - "description": "Custom conversion variable 66." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var67": { - "title": "eVar67", - "type": "string", - "description": "Custom conversion variable 67." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var68": { - "title": "eVar68", - "type": "string", - "description": "Custom conversion variable 68." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var69": { - "title": "eVar69", - "type": "string", - "description": "Custom conversion variable 69." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var70": { - "title": "eVar70", - "type": "string", - "description": "Custom conversion variable 70." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var71": { - "title": "eVar71", - "type": "string", - "description": "Custom conversion variable 71." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var72": { - "title": "eVar72", - "type": "string", - "description": "Custom conversion variable 72." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var73": { - "title": "eVar73", - "type": "string", - "description": "Custom conversion variable 73." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var74": { - "title": "eVar74", - "type": "string", - "description": "Custom conversion variable 74." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var75": { - "title": "eVar75", - "type": "string", - "description": "Custom conversion variable 75." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var76": { - "title": "eVar76", - "type": "string", - "description": "Custom conversion variable 76." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var77": { - "title": "eVar77", - "type": "string", - "description": "Custom conversion variable 77." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var78": { - "title": "eVar78", - "type": "string", - "description": "Custom conversion variable 78." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var79": { - "title": "eVar79", - "type": "string", - "description": "Custom conversion variable 79." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var80": { - "title": "eVar80", - "type": "string", - "description": "Custom conversion variable 80." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var81": { - "title": "eVar81", - "type": "string", - "description": "Custom conversion variable 81." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var82": { - "title": "eVar82", - "type": "string", - "description": "Custom conversion variable 82." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var83": { - "title": "eVar83", - "type": "string", - "description": "Custom conversion variable 83." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var84": { - "title": "eVar84", - "type": "string", - "description": "Custom conversion variable 84." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var85": { - "title": "eVar85", - "type": "string", - "description": "Custom conversion variable 85." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var86": { - "title": "eVar86", - "type": "string", - "description": "Custom conversion variable 86." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var87": { - "title": "eVar87", - "type": "string", - "description": "Custom conversion variable 87." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var88": { - "title": "eVar88", - "type": "string", - "description": "Custom conversion variable 88." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var89": { - "title": "eVar89", - "type": "string", - "description": "Custom conversion variable 89." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var90": { - "title": "eVar90", - "type": "string", - "description": "Custom conversion variable 90." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var91": { - "title": "eVar91", - "type": "string", - "description": "Custom conversion variable 91." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var92": { - "title": "eVar92", - "type": "string", - "description": "Custom conversion variable 92." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var93": { - "title": "eVar93", - "type": "string", - "description": "Custom conversion variable 93." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var94": { - "title": "eVar94", - "type": "string", - "description": "Custom conversion variable 94." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var95": { - "title": "eVar95", - "type": "string", - "description": "Custom conversion variable 95." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var96": { - "title": "eVar96", - "type": "string", - "description": "Custom conversion variable 96." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var97": { - "title": "eVar97", - "type": "string", - "description": "Custom conversion variable 97." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var98": { - "title": "eVar98", - "type": "string", - "description": "Custom conversion variable 98." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var99": { - "title": "eVar99", - "type": "string", - "description": "Custom conversion variable 99." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var100": { - "title": "eVar100", - "type": "string", - "description": "Custom conversion variable 100." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var101": { - "title": "eVar101", - "type": "string", - "description": "Custom conversion variable 101." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var102": { - "title": "eVar102", - "type": "string", - "description": "Custom conversion variable 102." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var103": { - "title": "eVar103", - "type": "string", - "description": "Custom conversion variable 103." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var104": { - "title": "eVar104", - "type": "string", - "description": "Custom conversion variable 104." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var105": { - "title": "eVar105", - "type": "string", - "description": "Custom conversion variable 105." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var106": { - "title": "eVar106", - "type": "string", - "description": "Custom conversion variable 106." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var107": { - "title": "eVar107", - "type": "string", - "description": "Custom conversion variable 107." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var108": { - "title": "eVar108", - "type": "string", - "description": "Custom conversion variable 108." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var109": { - "title": "eVar109", - "type": "string", - "description": "Custom conversion variable 109." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var110": { - "title": "eVar110", - "type": "string", - "description": "Custom conversion variable 110." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var111": { - "title": "eVar111", - "type": "string", - "description": "Custom conversion variable 111." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var112": { - "title": "eVar112", - "type": "string", - "description": "Custom conversion variable 112." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var113": { - "title": "eVar113", - "type": "string", - "description": "Custom conversion variable 113." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var114": { - "title": "eVar114", - "type": "string", - "description": "Custom conversion variable 114." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var115": { - "title": "eVar115", - "type": "string", - "description": "Custom conversion variable 115." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var116": { - "title": "eVar116", - "type": "string", - "description": "Custom conversion variable 116." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var117": { - "title": "eVar117", - "type": "string", - "description": "Custom conversion variable 117." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var118": { - "title": "eVar118", - "type": "string", - "description": "Custom conversion variable 118." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var119": { - "title": "eVar119", - "type": "string", - "description": "Custom conversion variable 119." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var120": { - "title": "eVar120", - "type": "string", - "description": "Custom conversion variable 120." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var121": { - "title": "eVar121", - "type": "string", - "description": "Custom conversion variable 121." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var122": { - "title": "eVar122", - "type": "string", - "description": "Custom conversion variable 122." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var123": { - "title": "eVar123", - "type": "string", - "description": "Custom conversion variable 123." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var124": { - "title": "eVar124", - "type": "string", - "description": "Custom conversion variable 124." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var125": { - "title": "eVar125", - "type": "string", - "description": "Custom conversion variable 125." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var126": { - "title": "eVar126", - "type": "string", - "description": "Custom conversion variable 126." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var127": { - "title": "eVar127", - "type": "string", - "description": "Custom conversion variable 127." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var128": { - "title": "eVar128", - "type": "string", - "description": "Custom conversion variable 128." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var129": { - "title": "eVar129", - "type": "string", - "description": "Custom conversion variable 129." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var130": { - "title": "eVar130", - "type": "string", - "description": "Custom conversion variable 130." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var131": { - "title": "eVar131", - "type": "string", - "description": "Custom conversion variable 131." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var132": { - "title": "eVar132", - "type": "string", - "description": "Custom conversion variable 132." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var133": { - "title": "eVar133", - "type": "string", - "description": "Custom conversion variable 133." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var134": { - "title": "eVar134", - "type": "string", - "description": "Custom conversion variable 134." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var135": { - "title": "eVar135", - "type": "string", - "description": "Custom conversion variable 135." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var136": { - "title": "eVar136", - "type": "string", - "description": "Custom conversion variable 136." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var137": { - "title": "eVar137", - "type": "string", - "description": "Custom conversion variable 137." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var138": { - "title": "eVar138", - "type": "string", - "description": "Custom conversion variable 138." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var139": { - "title": "eVar139", - "type": "string", - "description": "Custom conversion variable 139." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var140": { - "title": "eVar140", - "type": "string", - "description": "Custom conversion variable 140." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var141": { - "title": "eVar141", - "type": "string", - "description": "Custom conversion variable 141." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var142": { - "title": "eVar142", - "type": "string", - "description": "Custom conversion variable 142." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var143": { - "title": "eVar143", - "type": "string", - "description": "Custom conversion variable 143." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var144": { - "title": "eVar144", - "type": "string", - "description": "Custom conversion variable 144." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var145": { - "title": "eVar145", - "type": "string", - "description": "Custom conversion variable 145." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var146": { - "title": "eVar146", - "type": "string", - "description": "Custom conversion variable 146." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var147": { - "title": "eVar147", - "type": "string", - "description": "Custom conversion variable 147." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var148": { - "title": "eVar148", - "type": "string", - "description": "Custom conversion variable 148." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var149": { - "title": "eVar149", - "type": "string", - "description": "Custom conversion variable 149." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var150": { - "title": "eVar150", - "type": "string", - "description": "Custom conversion variable 150." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var151": { - "title": "eVar151", - "type": "string", - "description": "Custom conversion variable 151." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var152": { - "title": "eVar152", - "type": "string", - "description": "Custom conversion variable 152." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var153": { - "title": "eVar153", - "type": "string", - "description": "Custom conversion variable 153." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var154": { - "title": "eVar154", - "type": "string", - "description": "Custom conversion variable 154." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var155": { - "title": "eVar155", - "type": "string", - "description": "Custom conversion variable 155." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var156": { - "title": "eVar156", - "type": "string", - "description": "Custom conversion variable 156." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var157": { - "title": "eVar157", - "type": "string", - "description": "Custom conversion variable 157." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var158": { - "title": "eVar158", - "type": "string", - "description": "Custom conversion variable 158." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var159": { - "title": "eVar159", - "type": "string", - "description": "Custom conversion variable 159." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var160": { - "title": "eVar160", - "type": "string", - "description": "Custom conversion variable 160." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var161": { - "title": "eVar161", - "type": "string", - "description": "Custom conversion variable 161." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var162": { - "title": "eVar162", - "type": "string", - "description": "Custom conversion variable 162." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var163": { - "title": "eVar163", - "type": "string", - "description": "Custom conversion variable 163." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var164": { - "title": "eVar164", - "type": "string", - "description": "Custom conversion variable 164." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var165": { - "title": "eVar165", - "type": "string", - "description": "Custom conversion variable 165." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var166": { - "title": "eVar166", - "type": "string", - "description": "Custom conversion variable 166." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var167": { - "title": "eVar167", - "type": "string", - "description": "Custom conversion variable 167." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var168": { - "title": "eVar168", - "type": "string", - "description": "Custom conversion variable 168." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var169": { - "title": "eVar169", - "type": "string", - "description": "Custom conversion variable 169." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var170": { - "title": "eVar170", - "type": "string", - "description": "Custom conversion variable 170." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var171": { - "title": "eVar171", - "type": "string", - "description": "Custom conversion variable 171." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var172": { - "title": "eVar172", - "type": "string", - "description": "Custom conversion variable 172." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var173": { - "title": "eVar173", - "type": "string", - "description": "Custom conversion variable 173." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var174": { - "title": "eVar174", - "type": "string", - "description": "Custom conversion variable 174." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var175": { - "title": "eVar175", - "type": "string", - "description": "Custom conversion variable 175." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var176": { - "title": "eVar176", - "type": "string", - "description": "Custom conversion variable 176." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var177": { - "title": "eVar177", - "type": "string", - "description": "Custom conversion variable 177." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var178": { - "title": "eVar178", - "type": "string", - "description": "Custom conversion variable 178." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var179": { - "title": "eVar179", - "type": "string", - "description": "Custom conversion variable 179." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var180": { - "title": "eVar180", - "type": "string", - "description": "Custom conversion variable 180." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var181": { - "title": "eVar181", - "type": "string", - "description": "Custom conversion variable 181." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var182": { - "title": "eVar182", - "type": "string", - "description": "Custom conversion variable 182." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var183": { - "title": "eVar183", - "type": "string", - "description": "Custom conversion variable 183." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var184": { - "title": "eVar184", - "type": "string", - "description": "Custom conversion variable 184." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var185": { - "title": "eVar185", - "type": "string", - "description": "Custom conversion variable 185." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var186": { - "title": "eVar186", - "type": "string", - "description": "Custom conversion variable 186." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var187": { - "title": "eVar187", - "type": "string", - "description": "Custom conversion variable 187." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var188": { - "title": "eVar188", - "type": "string", - "description": "Custom conversion variable 188." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var189": { - "title": "eVar189", - "type": "string", - "description": "Custom conversion variable 189." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var190": { - "title": "eVar190", - "type": "string", - "description": "Custom conversion variable 190." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var191": { - "title": "eVar191", - "type": "string", - "description": "Custom conversion variable 191." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var192": { - "title": "eVar192", - "type": "string", - "description": "Custom conversion variable 192." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var193": { - "title": "eVar193", - "type": "string", - "description": "Custom conversion variable 193." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var194": { - "title": "eVar194", - "type": "string", - "description": "Custom conversion variable 194." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var195": { - "title": "eVar195", - "type": "string", - "description": "Custom conversion variable 195." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var196": { - "title": "eVar196", - "type": "string", - "description": "Custom conversion variable 196." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var197": { - "title": "eVar197", - "type": "string", - "description": "Custom conversion variable 197." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var198": { - "title": "eVar198", - "type": "string", - "description": "Custom conversion variable 198." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var199": { - "title": "eVar199", - "type": "string", - "description": "Custom conversion variable 199." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var200": { - "title": "eVar200", - "type": "string", - "description": "Custom conversion variable 200." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var201": { - "title": "eVar201", - "type": "string", - "description": "Custom conversion variable 201." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var202": { - "title": "eVar202", - "type": "string", - "description": "Custom conversion variable 202." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var203": { - "title": "eVar203", - "type": "string", - "description": "Custom conversion variable 203." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var204": { - "title": "eVar204", - "type": "string", - "description": "Custom conversion variable 204." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var205": { - "title": "eVar205", - "type": "string", - "description": "Custom conversion variable 205." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var206": { - "title": "eVar206", - "type": "string", - "description": "Custom conversion variable 206." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var207": { - "title": "eVar207", - "type": "string", - "description": "Custom conversion variable 207." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var208": { - "title": "eVar208", - "type": "string", - "description": "Custom conversion variable 208." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var209": { - "title": "eVar209", - "type": "string", - "description": "Custom conversion variable 209." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var210": { - "title": "eVar210", - "type": "string", - "description": "Custom conversion variable 210." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var211": { - "title": "eVar211", - "type": "string", - "description": "Custom conversion variable 211." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var212": { - "title": "eVar212", - "type": "string", - "description": "Custom conversion variable 212." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var213": { - "title": "eVar213", - "type": "string", - "description": "Custom conversion variable 213." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var214": { - "title": "eVar214", - "type": "string", - "description": "Custom conversion variable 214." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var215": { - "title": "eVar215", - "type": "string", - "description": "Custom conversion variable 215." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var216": { - "title": "eVar216", - "type": "string", - "description": "Custom conversion variable 216." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var217": { - "title": "eVar217", - "type": "string", - "description": "Custom conversion variable 217." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var218": { - "title": "eVar218", - "type": "string", - "description": "Custom conversion variable 218." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var219": { - "title": "eVar219", - "type": "string", - "description": "Custom conversion variable 219." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var220": { - "title": "eVar220", - "type": "string", - "description": "Custom conversion variable 220." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var221": { - "title": "eVar221", - "type": "string", - "description": "Custom conversion variable 221." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var222": { - "title": "eVar222", - "type": "string", - "description": "Custom conversion variable 222." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var223": { - "title": "eVar223", - "type": "string", - "description": "Custom conversion variable 223." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var224": { - "title": "eVar224", - "type": "string", - "description": "Custom conversion variable 224." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var225": { - "title": "eVar225", - "type": "string", - "description": "Custom conversion variable 225." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var226": { - "title": "eVar226", - "type": "string", - "description": "Custom conversion variable 226." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var227": { - "title": "eVar227", - "type": "string", - "description": "Custom conversion variable 227." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var228": { - "title": "eVar228", - "type": "string", - "description": "Custom conversion variable 228." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var229": { - "title": "eVar229", - "type": "string", - "description": "Custom conversion variable 229." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var230": { - "title": "eVar230", - "type": "string", - "description": "Custom conversion variable 230." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var231": { - "title": "eVar231", - "type": "string", - "description": "Custom conversion variable 231." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var232": { - "title": "eVar232", - "type": "string", - "description": "Custom conversion variable 232." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var233": { - "title": "eVar233", - "type": "string", - "description": "Custom conversion variable 233." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var234": { - "title": "eVar234", - "type": "string", - "description": "Custom conversion variable 234." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var235": { - "title": "eVar235", - "type": "string", - "description": "Custom conversion variable 235." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var236": { - "title": "eVar236", - "type": "string", - "description": "Custom conversion variable 236." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var237": { - "title": "eVar237", - "type": "string", - "description": "Custom conversion variable 237." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var238": { - "title": "eVar238", - "type": "string", - "description": "Custom conversion variable 238." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var239": { - "title": "eVar239", - "type": "string", - "description": "Custom conversion variable 239." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var240": { - "title": "eVar240", - "type": "string", - "description": "Custom conversion variable 240." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var241": { - "title": "eVar241", - "type": "string", - "description": "Custom conversion variable 241." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var242": { - "title": "eVar242", - "type": "string", - "description": "Custom conversion variable 242." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var243": { - "title": "eVar243", - "type": "string", - "description": "Custom conversion variable 243." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var244": { - "title": "eVar244", - "type": "string", - "description": "Custom conversion variable 244." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var245": { - "title": "eVar245", - "type": "string", - "description": "Custom conversion variable 245." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var246": { - "title": "eVar246", - "type": "string", - "description": "Custom conversion variable 246." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var247": { - "title": "eVar247", - "type": "string", - "description": "Custom conversion variable 247." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var248": { - "title": "eVar248", - "type": "string", - "description": "Custom conversion variable 248." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var249": { - "title": "eVar249", - "type": "string", - "description": "Custom conversion variable 249." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/e-vars/e-var250": { - "title": "eVar250", - "type": "string", - "description": "Custom conversion variable 250." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop1": { - "title": "prop1", - "type": "string", - "description": "Custom property variable 1." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop2": { - "title": "prop2", - "type": "string", - "description": "Custom property variable 2." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop3": { - "title": "prop3", - "type": "string", - "description": "Custom property variable 3." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop4": { - "title": "prop4", - "type": "string", - "description": "Custom property variable 4." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop5": { - "title": "prop5", - "type": "string", - "description": "Custom property variable 5." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop6": { - "title": "prop6", - "type": "string", - "description": "Custom property variable 6." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop7": { - "title": "prop7", - "type": "string", - "description": "Custom property variable 7." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop8": { - "title": "prop8", - "type": "string", - "description": "Custom property variable 8." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop9": { - "title": "prop9", - "type": "string", - "description": "Custom property variable 9." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop10": { - "title": "prop10", - "type": "string", - "description": "Custom property variable 10." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop11": { - "title": "prop11", - "type": "string", - "description": "Custom property variable 11." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop12": { - "title": "prop12", - "type": "string", - "description": "Custom property variable 12." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop13": { - "title": "prop13", - "type": "string", - "description": "Custom property variable 13." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop14": { - "title": "prop14", - "type": "string", - "description": "Custom property variable 14." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop15": { - "title": "prop15", - "type": "string", - "description": "Custom property variable 15." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop16": { - "title": "prop16", - "type": "string", - "description": "Custom property variable 16." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop17": { - "title": "prop17", - "type": "string", - "description": "Custom property variable 17." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop18": { - "title": "prop18", - "type": "string", - "description": "Custom property variable 18." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop19": { - "title": "prop19", - "type": "string", - "description": "Custom property variable 19." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop20": { - "title": "prop20", - "type": "string", - "description": "Custom property variable 20." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop21": { - "title": "prop21", - "type": "string", - "description": "Custom property variable 21." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop22": { - "title": "prop22", - "type": "string", - "description": "Custom property variable 22." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop23": { - "title": "prop23", - "type": "string", - "description": "Custom property variable 23." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop24": { - "title": "prop24", - "type": "string", - "description": "Custom property variable 24." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop25": { - "title": "prop25", - "type": "string", - "description": "Custom property variable 25." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop26": { - "title": "prop26", - "type": "string", - "description": "Custom property variable 26." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop27": { - "title": "prop27", - "type": "string", - "description": "Custom property variable 27." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop28": { - "title": "prop28", - "type": "string", - "description": "Custom property variable 28." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop29": { - "title": "prop29", - "type": "string", - "description": "Custom property variable 29." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop30": { - "title": "prop30", - "type": "string", - "description": "Custom property variable 30." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop31": { - "title": "prop31", - "type": "string", - "description": "Custom property variable 31." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop32": { - "title": "prop32", - "type": "string", - "description": "Custom property variable 32." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop33": { - "title": "prop33", - "type": "string", - "description": "Custom property variable 33." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop34": { - "title": "prop34", - "type": "string", - "description": "Custom property variable 34." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop35": { - "title": "prop35", - "type": "string", - "description": "Custom property variable 35." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop36": { - "title": "prop36", - "type": "string", - "description": "Custom property variable 36." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop37": { - "title": "prop37", - "type": "string", - "description": "Custom property variable 37." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop38": { - "title": "prop38", - "type": "string", - "description": "Custom property variable 38." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop39": { - "title": "prop39", - "type": "string", - "description": "Custom property variable 39." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop40": { - "title": "prop40", - "type": "string", - "description": "Custom property variable 40." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop41": { - "title": "prop41", - "type": "string", - "description": "Custom property variable 41." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop42": { - "title": "prop42", - "type": "string", - "description": "Custom property variable 42." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop43": { - "title": "prop43", - "type": "string", - "description": "Custom property variable 43." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop44": { - "title": "prop44", - "type": "string", - "description": "Custom property variable 44." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop45": { - "title": "prop45", - "type": "string", - "description": "Custom property variable 45." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop46": { - "title": "prop46", - "type": "string", - "description": "Custom property variable 46." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop47": { - "title": "prop47", - "type": "string", - "description": "Custom property variable 47." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop48": { - "title": "prop48", - "type": "string", - "description": "Custom property variable 48." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop49": { - "title": "prop49", - "type": "string", - "description": "Custom property variable 49." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop50": { - "title": "prop50", - "type": "string", - "description": "Custom property variable 50." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop51": { - "title": "prop51", - "type": "string", - "description": "Custom property variable 51." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop52": { - "title": "prop52", - "type": "string", - "description": "Custom property variable 52." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop53": { - "title": "prop53", - "type": "string", - "description": "Custom property variable 53." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop54": { - "title": "prop54", - "type": "string", - "description": "Custom property variable 54." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop55": { - "title": "prop55", - "type": "string", - "description": "Custom property variable 55." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop56": { - "title": "prop56", - "type": "string", - "description": "Custom property variable 56." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop57": { - "title": "prop57", - "type": "string", - "description": "Custom property variable 57." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop58": { - "title": "prop58", - "type": "string", - "description": "Custom property variable 58." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop59": { - "title": "prop59", - "type": "string", - "description": "Custom property variable 59." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop60": { - "title": "prop60", - "type": "string", - "description": "Custom property variable 60." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop61": { - "title": "prop61", - "type": "string", - "description": "Custom property variable 61." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop62": { - "title": "prop62", - "type": "string", - "description": "Custom property variable 62." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop63": { - "title": "prop63", - "type": "string", - "description": "Custom property variable 63." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop64": { - "title": "prop64", - "type": "string", - "description": "Custom property variable 64." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop65": { - "title": "prop65", - "type": "string", - "description": "Custom property variable 65." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop66": { - "title": "prop66", - "type": "string", - "description": "Custom property variable 66." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop67": { - "title": "prop67", - "type": "string", - "description": "Custom property variable 67." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop68": { - "title": "prop68", - "type": "string", - "description": "Custom property variable 68." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop69": { - "title": "prop69", - "type": "string", - "description": "Custom property variable 69." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop70": { - "title": "prop70", - "type": "string", - "description": "Custom property variable 70." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop71": { - "title": "prop71", - "type": "string", - "description": "Custom property variable 71." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop72": { - "title": "prop72", - "type": "string", - "description": "Custom property variable 72." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop73": { - "title": "prop73", - "type": "string", - "description": "Custom property variable 73." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop74": { - "title": "prop74", - "type": "string", - "description": "Custom property variable 74." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/props/prop75": { - "title": "prop75", - "type": "string", - "description": "Custom property variable 75." - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop1":{ - "title":"prop1", - "description":"Custom property variable1", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop2":{ - "title":"prop2", - "description":"Custom property variable2", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop3":{ - "title":"prop3", - "description":"Custom property variable3", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop4":{ - "title":"prop4", - "description":"Custom property variable4", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop5":{ - "title":"prop5", - "description":"Custom property variable5", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop6":{ - "title":"prop6", - "description":"Custom property variable6", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop7":{ - "title":"prop7", - "description":"Custom property variable7", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop8":{ - "title":"prop8", - "description":"Custom property variable8", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop9":{ - "title":"prop9", - "description":"Custom property variable9", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop10":{ - "title":"prop10", - "description":"Custom property variable10", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop11":{ - "title":"prop11", - "description":"Custom property variable11", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop12":{ - "title":"prop12", - "description":"Custom property variable12", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop13":{ - "title":"prop13", - "description":"Custom property variable13", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop14":{ - "title":"prop14", - "description":"Custom property variable14", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop15":{ - "title":"prop15", - "description":"Custom property variable15", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop16":{ - "title":"prop16", - "description":"Custom property variable16", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop17":{ - "title":"prop17", - "description":"Custom property variable17", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop18":{ - "title":"prop18", - "description":"Custom property variable18", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop19":{ - "title":"prop19", - "description":"Custom property variable19", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop20":{ - "title":"prop20", - "description":"Custom property variable20", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop21":{ - "title":"prop21", - "description":"Custom property variable21", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop22":{ - "title":"prop22", - "description":"Custom property variable22", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop23":{ - "title":"prop23", - "description":"Custom property variable23", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop24":{ - "title":"prop24", - "description":"Custom property variable24", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop25":{ - "title":"prop25", - "description":"Custom property variable25", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop26":{ - "title":"prop26", - "description":"Custom property variable26", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop27":{ - "title":"prop27", - "description":"Custom property variable27", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop28":{ - "title":"prop28", - "description":"Custom property variable28", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop29":{ - "title":"prop29", - "description":"Custom property variable29", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop30":{ - "title":"prop30", - "description":"Custom property variable30", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop31":{ - "title":"prop31", - "description":"Custom property variable31", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop32":{ - "title":"prop32", - "description":"Custom property variable32", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop33":{ - "title":"prop33", - "description":"Custom property variable33", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop34":{ - "title":"prop34", - "description":"Custom property variable34", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop35":{ - "title":"prop35", - "description":"Custom property variable35", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop36":{ - "title":"prop36", - "description":"Custom property variable36", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop37":{ - "title":"prop37", - "description":"Custom property variable37", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop38":{ - "title":"prop38", - "description":"Custom property variable38", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop39":{ - "title":"prop39", - "description":"Custom property variable39", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop40":{ - "title":"prop40", - "description":"Custom property variable40", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop41":{ - "title":"prop41", - "description":"Custom property variable41", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop42":{ - "title":"prop42", - "description":"Custom property variable42", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop43":{ - "title":"prop43", - "description":"Custom property variable43", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop44":{ - "title":"prop44", - "description":"Custom property variable44", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop45":{ - "title":"prop45", - "description":"Custom property variable45", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop46":{ - "title":"prop46", - "description":"Custom property variable46", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop47":{ - "title":"prop47", - "description":"Custom property variable47", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop48":{ - "title":"prop48", - "description":"Custom property variable48", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop49":{ - "title":"prop49", - "description":"Custom property variable49", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop50":{ - "title":"prop50", - "description":"Custom property variable50", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop51":{ - "title":"prop51", - "description":"Custom property variable51", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop52":{ - "title":"prop52", - "description":"Custom property variable52", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop53":{ - "title":"prop53", - "description":"Custom property variable53", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop54":{ - "title":"prop54", - "description":"Custom property variable54", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop55":{ - "title":"prop55", - "description":"Custom property variable55", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop56":{ - "title":"prop56", - "description":"Custom property variable56", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop57":{ - "title":"prop57", - "description":"Custom property variable57", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop58":{ - "title":"prop58", - "description":"Custom property variable58", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop59":{ - "title":"prop59", - "description":"Custom property variable59", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop60":{ - "title":"prop60", - "description":"Custom property variable60", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop61":{ - "title":"prop61", - "description":"Custom property variable61", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop62":{ - "title":"prop62", - "description":"Custom property variable62", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop63":{ - "title":"prop63", - "description":"Custom property variable63", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop64":{ - "title":"prop64", - "description":"Custom property variable64", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop65":{ - "title":"prop65", - "description":"Custom property variable65", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop66":{ - "title":"prop66", - "description":"Custom property variable66", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop67":{ - "title":"prop67", - "description":"Custom property variable67", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop68":{ - "title":"prop68", - "description":"Custom property variable68", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop69":{ - "title":"prop69", - "description":"Custom property variable69", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop70":{ - "title":"prop70", - "description":"Custom property variable70", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop71":{ - "title":"prop71", - "description":"Custom property variable71", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop72":{ - "title":"prop72", - "description":"Custom property variable72", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop73":{ - "title":"prop73", - "description":"Custom property variable73", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop74":{ - "title":"prop74", - "description":"Custom property variable74", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/list-props/prop75":{ - "title":"prop75", - "description":"Custom property variable75", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier1": { - "title": "hier1", - "description": "Custom hierarchy variable 1.", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier2": { - "title": "hier2", - "description": "Custom hierarchy variable 2.", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier3": { - "title": "hier3", - "description": "Custom hierarchy variable 3.", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier4": { - "title": "hier4", - "description": "Custom hierarchy variable 4.", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/custom-dimensions/hierarchies/hier5": { - "title": "hier5", - "description": "Custom hierarchy variable 5.", - "$ref":"https://ns.adobe.com/experience/analytics/listdetails" - }, - "https://ns.adobe.com/experience/analytics/event1to100/event1": { - "title": "event1", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 1." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event2": { - "title": "event2", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 2." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event3": { - "title": "event3", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 3." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event4": { - "title": "event4", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 4." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event5": { - "title": "event5", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 5." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event6": { - "title": "event6", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 6." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event7": { - "title": "event7", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 7." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event8": { - "title": "event8", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 8." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event9": { - "title": "event9", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 9." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event10": { - "title": "event10", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 10." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event11": { - "title": "event11", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 11." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event12": { - "title": "event12", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 12." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event13": { - "title": "event13", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 13." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event14": { - "title": "event14", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 14." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event15": { - "title": "event15", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 15." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event16": { - "title": "event16", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 16." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event17": { - "title": "event17", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 17." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event18": { - "title": "event18", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 18." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event19": { - "title": "event19", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 19." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event20": { - "title": "event20", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 20." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event21": { - "title": "event21", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 21." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event22": { - "title": "event22", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 22." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event23": { - "title": "event23", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 23." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event24": { - "title": "event24", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 24." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event25": { - "title": "event25", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 25." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event26": { - "title": "event26", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 26." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event27": { - "title": "event27", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 27." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event28": { - "title": "event28", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 28." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event29": { - "title": "event29", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 29." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event30": { - "title": "event30", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 30." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event31": { - "title": "event31", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 31." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event32": { - "title": "event32", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 32." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event33": { - "title": "event33", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 33." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event34": { - "title": "event34", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 34." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event35": { - "title": "event35", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 35." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event36": { - "title": "event36", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 36." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event37": { - "title": "event37", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 37." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event38": { - "title": "event38", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 38." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event39": { - "title": "event39", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 39." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event40": { - "title": "event40", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 40." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event41": { - "title": "event41", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 41." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event42": { - "title": "event42", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 42." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event43": { - "title": "event43", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 43." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event44": { - "title": "event44", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 44." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event45": { - "title": "event45", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 45." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event46": { - "title": "event46", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 46." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event47": { - "title": "event47", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 47." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event48": { - "title": "event48", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 48." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event49": { - "title": "event49", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 49." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event50": { - "title": "event50", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 50." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event51": { - "title": "event51", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 51." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event52": { - "title": "event52", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 52." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event53": { - "title": "event53", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 53." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event54": { - "title": "event54", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 54." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event55": { - "title": "event55", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 55." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event56": { - "title": "event56", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 56." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event57": { - "title": "event57", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 57." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event58": { - "title": "event58", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 58." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event59": { - "title": "event59", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 59." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event60": { - "title": "event60", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 60." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event61": { - "title": "event61", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 61." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event62": { - "title": "event62", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 62." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event63": { - "title": "event63", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 63." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event64": { - "title": "event64", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 64." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event65": { - "title": "event65", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 65." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event66": { - "title": "event66", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 66." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event67": { - "title": "event67", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 67." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event68": { - "title": "event68", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 68." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event69": { - "title": "event69", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 69." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event70": { - "title": "event70", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 70." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event71": { - "title": "event71", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 71." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event72": { - "title": "event72", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 72." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event73": { - "title": "event73", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 73." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event74": { - "title": "event74", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 74." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event75": { - "title": "event75", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 75." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event76": { - "title": "event76", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 76." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event77": { - "title": "event77", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 77." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event78": { - "title": "event78", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 78." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event79": { - "title": "event79", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 79." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event80": { - "title": "event80", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 80." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event81": { - "title": "event81", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 81." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event82": { - "title": "event82", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 82." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event83": { - "title": "event83", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 83." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event84": { - "title": "event84", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 84." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event85": { - "title": "event85", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 85." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event86": { - "title": "event86", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 86." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event87": { - "title": "event87", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 87." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event88": { - "title": "event88", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 88." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event89": { - "title": "event89", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 89." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event90": { - "title": "event90", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 90." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event91": { - "title": "event91", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 91." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event92": { - "title": "event92", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 92." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event93": { - "title": "event93", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 93." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event94": { - "title": "event94", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 94." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event95": { - "title": "event95", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 95." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event96": { - "title": "event96", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 96." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event97": { - "title": "event97", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 97." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event98": { - "title": "event98", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 98." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event99": { - "title": "event99", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 99." - }, - "https://ns.adobe.com/experience/analytics/event1to100/event100": { - "title": "event100", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 100." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event101": { - "title": "event101", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 101." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event102": { - "title": "event102", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 102." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event103": { - "title": "event103", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 103." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event104": { - "title": "event104", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 104." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event105": { - "title": "event105", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 105." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event106": { - "title": "event106", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 106." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event107": { - "title": "event107", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 107." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event108": { - "title": "event108", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 108." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event109": { - "title": "event109", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 109." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event110": { - "title": "event110", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 110." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event111": { - "title": "event111", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 111." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event112": { - "title": "event112", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 112." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event113": { - "title": "event113", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 113." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event114": { - "title": "event114", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 114." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event115": { - "title": "event115", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 115." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event116": { - "title": "event116", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 116." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event117": { - "title": "event117", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 117." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event118": { - "title": "event118", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 118." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event119": { - "title": "event119", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 119." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event120": { - "title": "event120", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 120." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event121": { - "title": "event121", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 121." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event122": { - "title": "event122", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 122." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event123": { - "title": "event123", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 123." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event124": { - "title": "event124", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 124." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event125": { - "title": "event125", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 125." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event126": { - "title": "event126", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 126." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event127": { - "title": "event127", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 127." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event128": { - "title": "event128", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 128." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event129": { - "title": "event129", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 129." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event130": { - "title": "event130", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 130." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event131": { - "title": "event131", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 131." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event132": { - "title": "event132", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 132." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event133": { - "title": "event133", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 133." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event134": { - "title": "event134", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 134." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event135": { - "title": "event135", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 135." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event136": { - "title": "event136", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 136." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event137": { - "title": "event137", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 137." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event138": { - "title": "event138", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 138." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event139": { - "title": "event139", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 139." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event140": { - "title": "event140", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 140." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event141": { - "title": "event141", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 141." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event142": { - "title": "event142", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 142." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event143": { - "title": "event143", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 143." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event144": { - "title": "event144", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 144." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event145": { - "title": "event145", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 145." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event146": { - "title": "event146", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 146." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event147": { - "title": "event147", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 147." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event148": { - "title": "event148", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 148." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event149": { - "title": "event149", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 149." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event150": { - "title": "event150", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 150." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event151": { - "title": "event151", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 151." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event152": { - "title": "event152", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 152." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event153": { - "title": "event153", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 153." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event154": { - "title": "event154", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 154." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event155": { - "title": "event155", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 155." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event156": { - "title": "event156", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 156." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event157": { - "title": "event157", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 157." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event158": { - "title": "event158", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 158." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event159": { - "title": "event159", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 159." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event160": { - "title": "event160", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 160." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event161": { - "title": "event161", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 161." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event162": { - "title": "event162", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 162." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event163": { - "title": "event163", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 163." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event164": { - "title": "event164", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 164." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event165": { - "title": "event165", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 165." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event166": { - "title": "event166", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 166." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event167": { - "title": "event167", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 167." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event168": { - "title": "event168", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 168." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event169": { - "title": "event169", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 169." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event170": { - "title": "event170", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 170." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event171": { - "title": "event171", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 171." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event172": { - "title": "event172", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 172." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event173": { - "title": "event173", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 173." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event174": { - "title": "event174", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 174." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event175": { - "title": "event175", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 175." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event176": { - "title": "event176", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 176." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event177": { - "title": "event177", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 177." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event178": { - "title": "event178", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 178." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event179": { - "title": "event179", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 179." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event180": { - "title": "event180", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 180." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event181": { - "title": "event181", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 181." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event182": { - "title": "event182", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 182." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event183": { - "title": "event183", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 183." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event184": { - "title": "event184", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 184." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event185": { - "title": "event185", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 185." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event186": { - "title": "event186", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 186." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event187": { - "title": "event187", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 187." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event188": { - "title": "event188", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 188." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event189": { - "title": "event189", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 189." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event190": { - "title": "event190", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 190." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event191": { - "title": "event191", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 191." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event192": { - "title": "event192", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 192." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event193": { - "title": "event193", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 193." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event194": { - "title": "event194", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 194." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event195": { - "title": "event195", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 195." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event196": { - "title": "event196", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 196." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event197": { - "title": "event197", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 197." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event198": { - "title": "event198", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 198." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event199": { - "title": "event199", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 199." - }, - "https://ns.adobe.com/experience/analytics/event101to200/event200": { - "title": "event200", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 200." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event201": { - "title": "event201", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 201." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event202": { - "title": "event202", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 202." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event203": { - "title": "event203", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 203." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event204": { - "title": "event204", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 204." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event205": { - "title": "event205", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 205." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event206": { - "title": "event206", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 206." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event207": { - "title": "event207", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 207." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event208": { - "title": "event208", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 208." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event209": { - "title": "event209", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 209." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event210": { - "title": "event210", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 210." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event211": { - "title": "event211", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 211." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event212": { - "title": "event212", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 212." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event213": { - "title": "event213", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 213." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event214": { - "title": "event214", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 214." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event215": { - "title": "event215", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 215." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event216": { - "title": "event216", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 216." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event217": { - "title": "event217", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 217." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event218": { - "title": "event218", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 218." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event219": { - "title": "event219", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 219." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event220": { - "title": "event220", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 220." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event221": { - "title": "event221", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 221." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event222": { - "title": "event222", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 222." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event223": { - "title": "event223", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 223." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event224": { - "title": "event224", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 224." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event225": { - "title": "event225", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 225." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event226": { - "title": "event226", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 226." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event227": { - "title": "event227", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 227." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event228": { - "title": "event228", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 228." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event229": { - "title": "event229", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 229." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event230": { - "title": "event230", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 230." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event231": { - "title": "event231", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 231." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event232": { - "title": "event232", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 232." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event233": { - "title": "event233", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 233." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event234": { - "title": "event234", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 234." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event235": { - "title": "event235", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 235." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event236": { - "title": "event236", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 236." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event237": { - "title": "event237", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 237." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event238": { - "title": "event238", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 238." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event239": { - "title": "event239", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 239." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event240": { - "title": "event240", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 240." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event241": { - "title": "event241", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 241." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event242": { - "title": "event242", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 242." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event243": { - "title": "event243", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 243." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event244": { - "title": "event244", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 244." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event245": { - "title": "event245", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 245." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event246": { - "title": "event246", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 246." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event247": { - "title": "event247", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 247." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event248": { - "title": "event248", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 248." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event249": { - "title": "event249", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 249." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event250": { - "title": "event250", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 250." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event251": { - "title": "event251", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 251." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event252": { - "title": "event252", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 252." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event253": { - "title": "event253", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 253." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event254": { - "title": "event254", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 254." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event255": { - "title": "event255", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 255." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event256": { - "title": "event256", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 256." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event257": { - "title": "event257", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 257." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event258": { - "title": "event258", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 258." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event259": { - "title": "event259", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 259." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event260": { - "title": "event260", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 260." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event261": { - "title": "event261", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 261." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event262": { - "title": "event262", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 262." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event263": { - "title": "event263", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 263." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event264": { - "title": "event264", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 264." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event265": { - "title": "event265", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 265." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event266": { - "title": "event266", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 266." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event267": { - "title": "event267", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 267." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event268": { - "title": "event268", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 268." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event269": { - "title": "event269", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 269." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event270": { - "title": "event270", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 270." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event271": { - "title": "event271", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 271." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event272": { - "title": "event272", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 272." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event273": { - "title": "event273", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 273." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event274": { - "title": "event274", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 274." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event275": { - "title": "event275", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 275." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event276": { - "title": "event276", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 276." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event277": { - "title": "event277", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 277." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event278": { - "title": "event278", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 278." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event279": { - "title": "event279", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 279." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event280": { - "title": "event280", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 280." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event281": { - "title": "event281", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 281." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event282": { - "title": "event282", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 282." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event283": { - "title": "event283", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 283." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event284": { - "title": "event284", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 284." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event285": { - "title": "event285", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 285." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event286": { - "title": "event286", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 286." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event287": { - "title": "event287", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 287." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event288": { - "title": "event288", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 288." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event289": { - "title": "event289", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 289." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event290": { - "title": "event290", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 290." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event291": { - "title": "event291", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 291." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event292": { - "title": "event292", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 292." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event293": { - "title": "event293", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 293." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event294": { - "title": "event294", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 294." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event295": { - "title": "event295", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 295." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event296": { - "title": "event296", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 296." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event297": { - "title": "event297", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 297." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event298": { - "title": "event298", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 298." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event299": { - "title": "event299", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 299." - }, - "https://ns.adobe.com/experience/analytics/event201to300/event300": { - "title": "event300", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 300." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event301": { - "title": "event301", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 301." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event302": { - "title": "event302", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 302." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event303": { - "title": "event303", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 303." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event304": { - "title": "event304", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 304." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event305": { - "title": "event305", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 305." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event306": { - "title": "event306", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 306." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event307": { - "title": "event307", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 307." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event308": { - "title": "event308", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 308." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event309": { - "title": "event309", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 309." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event310": { - "title": "event310", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 310." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event311": { - "title": "event311", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 311." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event312": { - "title": "event312", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 312." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event313": { - "title": "event313", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 313." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event314": { - "title": "event314", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 314." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event315": { - "title": "event315", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 315." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event316": { - "title": "event316", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 316." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event317": { - "title": "event317", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 317." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event318": { - "title": "event318", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 318." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event319": { - "title": "event319", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 319." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event320": { - "title": "event320", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 320." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event321": { - "title": "event321", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 321." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event322": { - "title": "event322", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 322." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event323": { - "title": "event323", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 323." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event324": { - "title": "event324", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 324." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event325": { - "title": "event325", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 325." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event326": { - "title": "event326", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 326." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event327": { - "title": "event327", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 327." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event328": { - "title": "event328", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 328." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event329": { - "title": "event329", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 329." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event330": { - "title": "event330", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 330." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event331": { - "title": "event331", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 331." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event332": { - "title": "event332", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 332." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event333": { - "title": "event333", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 333." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event334": { - "title": "event334", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 334." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event335": { - "title": "event335", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 335." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event336": { - "title": "event336", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 336." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event337": { - "title": "event337", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 337." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event338": { - "title": "event338", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 338." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event339": { - "title": "event339", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 339." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event340": { - "title": "event340", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 340." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event341": { - "title": "event341", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 341." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event342": { - "title": "event342", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 342." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event343": { - "title": "event343", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 343." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event344": { - "title": "event344", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 344." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event345": { - "title": "event345", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 345." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event346": { - "title": "event346", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 346." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event347": { - "title": "event347", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 347." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event348": { - "title": "event348", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 348." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event349": { - "title": "event349", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 349." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event350": { - "title": "event350", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 350." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event351": { - "title": "event351", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 351." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event352": { - "title": "event352", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 352." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event353": { - "title": "event353", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 353." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event354": { - "title": "event354", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 354." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event355": { - "title": "event355", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 355." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event356": { - "title": "event356", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 356." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event357": { - "title": "event357", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 357." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event358": { - "title": "event358", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 358." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event359": { - "title": "event359", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 359." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event360": { - "title": "event360", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 360." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event361": { - "title": "event361", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 361." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event362": { - "title": "event362", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 362." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event363": { - "title": "event363", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 363." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event364": { - "title": "event364", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 364." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event365": { - "title": "event365", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 365." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event366": { - "title": "event366", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 366." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event367": { - "title": "event367", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 367." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event368": { - "title": "event368", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 368." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event369": { - "title": "event369", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 369." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event370": { - "title": "event370", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 370." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event371": { - "title": "event371", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 371." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event372": { - "title": "event372", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 372." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event373": { - "title": "event373", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 373." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event374": { - "title": "event374", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 374." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event375": { - "title": "event375", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 375." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event376": { - "title": "event376", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 376." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event377": { - "title": "event377", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 377." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event378": { - "title": "event378", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 378." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event379": { - "title": "event379", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 379." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event380": { - "title": "event380", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 380." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event381": { - "title": "event381", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 381." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event382": { - "title": "event382", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 382." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event383": { - "title": "event383", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 383." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event384": { - "title": "event384", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 384." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event385": { - "title": "event385", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 385." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event386": { - "title": "event386", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 386." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event387": { - "title": "event387", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 387." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event388": { - "title": "event388", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 388." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event389": { - "title": "event389", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 389." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event390": { - "title": "event390", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 390." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event391": { - "title": "event391", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 391." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event392": { - "title": "event392", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 392." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event393": { - "title": "event393", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 393." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event394": { - "title": "event394", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 394." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event395": { - "title": "event395", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 395." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event396": { - "title": "event396", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 396." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event397": { - "title": "event397", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 397." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event398": { - "title": "event398", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 398." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event399": { - "title": "event399", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 399." - }, - "https://ns.adobe.com/experience/analytics/event301to400/event400": { - "title": "event400", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 400." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event401": { - "title": "event401", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 401." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event402": { - "title": "event402", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 402." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event403": { - "title": "event403", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 403." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event404": { - "title": "event404", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 404." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event405": { - "title": "event405", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 405." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event406": { - "title": "event406", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 406." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event407": { - "title": "event407", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 407." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event408": { - "title": "event408", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 408." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event409": { - "title": "event409", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 409." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event410": { - "title": "event410", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 410." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event411": { - "title": "event411", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 411." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event412": { - "title": "event412", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 412." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event413": { - "title": "event413", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 413." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event414": { - "title": "event414", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 414." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event415": { - "title": "event415", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 415." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event416": { - "title": "event416", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 416." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event417": { - "title": "event417", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 417." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event418": { - "title": "event418", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 418." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event419": { - "title": "event419", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 419." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event420": { - "title": "event420", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 420." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event421": { - "title": "event421", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 421." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event422": { - "title": "event422", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 422." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event423": { - "title": "event423", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 423." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event424": { - "title": "event424", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 424." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event425": { - "title": "event425", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 425." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event426": { - "title": "event426", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 426." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event427": { - "title": "event427", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 427." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event428": { - "title": "event428", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 428." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event429": { - "title": "event429", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 429." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event430": { - "title": "event430", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 430." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event431": { - "title": "event431", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 431." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event432": { - "title": "event432", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 432." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event433": { - "title": "event433", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 433." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event434": { - "title": "event434", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 434." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event435": { - "title": "event435", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 435." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event436": { - "title": "event436", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 436." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event437": { - "title": "event437", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 437." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event438": { - "title": "event438", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 438." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event439": { - "title": "event439", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 439." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event440": { - "title": "event440", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 440." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event441": { - "title": "event441", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 441." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event442": { - "title": "event442", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 442." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event443": { - "title": "event443", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 443." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event444": { - "title": "event444", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 444." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event445": { - "title": "event445", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 445." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event446": { - "title": "event446", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 446." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event447": { - "title": "event447", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 447." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event448": { - "title": "event448", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 448." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event449": { - "title": "event449", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 449." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event450": { - "title": "event450", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 450." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event451": { - "title": "event451", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 451." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event452": { - "title": "event452", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 452." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event453": { - "title": "event453", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 453." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event454": { - "title": "event454", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 454." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event455": { - "title": "event455", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 455." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event456": { - "title": "event456", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 456." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event457": { - "title": "event457", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 457." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event458": { - "title": "event458", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 458." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event459": { - "title": "event459", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 459." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event460": { - "title": "event460", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 460." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event461": { - "title": "event461", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 461." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event462": { - "title": "event462", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 462." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event463": { - "title": "event463", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 463." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event464": { - "title": "event464", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 464." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event465": { - "title": "event465", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 465." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event466": { - "title": "event466", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 466." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event467": { - "title": "event467", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 467." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event468": { - "title": "event468", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 468." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event469": { - "title": "event469", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 469." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event470": { - "title": "event470", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 470." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event471": { - "title": "event471", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 471." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event472": { - "title": "event472", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 472." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event473": { - "title": "event473", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 473." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event474": { - "title": "event474", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 474." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event475": { - "title": "event475", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 475." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event476": { - "title": "event476", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 476." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event477": { - "title": "event477", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 477." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event478": { - "title": "event478", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 478." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event479": { - "title": "event479", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 479." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event480": { - "title": "event480", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 480." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event481": { - "title": "event481", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 481." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event482": { - "title": "event482", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 482." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event483": { - "title": "event483", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 483." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event484": { - "title": "event484", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 484." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event485": { - "title": "event485", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 485." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event486": { - "title": "event486", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 486." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event487": { - "title": "event487", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 487." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event488": { - "title": "event488", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 488." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event489": { - "title": "event489", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 489." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event490": { - "title": "event490", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 490." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event491": { - "title": "event491", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 491." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event492": { - "title": "event492", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 492." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event493": { - "title": "event493", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 493." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event494": { - "title": "event494", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 494." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event495": { - "title": "event495", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 495." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event496": { - "title": "event496", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 496." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event497": { - "title": "event497", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 497." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event498": { - "title": "event498", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 498." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event499": { - "title": "event499", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 499." - }, - "https://ns.adobe.com/experience/analytics/event401to500/event500": { - "title": "event500", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 500." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event501": { - "title": "event501", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 501." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event502": { - "title": "event502", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 502." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event503": { - "title": "event503", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 503." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event504": { - "title": "event504", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 504." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event505": { - "title": "event505", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 505." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event506": { - "title": "event506", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 506." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event507": { - "title": "event507", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 507." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event508": { - "title": "event508", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 508." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event509": { - "title": "event509", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 509." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event510": { - "title": "event510", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 510." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event511": { - "title": "event511", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 511." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event512": { - "title": "event512", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 512." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event513": { - "title": "event513", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 513." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event514": { - "title": "event514", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 514." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event515": { - "title": "event515", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 515." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event516": { - "title": "event516", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 516." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event517": { - "title": "event517", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 517." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event518": { - "title": "event518", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 518." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event519": { - "title": "event519", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 519." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event520": { - "title": "event520", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 520." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event521": { - "title": "event521", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 521." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event522": { - "title": "event522", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 522." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event523": { - "title": "event523", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 523." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event524": { - "title": "event524", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 524." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event525": { - "title": "event525", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 525." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event526": { - "title": "event526", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 526." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event527": { - "title": "event527", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 527." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event528": { - "title": "event528", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 528." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event529": { - "title": "event529", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 529." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event530": { - "title": "event530", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 530." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event531": { - "title": "event531", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 531." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event532": { - "title": "event532", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 532." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event533": { - "title": "event533", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 533." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event534": { - "title": "event534", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 534." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event535": { - "title": "event535", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 535." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event536": { - "title": "event536", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 536." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event537": { - "title": "event537", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 537." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event538": { - "title": "event538", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 538." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event539": { - "title": "event539", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 539." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event540": { - "title": "event540", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 540." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event541": { - "title": "event541", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 541." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event542": { - "title": "event542", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 542." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event543": { - "title": "event543", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 543." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event544": { - "title": "event544", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 544." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event545": { - "title": "event545", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 545." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event546": { - "title": "event546", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 546." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event547": { - "title": "event547", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 547." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event548": { - "title": "event548", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 548." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event549": { - "title": "event549", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 549." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event550": { - "title": "event550", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 550." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event551": { - "title": "event551", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 551." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event552": { - "title": "event552", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 552." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event553": { - "title": "event553", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 553." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event554": { - "title": "event554", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 554." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event555": { - "title": "event555", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 555." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event556": { - "title": "event556", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 556." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event557": { - "title": "event557", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 557." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event558": { - "title": "event558", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 558." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event559": { - "title": "event559", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 559." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event560": { - "title": "event560", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 560." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event561": { - "title": "event561", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 561." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event562": { - "title": "event562", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 562." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event563": { - "title": "event563", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 563." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event564": { - "title": "event564", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 564." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event565": { - "title": "event565", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 565." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event566": { - "title": "event566", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 566." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event567": { - "title": "event567", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 567." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event568": { - "title": "event568", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 568." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event569": { - "title": "event569", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 569." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event570": { - "title": "event570", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 570." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event571": { - "title": "event571", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 571." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event572": { - "title": "event572", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 572." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event573": { - "title": "event573", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 573." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event574": { - "title": "event574", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 574." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event575": { - "title": "event575", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 575." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event576": { - "title": "event576", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 576." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event577": { - "title": "event577", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 577." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event578": { - "title": "event578", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 578." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event579": { - "title": "event579", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 579." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event580": { - "title": "event580", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 580." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event581": { - "title": "event581", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 581." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event582": { - "title": "event582", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 582." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event583": { - "title": "event583", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 583." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event584": { - "title": "event584", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 584." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event585": { - "title": "event585", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 585." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event586": { - "title": "event586", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 586." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event587": { - "title": "event587", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 587." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event588": { - "title": "event588", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 588." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event589": { - "title": "event589", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 589." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event590": { - "title": "event590", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 590." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event591": { - "title": "event591", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 591." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event592": { - "title": "event592", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 592." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event593": { - "title": "event593", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 593." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event594": { - "title": "event594", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 594." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event595": { - "title": "event595", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 595." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event596": { - "title": "event596", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 596." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event597": { - "title": "event597", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 597." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event598": { - "title": "event598", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 598." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event599": { - "title": "event599", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 599." - }, - "https://ns.adobe.com/experience/analytics/event501to600/event600": { - "title": "event600", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 600." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event601": { - "title": "event601", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 601." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event602": { - "title": "event602", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 602." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event603": { - "title": "event603", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 603." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event604": { - "title": "event604", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 604." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event605": { - "title": "event605", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 605." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event606": { - "title": "event606", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 606." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event607": { - "title": "event607", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 607." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event608": { - "title": "event608", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 608." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event609": { - "title": "event609", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 609." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event610": { - "title": "event610", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 610." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event611": { - "title": "event611", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 611." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event612": { - "title": "event612", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 612." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event613": { - "title": "event613", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 613." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event614": { - "title": "event614", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 614." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event615": { - "title": "event615", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 615." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event616": { - "title": "event616", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 616." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event617": { - "title": "event617", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 617." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event618": { - "title": "event618", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 618." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event619": { - "title": "event619", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 619." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event620": { - "title": "event620", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 620." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event621": { - "title": "event621", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 621." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event622": { - "title": "event622", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 622." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event623": { - "title": "event623", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 623." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event624": { - "title": "event624", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 624." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event625": { - "title": "event625", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 625." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event626": { - "title": "event626", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 626." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event627": { - "title": "event627", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 627." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event628": { - "title": "event628", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 628." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event629": { - "title": "event629", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 629." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event630": { - "title": "event630", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 630." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event631": { - "title": "event631", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 631." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event632": { - "title": "event632", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 632." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event633": { - "title": "event633", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 633." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event634": { - "title": "event634", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 634." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event635": { - "title": "event635", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 635." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event636": { - "title": "event636", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 636." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event637": { - "title": "event637", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 637." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event638": { - "title": "event638", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 638." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event639": { - "title": "event639", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 639." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event640": { - "title": "event640", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 640." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event641": { - "title": "event641", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 641." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event642": { - "title": "event642", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 642." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event643": { - "title": "event643", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 643." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event644": { - "title": "event644", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 644." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event645": { - "title": "event645", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 645." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event646": { - "title": "event646", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 646." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event647": { - "title": "event647", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 647." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event648": { - "title": "event648", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 648." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event649": { - "title": "event649", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 649." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event650": { - "title": "event650", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 650." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event651": { - "title": "event651", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 651." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event652": { - "title": "event652", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 652." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event653": { - "title": "event653", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 653." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event654": { - "title": "event654", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 654." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event655": { - "title": "event655", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 655." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event656": { - "title": "event656", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 656." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event657": { - "title": "event657", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 657." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event658": { - "title": "event658", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 658." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event659": { - "title": "event659", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 659." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event660": { - "title": "event660", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 660." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event661": { - "title": "event661", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 661." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event662": { - "title": "event662", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 662." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event663": { - "title": "event663", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 663." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event664": { - "title": "event664", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 664." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event665": { - "title": "event665", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 665." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event666": { - "title": "event666", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 666." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event667": { - "title": "event667", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 667." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event668": { - "title": "event668", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 668." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event669": { - "title": "event669", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 669." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event670": { - "title": "event670", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 670." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event671": { - "title": "event671", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 671." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event672": { - "title": "event672", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 672." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event673": { - "title": "event673", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 673." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event674": { - "title": "event674", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 674." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event675": { - "title": "event675", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 675." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event676": { - "title": "event676", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 676." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event677": { - "title": "event677", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 677." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event678": { - "title": "event678", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 678." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event679": { - "title": "event679", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 679." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event680": { - "title": "event680", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 680." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event681": { - "title": "event681", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 681." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event682": { - "title": "event682", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 682." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event683": { - "title": "event683", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 683." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event684": { - "title": "event684", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 684." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event685": { - "title": "event685", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 685." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event686": { - "title": "event686", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 686." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event687": { - "title": "event687", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 687." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event688": { - "title": "event688", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 688." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event689": { - "title": "event689", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 689." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event690": { - "title": "event690", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 690." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event691": { - "title": "event691", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 691." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event692": { - "title": "event692", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 692." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event693": { - "title": "event693", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 693." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event694": { - "title": "event694", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 694." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event695": { - "title": "event695", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 695." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event696": { - "title": "event696", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 696." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event697": { - "title": "event697", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 697." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event698": { - "title": "event698", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 698." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event699": { - "title": "event699", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 699." - }, - "https://ns.adobe.com/experience/analytics/event601to700/event700": { - "title": "event700", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 700." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event701": { - "title": "event701", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 701." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event702": { - "title": "event702", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 702." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event703": { - "title": "event703", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 703." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event704": { - "title": "event704", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 704." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event705": { - "title": "event705", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 705." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event706": { - "title": "event706", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 706." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event707": { - "title": "event707", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 707." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event708": { - "title": "event708", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 708." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event709": { - "title": "event709", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 709." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event710": { - "title": "event710", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 710." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event711": { - "title": "event711", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 711." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event712": { - "title": "event712", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 712." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event713": { - "title": "event713", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 713." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event714": { - "title": "event714", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 714." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event715": { - "title": "event715", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 715." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event716": { - "title": "event716", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 716." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event717": { - "title": "event717", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 717." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event718": { - "title": "event718", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 718." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event719": { - "title": "event719", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 719." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event720": { - "title": "event720", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 720." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event721": { - "title": "event721", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 721." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event722": { - "title": "event722", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 722." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event723": { - "title": "event723", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 723." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event724": { - "title": "event724", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 724." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event725": { - "title": "event725", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 725." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event726": { - "title": "event726", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 726." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event727": { - "title": "event727", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 727." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event728": { - "title": "event728", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 728." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event729": { - "title": "event729", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 729." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event730": { - "title": "event730", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 730." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event731": { - "title": "event731", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 731." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event732": { - "title": "event732", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 732." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event733": { - "title": "event733", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 733." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event734": { - "title": "event734", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 734." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event735": { - "title": "event735", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 735." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event736": { - "title": "event736", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 736." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event737": { - "title": "event737", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 737." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event738": { - "title": "event738", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 738." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event739": { - "title": "event739", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 739." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event740": { - "title": "event740", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 740." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event741": { - "title": "event741", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 741." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event742": { - "title": "event742", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 742." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event743": { - "title": "event743", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 743." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event744": { - "title": "event744", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 744." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event745": { - "title": "event745", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 745." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event746": { - "title": "event746", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 746." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event747": { - "title": "event747", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 747." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event748": { - "title": "event748", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 748." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event749": { - "title": "event749", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 749." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event750": { - "title": "event750", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 750." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event751": { - "title": "event751", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 751." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event752": { - "title": "event752", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 752." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event753": { - "title": "event753", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 753." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event754": { - "title": "event754", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 754." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event755": { - "title": "event755", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 755." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event756": { - "title": "event756", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 756." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event757": { - "title": "event757", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 757." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event758": { - "title": "event758", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 758." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event759": { - "title": "event759", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 759." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event760": { - "title": "event760", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 760." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event761": { - "title": "event761", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 761." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event762": { - "title": "event762", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 762." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event763": { - "title": "event763", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 763." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event764": { - "title": "event764", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 764." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event765": { - "title": "event765", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 765." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event766": { - "title": "event766", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 766." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event767": { - "title": "event767", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 767." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event768": { - "title": "event768", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 768." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event769": { - "title": "event769", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 769." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event770": { - "title": "event770", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 770." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event771": { - "title": "event771", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 771." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event772": { - "title": "event772", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 772." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event773": { - "title": "event773", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 773." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event774": { - "title": "event774", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 774." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event775": { - "title": "event775", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 775." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event776": { - "title": "event776", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 776." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event777": { - "title": "event777", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 777." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event778": { - "title": "event778", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 778." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event779": { - "title": "event779", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 779." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event780": { - "title": "event780", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 780." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event781": { - "title": "event781", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 781." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event782": { - "title": "event782", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 782." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event783": { - "title": "event783", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 783." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event784": { - "title": "event784", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 784." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event785": { - "title": "event785", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 785." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event786": { - "title": "event786", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 786." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event787": { - "title": "event787", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 787." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event788": { - "title": "event788", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 788." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event789": { - "title": "event789", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 789." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event790": { - "title": "event790", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 790." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event791": { - "title": "event791", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 791." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event792": { - "title": "event792", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 792." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event793": { - "title": "event793", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 793." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event794": { - "title": "event794", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 794." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event795": { - "title": "event795", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 795." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event796": { - "title": "event796", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 796." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event797": { - "title": "event797", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 797." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event798": { - "title": "event798", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 798." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event799": { - "title": "event799", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 799." - }, - "https://ns.adobe.com/experience/analytics/event701to800/event800": { - "title": "event800", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 800." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event801": { - "title": "event801", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 801." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event802": { - "title": "event802", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 802." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event803": { - "title": "event803", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 803." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event804": { - "title": "event804", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 804." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event805": { - "title": "event805", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 805." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event806": { - "title": "event806", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 806." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event807": { - "title": "event807", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 807." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event808": { - "title": "event808", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 808." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event809": { - "title": "event809", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 809." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event810": { - "title": "event810", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 810." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event811": { - "title": "event811", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 811." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event812": { - "title": "event812", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 812." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event813": { - "title": "event813", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 813." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event814": { - "title": "event814", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 814." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event815": { - "title": "event815", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 815." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event816": { - "title": "event816", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 816." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event817": { - "title": "event817", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 817." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event818": { - "title": "event818", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 818." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event819": { - "title": "event819", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 819." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event820": { - "title": "event820", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 820." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event821": { - "title": "event821", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 821." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event822": { - "title": "event822", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 822." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event823": { - "title": "event823", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 823." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event824": { - "title": "event824", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 824." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event825": { - "title": "event825", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 825." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event826": { - "title": "event826", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 826." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event827": { - "title": "event827", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 827." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event828": { - "title": "event828", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 828." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event829": { - "title": "event829", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 829." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event830": { - "title": "event830", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 830." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event831": { - "title": "event831", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 831." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event832": { - "title": "event832", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 832." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event833": { - "title": "event833", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 833." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event834": { - "title": "event834", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 834." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event835": { - "title": "event835", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 835." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event836": { - "title": "event836", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 836." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event837": { - "title": "event837", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 837." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event838": { - "title": "event838", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 838." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event839": { - "title": "event839", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 839." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event840": { - "title": "event840", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 840." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event841": { - "title": "event841", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 841." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event842": { - "title": "event842", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 842." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event843": { - "title": "event843", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 843." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event844": { - "title": "event844", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 844." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event845": { - "title": "event845", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 845." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event846": { - "title": "event846", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 846." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event847": { - "title": "event847", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 847." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event848": { - "title": "event848", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 848." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event849": { - "title": "event849", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 849." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event850": { - "title": "event850", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 850." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event851": { - "title": "event851", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 851." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event852": { - "title": "event852", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 852." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event853": { - "title": "event853", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 853." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event854": { - "title": "event854", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 854." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event855": { - "title": "event855", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 855." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event856": { - "title": "event856", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 856." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event857": { - "title": "event857", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 857." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event858": { - "title": "event858", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 858." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event859": { - "title": "event859", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 859." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event860": { - "title": "event860", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 860." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event861": { - "title": "event861", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 861." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event862": { - "title": "event862", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 862." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event863": { - "title": "event863", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 863." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event864": { - "title": "event864", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 864." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event865": { - "title": "event865", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 865." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event866": { - "title": "event866", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 866." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event867": { - "title": "event867", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 867." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event868": { - "title": "event868", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 868." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event869": { - "title": "event869", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 869." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event870": { - "title": "event870", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 870." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event871": { - "title": "event871", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 871." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event872": { - "title": "event872", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 872." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event873": { - "title": "event873", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 873." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event874": { - "title": "event874", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 874." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event875": { - "title": "event875", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 875." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event876": { - "title": "event876", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 876." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event877": { - "title": "event877", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 877." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event878": { - "title": "event878", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 878." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event879": { - "title": "event879", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 879." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event880": { - "title": "event880", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 880." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event881": { - "title": "event881", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 881." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event882": { - "title": "event882", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 882." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event883": { - "title": "event883", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 883." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event884": { - "title": "event884", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 884." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event885": { - "title": "event885", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 885." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event886": { - "title": "event886", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 886." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event887": { - "title": "event887", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 887." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event888": { - "title": "event888", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 888." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event889": { - "title": "event889", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 889." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event890": { - "title": "event890", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 890." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event891": { - "title": "event891", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 891." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event892": { - "title": "event892", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 892." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event893": { - "title": "event893", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 893." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event894": { - "title": "event894", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 894." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event895": { - "title": "event895", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 895." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event896": { - "title": "event896", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 896." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event897": { - "title": "event897", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 897." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event898": { - "title": "event898", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 898." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event899": { - "title": "event899", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 899." - }, - "https://ns.adobe.com/experience/analytics/event801to900/event900": { - "title": "event900", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 900." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event901": { - "title": "event901", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 901." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event902": { - "title": "event902", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 902." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event903": { - "title": "event903", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 903." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event904": { - "title": "event904", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 904." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event905": { - "title": "event905", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 905." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event906": { - "title": "event906", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 906." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event907": { - "title": "event907", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 907." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event908": { - "title": "event908", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 908." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event909": { - "title": "event909", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 909." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event910": { - "title": "event910", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 910." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event911": { - "title": "event911", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 911." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event912": { - "title": "event912", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 912." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event913": { - "title": "event913", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 913." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event914": { - "title": "event914", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 914." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event915": { - "title": "event915", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 915." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event916": { - "title": "event916", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 916." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event917": { - "title": "event917", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 917." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event918": { - "title": "event918", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 918." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event919": { - "title": "event919", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 919." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event920": { - "title": "event920", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 920." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event921": { - "title": "event921", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 921." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event922": { - "title": "event922", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 922." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event923": { - "title": "event923", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 923." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event924": { - "title": "event924", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 924." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event925": { - "title": "event925", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 925." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event926": { - "title": "event926", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 926." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event927": { - "title": "event927", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 927." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event928": { - "title": "event928", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 928." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event929": { - "title": "event929", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 929." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event930": { - "title": "event930", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 930." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event931": { - "title": "event931", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 931." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event932": { - "title": "event932", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 932." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event933": { - "title": "event933", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 933." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event934": { - "title": "event934", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 934." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event935": { - "title": "event935", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 935." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event936": { - "title": "event936", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 936." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event937": { - "title": "event937", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 937." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event938": { - "title": "event938", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 938." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event939": { - "title": "event939", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 939." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event940": { - "title": "event940", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 940." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event941": { - "title": "event941", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 941." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event942": { - "title": "event942", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 942." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event943": { - "title": "event943", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 943." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event944": { - "title": "event944", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 944." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event945": { - "title": "event945", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 945." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event946": { - "title": "event946", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 946." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event947": { - "title": "event947", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 947." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event948": { - "title": "event948", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 948." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event949": { - "title": "event949", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 949." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event950": { - "title": "event950", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 950." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event951": { - "title": "event951", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 951." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event952": { - "title": "event952", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 952." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event953": { - "title": "event953", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 953." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event954": { - "title": "event954", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 954." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event955": { - "title": "event955", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 955." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event956": { - "title": "event956", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 956." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event957": { - "title": "event957", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 957." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event958": { - "title": "event958", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 958." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event959": { - "title": "event959", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 959." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event960": { - "title": "event960", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 960." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event961": { - "title": "event961", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 961." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event962": { - "title": "event962", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 962." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event963": { - "title": "event963", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 963." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event964": { - "title": "event964", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 964." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event965": { - "title": "event965", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 965." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event966": { - "title": "event966", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 966." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event967": { - "title": "event967", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 967." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event968": { - "title": "event968", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 968." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event969": { - "title": "event969", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 969." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event970": { - "title": "event970", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 970." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event971": { - "title": "event971", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 971." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event972": { - "title": "event972", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 972." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event973": { - "title": "event973", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 973." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event974": { - "title": "event974", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 974." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event975": { - "title": "event975", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 975." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event976": { - "title": "event976", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 976." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event977": { - "title": "event977", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 977." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event978": { - "title": "event978", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 978." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event979": { - "title": "event979", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 979." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event980": { - "title": "event980", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 980." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event981": { - "title": "event981", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 981." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event982": { - "title": "event982", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 982." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event983": { - "title": "event983", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 983." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event984": { - "title": "event984", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 984." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event985": { - "title": "event985", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 985." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event986": { - "title": "event986", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 986." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event987": { - "title": "event987", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 987." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event988": { - "title": "event988", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 988." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event989": { - "title": "event989", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 989." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event990": { - "title": "event990", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 990." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event991": { - "title": "event991", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 991." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event992": { - "title": "event992", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 992." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event993": { - "title": "event993", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 993." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event994": { - "title": "event994", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 994." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event995": { - "title": "event995", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 995." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event996": { - "title": "event996", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 996." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event997": { - "title": "event997", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 997." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event998": { - "title": "event998", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 998." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event999": { - "title": "event999", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 999." - }, - "https://ns.adobe.com/experience/analytics/event901to1000/event1000": { - "title": "event1000", - "$ref": "https://ns.adobe.com/xdm/data/measure", - "description": "Custom event 1000." - }, - "https://ns.adobe.com/experience/analytics/session/num": { - "title": "Session Number", - "type": "integer", - "description": "Current session number for the end-user." - }, - "https://ns.adobe.com/experience/analytics/session/depth": { - "title": "Session Depth", - "type": "integer", - "description": - "Current session depth (eg page number) for the end-user." - }, - "https://ns.adobe.com/experience/analytics/session/timestamp": { - "title": "Session Entry Timestamp", - "type": "integer", - "description": - "The timestamp at the entry into this session. Milliseconds since midnight of January 1, 1970.", - "minimum": 1, - "maximum": 9223372036854770000 - }, - "https://ns.adobe.com/experience/analytics/session/search": { - "title": "Session Entry Search", - "$ref": "https://ns.adobe.com/xdm/context/search", - "description": - "The information related to web or mobile search at the entry of this session." - }, - "https://ns.adobe.com/experience/analytics/session/web": { - "title": "Session Entry Web", - "$ref": "https://ns.adobe.com/xdm/context/webinfo", - "description": - "The information related to web page, link, and referrer at the entry of this session." - }, - "https://ns.adobe.com/experience/analytics/end-user/first-timestamp": { - "title": "End User First Timestamp", - "type": "integer", - "description": - "The timestamp for the first ExperienceEvent for this end-user. Milliseconds since midnight of January 1, 1970.", - "minimum": 1, - "maximum": 9223372036854770000 - }, - "https://ns.adobe.com/experience/analytics/end-user/first-web": { - "title": "End User First Web Details", - "$ref": "https://ns.adobe.com/xdm/context/webinfo", - "description": - "The information related to web page, link, and referrer from the first ExperienceEvent for this end-user." + "https://ns.adobe.com/experience/analytics/session": { + "type": "object", + "title": "Session", + "properties": { + "xdm:num": { + "title": "Session Number", + "type": "integer", + "description": "Current session number for the end-user." + }, + "xdm:depth": { + "title": "Session Depth", + "type": "integer", + "description": "Current session depth (eg page number) for the end-user." + }, + "xdm:timestamp": { + "title": "Session Entry Timestamp", + "type": "integer", + "description": "The timestamp at the entry into this session. Milliseconds since midnight of January 1, 1970.", + "minimum": 1, + "maximum": 9223372036854770000 + }, + "xdm:search": { + "title": "Session Entry Search", + "$ref": "https://ns.adobe.com/xdm/context/search", + "description": "The information related to web or mobile search at the entry of this session." + }, + "xdm:web": { + "title": "Session Entry Web", + "$ref": "https://ns.adobe.com/xdm/context/webinfo", + "description": "The information related to web page, link, and referrer at the entry of this session." + } + } + }, + "https://ns.adobe.com/experience/analytics/endUser": { + "type": "object", + "title": "End User", + "properties": { + "xdm:firstTimestamp": { + "title": "End User First Timestamp", + "type": "integer", + "description": "The timestamp for the first ExperienceEvent for this end-user. Milliseconds since midnight of January 1, 1970.", + "minimum": 1, + "maximum": 9223372036854770000 + }, + "xdm:firstWeb": { + "title": "End User First Web Details", + "$ref": "https://ns.adobe.com/xdm/context/webinfo", + "description": "The information related to web page, link, and referrer from the first ExperienceEvent for this end-user." + } + } + }, + "https://ns.adobe.com/experience/analytics/customDimensions": { + "type": "object", + "title": "Custom Dimensions", + "properties": { + "xdm:eVars": { + "type": "object", + "title": "eVars", + "properties": { + "xdm:eVar1": { + "title": "eVar1", + "type": "string", + "description": "Custom conversion variable 1." + }, + "xdm:eVar2": { + "title": "eVar2", + "type": "string", + "description": "Custom conversion variable 2." + }, + "xdm:eVar3": { + "title": "eVar3", + "type": "string", + "description": "Custom conversion variable 3." + }, + "xdm:eVar4": { + "title": "eVar4", + "type": "string", + "description": "Custom conversion variable 4." + }, + "xdm:eVar5": { + "title": "eVar5", + "type": "string", + "description": "Custom conversion variable 5." + }, + "xdm:eVar6": { + "title": "eVar6", + "type": "string", + "description": "Custom conversion variable 6." + }, + "xdm:eVar7": { + "title": "eVar7", + "type": "string", + "description": "Custom conversion variable 7." + }, + "xdm:eVar8": { + "title": "eVar8", + "type": "string", + "description": "Custom conversion variable 8." + }, + "xdm:eVar9": { + "title": "eVar9", + "type": "string", + "description": "Custom conversion variable 9." + }, + "xdm:eVar10": { + "title": "eVar10", + "type": "string", + "description": "Custom conversion variable 10." + }, + "xdm:eVar11": { + "title": "eVar11", + "type": "string", + "description": "Custom conversion variable 11." + }, + "xdm:eVar12": { + "title": "eVar12", + "type": "string", + "description": "Custom conversion variable 12." + }, + "xdm:eVar13": { + "title": "eVar13", + "type": "string", + "description": "Custom conversion variable 13." + }, + "xdm:eVar14": { + "title": "eVar14", + "type": "string", + "description": "Custom conversion variable 14." + }, + "xdm:eVar15": { + "title": "eVar15", + "type": "string", + "description": "Custom conversion variable 15." + }, + "xdm:eVar16": { + "title": "eVar16", + "type": "string", + "description": "Custom conversion variable 16." + }, + "xdm:eVar17": { + "title": "eVar17", + "type": "string", + "description": "Custom conversion variable 17." + }, + "xdm:eVar18": { + "title": "eVar18", + "type": "string", + "description": "Custom conversion variable 18." + }, + "xdm:eVar19": { + "title": "eVar19", + "type": "string", + "description": "Custom conversion variable 19." + }, + "xdm:eVar20": { + "title": "eVar20", + "type": "string", + "description": "Custom conversion variable 20." + }, + "xdm:eVar21": { + "title": "eVar21", + "type": "string", + "description": "Custom conversion variable 21." + }, + "xdm:eVar22": { + "title": "eVar22", + "type": "string", + "description": "Custom conversion variable 22." + }, + "xdm:eVar23": { + "title": "eVar23", + "type": "string", + "description": "Custom conversion variable 23." + }, + "xdm:eVar24": { + "title": "eVar24", + "type": "string", + "description": "Custom conversion variable 24." + }, + "xdm:eVar25": { + "title": "eVar25", + "type": "string", + "description": "Custom conversion variable 25." + }, + "xdm:eVar26": { + "title": "eVar26", + "type": "string", + "description": "Custom conversion variable 26." + }, + "xdm:eVar27": { + "title": "eVar27", + "type": "string", + "description": "Custom conversion variable 27." + }, + "xdm:eVar28": { + "title": "eVar28", + "type": "string", + "description": "Custom conversion variable 28." + }, + "xdm:eVar29": { + "title": "eVar29", + "type": "string", + "description": "Custom conversion variable 29." + }, + "xdm:eVar30": { + "title": "eVar30", + "type": "string", + "description": "Custom conversion variable 30." + }, + "xdm:eVar31": { + "title": "eVar31", + "type": "string", + "description": "Custom conversion variable 31." + }, + "xdm:eVar32": { + "title": "eVar32", + "type": "string", + "description": "Custom conversion variable 32." + }, + "xdm:eVar33": { + "title": "eVar33", + "type": "string", + "description": "Custom conversion variable 33." + }, + "xdm:eVar34": { + "title": "eVar34", + "type": "string", + "description": "Custom conversion variable 34." + }, + "xdm:eVar35": { + "title": "eVar35", + "type": "string", + "description": "Custom conversion variable 35." + }, + "xdm:eVar36": { + "title": "eVar36", + "type": "string", + "description": "Custom conversion variable 36." + }, + "xdm:eVar37": { + "title": "eVar37", + "type": "string", + "description": "Custom conversion variable 37." + }, + "xdm:eVar38": { + "title": "eVar38", + "type": "string", + "description": "Custom conversion variable 38." + }, + "xdm:eVar39": { + "title": "eVar39", + "type": "string", + "description": "Custom conversion variable 39." + }, + "xdm:eVar40": { + "title": "eVar40", + "type": "string", + "description": "Custom conversion variable 40." + }, + "xdm:eVar41": { + "title": "eVar41", + "type": "string", + "description": "Custom conversion variable 41." + }, + "xdm:eVar42": { + "title": "eVar42", + "type": "string", + "description": "Custom conversion variable 42." + }, + "xdm:eVar43": { + "title": "eVar43", + "type": "string", + "description": "Custom conversion variable 43." + }, + "xdm:eVar44": { + "title": "eVar44", + "type": "string", + "description": "Custom conversion variable 44." + }, + "xdm:eVar45": { + "title": "eVar45", + "type": "string", + "description": "Custom conversion variable 45." + }, + "xdm:eVar46": { + "title": "eVar46", + "type": "string", + "description": "Custom conversion variable 46." + }, + "xdm:eVar47": { + "title": "eVar47", + "type": "string", + "description": "Custom conversion variable 47." + }, + "xdm:eVar48": { + "title": "eVar48", + "type": "string", + "description": "Custom conversion variable 48." + }, + "xdm:eVar49": { + "title": "eVar49", + "type": "string", + "description": "Custom conversion variable 49." + }, + "xdm:eVar50": { + "title": "eVar50", + "type": "string", + "description": "Custom conversion variable 50." + }, + "xdm:eVar51": { + "title": "eVar51", + "type": "string", + "description": "Custom conversion variable 51." + }, + "xdm:eVar52": { + "title": "eVar52", + "type": "string", + "description": "Custom conversion variable 52." + }, + "xdm:eVar53": { + "title": "eVar53", + "type": "string", + "description": "Custom conversion variable 53." + }, + "xdm:eVar54": { + "title": "eVar54", + "type": "string", + "description": "Custom conversion variable 54." + }, + "xdm:eVar55": { + "title": "eVar55", + "type": "string", + "description": "Custom conversion variable 55." + }, + "xdm:eVar56": { + "title": "eVar56", + "type": "string", + "description": "Custom conversion variable 56." + }, + "xdm:eVar57": { + "title": "eVar57", + "type": "string", + "description": "Custom conversion variable 57." + }, + "xdm:eVar58": { + "title": "eVar58", + "type": "string", + "description": "Custom conversion variable 58." + }, + "xdm:eVar59": { + "title": "eVar59", + "type": "string", + "description": "Custom conversion variable 59." + }, + "xdm:eVar60": { + "title": "eVar60", + "type": "string", + "description": "Custom conversion variable 60." + }, + "xdm:eVar61": { + "title": "eVar61", + "type": "string", + "description": "Custom conversion variable 61." + }, + "xdm:eVar62": { + "title": "eVar62", + "type": "string", + "description": "Custom conversion variable 62." + }, + "xdm:eVar63": { + "title": "eVar63", + "type": "string", + "description": "Custom conversion variable 63." + }, + "xdm:eVar64": { + "title": "eVar64", + "type": "string", + "description": "Custom conversion variable 64." + }, + "xdm:eVar65": { + "title": "eVar65", + "type": "string", + "description": "Custom conversion variable 65." + }, + "xdm:eVar66": { + "title": "eVar66", + "type": "string", + "description": "Custom conversion variable 66." + }, + "xdm:eVar67": { + "title": "eVar67", + "type": "string", + "description": "Custom conversion variable 67." + }, + "xdm:eVar68": { + "title": "eVar68", + "type": "string", + "description": "Custom conversion variable 68." + }, + "xdm:eVar69": { + "title": "eVar69", + "type": "string", + "description": "Custom conversion variable 69." + }, + "xdm:eVar70": { + "title": "eVar70", + "type": "string", + "description": "Custom conversion variable 70." + }, + "xdm:eVar71": { + "title": "eVar71", + "type": "string", + "description": "Custom conversion variable 71." + }, + "xdm:eVar72": { + "title": "eVar72", + "type": "string", + "description": "Custom conversion variable 72." + }, + "xdm:eVar73": { + "title": "eVar73", + "type": "string", + "description": "Custom conversion variable 73." + }, + "xdm:eVar74": { + "title": "eVar74", + "type": "string", + "description": "Custom conversion variable 74." + }, + "xdm:eVar75": { + "title": "eVar75", + "type": "string", + "description": "Custom conversion variable 75." + }, + "xdm:eVar76": { + "title": "eVar76", + "type": "string", + "description": "Custom conversion variable 76." + }, + "xdm:eVar77": { + "title": "eVar77", + "type": "string", + "description": "Custom conversion variable 77." + }, + "xdm:eVar78": { + "title": "eVar78", + "type": "string", + "description": "Custom conversion variable 78." + }, + "xdm:eVar79": { + "title": "eVar79", + "type": "string", + "description": "Custom conversion variable 79." + }, + "xdm:eVar80": { + "title": "eVar80", + "type": "string", + "description": "Custom conversion variable 80." + }, + "xdm:eVar81": { + "title": "eVar81", + "type": "string", + "description": "Custom conversion variable 81." + }, + "xdm:eVar82": { + "title": "eVar82", + "type": "string", + "description": "Custom conversion variable 82." + }, + "xdm:eVar83": { + "title": "eVar83", + "type": "string", + "description": "Custom conversion variable 83." + }, + "xdm:eVar84": { + "title": "eVar84", + "type": "string", + "description": "Custom conversion variable 84." + }, + "xdm:eVar85": { + "title": "eVar85", + "type": "string", + "description": "Custom conversion variable 85." + }, + "xdm:eVar86": { + "title": "eVar86", + "type": "string", + "description": "Custom conversion variable 86." + }, + "xdm:eVar87": { + "title": "eVar87", + "type": "string", + "description": "Custom conversion variable 87." + }, + "xdm:eVar88": { + "title": "eVar88", + "type": "string", + "description": "Custom conversion variable 88." + }, + "xdm:eVar89": { + "title": "eVar89", + "type": "string", + "description": "Custom conversion variable 89." + }, + "xdm:eVar90": { + "title": "eVar90", + "type": "string", + "description": "Custom conversion variable 90." + }, + "xdm:eVar91": { + "title": "eVar91", + "type": "string", + "description": "Custom conversion variable 91." + }, + "xdm:eVar92": { + "title": "eVar92", + "type": "string", + "description": "Custom conversion variable 92." + }, + "xdm:eVar93": { + "title": "eVar93", + "type": "string", + "description": "Custom conversion variable 93." + }, + "xdm:eVar94": { + "title": "eVar94", + "type": "string", + "description": "Custom conversion variable 94." + }, + "xdm:eVar95": { + "title": "eVar95", + "type": "string", + "description": "Custom conversion variable 95." + }, + "xdm:eVar96": { + "title": "eVar96", + "type": "string", + "description": "Custom conversion variable 96." + }, + "xdm:eVar97": { + "title": "eVar97", + "type": "string", + "description": "Custom conversion variable 97." + }, + "xdm:eVar98": { + "title": "eVar98", + "type": "string", + "description": "Custom conversion variable 98." + }, + "xdm:eVar99": { + "title": "eVar99", + "type": "string", + "description": "Custom conversion variable 99." + }, + "xdm:eVar100": { + "title": "eVar100", + "type": "string", + "description": "Custom conversion variable 100." + }, + "xdm:eVar101": { + "title": "eVar101", + "type": "string", + "description": "Custom conversion variable 101." + }, + "xdm:eVar102": { + "title": "eVar102", + "type": "string", + "description": "Custom conversion variable 102." + }, + "xdm:eVar103": { + "title": "eVar103", + "type": "string", + "description": "Custom conversion variable 103." + }, + "xdm:eVar104": { + "title": "eVar104", + "type": "string", + "description": "Custom conversion variable 104." + }, + "xdm:eVar105": { + "title": "eVar105", + "type": "string", + "description": "Custom conversion variable 105." + }, + "xdm:eVar106": { + "title": "eVar106", + "type": "string", + "description": "Custom conversion variable 106." + }, + "xdm:eVar107": { + "title": "eVar107", + "type": "string", + "description": "Custom conversion variable 107." + }, + "xdm:eVar108": { + "title": "eVar108", + "type": "string", + "description": "Custom conversion variable 108." + }, + "xdm:eVar109": { + "title": "eVar109", + "type": "string", + "description": "Custom conversion variable 109." + }, + "xdm:eVar110": { + "title": "eVar110", + "type": "string", + "description": "Custom conversion variable 110." + }, + "xdm:eVar111": { + "title": "eVar111", + "type": "string", + "description": "Custom conversion variable 111." + }, + "xdm:eVar112": { + "title": "eVar112", + "type": "string", + "description": "Custom conversion variable 112." + }, + "xdm:eVar113": { + "title": "eVar113", + "type": "string", + "description": "Custom conversion variable 113." + }, + "xdm:eVar114": { + "title": "eVar114", + "type": "string", + "description": "Custom conversion variable 114." + }, + "xdm:eVar115": { + "title": "eVar115", + "type": "string", + "description": "Custom conversion variable 115." + }, + "xdm:eVar116": { + "title": "eVar116", + "type": "string", + "description": "Custom conversion variable 116." + }, + "xdm:eVar117": { + "title": "eVar117", + "type": "string", + "description": "Custom conversion variable 117." + }, + "xdm:eVar118": { + "title": "eVar118", + "type": "string", + "description": "Custom conversion variable 118." + }, + "xdm:eVar119": { + "title": "eVar119", + "type": "string", + "description": "Custom conversion variable 119." + }, + "xdm:eVar120": { + "title": "eVar120", + "type": "string", + "description": "Custom conversion variable 120." + }, + "xdm:eVar121": { + "title": "eVar121", + "type": "string", + "description": "Custom conversion variable 121." + }, + "xdm:eVar122": { + "title": "eVar122", + "type": "string", + "description": "Custom conversion variable 122." + }, + "xdm:eVar123": { + "title": "eVar123", + "type": "string", + "description": "Custom conversion variable 123." + }, + "xdm:eVar124": { + "title": "eVar124", + "type": "string", + "description": "Custom conversion variable 124." + }, + "xdm:eVar125": { + "title": "eVar125", + "type": "string", + "description": "Custom conversion variable 125." + }, + "xdm:eVar126": { + "title": "eVar126", + "type": "string", + "description": "Custom conversion variable 126." + }, + "xdm:eVar127": { + "title": "eVar127", + "type": "string", + "description": "Custom conversion variable 127." + }, + "xdm:eVar128": { + "title": "eVar128", + "type": "string", + "description": "Custom conversion variable 128." + }, + "xdm:eVar129": { + "title": "eVar129", + "type": "string", + "description": "Custom conversion variable 129." + }, + "xdm:eVar130": { + "title": "eVar130", + "type": "string", + "description": "Custom conversion variable 130." + }, + "xdm:eVar131": { + "title": "eVar131", + "type": "string", + "description": "Custom conversion variable 131." + }, + "xdm:eVar132": { + "title": "eVar132", + "type": "string", + "description": "Custom conversion variable 132." + }, + "xdm:eVar133": { + "title": "eVar133", + "type": "string", + "description": "Custom conversion variable 133." + }, + "xdm:eVar134": { + "title": "eVar134", + "type": "string", + "description": "Custom conversion variable 134." + }, + "xdm:eVar135": { + "title": "eVar135", + "type": "string", + "description": "Custom conversion variable 135." + }, + "xdm:eVar136": { + "title": "eVar136", + "type": "string", + "description": "Custom conversion variable 136." + }, + "xdm:eVar137": { + "title": "eVar137", + "type": "string", + "description": "Custom conversion variable 137." + }, + "xdm:eVar138": { + "title": "eVar138", + "type": "string", + "description": "Custom conversion variable 138." + }, + "xdm:eVar139": { + "title": "eVar139", + "type": "string", + "description": "Custom conversion variable 139." + }, + "xdm:eVar140": { + "title": "eVar140", + "type": "string", + "description": "Custom conversion variable 140." + }, + "xdm:eVar141": { + "title": "eVar141", + "type": "string", + "description": "Custom conversion variable 141." + }, + "xdm:eVar142": { + "title": "eVar142", + "type": "string", + "description": "Custom conversion variable 142." + }, + "xdm:eVar143": { + "title": "eVar143", + "type": "string", + "description": "Custom conversion variable 143." + }, + "xdm:eVar144": { + "title": "eVar144", + "type": "string", + "description": "Custom conversion variable 144." + }, + "xdm:eVar145": { + "title": "eVar145", + "type": "string", + "description": "Custom conversion variable 145." + }, + "xdm:eVar146": { + "title": "eVar146", + "type": "string", + "description": "Custom conversion variable 146." + }, + "xdm:eVar147": { + "title": "eVar147", + "type": "string", + "description": "Custom conversion variable 147." + }, + "xdm:eVar148": { + "title": "eVar148", + "type": "string", + "description": "Custom conversion variable 148." + }, + "xdm:eVar149": { + "title": "eVar149", + "type": "string", + "description": "Custom conversion variable 149." + }, + "xdm:eVar150": { + "title": "eVar150", + "type": "string", + "description": "Custom conversion variable 150." + }, + "xdm:eVar151": { + "title": "eVar151", + "type": "string", + "description": "Custom conversion variable 151." + }, + "xdm:eVar152": { + "title": "eVar152", + "type": "string", + "description": "Custom conversion variable 152." + }, + "xdm:eVar153": { + "title": "eVar153", + "type": "string", + "description": "Custom conversion variable 153." + }, + "xdm:eVar154": { + "title": "eVar154", + "type": "string", + "description": "Custom conversion variable 154." + }, + "xdm:eVar155": { + "title": "eVar155", + "type": "string", + "description": "Custom conversion variable 155." + }, + "xdm:eVar156": { + "title": "eVar156", + "type": "string", + "description": "Custom conversion variable 156." + }, + "xdm:eVar157": { + "title": "eVar157", + "type": "string", + "description": "Custom conversion variable 157." + }, + "xdm:eVar158": { + "title": "eVar158", + "type": "string", + "description": "Custom conversion variable 158." + }, + "xdm:eVar159": { + "title": "eVar159", + "type": "string", + "description": "Custom conversion variable 159." + }, + "xdm:eVar160": { + "title": "eVar160", + "type": "string", + "description": "Custom conversion variable 160." + }, + "xdm:eVar161": { + "title": "eVar161", + "type": "string", + "description": "Custom conversion variable 161." + }, + "xdm:eVar162": { + "title": "eVar162", + "type": "string", + "description": "Custom conversion variable 162." + }, + "xdm:eVar163": { + "title": "eVar163", + "type": "string", + "description": "Custom conversion variable 163." + }, + "xdm:eVar164": { + "title": "eVar164", + "type": "string", + "description": "Custom conversion variable 164." + }, + "xdm:eVar165": { + "title": "eVar165", + "type": "string", + "description": "Custom conversion variable 165." + }, + "xdm:eVar166": { + "title": "eVar166", + "type": "string", + "description": "Custom conversion variable 166." + }, + "xdm:eVar167": { + "title": "eVar167", + "type": "string", + "description": "Custom conversion variable 167." + }, + "xdm:eVar168": { + "title": "eVar168", + "type": "string", + "description": "Custom conversion variable 168." + }, + "xdm:eVar169": { + "title": "eVar169", + "type": "string", + "description": "Custom conversion variable 169." + }, + "xdm:eVar170": { + "title": "eVar170", + "type": "string", + "description": "Custom conversion variable 170." + }, + "xdm:eVar171": { + "title": "eVar171", + "type": "string", + "description": "Custom conversion variable 171." + }, + "xdm:eVar172": { + "title": "eVar172", + "type": "string", + "description": "Custom conversion variable 172." + }, + "xdm:eVar173": { + "title": "eVar173", + "type": "string", + "description": "Custom conversion variable 173." + }, + "xdm:eVar174": { + "title": "eVar174", + "type": "string", + "description": "Custom conversion variable 174." + }, + "xdm:eVar175": { + "title": "eVar175", + "type": "string", + "description": "Custom conversion variable 175." + }, + "xdm:eVar176": { + "title": "eVar176", + "type": "string", + "description": "Custom conversion variable 176." + }, + "xdm:eVar177": { + "title": "eVar177", + "type": "string", + "description": "Custom conversion variable 177." + }, + "xdm:eVar178": { + "title": "eVar178", + "type": "string", + "description": "Custom conversion variable 178." + }, + "xdm:eVar179": { + "title": "eVar179", + "type": "string", + "description": "Custom conversion variable 179." + }, + "xdm:eVar180": { + "title": "eVar180", + "type": "string", + "description": "Custom conversion variable 180." + }, + "xdm:eVar181": { + "title": "eVar181", + "type": "string", + "description": "Custom conversion variable 181." + }, + "xdm:eVar182": { + "title": "eVar182", + "type": "string", + "description": "Custom conversion variable 182." + }, + "xdm:eVar183": { + "title": "eVar183", + "type": "string", + "description": "Custom conversion variable 183." + }, + "xdm:eVar184": { + "title": "eVar184", + "type": "string", + "description": "Custom conversion variable 184." + }, + "xdm:eVar185": { + "title": "eVar185", + "type": "string", + "description": "Custom conversion variable 185." + }, + "xdm:eVar186": { + "title": "eVar186", + "type": "string", + "description": "Custom conversion variable 186." + }, + "xdm:eVar187": { + "title": "eVar187", + "type": "string", + "description": "Custom conversion variable 187." + }, + "xdm:eVar188": { + "title": "eVar188", + "type": "string", + "description": "Custom conversion variable 188." + }, + "xdm:eVar189": { + "title": "eVar189", + "type": "string", + "description": "Custom conversion variable 189." + }, + "xdm:eVar190": { + "title": "eVar190", + "type": "string", + "description": "Custom conversion variable 190." + }, + "xdm:eVar191": { + "title": "eVar191", + "type": "string", + "description": "Custom conversion variable 191." + }, + "xdm:eVar192": { + "title": "eVar192", + "type": "string", + "description": "Custom conversion variable 192." + }, + "xdm:eVar193": { + "title": "eVar193", + "type": "string", + "description": "Custom conversion variable 193." + }, + "xdm:eVar194": { + "title": "eVar194", + "type": "string", + "description": "Custom conversion variable 194." + }, + "xdm:eVar195": { + "title": "eVar195", + "type": "string", + "description": "Custom conversion variable 195." + }, + "xdm:eVar196": { + "title": "eVar196", + "type": "string", + "description": "Custom conversion variable 196." + }, + "xdm:eVar197": { + "title": "eVar197", + "type": "string", + "description": "Custom conversion variable 197." + }, + "xdm:eVar198": { + "title": "eVar198", + "type": "string", + "description": "Custom conversion variable 198." + }, + "xdm:eVar199": { + "title": "eVar199", + "type": "string", + "description": "Custom conversion variable 199." + }, + "xdm:eVar200": { + "title": "eVar200", + "type": "string", + "description": "Custom conversion variable 200." + }, + "xdm:eVar201": { + "title": "eVar201", + "type": "string", + "description": "Custom conversion variable 201." + }, + "xdm:eVar202": { + "title": "eVar202", + "type": "string", + "description": "Custom conversion variable 202." + }, + "xdm:eVar203": { + "title": "eVar203", + "type": "string", + "description": "Custom conversion variable 203." + }, + "xdm:eVar204": { + "title": "eVar204", + "type": "string", + "description": "Custom conversion variable 204." + }, + "xdm:eVar205": { + "title": "eVar205", + "type": "string", + "description": "Custom conversion variable 205." + }, + "xdm:eVar206": { + "title": "eVar206", + "type": "string", + "description": "Custom conversion variable 206." + }, + "xdm:eVar207": { + "title": "eVar207", + "type": "string", + "description": "Custom conversion variable 207." + }, + "xdm:eVar208": { + "title": "eVar208", + "type": "string", + "description": "Custom conversion variable 208." + }, + "xdm:eVar209": { + "title": "eVar209", + "type": "string", + "description": "Custom conversion variable 209." + }, + "xdm:eVar210": { + "title": "eVar210", + "type": "string", + "description": "Custom conversion variable 210." + }, + "xdm:eVar211": { + "title": "eVar211", + "type": "string", + "description": "Custom conversion variable 211." + }, + "xdm:eVar212": { + "title": "eVar212", + "type": "string", + "description": "Custom conversion variable 212." + }, + "xdm:eVar213": { + "title": "eVar213", + "type": "string", + "description": "Custom conversion variable 213." + }, + "xdm:eVar214": { + "title": "eVar214", + "type": "string", + "description": "Custom conversion variable 214." + }, + "xdm:eVar215": { + "title": "eVar215", + "type": "string", + "description": "Custom conversion variable 215." + }, + "xdm:eVar216": { + "title": "eVar216", + "type": "string", + "description": "Custom conversion variable 216." + }, + "xdm:eVar217": { + "title": "eVar217", + "type": "string", + "description": "Custom conversion variable 217." + }, + "xdm:eVar218": { + "title": "eVar218", + "type": "string", + "description": "Custom conversion variable 218." + }, + "xdm:eVar219": { + "title": "eVar219", + "type": "string", + "description": "Custom conversion variable 219." + }, + "xdm:eVar220": { + "title": "eVar220", + "type": "string", + "description": "Custom conversion variable 220." + }, + "xdm:eVar221": { + "title": "eVar221", + "type": "string", + "description": "Custom conversion variable 221." + }, + "xdm:eVar222": { + "title": "eVar222", + "type": "string", + "description": "Custom conversion variable 222." + }, + "xdm:eVar223": { + "title": "eVar223", + "type": "string", + "description": "Custom conversion variable 223." + }, + "xdm:eVar224": { + "title": "eVar224", + "type": "string", + "description": "Custom conversion variable 224." + }, + "xdm:eVar225": { + "title": "eVar225", + "type": "string", + "description": "Custom conversion variable 225." + }, + "xdm:eVar226": { + "title": "eVar226", + "type": "string", + "description": "Custom conversion variable 226." + }, + "xdm:eVar227": { + "title": "eVar227", + "type": "string", + "description": "Custom conversion variable 227." + }, + "xdm:eVar228": { + "title": "eVar228", + "type": "string", + "description": "Custom conversion variable 228." + }, + "xdm:eVar229": { + "title": "eVar229", + "type": "string", + "description": "Custom conversion variable 229." + }, + "xdm:eVar230": { + "title": "eVar230", + "type": "string", + "description": "Custom conversion variable 230." + }, + "xdm:eVar231": { + "title": "eVar231", + "type": "string", + "description": "Custom conversion variable 231." + }, + "xdm:eVar232": { + "title": "eVar232", + "type": "string", + "description": "Custom conversion variable 232." + }, + "xdm:eVar233": { + "title": "eVar233", + "type": "string", + "description": "Custom conversion variable 233." + }, + "xdm:eVar234": { + "title": "eVar234", + "type": "string", + "description": "Custom conversion variable 234." + }, + "xdm:eVar235": { + "title": "eVar235", + "type": "string", + "description": "Custom conversion variable 235." + }, + "xdm:eVar236": { + "title": "eVar236", + "type": "string", + "description": "Custom conversion variable 236." + }, + "xdm:eVar237": { + "title": "eVar237", + "type": "string", + "description": "Custom conversion variable 237." + }, + "xdm:eVar238": { + "title": "eVar238", + "type": "string", + "description": "Custom conversion variable 238." + }, + "xdm:eVar239": { + "title": "eVar239", + "type": "string", + "description": "Custom conversion variable 239." + }, + "xdm:eVar240": { + "title": "eVar240", + "type": "string", + "description": "Custom conversion variable 240." + }, + "xdm:eVar241": { + "title": "eVar241", + "type": "string", + "description": "Custom conversion variable 241." + }, + "xdm:eVar242": { + "title": "eVar242", + "type": "string", + "description": "Custom conversion variable 242." + }, + "xdm:eVar243": { + "title": "eVar243", + "type": "string", + "description": "Custom conversion variable 243." + }, + "xdm:eVar244": { + "title": "eVar244", + "type": "string", + "description": "Custom conversion variable 244." + }, + "xdm:eVar245": { + "title": "eVar245", + "type": "string", + "description": "Custom conversion variable 245." + }, + "xdm:eVar246": { + "title": "eVar246", + "type": "string", + "description": "Custom conversion variable 246." + }, + "xdm:eVar247": { + "title": "eVar247", + "type": "string", + "description": "Custom conversion variable 247." + }, + "xdm:eVar248": { + "title": "eVar248", + "type": "string", + "description": "Custom conversion variable 248." + }, + "xdm:eVar249": { + "title": "eVar249", + "type": "string", + "description": "Custom conversion variable 249." + }, + "xdm:eVar250": { + "title": "eVar250", + "type": "string", + "description": "Custom conversion variable 250." + } + } + }, + "xdm:props": { + "type": "object", + "title": "Props", + "properties": { + "xdm:prop1": { + "title": "prop1", + "type": "string", + "description": "Custom property variable 1." + }, + "xdm:prop2": { + "title": "prop2", + "type": "string", + "description": "Custom property variable 2." + }, + "xdm:prop3": { + "title": "prop3", + "type": "string", + "description": "Custom property variable 3." + }, + "xdm:prop4": { + "title": "prop4", + "type": "string", + "description": "Custom property variable 4." + }, + "xdm:prop5": { + "title": "prop5", + "type": "string", + "description": "Custom property variable 5." + }, + "xdm:prop6": { + "title": "prop6", + "type": "string", + "description": "Custom property variable 6." + }, + "xdm:prop7": { + "title": "prop7", + "type": "string", + "description": "Custom property variable 7." + }, + "xdm:prop8": { + "title": "prop8", + "type": "string", + "description": "Custom property variable 8." + }, + "xdm:prop9": { + "title": "prop9", + "type": "string", + "description": "Custom property variable 9." + }, + "xdm:prop10": { + "title": "prop10", + "type": "string", + "description": "Custom property variable 10." + }, + "xdm:prop11": { + "title": "prop11", + "type": "string", + "description": "Custom property variable 11." + }, + "xdm:prop12": { + "title": "prop12", + "type": "string", + "description": "Custom property variable 12." + }, + "xdm:prop13": { + "title": "prop13", + "type": "string", + "description": "Custom property variable 13." + }, + "xdm:prop14": { + "title": "prop14", + "type": "string", + "description": "Custom property variable 14." + }, + "xdm:prop15": { + "title": "prop15", + "type": "string", + "description": "Custom property variable 15." + }, + "xdm:prop16": { + "title": "prop16", + "type": "string", + "description": "Custom property variable 16." + }, + "xdm:prop17": { + "title": "prop17", + "type": "string", + "description": "Custom property variable 17." + }, + "xdm:prop18": { + "title": "prop18", + "type": "string", + "description": "Custom property variable 18." + }, + "xdm:prop19": { + "title": "prop19", + "type": "string", + "description": "Custom property variable 19." + }, + "xdm:prop20": { + "title": "prop20", + "type": "string", + "description": "Custom property variable 20." + }, + "xdm:prop21": { + "title": "prop21", + "type": "string", + "description": "Custom property variable 21." + }, + "xdm:prop22": { + "title": "prop22", + "type": "string", + "description": "Custom property variable 22." + }, + "xdm:prop23": { + "title": "prop23", + "type": "string", + "description": "Custom property variable 23." + }, + "xdm:prop24": { + "title": "prop24", + "type": "string", + "description": "Custom property variable 24." + }, + "xdm:prop25": { + "title": "prop25", + "type": "string", + "description": "Custom property variable 25." + }, + "xdm:prop26": { + "title": "prop26", + "type": "string", + "description": "Custom property variable 26." + }, + "xdm:prop27": { + "title": "prop27", + "type": "string", + "description": "Custom property variable 27." + }, + "xdm:prop28": { + "title": "prop28", + "type": "string", + "description": "Custom property variable 28." + }, + "xdm:prop29": { + "title": "prop29", + "type": "string", + "description": "Custom property variable 29." + }, + "xdm:prop30": { + "title": "prop30", + "type": "string", + "description": "Custom property variable 30." + }, + "xdm:prop31": { + "title": "prop31", + "type": "string", + "description": "Custom property variable 31." + }, + "xdm:prop32": { + "title": "prop32", + "type": "string", + "description": "Custom property variable 32." + }, + "xdm:prop33": { + "title": "prop33", + "type": "string", + "description": "Custom property variable 33." + }, + "xdm:prop34": { + "title": "prop34", + "type": "string", + "description": "Custom property variable 34." + }, + "xdm:prop35": { + "title": "prop35", + "type": "string", + "description": "Custom property variable 35." + }, + "xdm:prop36": { + "title": "prop36", + "type": "string", + "description": "Custom property variable 36." + }, + "xdm:prop37": { + "title": "prop37", + "type": "string", + "description": "Custom property variable 37." + }, + "xdm:prop38": { + "title": "prop38", + "type": "string", + "description": "Custom property variable 38." + }, + "xdm:prop39": { + "title": "prop39", + "type": "string", + "description": "Custom property variable 39." + }, + "xdm:prop40": { + "title": "prop40", + "type": "string", + "description": "Custom property variable 40." + }, + "xdm:prop41": { + "title": "prop41", + "type": "string", + "description": "Custom property variable 41." + }, + "xdm:prop42": { + "title": "prop42", + "type": "string", + "description": "Custom property variable 42." + }, + "xdm:prop43": { + "title": "prop43", + "type": "string", + "description": "Custom property variable 43." + }, + "xdm:prop44": { + "title": "prop44", + "type": "string", + "description": "Custom property variable 44." + }, + "xdm:prop45": { + "title": "prop45", + "type": "string", + "description": "Custom property variable 45." + }, + "xdm:prop46": { + "title": "prop46", + "type": "string", + "description": "Custom property variable 46." + }, + "xdm:prop47": { + "title": "prop47", + "type": "string", + "description": "Custom property variable 47." + }, + "xdm:prop48": { + "title": "prop48", + "type": "string", + "description": "Custom property variable 48." + }, + "xdm:prop49": { + "title": "prop49", + "type": "string", + "description": "Custom property variable 49." + }, + "xdm:prop50": { + "title": "prop50", + "type": "string", + "description": "Custom property variable 50." + }, + "xdm:prop51": { + "title": "prop51", + "type": "string", + "description": "Custom property variable 51." + }, + "xdm:prop52": { + "title": "prop52", + "type": "string", + "description": "Custom property variable 52." + }, + "xdm:prop53": { + "title": "prop53", + "type": "string", + "description": "Custom property variable 53." + }, + "xdm:prop54": { + "title": "prop54", + "type": "string", + "description": "Custom property variable 54." + }, + "xdm:prop55": { + "title": "prop55", + "type": "string", + "description": "Custom property variable 55." + }, + "xdm:prop56": { + "title": "prop56", + "type": "string", + "description": "Custom property variable 56." + }, + "xdm:prop57": { + "title": "prop57", + "type": "string", + "description": "Custom property variable 57." + }, + "xdm:prop58": { + "title": "prop58", + "type": "string", + "description": "Custom property variable 58." + }, + "xdm:prop59": { + "title": "prop59", + "type": "string", + "description": "Custom property variable 59." + }, + "xdm:prop60": { + "title": "prop60", + "type": "string", + "description": "Custom property variable 60." + }, + "xdm:prop61": { + "title": "prop61", + "type": "string", + "description": "Custom property variable 61." + }, + "xdm:prop62": { + "title": "prop62", + "type": "string", + "description": "Custom property variable 62." + }, + "xdm:prop63": { + "title": "prop63", + "type": "string", + "description": "Custom property variable 63." + }, + "xdm:prop64": { + "title": "prop64", + "type": "string", + "description": "Custom property variable 64." + }, + "xdm:prop65": { + "title": "prop65", + "type": "string", + "description": "Custom property variable 65." + }, + "xdm:prop66": { + "title": "prop66", + "type": "string", + "description": "Custom property variable 66." + }, + "xdm:prop67": { + "title": "prop67", + "type": "string", + "description": "Custom property variable 67." + }, + "xdm:prop68": { + "title": "prop68", + "type": "string", + "description": "Custom property variable 68." + }, + "xdm:prop69": { + "title": "prop69", + "type": "string", + "description": "Custom property variable 69." + }, + "xdm:prop70": { + "title": "prop70", + "type": "string", + "description": "Custom property variable 70." + }, + "xdm:prop71": { + "title": "prop71", + "type": "string", + "description": "Custom property variable 71." + }, + "xdm:prop72": { + "title": "prop72", + "type": "string", + "description": "Custom property variable 72." + }, + "xdm:prop73": { + "title": "prop73", + "type": "string", + "description": "Custom property variable 73." + }, + "xdm:prop74": { + "title": "prop74", + "type": "string", + "description": "Custom property variable 74." + }, + "xdm:prop75": { + "title": "prop75", + "type": "string", + "description": "Custom property variable 75." + } + } + }, + "xdm:listProps": { + "type": "object", + "title": "List Props", + "properties": { + "xdm:prop1": { + "title": "prop1", + "description": "Custom property variable1", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop2": { + "title": "prop2", + "description": "Custom property variable2", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop3": { + "title": "prop3", + "description": "Custom property variable3", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop4": { + "title": "prop4", + "description": "Custom property variable4", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop5": { + "title": "prop5", + "description": "Custom property variable5", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop6": { + "title": "prop6", + "description": "Custom property variable6", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop7": { + "title": "prop7", + "description": "Custom property variable7", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop8": { + "title": "prop8", + "description": "Custom property variable8", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop9": { + "title": "prop9", + "description": "Custom property variable9", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop10": { + "title": "prop10", + "description": "Custom property variable10", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop11": { + "title": "prop11", + "description": "Custom property variable11", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop12": { + "title": "prop12", + "description": "Custom property variable12", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop13": { + "title": "prop13", + "description": "Custom property variable13", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop14": { + "title": "prop14", + "description": "Custom property variable14", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop15": { + "title": "prop15", + "description": "Custom property variable15", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop16": { + "title": "prop16", + "description": "Custom property variable16", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop17": { + "title": "prop17", + "description": "Custom property variable17", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop18": { + "title": "prop18", + "description": "Custom property variable18", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop19": { + "title": "prop19", + "description": "Custom property variable19", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop20": { + "title": "prop20", + "description": "Custom property variable20", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop21": { + "title": "prop21", + "description": "Custom property variable21", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop22": { + "title": "prop22", + "description": "Custom property variable22", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop23": { + "title": "prop23", + "description": "Custom property variable23", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop24": { + "title": "prop24", + "description": "Custom property variable24", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop25": { + "title": "prop25", + "description": "Custom property variable25", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop26": { + "title": "prop26", + "description": "Custom property variable26", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop27": { + "title": "prop27", + "description": "Custom property variable27", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop28": { + "title": "prop28", + "description": "Custom property variable28", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop29": { + "title": "prop29", + "description": "Custom property variable29", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop30": { + "title": "prop30", + "description": "Custom property variable30", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop31": { + "title": "prop31", + "description": "Custom property variable31", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop32": { + "title": "prop32", + "description": "Custom property variable32", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop33": { + "title": "prop33", + "description": "Custom property variable33", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop34": { + "title": "prop34", + "description": "Custom property variable34", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop35": { + "title": "prop35", + "description": "Custom property variable35", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop36": { + "title": "prop36", + "description": "Custom property variable36", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop37": { + "title": "prop37", + "description": "Custom property variable37", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop38": { + "title": "prop38", + "description": "Custom property variable38", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop39": { + "title": "prop39", + "description": "Custom property variable39", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop40": { + "title": "prop40", + "description": "Custom property variable40", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop41": { + "title": "prop41", + "description": "Custom property variable41", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop42": { + "title": "prop42", + "description": "Custom property variable42", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop43": { + "title": "prop43", + "description": "Custom property variable43", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop44": { + "title": "prop44", + "description": "Custom property variable44", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop45": { + "title": "prop45", + "description": "Custom property variable45", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop46": { + "title": "prop46", + "description": "Custom property variable46", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop47": { + "title": "prop47", + "description": "Custom property variable47", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop48": { + "title": "prop48", + "description": "Custom property variable48", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop49": { + "title": "prop49", + "description": "Custom property variable49", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop50": { + "title": "prop50", + "description": "Custom property variable50", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop51": { + "title": "prop51", + "description": "Custom property variable51", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop52": { + "title": "prop52", + "description": "Custom property variable52", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop53": { + "title": "prop53", + "description": "Custom property variable53", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop54": { + "title": "prop54", + "description": "Custom property variable54", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop55": { + "title": "prop55", + "description": "Custom property variable55", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop56": { + "title": "prop56", + "description": "Custom property variable56", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop57": { + "title": "prop57", + "description": "Custom property variable57", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop58": { + "title": "prop58", + "description": "Custom property variable58", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop59": { + "title": "prop59", + "description": "Custom property variable59", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop60": { + "title": "prop60", + "description": "Custom property variable60", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop61": { + "title": "prop61", + "description": "Custom property variable61", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop62": { + "title": "prop62", + "description": "Custom property variable62", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop63": { + "title": "prop63", + "description": "Custom property variable63", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop64": { + "title": "prop64", + "description": "Custom property variable64", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop65": { + "title": "prop65", + "description": "Custom property variable65", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop66": { + "title": "prop66", + "description": "Custom property variable66", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop67": { + "title": "prop67", + "description": "Custom property variable67", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop68": { + "title": "prop68", + "description": "Custom property variable68", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop69": { + "title": "prop69", + "description": "Custom property variable69", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop70": { + "title": "prop70", + "description": "Custom property variable70", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop71": { + "title": "prop71", + "description": "Custom property variable71", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop72": { + "title": "prop72", + "description": "Custom property variable72", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop73": { + "title": "prop73", + "description": "Custom property variable73", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop74": { + "title": "prop74", + "description": "Custom property variable74", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:prop75": { + "title": "prop75", + "description": "Custom property variable75", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + } + } + }, + "xdm:hierarchies": { + "type": "object", + "title": "Hierarchies", + "properties": { + "xdm:hier1": { + "title": "hier1", + "description": "Custom hierarchy variable 1.", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:hier2": { + "title": "hier2", + "description": "Custom hierarchy variable 2.", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:hier3": { + "title": "hier3", + "description": "Custom hierarchy variable 3.", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:hier4": { + "title": "hier4", + "description": "Custom hierarchy variable 4.", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + }, + "xdm:hier5": { + "title": "hier5", + "description": "Custom hierarchy variable 5.", + "$ref": "https://ns.adobe.com/experience/analytics/listdetails" + } + } + } + } + }, + "https://ns.adobe.com/experience/analytics/event1to100": { + "type": "object", + "title": "Event 1 to 100", + "properties": { + "xdm:event1": { + "title": "event1", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 1." + }, + "xdm:event2": { + "title": "event2", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 2." + }, + "xdm:event3": { + "title": "event3", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 3." + }, + "xdm:event4": { + "title": "event4", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 4." + }, + "xdm:event5": { + "title": "event5", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 5." + }, + "xdm:event6": { + "title": "event6", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 6." + }, + "xdm:event7": { + "title": "event7", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 7." + }, + "xdm:event8": { + "title": "event8", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 8." + }, + "xdm:event9": { + "title": "event9", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 9." + }, + "xdm:event10": { + "title": "event10", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 10." + }, + "xdm:event11": { + "title": "event11", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 11." + }, + "xdm:event12": { + "title": "event12", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 12." + }, + "xdm:event13": { + "title": "event13", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 13." + }, + "xdm:event14": { + "title": "event14", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 14." + }, + "xdm:event15": { + "title": "event15", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 15." + }, + "xdm:event16": { + "title": "event16", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 16." + }, + "xdm:event17": { + "title": "event17", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 17." + }, + "xdm:event18": { + "title": "event18", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 18." + }, + "xdm:event19": { + "title": "event19", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 19." + }, + "xdm:event20": { + "title": "event20", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 20." + }, + "xdm:event21": { + "title": "event21", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 21." + }, + "xdm:event22": { + "title": "event22", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 22." + }, + "xdm:event23": { + "title": "event23", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 23." + }, + "xdm:event24": { + "title": "event24", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 24." + }, + "xdm:event25": { + "title": "event25", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 25." + }, + "xdm:event26": { + "title": "event26", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 26." + }, + "xdm:event27": { + "title": "event27", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 27." + }, + "xdm:event28": { + "title": "event28", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 28." + }, + "xdm:event29": { + "title": "event29", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 29." + }, + "xdm:event30": { + "title": "event30", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 30." + }, + "xdm:event31": { + "title": "event31", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 31." + }, + "xdm:event32": { + "title": "event32", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 32." + }, + "xdm:event33": { + "title": "event33", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 33." + }, + "xdm:event34": { + "title": "event34", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 34." + }, + "xdm:event35": { + "title": "event35", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 35." + }, + "xdm:event36": { + "title": "event36", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 36." + }, + "xdm:event37": { + "title": "event37", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 37." + }, + "xdm:event38": { + "title": "event38", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 38." + }, + "xdm:event39": { + "title": "event39", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 39." + }, + "xdm:event40": { + "title": "event40", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 40." + }, + "xdm:event41": { + "title": "event41", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 41." + }, + "xdm:event42": { + "title": "event42", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 42." + }, + "xdm:event43": { + "title": "event43", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 43." + }, + "xdm:event44": { + "title": "event44", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 44." + }, + "xdm:event45": { + "title": "event45", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 45." + }, + "xdm:event46": { + "title": "event46", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 46." + }, + "xdm:event47": { + "title": "event47", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 47." + }, + "xdm:event48": { + "title": "event48", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 48." + }, + "xdm:event49": { + "title": "event49", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 49." + }, + "xdm:event50": { + "title": "event50", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 50." + }, + "xdm:event51": { + "title": "event51", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 51." + }, + "xdm:event52": { + "title": "event52", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 52." + }, + "xdm:event53": { + "title": "event53", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 53." + }, + "xdm:event54": { + "title": "event54", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 54." + }, + "xdm:event55": { + "title": "event55", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 55." + }, + "xdm:event56": { + "title": "event56", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 56." + }, + "xdm:event57": { + "title": "event57", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 57." + }, + "xdm:event58": { + "title": "event58", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 58." + }, + "xdm:event59": { + "title": "event59", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 59." + }, + "xdm:event60": { + "title": "event60", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 60." + }, + "xdm:event61": { + "title": "event61", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 61." + }, + "xdm:event62": { + "title": "event62", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 62." + }, + "xdm:event63": { + "title": "event63", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 63." + }, + "xdm:event64": { + "title": "event64", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 64." + }, + "xdm:event65": { + "title": "event65", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 65." + }, + "xdm:event66": { + "title": "event66", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 66." + }, + "xdm:event67": { + "title": "event67", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 67." + }, + "xdm:event68": { + "title": "event68", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 68." + }, + "xdm:event69": { + "title": "event69", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 69." + }, + "xdm:event70": { + "title": "event70", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 70." + }, + "xdm:event71": { + "title": "event71", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 71." + }, + "xdm:event72": { + "title": "event72", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 72." + }, + "xdm:event73": { + "title": "event73", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 73." + }, + "xdm:event74": { + "title": "event74", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 74." + }, + "xdm:event75": { + "title": "event75", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 75." + }, + "xdm:event76": { + "title": "event76", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 76." + }, + "xdm:event77": { + "title": "event77", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 77." + }, + "xdm:event78": { + "title": "event78", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 78." + }, + "xdm:event79": { + "title": "event79", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 79." + }, + "xdm:event80": { + "title": "event80", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 80." + }, + "xdm:event81": { + "title": "event81", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 81." + }, + "xdm:event82": { + "title": "event82", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 82." + }, + "xdm:event83": { + "title": "event83", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 83." + }, + "xdm:event84": { + "title": "event84", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 84." + }, + "xdm:event85": { + "title": "event85", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 85." + }, + "xdm:event86": { + "title": "event86", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 86." + }, + "xdm:event87": { + "title": "event87", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 87." + }, + "xdm:event88": { + "title": "event88", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 88." + }, + "xdm:event89": { + "title": "event89", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 89." + }, + "xdm:event90": { + "title": "event90", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 90." + }, + "xdm:event91": { + "title": "event91", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 91." + }, + "xdm:event92": { + "title": "event92", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 92." + }, + "xdm:event93": { + "title": "event93", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 93." + }, + "xdm:event94": { + "title": "event94", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 94." + }, + "xdm:event95": { + "title": "event95", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 95." + }, + "xdm:event96": { + "title": "event96", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 96." + }, + "xdm:event97": { + "title": "event97", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 97." + }, + "xdm:event98": { + "title": "event98", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 98." + }, + "xdm:event99": { + "title": "event99", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 99." + }, + "xdm:event100": { + "title": "event100", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 100." + } + } + }, + "https://ns.adobe.com/experience/analytics/event101to200": { + "type": "object", + "title": "Event 101 to 200", + "properties": { + "xdm:event101": { + "title": "event101", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 101." + }, + "xdm:event102": { + "title": "event102", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 102." + }, + "xdm:event103": { + "title": "event103", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 103." + }, + "xdm:event104": { + "title": "event104", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 104." + }, + "xdm:event105": { + "title": "event105", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 105." + }, + "xdm:event106": { + "title": "event106", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 106." + }, + "xdm:event107": { + "title": "event107", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 107." + }, + "xdm:event108": { + "title": "event108", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 108." + }, + "xdm:event109": { + "title": "event109", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 109." + }, + "xdm:event110": { + "title": "event110", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 110." + }, + "xdm:event111": { + "title": "event111", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 111." + }, + "xdm:event112": { + "title": "event112", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 112." + }, + "xdm:event113": { + "title": "event113", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 113." + }, + "xdm:event114": { + "title": "event114", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 114." + }, + "xdm:event115": { + "title": "event115", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 115." + }, + "xdm:event116": { + "title": "event116", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 116." + }, + "xdm:event117": { + "title": "event117", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 117." + }, + "xdm:event118": { + "title": "event118", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 118." + }, + "xdm:event119": { + "title": "event119", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 119." + }, + "xdm:event120": { + "title": "event120", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 120." + }, + "xdm:event121": { + "title": "event121", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 121." + }, + "xdm:event122": { + "title": "event122", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 122." + }, + "xdm:event123": { + "title": "event123", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 123." + }, + "xdm:event124": { + "title": "event124", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 124." + }, + "xdm:event125": { + "title": "event125", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 125." + }, + "xdm:event126": { + "title": "event126", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 126." + }, + "xdm:event127": { + "title": "event127", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 127." + }, + "xdm:event128": { + "title": "event128", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 128." + }, + "xdm:event129": { + "title": "event129", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 129." + }, + "xdm:event130": { + "title": "event130", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 130." + }, + "xdm:event131": { + "title": "event131", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 131." + }, + "xdm:event132": { + "title": "event132", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 132." + }, + "xdm:event133": { + "title": "event133", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 133." + }, + "xdm:event134": { + "title": "event134", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 134." + }, + "xdm:event135": { + "title": "event135", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 135." + }, + "xdm:event136": { + "title": "event136", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 136." + }, + "xdm:event137": { + "title": "event137", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 137." + }, + "xdm:event138": { + "title": "event138", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 138." + }, + "xdm:event139": { + "title": "event139", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 139." + }, + "xdm:event140": { + "title": "event140", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 140." + }, + "xdm:event141": { + "title": "event141", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 141." + }, + "xdm:event142": { + "title": "event142", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 142." + }, + "xdm:event143": { + "title": "event143", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 143." + }, + "xdm:event144": { + "title": "event144", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 144." + }, + "xdm:event145": { + "title": "event145", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 145." + }, + "xdm:event146": { + "title": "event146", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 146." + }, + "xdm:event147": { + "title": "event147", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 147." + }, + "xdm:event148": { + "title": "event148", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 148." + }, + "xdm:event149": { + "title": "event149", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 149." + }, + "xdm:event150": { + "title": "event150", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 150." + }, + "xdm:event151": { + "title": "event151", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 151." + }, + "xdm:event152": { + "title": "event152", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 152." + }, + "xdm:event153": { + "title": "event153", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 153." + }, + "xdm:event154": { + "title": "event154", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 154." + }, + "xdm:event155": { + "title": "event155", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 155." + }, + "xdm:event156": { + "title": "event156", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 156." + }, + "xdm:event157": { + "title": "event157", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 157." + }, + "xdm:event158": { + "title": "event158", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 158." + }, + "xdm:event159": { + "title": "event159", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 159." + }, + "xdm:event160": { + "title": "event160", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 160." + }, + "xdm:event161": { + "title": "event161", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 161." + }, + "xdm:event162": { + "title": "event162", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 162." + }, + "xdm:event163": { + "title": "event163", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 163." + }, + "xdm:event164": { + "title": "event164", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 164." + }, + "xdm:event165": { + "title": "event165", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 165." + }, + "xdm:event166": { + "title": "event166", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 166." + }, + "xdm:event167": { + "title": "event167", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 167." + }, + "xdm:event168": { + "title": "event168", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 168." + }, + "xdm:event169": { + "title": "event169", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 169." + }, + "xdm:event170": { + "title": "event170", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 170." + }, + "xdm:event171": { + "title": "event171", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 171." + }, + "xdm:event172": { + "title": "event172", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 172." + }, + "xdm:event173": { + "title": "event173", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 173." + }, + "xdm:event174": { + "title": "event174", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 174." + }, + "xdm:event175": { + "title": "event175", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 175." + }, + "xdm:event176": { + "title": "event176", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 176." + }, + "xdm:event177": { + "title": "event177", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 177." + }, + "xdm:event178": { + "title": "event178", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 178." + }, + "xdm:event179": { + "title": "event179", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 179." + }, + "xdm:event180": { + "title": "event180", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 180." + }, + "xdm:event181": { + "title": "event181", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 181." + }, + "xdm:event182": { + "title": "event182", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 182." + }, + "xdm:event183": { + "title": "event183", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 183." + }, + "xdm:event184": { + "title": "event184", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 184." + }, + "xdm:event185": { + "title": "event185", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 185." + }, + "xdm:event186": { + "title": "event186", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 186." + }, + "xdm:event187": { + "title": "event187", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 187." + }, + "xdm:event188": { + "title": "event188", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 188." + }, + "xdm:event189": { + "title": "event189", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 189." + }, + "xdm:event190": { + "title": "event190", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 190." + }, + "xdm:event191": { + "title": "event191", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 191." + }, + "xdm:event192": { + "title": "event192", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 192." + }, + "xdm:event193": { + "title": "event193", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 193." + }, + "xdm:event194": { + "title": "event194", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 194." + }, + "xdm:event195": { + "title": "event195", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 195." + }, + "xdm:event196": { + "title": "event196", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 196." + }, + "xdm:event197": { + "title": "event197", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 197." + }, + "xdm:event198": { + "title": "event198", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 198." + }, + "xdm:event199": { + "title": "event199", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 199." + }, + "xdm:event200": { + "title": "event200", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 200." + } + } + }, + "https://ns.adobe.com/experience/analytics/event201to300": { + "type": "object", + "title": "Event 201 to 300", + "properties": { + "xdm:event201": { + "title": "event201", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 201." + }, + "xdm:event202": { + "title": "event202", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 202." + }, + "xdm:event203": { + "title": "event203", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 203." + }, + "xdm:event204": { + "title": "event204", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 204." + }, + "xdm:event205": { + "title": "event205", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 205." + }, + "xdm:event206": { + "title": "event206", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 206." + }, + "xdm:event207": { + "title": "event207", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 207." + }, + "xdm:event208": { + "title": "event208", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 208." + }, + "xdm:event209": { + "title": "event209", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 209." + }, + "xdm:event210": { + "title": "event210", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 210." + }, + "xdm:event211": { + "title": "event211", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 211." + }, + "xdm:event212": { + "title": "event212", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 212." + }, + "xdm:event213": { + "title": "event213", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 213." + }, + "xdm:event214": { + "title": "event214", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 214." + }, + "xdm:event215": { + "title": "event215", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 215." + }, + "xdm:event216": { + "title": "event216", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 216." + }, + "xdm:event217": { + "title": "event217", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 217." + }, + "xdm:event218": { + "title": "event218", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 218." + }, + "xdm:event219": { + "title": "event219", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 219." + }, + "xdm:event220": { + "title": "event220", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 220." + }, + "xdm:event221": { + "title": "event221", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 221." + }, + "xdm:event222": { + "title": "event222", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 222." + }, + "xdm:event223": { + "title": "event223", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 223." + }, + "xdm:event224": { + "title": "event224", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 224." + }, + "xdm:event225": { + "title": "event225", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 225." + }, + "xdm:event226": { + "title": "event226", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 226." + }, + "xdm:event227": { + "title": "event227", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 227." + }, + "xdm:event228": { + "title": "event228", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 228." + }, + "xdm:event229": { + "title": "event229", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 229." + }, + "xdm:event230": { + "title": "event230", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 230." + }, + "xdm:event231": { + "title": "event231", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 231." + }, + "xdm:event232": { + "title": "event232", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 232." + }, + "xdm:event233": { + "title": "event233", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 233." + }, + "xdm:event234": { + "title": "event234", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 234." + }, + "xdm:event235": { + "title": "event235", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 235." + }, + "xdm:event236": { + "title": "event236", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 236." + }, + "xdm:event237": { + "title": "event237", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 237." + }, + "xdm:event238": { + "title": "event238", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 238." + }, + "xdm:event239": { + "title": "event239", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 239." + }, + "xdm:event240": { + "title": "event240", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 240." + }, + "xdm:event241": { + "title": "event241", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 241." + }, + "xdm:event242": { + "title": "event242", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 242." + }, + "xdm:event243": { + "title": "event243", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 243." + }, + "xdm:event244": { + "title": "event244", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 244." + }, + "xdm:event245": { + "title": "event245", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 245." + }, + "xdm:event246": { + "title": "event246", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 246." + }, + "xdm:event247": { + "title": "event247", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 247." + }, + "xdm:event248": { + "title": "event248", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 248." + }, + "xdm:event249": { + "title": "event249", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 249." + }, + "xdm:event250": { + "title": "event250", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 250." + }, + "xdm:event251": { + "title": "event251", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 251." + }, + "xdm:event252": { + "title": "event252", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 252." + }, + "xdm:event253": { + "title": "event253", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 253." + }, + "xdm:event254": { + "title": "event254", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 254." + }, + "xdm:event255": { + "title": "event255", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 255." + }, + "xdm:event256": { + "title": "event256", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 256." + }, + "xdm:event257": { + "title": "event257", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 257." + }, + "xdm:event258": { + "title": "event258", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 258." + }, + "xdm:event259": { + "title": "event259", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 259." + }, + "xdm:event260": { + "title": "event260", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 260." + }, + "xdm:event261": { + "title": "event261", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 261." + }, + "xdm:event262": { + "title": "event262", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 262." + }, + "xdm:event263": { + "title": "event263", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 263." + }, + "xdm:event264": { + "title": "event264", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 264." + }, + "xdm:event265": { + "title": "event265", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 265." + }, + "xdm:event266": { + "title": "event266", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 266." + }, + "xdm:event267": { + "title": "event267", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 267." + }, + "xdm:event268": { + "title": "event268", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 268." + }, + "xdm:event269": { + "title": "event269", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 269." + }, + "xdm:event270": { + "title": "event270", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 270." + }, + "xdm:event271": { + "title": "event271", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 271." + }, + "xdm:event272": { + "title": "event272", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 272." + }, + "xdm:event273": { + "title": "event273", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 273." + }, + "xdm:event274": { + "title": "event274", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 274." + }, + "xdm:event275": { + "title": "event275", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 275." + }, + "xdm:event276": { + "title": "event276", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 276." + }, + "xdm:event277": { + "title": "event277", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 277." + }, + "xdm:event278": { + "title": "event278", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 278." + }, + "xdm:event279": { + "title": "event279", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 279." + }, + "xdm:event280": { + "title": "event280", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 280." + }, + "xdm:event281": { + "title": "event281", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 281." + }, + "xdm:event282": { + "title": "event282", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 282." + }, + "xdm:event283": { + "title": "event283", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 283." + }, + "xdm:event284": { + "title": "event284", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 284." + }, + "xdm:event285": { + "title": "event285", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 285." + }, + "xdm:event286": { + "title": "event286", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 286." + }, + "xdm:event287": { + "title": "event287", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 287." + }, + "xdm:event288": { + "title": "event288", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 288." + }, + "xdm:event289": { + "title": "event289", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 289." + }, + "xdm:event290": { + "title": "event290", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 290." + }, + "xdm:event291": { + "title": "event291", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 291." + }, + "xdm:event292": { + "title": "event292", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 292." + }, + "xdm:event293": { + "title": "event293", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 293." + }, + "xdm:event294": { + "title": "event294", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 294." + }, + "xdm:event295": { + "title": "event295", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 295." + }, + "xdm:event296": { + "title": "event296", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 296." + }, + "xdm:event297": { + "title": "event297", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 297." + }, + "xdm:event298": { + "title": "event298", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 298." + }, + "xdm:event299": { + "title": "event299", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 299." + }, + "xdm:event300": { + "title": "event300", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 300." + } + } + }, + "https://ns.adobe.com/experience/analytics/event301to400": { + "type": "object", + "title": "Event 301 to 400", + "properties": { + "xdm:event301": { + "title": "event301", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 301." + }, + "xdm:event302": { + "title": "event302", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 302." + }, + "xdm:event303": { + "title": "event303", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 303." + }, + "xdm:event304": { + "title": "event304", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 304." + }, + "xdm:event305": { + "title": "event305", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 305." + }, + "xdm:event306": { + "title": "event306", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 306." + }, + "xdm:event307": { + "title": "event307", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 307." + }, + "xdm:event308": { + "title": "event308", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 308." + }, + "xdm:event309": { + "title": "event309", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 309." + }, + "xdm:event310": { + "title": "event310", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 310." + }, + "xdm:event311": { + "title": "event311", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 311." + }, + "xdm:event312": { + "title": "event312", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 312." + }, + "xdm:event313": { + "title": "event313", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 313." + }, + "xdm:event314": { + "title": "event314", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 314." + }, + "xdm:event315": { + "title": "event315", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 315." + }, + "xdm:event316": { + "title": "event316", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 316." + }, + "xdm:event317": { + "title": "event317", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 317." + }, + "xdm:event318": { + "title": "event318", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 318." + }, + "xdm:event319": { + "title": "event319", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 319." + }, + "xdm:event320": { + "title": "event320", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 320." + }, + "xdm:event321": { + "title": "event321", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 321." + }, + "xdm:event322": { + "title": "event322", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 322." + }, + "xdm:event323": { + "title": "event323", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 323." + }, + "xdm:event324": { + "title": "event324", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 324." + }, + "xdm:event325": { + "title": "event325", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 325." + }, + "xdm:event326": { + "title": "event326", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 326." + }, + "xdm:event327": { + "title": "event327", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 327." + }, + "xdm:event328": { + "title": "event328", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 328." + }, + "xdm:event329": { + "title": "event329", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 329." + }, + "xdm:event330": { + "title": "event330", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 330." + }, + "xdm:event331": { + "title": "event331", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 331." + }, + "xdm:event332": { + "title": "event332", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 332." + }, + "xdm:event333": { + "title": "event333", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 333." + }, + "xdm:event334": { + "title": "event334", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 334." + }, + "xdm:event335": { + "title": "event335", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 335." + }, + "xdm:event336": { + "title": "event336", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 336." + }, + "xdm:event337": { + "title": "event337", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 337." + }, + "xdm:event338": { + "title": "event338", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 338." + }, + "xdm:event339": { + "title": "event339", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 339." + }, + "xdm:event340": { + "title": "event340", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 340." + }, + "xdm:event341": { + "title": "event341", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 341." + }, + "xdm:event342": { + "title": "event342", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 342." + }, + "xdm:event343": { + "title": "event343", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 343." + }, + "xdm:event344": { + "title": "event344", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 344." + }, + "xdm:event345": { + "title": "event345", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 345." + }, + "xdm:event346": { + "title": "event346", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 346." + }, + "xdm:event347": { + "title": "event347", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 347." + }, + "xdm:event348": { + "title": "event348", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 348." + }, + "xdm:event349": { + "title": "event349", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 349." + }, + "xdm:event350": { + "title": "event350", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 350." + }, + "xdm:event351": { + "title": "event351", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 351." + }, + "xdm:event352": { + "title": "event352", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 352." + }, + "xdm:event353": { + "title": "event353", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 353." + }, + "xdm:event354": { + "title": "event354", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 354." + }, + "xdm:event355": { + "title": "event355", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 355." + }, + "xdm:event356": { + "title": "event356", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 356." + }, + "xdm:event357": { + "title": "event357", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 357." + }, + "xdm:event358": { + "title": "event358", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 358." + }, + "xdm:event359": { + "title": "event359", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 359." + }, + "xdm:event360": { + "title": "event360", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 360." + }, + "xdm:event361": { + "title": "event361", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 361." + }, + "xdm:event362": { + "title": "event362", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 362." + }, + "xdm:event363": { + "title": "event363", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 363." + }, + "xdm:event364": { + "title": "event364", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 364." + }, + "xdm:event365": { + "title": "event365", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 365." + }, + "xdm:event366": { + "title": "event366", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 366." + }, + "xdm:event367": { + "title": "event367", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 367." + }, + "xdm:event368": { + "title": "event368", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 368." + }, + "xdm:event369": { + "title": "event369", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 369." + }, + "xdm:event370": { + "title": "event370", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 370." + }, + "xdm:event371": { + "title": "event371", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 371." + }, + "xdm:event372": { + "title": "event372", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 372." + }, + "xdm:event373": { + "title": "event373", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 373." + }, + "xdm:event374": { + "title": "event374", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 374." + }, + "xdm:event375": { + "title": "event375", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 375." + }, + "xdm:event376": { + "title": "event376", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 376." + }, + "xdm:event377": { + "title": "event377", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 377." + }, + "xdm:event378": { + "title": "event378", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 378." + }, + "xdm:event379": { + "title": "event379", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 379." + }, + "xdm:event380": { + "title": "event380", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 380." + }, + "xdm:event381": { + "title": "event381", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 381." + }, + "xdm:event382": { + "title": "event382", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 382." + }, + "xdm:event383": { + "title": "event383", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 383." + }, + "xdm:event384": { + "title": "event384", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 384." + }, + "xdm:event385": { + "title": "event385", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 385." + }, + "xdm:event386": { + "title": "event386", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 386." + }, + "xdm:event387": { + "title": "event387", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 387." + }, + "xdm:event388": { + "title": "event388", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 388." + }, + "xdm:event389": { + "title": "event389", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 389." + }, + "xdm:event390": { + "title": "event390", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 390." + }, + "xdm:event391": { + "title": "event391", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 391." + }, + "xdm:event392": { + "title": "event392", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 392." + }, + "xdm:event393": { + "title": "event393", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 393." + }, + "xdm:event394": { + "title": "event394", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 394." + }, + "xdm:event395": { + "title": "event395", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 395." + }, + "xdm:event396": { + "title": "event396", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 396." + }, + "xdm:event397": { + "title": "event397", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 397." + }, + "xdm:event398": { + "title": "event398", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 398." + }, + "xdm:event399": { + "title": "event399", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 399." + }, + "xdm:event400": { + "title": "event400", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 400." + } + } + }, + "https://ns.adobe.com/experience/analytics/event401to500": { + "type": "object", + "title": "Event 401 to 500", + "properties": { + "xdm:event401": { + "title": "event401", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 401." + }, + "xdm:event402": { + "title": "event402", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 402." + }, + "xdm:event403": { + "title": "event403", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 403." + }, + "xdm:event404": { + "title": "event404", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 404." + }, + "xdm:event405": { + "title": "event405", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 405." + }, + "xdm:event406": { + "title": "event406", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 406." + }, + "xdm:event407": { + "title": "event407", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 407." + }, + "xdm:event408": { + "title": "event408", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 408." + }, + "xdm:event409": { + "title": "event409", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 409." + }, + "xdm:event410": { + "title": "event410", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 410." + }, + "xdm:event411": { + "title": "event411", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 411." + }, + "xdm:event412": { + "title": "event412", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 412." + }, + "xdm:event413": { + "title": "event413", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 413." + }, + "xdm:event414": { + "title": "event414", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 414." + }, + "xdm:event415": { + "title": "event415", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 415." + }, + "xdm:event416": { + "title": "event416", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 416." + }, + "xdm:event417": { + "title": "event417", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 417." + }, + "xdm:event418": { + "title": "event418", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 418." + }, + "xdm:event419": { + "title": "event419", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 419." + }, + "xdm:event420": { + "title": "event420", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 420." + }, + "xdm:event421": { + "title": "event421", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 421." + }, + "xdm:event422": { + "title": "event422", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 422." + }, + "xdm:event423": { + "title": "event423", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 423." + }, + "xdm:event424": { + "title": "event424", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 424." + }, + "xdm:event425": { + "title": "event425", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 425." + }, + "xdm:event426": { + "title": "event426", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 426." + }, + "xdm:event427": { + "title": "event427", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 427." + }, + "xdm:event428": { + "title": "event428", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 428." + }, + "xdm:event429": { + "title": "event429", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 429." + }, + "xdm:event430": { + "title": "event430", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 430." + }, + "xdm:event431": { + "title": "event431", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 431." + }, + "xdm:event432": { + "title": "event432", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 432." + }, + "xdm:event433": { + "title": "event433", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 433." + }, + "xdm:event434": { + "title": "event434", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 434." + }, + "xdm:event435": { + "title": "event435", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 435." + }, + "xdm:event436": { + "title": "event436", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 436." + }, + "xdm:event437": { + "title": "event437", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 437." + }, + "xdm:event438": { + "title": "event438", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 438." + }, + "xdm:event439": { + "title": "event439", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 439." + }, + "xdm:event440": { + "title": "event440", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 440." + }, + "xdm:event441": { + "title": "event441", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 441." + }, + "xdm:event442": { + "title": "event442", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 442." + }, + "xdm:event443": { + "title": "event443", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 443." + }, + "xdm:event444": { + "title": "event444", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 444." + }, + "xdm:event445": { + "title": "event445", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 445." + }, + "xdm:event446": { + "title": "event446", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 446." + }, + "xdm:event447": { + "title": "event447", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 447." + }, + "xdm:event448": { + "title": "event448", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 448." + }, + "xdm:event449": { + "title": "event449", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 449." + }, + "xdm:event450": { + "title": "event450", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 450." + }, + "xdm:event451": { + "title": "event451", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 451." + }, + "xdm:event452": { + "title": "event452", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 452." + }, + "xdm:event453": { + "title": "event453", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 453." + }, + "xdm:event454": { + "title": "event454", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 454." + }, + "xdm:event455": { + "title": "event455", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 455." + }, + "xdm:event456": { + "title": "event456", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 456." + }, + "xdm:event457": { + "title": "event457", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 457." + }, + "xdm:event458": { + "title": "event458", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 458." + }, + "xdm:event459": { + "title": "event459", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 459." + }, + "xdm:event460": { + "title": "event460", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 460." + }, + "xdm:event461": { + "title": "event461", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 461." + }, + "xdm:event462": { + "title": "event462", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 462." + }, + "xdm:event463": { + "title": "event463", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 463." + }, + "xdm:event464": { + "title": "event464", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 464." + }, + "xdm:event465": { + "title": "event465", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 465." + }, + "xdm:event466": { + "title": "event466", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 466." + }, + "xdm:event467": { + "title": "event467", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 467." + }, + "xdm:event468": { + "title": "event468", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 468." + }, + "xdm:event469": { + "title": "event469", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 469." + }, + "xdm:event470": { + "title": "event470", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 470." + }, + "xdm:event471": { + "title": "event471", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 471." + }, + "xdm:event472": { + "title": "event472", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 472." + }, + "xdm:event473": { + "title": "event473", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 473." + }, + "xdm:event474": { + "title": "event474", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 474." + }, + "xdm:event475": { + "title": "event475", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 475." + }, + "xdm:event476": { + "title": "event476", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 476." + }, + "xdm:event477": { + "title": "event477", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 477." + }, + "xdm:event478": { + "title": "event478", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 478." + }, + "xdm:event479": { + "title": "event479", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 479." + }, + "xdm:event480": { + "title": "event480", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 480." + }, + "xdm:event481": { + "title": "event481", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 481." + }, + "xdm:event482": { + "title": "event482", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 482." + }, + "xdm:event483": { + "title": "event483", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 483." + }, + "xdm:event484": { + "title": "event484", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 484." + }, + "xdm:event485": { + "title": "event485", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 485." + }, + "xdm:event486": { + "title": "event486", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 486." + }, + "xdm:event487": { + "title": "event487", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 487." + }, + "xdm:event488": { + "title": "event488", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 488." + }, + "xdm:event489": { + "title": "event489", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 489." + }, + "xdm:event490": { + "title": "event490", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 490." + }, + "xdm:event491": { + "title": "event491", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 491." + }, + "xdm:event492": { + "title": "event492", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 492." + }, + "xdm:event493": { + "title": "event493", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 493." + }, + "xdm:event494": { + "title": "event494", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 494." + }, + "xdm:event495": { + "title": "event495", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 495." + }, + "xdm:event496": { + "title": "event496", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 496." + }, + "xdm:event497": { + "title": "event497", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 497." + }, + "xdm:event498": { + "title": "event498", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 498." + }, + "xdm:event499": { + "title": "event499", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 499." + }, + "xdm:event500": { + "title": "event500", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 500." + } + } + }, + "https://ns.adobe.com/experience/analytics/event501to600": { + "type": "object", + "title": "Event 501 to 600", + "properties": { + "xdm:event501": { + "title": "event501", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 501." + }, + "xdm:event502": { + "title": "event502", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 502." + }, + "xdm:event503": { + "title": "event503", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 503." + }, + "xdm:event504": { + "title": "event504", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 504." + }, + "xdm:event505": { + "title": "event505", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 505." + }, + "xdm:event506": { + "title": "event506", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 506." + }, + "xdm:event507": { + "title": "event507", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 507." + }, + "xdm:event508": { + "title": "event508", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 508." + }, + "xdm:event509": { + "title": "event509", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 509." + }, + "xdm:event510": { + "title": "event510", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 510." + }, + "xdm:event511": { + "title": "event511", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 511." + }, + "xdm:event512": { + "title": "event512", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 512." + }, + "xdm:event513": { + "title": "event513", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 513." + }, + "xdm:event514": { + "title": "event514", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 514." + }, + "xdm:event515": { + "title": "event515", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 515." + }, + "xdm:event516": { + "title": "event516", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 516." + }, + "xdm:event517": { + "title": "event517", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 517." + }, + "xdm:event518": { + "title": "event518", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 518." + }, + "xdm:event519": { + "title": "event519", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 519." + }, + "xdm:event520": { + "title": "event520", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 520." + }, + "xdm:event521": { + "title": "event521", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 521." + }, + "xdm:event522": { + "title": "event522", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 522." + }, + "xdm:event523": { + "title": "event523", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 523." + }, + "xdm:event524": { + "title": "event524", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 524." + }, + "xdm:event525": { + "title": "event525", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 525." + }, + "xdm:event526": { + "title": "event526", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 526." + }, + "xdm:event527": { + "title": "event527", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 527." + }, + "xdm:event528": { + "title": "event528", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 528." + }, + "xdm:event529": { + "title": "event529", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 529." + }, + "xdm:event530": { + "title": "event530", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 530." + }, + "xdm:event531": { + "title": "event531", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 531." + }, + "xdm:event532": { + "title": "event532", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 532." + }, + "xdm:event533": { + "title": "event533", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 533." + }, + "xdm:event534": { + "title": "event534", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 534." + }, + "xdm:event535": { + "title": "event535", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 535." + }, + "xdm:event536": { + "title": "event536", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 536." + }, + "xdm:event537": { + "title": "event537", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 537." + }, + "xdm:event538": { + "title": "event538", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 538." + }, + "xdm:event539": { + "title": "event539", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 539." + }, + "xdm:event540": { + "title": "event540", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 540." + }, + "xdm:event541": { + "title": "event541", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 541." + }, + "xdm:event542": { + "title": "event542", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 542." + }, + "xdm:event543": { + "title": "event543", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 543." + }, + "xdm:event544": { + "title": "event544", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 544." + }, + "xdm:event545": { + "title": "event545", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 545." + }, + "xdm:event546": { + "title": "event546", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 546." + }, + "xdm:event547": { + "title": "event547", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 547." + }, + "xdm:event548": { + "title": "event548", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 548." + }, + "xdm:event549": { + "title": "event549", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 549." + }, + "xdm:event550": { + "title": "event550", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 550." + }, + "xdm:event551": { + "title": "event551", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 551." + }, + "xdm:event552": { + "title": "event552", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 552." + }, + "xdm:event553": { + "title": "event553", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 553." + }, + "xdm:event554": { + "title": "event554", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 554." + }, + "xdm:event555": { + "title": "event555", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 555." + }, + "xdm:event556": { + "title": "event556", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 556." + }, + "xdm:event557": { + "title": "event557", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 557." + }, + "xdm:event558": { + "title": "event558", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 558." + }, + "xdm:event559": { + "title": "event559", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 559." + }, + "xdm:event560": { + "title": "event560", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 560." + }, + "xdm:event561": { + "title": "event561", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 561." + }, + "xdm:event562": { + "title": "event562", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 562." + }, + "xdm:event563": { + "title": "event563", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 563." + }, + "xdm:event564": { + "title": "event564", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 564." + }, + "xdm:event565": { + "title": "event565", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 565." + }, + "xdm:event566": { + "title": "event566", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 566." + }, + "xdm:event567": { + "title": "event567", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 567." + }, + "xdm:event568": { + "title": "event568", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 568." + }, + "xdm:event569": { + "title": "event569", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 569." + }, + "xdm:event570": { + "title": "event570", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 570." + }, + "xdm:event571": { + "title": "event571", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 571." + }, + "xdm:event572": { + "title": "event572", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 572." + }, + "xdm:event573": { + "title": "event573", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 573." + }, + "xdm:event574": { + "title": "event574", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 574." + }, + "xdm:event575": { + "title": "event575", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 575." + }, + "xdm:event576": { + "title": "event576", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 576." + }, + "xdm:event577": { + "title": "event577", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 577." + }, + "xdm:event578": { + "title": "event578", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 578." + }, + "xdm:event579": { + "title": "event579", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 579." + }, + "xdm:event580": { + "title": "event580", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 580." + }, + "xdm:event581": { + "title": "event581", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 581." + }, + "xdm:event582": { + "title": "event582", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 582." + }, + "xdm:event583": { + "title": "event583", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 583." + }, + "xdm:event584": { + "title": "event584", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 584." + }, + "xdm:event585": { + "title": "event585", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 585." + }, + "xdm:event586": { + "title": "event586", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 586." + }, + "xdm:event587": { + "title": "event587", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 587." + }, + "xdm:event588": { + "title": "event588", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 588." + }, + "xdm:event589": { + "title": "event589", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 589." + }, + "xdm:event590": { + "title": "event590", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 590." + }, + "xdm:event591": { + "title": "event591", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 591." + }, + "xdm:event592": { + "title": "event592", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 592." + }, + "xdm:event593": { + "title": "event593", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 593." + }, + "xdm:event594": { + "title": "event594", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 594." + }, + "xdm:event595": { + "title": "event595", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 595." + }, + "xdm:event596": { + "title": "event596", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 596." + }, + "xdm:event597": { + "title": "event597", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 597." + }, + "xdm:event598": { + "title": "event598", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 598." + }, + "xdm:event599": { + "title": "event599", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 599." + }, + "xdm:event600": { + "title": "event600", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 600." + } + } + }, + "https://ns.adobe.com/experience/analytics/event601to700": { + "type": "object", + "title": "Event 601 to 700", + "properties": { + "xdm:event601": { + "title": "event601", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 601." + }, + "xdm:event602": { + "title": "event602", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 602." + }, + "xdm:event603": { + "title": "event603", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 603." + }, + "xdm:event604": { + "title": "event604", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 604." + }, + "xdm:event605": { + "title": "event605", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 605." + }, + "xdm:event606": { + "title": "event606", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 606." + }, + "xdm:event607": { + "title": "event607", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 607." + }, + "xdm:event608": { + "title": "event608", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 608." + }, + "xdm:event609": { + "title": "event609", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 609." + }, + "xdm:event610": { + "title": "event610", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 610." + }, + "xdm:event611": { + "title": "event611", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 611." + }, + "xdm:event612": { + "title": "event612", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 612." + }, + "xdm:event613": { + "title": "event613", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 613." + }, + "xdm:event614": { + "title": "event614", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 614." + }, + "xdm:event615": { + "title": "event615", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 615." + }, + "xdm:event616": { + "title": "event616", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 616." + }, + "xdm:event617": { + "title": "event617", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 617." + }, + "xdm:event618": { + "title": "event618", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 618." + }, + "xdm:event619": { + "title": "event619", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 619." + }, + "xdm:event620": { + "title": "event620", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 620." + }, + "xdm:event621": { + "title": "event621", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 621." + }, + "xdm:event622": { + "title": "event622", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 622." + }, + "xdm:event623": { + "title": "event623", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 623." + }, + "xdm:event624": { + "title": "event624", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 624." + }, + "xdm:event625": { + "title": "event625", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 625." + }, + "xdm:event626": { + "title": "event626", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 626." + }, + "xdm:event627": { + "title": "event627", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 627." + }, + "xdm:event628": { + "title": "event628", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 628." + }, + "xdm:event629": { + "title": "event629", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 629." + }, + "xdm:event630": { + "title": "event630", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 630." + }, + "xdm:event631": { + "title": "event631", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 631." + }, + "xdm:event632": { + "title": "event632", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 632." + }, + "xdm:event633": { + "title": "event633", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 633." + }, + "xdm:event634": { + "title": "event634", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 634." + }, + "xdm:event635": { + "title": "event635", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 635." + }, + "xdm:event636": { + "title": "event636", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 636." + }, + "xdm:event637": { + "title": "event637", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 637." + }, + "xdm:event638": { + "title": "event638", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 638." + }, + "xdm:event639": { + "title": "event639", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 639." + }, + "xdm:event640": { + "title": "event640", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 640." + }, + "xdm:event641": { + "title": "event641", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 641." + }, + "xdm:event642": { + "title": "event642", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 642." + }, + "xdm:event643": { + "title": "event643", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 643." + }, + "xdm:event644": { + "title": "event644", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 644." + }, + "xdm:event645": { + "title": "event645", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 645." + }, + "xdm:event646": { + "title": "event646", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 646." + }, + "xdm:event647": { + "title": "event647", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 647." + }, + "xdm:event648": { + "title": "event648", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 648." + }, + "xdm:event649": { + "title": "event649", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 649." + }, + "xdm:event650": { + "title": "event650", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 650." + }, + "xdm:event651": { + "title": "event651", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 651." + }, + "xdm:event652": { + "title": "event652", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 652." + }, + "xdm:event653": { + "title": "event653", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 653." + }, + "xdm:event654": { + "title": "event654", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 654." + }, + "xdm:event655": { + "title": "event655", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 655." + }, + "xdm:event656": { + "title": "event656", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 656." + }, + "xdm:event657": { + "title": "event657", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 657." + }, + "xdm:event658": { + "title": "event658", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 658." + }, + "xdm:event659": { + "title": "event659", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 659." + }, + "xdm:event660": { + "title": "event660", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 660." + }, + "xdm:event661": { + "title": "event661", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 661." + }, + "xdm:event662": { + "title": "event662", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 662." + }, + "xdm:event663": { + "title": "event663", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 663." + }, + "xdm:event664": { + "title": "event664", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 664." + }, + "xdm:event665": { + "title": "event665", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 665." + }, + "xdm:event666": { + "title": "event666", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 666." + }, + "xdm:event667": { + "title": "event667", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 667." + }, + "xdm:event668": { + "title": "event668", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 668." + }, + "xdm:event669": { + "title": "event669", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 669." + }, + "xdm:event670": { + "title": "event670", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 670." + }, + "xdm:event671": { + "title": "event671", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 671." + }, + "xdm:event672": { + "title": "event672", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 672." + }, + "xdm:event673": { + "title": "event673", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 673." + }, + "xdm:event674": { + "title": "event674", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 674." + }, + "xdm:event675": { + "title": "event675", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 675." + }, + "xdm:event676": { + "title": "event676", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 676." + }, + "xdm:event677": { + "title": "event677", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 677." + }, + "xdm:event678": { + "title": "event678", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 678." + }, + "xdm:event679": { + "title": "event679", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 679." + }, + "xdm:event680": { + "title": "event680", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 680." + }, + "xdm:event681": { + "title": "event681", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 681." + }, + "xdm:event682": { + "title": "event682", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 682." + }, + "xdm:event683": { + "title": "event683", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 683." + }, + "xdm:event684": { + "title": "event684", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 684." + }, + "xdm:event685": { + "title": "event685", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 685." + }, + "xdm:event686": { + "title": "event686", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 686." + }, + "xdm:event687": { + "title": "event687", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 687." + }, + "xdm:event688": { + "title": "event688", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 688." + }, + "xdm:event689": { + "title": "event689", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 689." + }, + "xdm:event690": { + "title": "event690", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 690." + }, + "xdm:event691": { + "title": "event691", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 691." + }, + "xdm:event692": { + "title": "event692", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 692." + }, + "xdm:event693": { + "title": "event693", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 693." + }, + "xdm:event694": { + "title": "event694", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 694." + }, + "xdm:event695": { + "title": "event695", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 695." + }, + "xdm:event696": { + "title": "event696", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 696." + }, + "xdm:event697": { + "title": "event697", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 697." + }, + "xdm:event698": { + "title": "event698", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 698." + }, + "xdm:event699": { + "title": "event699", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 699." + }, + "xdm:event700": { + "title": "event700", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 700." + } + } + }, + "https://ns.adobe.com/experience/analytics/event701to800": { + "type": "object", + "title": "Event 701 to 800", + "properties": { + "xdm:event701": { + "title": "event701", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 701." + }, + "xdm:event702": { + "title": "event702", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 702." + }, + "xdm:event703": { + "title": "event703", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 703." + }, + "xdm:event704": { + "title": "event704", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 704." + }, + "xdm:event705": { + "title": "event705", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 705." + }, + "xdm:event706": { + "title": "event706", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 706." + }, + "xdm:event707": { + "title": "event707", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 707." + }, + "xdm:event708": { + "title": "event708", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 708." + }, + "xdm:event709": { + "title": "event709", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 709." + }, + "xdm:event710": { + "title": "event710", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 710." + }, + "xdm:event711": { + "title": "event711", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 711." + }, + "xdm:event712": { + "title": "event712", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 712." + }, + "xdm:event713": { + "title": "event713", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 713." + }, + "xdm:event714": { + "title": "event714", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 714." + }, + "xdm:event715": { + "title": "event715", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 715." + }, + "xdm:event716": { + "title": "event716", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 716." + }, + "xdm:event717": { + "title": "event717", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 717." + }, + "xdm:event718": { + "title": "event718", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 718." + }, + "xdm:event719": { + "title": "event719", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 719." + }, + "xdm:event720": { + "title": "event720", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 720." + }, + "xdm:event721": { + "title": "event721", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 721." + }, + "xdm:event722": { + "title": "event722", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 722." + }, + "xdm:event723": { + "title": "event723", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 723." + }, + "xdm:event724": { + "title": "event724", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 724." + }, + "xdm:event725": { + "title": "event725", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 725." + }, + "xdm:event726": { + "title": "event726", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 726." + }, + "xdm:event727": { + "title": "event727", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 727." + }, + "xdm:event728": { + "title": "event728", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 728." + }, + "xdm:event729": { + "title": "event729", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 729." + }, + "xdm:event730": { + "title": "event730", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 730." + }, + "xdm:event731": { + "title": "event731", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 731." + }, + "xdm:event732": { + "title": "event732", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 732." + }, + "xdm:event733": { + "title": "event733", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 733." + }, + "xdm:event734": { + "title": "event734", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 734." + }, + "xdm:event735": { + "title": "event735", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 735." + }, + "xdm:event736": { + "title": "event736", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 736." + }, + "xdm:event737": { + "title": "event737", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 737." + }, + "xdm:event738": { + "title": "event738", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 738." + }, + "xdm:event739": { + "title": "event739", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 739." + }, + "xdm:event740": { + "title": "event740", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 740." + }, + "xdm:event741": { + "title": "event741", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 741." + }, + "xdm:event742": { + "title": "event742", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 742." + }, + "xdm:event743": { + "title": "event743", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 743." + }, + "xdm:event744": { + "title": "event744", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 744." + }, + "xdm:event745": { + "title": "event745", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 745." + }, + "xdm:event746": { + "title": "event746", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 746." + }, + "xdm:event747": { + "title": "event747", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 747." + }, + "xdm:event748": { + "title": "event748", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 748." + }, + "xdm:event749": { + "title": "event749", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 749." + }, + "xdm:event750": { + "title": "event750", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 750." + }, + "xdm:event751": { + "title": "event751", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 751." + }, + "xdm:event752": { + "title": "event752", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 752." + }, + "xdm:event753": { + "title": "event753", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 753." + }, + "xdm:event754": { + "title": "event754", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 754." + }, + "xdm:event755": { + "title": "event755", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 755." + }, + "xdm:event756": { + "title": "event756", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 756." + }, + "xdm:event757": { + "title": "event757", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 757." + }, + "xdm:event758": { + "title": "event758", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 758." + }, + "xdm:event759": { + "title": "event759", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 759." + }, + "xdm:event760": { + "title": "event760", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 760." + }, + "xdm:event761": { + "title": "event761", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 761." + }, + "xdm:event762": { + "title": "event762", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 762." + }, + "xdm:event763": { + "title": "event763", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 763." + }, + "xdm:event764": { + "title": "event764", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 764." + }, + "xdm:event765": { + "title": "event765", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 765." + }, + "xdm:event766": { + "title": "event766", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 766." + }, + "xdm:event767": { + "title": "event767", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 767." + }, + "xdm:event768": { + "title": "event768", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 768." + }, + "xdm:event769": { + "title": "event769", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 769." + }, + "xdm:event770": { + "title": "event770", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 770." + }, + "xdm:event771": { + "title": "event771", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 771." + }, + "xdm:event772": { + "title": "event772", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 772." + }, + "xdm:event773": { + "title": "event773", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 773." + }, + "xdm:event774": { + "title": "event774", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 774." + }, + "xdm:event775": { + "title": "event775", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 775." + }, + "xdm:event776": { + "title": "event776", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 776." + }, + "xdm:event777": { + "title": "event777", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 777." + }, + "xdm:event778": { + "title": "event778", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 778." + }, + "xdm:event779": { + "title": "event779", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 779." + }, + "xdm:event780": { + "title": "event780", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 780." + }, + "xdm:event781": { + "title": "event781", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 781." + }, + "xdm:event782": { + "title": "event782", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 782." + }, + "xdm:event783": { + "title": "event783", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 783." + }, + "xdm:event784": { + "title": "event784", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 784." + }, + "xdm:event785": { + "title": "event785", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 785." + }, + "xdm:event786": { + "title": "event786", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 786." + }, + "xdm:event787": { + "title": "event787", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 787." + }, + "xdm:event788": { + "title": "event788", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 788." + }, + "xdm:event789": { + "title": "event789", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 789." + }, + "xdm:event790": { + "title": "event790", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 790." + }, + "xdm:event791": { + "title": "event791", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 791." + }, + "xdm:event792": { + "title": "event792", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 792." + }, + "xdm:event793": { + "title": "event793", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 793." + }, + "xdm:event794": { + "title": "event794", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 794." + }, + "xdm:event795": { + "title": "event795", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 795." + }, + "xdm:event796": { + "title": "event796", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 796." + }, + "xdm:event797": { + "title": "event797", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 797." + }, + "xdm:event798": { + "title": "event798", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 798." + }, + "xdm:event799": { + "title": "event799", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 799." + }, + "xdm:event800": { + "title": "event800", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 800." + } + } + }, + "https://ns.adobe.com/experience/analytics/event801to900": { + "type": "object", + "title": "Event 801 to 900", + "properties": { + "xdm:event801": { + "title": "event801", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 801." + }, + "xdm:event802": { + "title": "event802", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 802." + }, + "xdm:event803": { + "title": "event803", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 803." + }, + "xdm:event804": { + "title": "event804", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 804." + }, + "xdm:event805": { + "title": "event805", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 805." + }, + "xdm:event806": { + "title": "event806", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 806." + }, + "xdm:event807": { + "title": "event807", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 807." + }, + "xdm:event808": { + "title": "event808", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 808." + }, + "xdm:event809": { + "title": "event809", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 809." + }, + "xdm:event810": { + "title": "event810", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 810." + }, + "xdm:event811": { + "title": "event811", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 811." + }, + "xdm:event812": { + "title": "event812", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 812." + }, + "xdm:event813": { + "title": "event813", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 813." + }, + "xdm:event814": { + "title": "event814", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 814." + }, + "xdm:event815": { + "title": "event815", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 815." + }, + "xdm:event816": { + "title": "event816", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 816." + }, + "xdm:event817": { + "title": "event817", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 817." + }, + "xdm:event818": { + "title": "event818", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 818." + }, + "xdm:event819": { + "title": "event819", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 819." + }, + "xdm:event820": { + "title": "event820", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 820." + }, + "xdm:event821": { + "title": "event821", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 821." + }, + "xdm:event822": { + "title": "event822", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 822." + }, + "xdm:event823": { + "title": "event823", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 823." + }, + "xdm:event824": { + "title": "event824", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 824." + }, + "xdm:event825": { + "title": "event825", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 825." + }, + "xdm:event826": { + "title": "event826", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 826." + }, + "xdm:event827": { + "title": "event827", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 827." + }, + "xdm:event828": { + "title": "event828", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 828." + }, + "xdm:event829": { + "title": "event829", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 829." + }, + "xdm:event830": { + "title": "event830", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 830." + }, + "xdm:event831": { + "title": "event831", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 831." + }, + "xdm:event832": { + "title": "event832", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 832." + }, + "xdm:event833": { + "title": "event833", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 833." + }, + "xdm:event834": { + "title": "event834", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 834." + }, + "xdm:event835": { + "title": "event835", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 835." + }, + "xdm:event836": { + "title": "event836", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 836." + }, + "xdm:event837": { + "title": "event837", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 837." + }, + "xdm:event838": { + "title": "event838", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 838." + }, + "xdm:event839": { + "title": "event839", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 839." + }, + "xdm:event840": { + "title": "event840", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 840." + }, + "xdm:event841": { + "title": "event841", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 841." + }, + "xdm:event842": { + "title": "event842", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 842." + }, + "xdm:event843": { + "title": "event843", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 843." + }, + "xdm:event844": { + "title": "event844", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 844." + }, + "xdm:event845": { + "title": "event845", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 845." + }, + "xdm:event846": { + "title": "event846", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 846." + }, + "xdm:event847": { + "title": "event847", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 847." + }, + "xdm:event848": { + "title": "event848", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 848." + }, + "xdm:event849": { + "title": "event849", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 849." + }, + "xdm:event850": { + "title": "event850", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 850." + }, + "xdm:event851": { + "title": "event851", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 851." + }, + "xdm:event852": { + "title": "event852", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 852." + }, + "xdm:event853": { + "title": "event853", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 853." + }, + "xdm:event854": { + "title": "event854", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 854." + }, + "xdm:event855": { + "title": "event855", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 855." + }, + "xdm:event856": { + "title": "event856", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 856." + }, + "xdm:event857": { + "title": "event857", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 857." + }, + "xdm:event858": { + "title": "event858", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 858." + }, + "xdm:event859": { + "title": "event859", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 859." + }, + "xdm:event860": { + "title": "event860", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 860." + }, + "xdm:event861": { + "title": "event861", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 861." + }, + "xdm:event862": { + "title": "event862", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 862." + }, + "xdm:event863": { + "title": "event863", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 863." + }, + "xdm:event864": { + "title": "event864", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 864." + }, + "xdm:event865": { + "title": "event865", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 865." + }, + "xdm:event866": { + "title": "event866", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 866." + }, + "xdm:event867": { + "title": "event867", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 867." + }, + "xdm:event868": { + "title": "event868", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 868." + }, + "xdm:event869": { + "title": "event869", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 869." + }, + "xdm:event870": { + "title": "event870", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 870." + }, + "xdm:event871": { + "title": "event871", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 871." + }, + "xdm:event872": { + "title": "event872", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 872." + }, + "xdm:event873": { + "title": "event873", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 873." + }, + "xdm:event874": { + "title": "event874", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 874." + }, + "xdm:event875": { + "title": "event875", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 875." + }, + "xdm:event876": { + "title": "event876", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 876." + }, + "xdm:event877": { + "title": "event877", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 877." + }, + "xdm:event878": { + "title": "event878", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 878." + }, + "xdm:event879": { + "title": "event879", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 879." + }, + "xdm:event880": { + "title": "event880", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 880." + }, + "xdm:event881": { + "title": "event881", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 881." + }, + "xdm:event882": { + "title": "event882", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 882." + }, + "xdm:event883": { + "title": "event883", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 883." + }, + "xdm:event884": { + "title": "event884", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 884." + }, + "xdm:event885": { + "title": "event885", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 885." + }, + "xdm:event886": { + "title": "event886", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 886." + }, + "xdm:event887": { + "title": "event887", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 887." + }, + "xdm:event888": { + "title": "event888", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 888." + }, + "xdm:event889": { + "title": "event889", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 889." + }, + "xdm:event890": { + "title": "event890", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 890." + }, + "xdm:event891": { + "title": "event891", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 891." + }, + "xdm:event892": { + "title": "event892", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 892." + }, + "xdm:event893": { + "title": "event893", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 893." + }, + "xdm:event894": { + "title": "event894", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 894." + }, + "xdm:event895": { + "title": "event895", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 895." + }, + "xdm:event896": { + "title": "event896", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 896." + }, + "xdm:event897": { + "title": "event897", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 897." + }, + "xdm:event898": { + "title": "event898", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 898." + }, + "xdm:event899": { + "title": "event899", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 899." + }, + "xdm:event900": { + "title": "event900", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 900." + } + } + }, + "https://ns.adobe.com/experience/analytics/event901to1000": { + "type": "object", + "title": "Event 901 to 1000", + "properties": { + "xdm:event901": { + "title": "event901", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 901." + }, + "xdm:event902": { + "title": "event902", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 902." + }, + "xdm:event903": { + "title": "event903", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 903." + }, + "xdm:event904": { + "title": "event904", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 904." + }, + "xdm:event905": { + "title": "event905", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 905." + }, + "xdm:event906": { + "title": "event906", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 906." + }, + "xdm:event907": { + "title": "event907", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 907." + }, + "xdm:event908": { + "title": "event908", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 908." + }, + "xdm:event909": { + "title": "event909", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 909." + }, + "xdm:event910": { + "title": "event910", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 910." + }, + "xdm:event911": { + "title": "event911", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 911." + }, + "xdm:event912": { + "title": "event912", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 912." + }, + "xdm:event913": { + "title": "event913", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 913." + }, + "xdm:event914": { + "title": "event914", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 914." + }, + "xdm:event915": { + "title": "event915", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 915." + }, + "xdm:event916": { + "title": "event916", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 916." + }, + "xdm:event917": { + "title": "event917", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 917." + }, + "xdm:event918": { + "title": "event918", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 918." + }, + "xdm:event919": { + "title": "event919", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 919." + }, + "xdm:event920": { + "title": "event920", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 920." + }, + "xdm:event921": { + "title": "event921", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 921." + }, + "xdm:event922": { + "title": "event922", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 922." + }, + "xdm:event923": { + "title": "event923", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 923." + }, + "xdm:event924": { + "title": "event924", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 924." + }, + "xdm:event925": { + "title": "event925", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 925." + }, + "xdm:event926": { + "title": "event926", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 926." + }, + "xdm:event927": { + "title": "event927", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 927." + }, + "xdm:event928": { + "title": "event928", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 928." + }, + "xdm:event929": { + "title": "event929", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 929." + }, + "xdm:event930": { + "title": "event930", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 930." + }, + "xdm:event931": { + "title": "event931", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 931." + }, + "xdm:event932": { + "title": "event932", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 932." + }, + "xdm:event933": { + "title": "event933", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 933." + }, + "xdm:event934": { + "title": "event934", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 934." + }, + "xdm:event935": { + "title": "event935", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 935." + }, + "xdm:event936": { + "title": "event936", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 936." + }, + "xdm:event937": { + "title": "event937", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 937." + }, + "xdm:event938": { + "title": "event938", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 938." + }, + "xdm:event939": { + "title": "event939", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 939." + }, + "xdm:event940": { + "title": "event940", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 940." + }, + "xdm:event941": { + "title": "event941", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 941." + }, + "xdm:event942": { + "title": "event942", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 942." + }, + "xdm:event943": { + "title": "event943", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 943." + }, + "xdm:event944": { + "title": "event944", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 944." + }, + "xdm:event945": { + "title": "event945", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 945." + }, + "xdm:event946": { + "title": "event946", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 946." + }, + "xdm:event947": { + "title": "event947", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 947." + }, + "xdm:event948": { + "title": "event948", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 948." + }, + "xdm:event949": { + "title": "event949", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 949." + }, + "xdm:event950": { + "title": "event950", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 950." + }, + "xdm:event951": { + "title": "event951", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 951." + }, + "xdm:event952": { + "title": "event952", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 952." + }, + "xdm:event953": { + "title": "event953", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 953." + }, + "xdm:event954": { + "title": "event954", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 954." + }, + "xdm:event955": { + "title": "event955", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 955." + }, + "xdm:event956": { + "title": "event956", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 956." + }, + "xdm:event957": { + "title": "event957", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 957." + }, + "xdm:event958": { + "title": "event958", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 958." + }, + "xdm:event959": { + "title": "event959", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 959." + }, + "xdm:event960": { + "title": "event960", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 960." + }, + "xdm:event961": { + "title": "event961", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 961." + }, + "xdm:event962": { + "title": "event962", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 962." + }, + "xdm:event963": { + "title": "event963", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 963." + }, + "xdm:event964": { + "title": "event964", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 964." + }, + "xdm:event965": { + "title": "event965", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 965." + }, + "xdm:event966": { + "title": "event966", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 966." + }, + "xdm:event967": { + "title": "event967", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 967." + }, + "xdm:event968": { + "title": "event968", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 968." + }, + "xdm:event969": { + "title": "event969", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 969." + }, + "xdm:event970": { + "title": "event970", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 970." + }, + "xdm:event971": { + "title": "event971", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 971." + }, + "xdm:event972": { + "title": "event972", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 972." + }, + "xdm:event973": { + "title": "event973", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 973." + }, + "xdm:event974": { + "title": "event974", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 974." + }, + "xdm:event975": { + "title": "event975", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 975." + }, + "xdm:event976": { + "title": "event976", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 976." + }, + "xdm:event977": { + "title": "event977", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 977." + }, + "xdm:event978": { + "title": "event978", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 978." + }, + "xdm:event979": { + "title": "event979", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 979." + }, + "xdm:event980": { + "title": "event980", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 980." + }, + "xdm:event981": { + "title": "event981", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 981." + }, + "xdm:event982": { + "title": "event982", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 982." + }, + "xdm:event983": { + "title": "event983", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 983." + }, + "xdm:event984": { + "title": "event984", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 984." + }, + "xdm:event985": { + "title": "event985", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 985." + }, + "xdm:event986": { + "title": "event986", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 986." + }, + "xdm:event987": { + "title": "event987", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 987." + }, + "xdm:event988": { + "title": "event988", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 988." + }, + "xdm:event989": { + "title": "event989", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 989." + }, + "xdm:event990": { + "title": "event990", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 990." + }, + "xdm:event991": { + "title": "event991", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 991." + }, + "xdm:event992": { + "title": "event992", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 992." + }, + "xdm:event993": { + "title": "event993", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 993." + }, + "xdm:event994": { + "title": "event994", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 994." + }, + "xdm:event995": { + "title": "event995", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 995." + }, + "xdm:event996": { + "title": "event996", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 996." + }, + "xdm:event997": { + "title": "event997", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 997." + }, + "xdm:event998": { + "title": "event998", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 998." + }, + "xdm:event999": { + "title": "event999", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 999." + }, + "xdm:event1000": { + "title": "event1000", + "$ref": "https://ns.adobe.com/xdm/data/measure", + "description": "Custom event 1000." + } + } } } } From e424338610cb83ce3d0c6281d292cf67d7f83d45 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Mon, 7 May 2018 14:57:15 +0000 Subject: [PATCH 80/83] [trivial] added missing parameter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1607a3e51..6f5bc30e3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "clean": "rm -rf docs/reference", "markdown": - "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md --link-id --link-custom extensions.md --link-additional extensions.md", + "shx mkdir -p docs/reference && jsonschema2md -o docs/reference -d schemas --link-abstract abstract.md --link-extensible extensions.md --link-status status.md --link-id id.md --link-custom extensions.md --link-additional extensions.md", "test": "mocha", "lint": "prettier --write *.json CHANGELOG.md CONTRIBUTING.md README.md docs/*.md schemas/*/**/*.md schemas/*/**/*.json extensions/*/**/*.json && git diff --exit-code", From d7c6e4abdfcb399ae94c853d3e70657c013a8dff Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 7 May 2018 14:51:17 +0000 Subject: [PATCH 81/83] [ci skip] updating documentation --- STABILIZING.md | 276 +++++++++--------- docs/reference/README.md | 74 ++--- .../assets/aggregated-asset.schema.md | 4 +- docs/reference/assets/artboard.schema.md | 4 +- docs/reference/assets/asset.schema.md | 4 +- .../assets/copyright-owner.schema.md | 4 +- docs/reference/assets/font.schema.md | 4 +- docs/reference/assets/image.schema.md | 4 +- .../assets/language-alternative.schema.md | 4 +- docs/reference/assets/layer-group.schema.md | 4 +- docs/reference/assets/layer.schema.md | 4 +- docs/reference/assets/rectangular.schema.md | 4 +- .../reference/assets/resource-event.schema.md | 4 +- .../variable-unit-rectangular.schema.md | 4 +- docs/reference/assets/video.schema.md | 4 +- docs/reference/channels/adm.schema.md | 4 +- docs/reference/channels/agency.schema.md | 4 +- docs/reference/channels/apns.schema.md | 4 +- docs/reference/channels/application.schema.md | 4 +- docs/reference/channels/baidu.schema.md | 4 +- docs/reference/channels/channel.schema.md | 4 +- docs/reference/channels/direct-mail.schema.md | 4 +- docs/reference/channels/email.schema.md | 4 +- .../channels/facebook-feed.schema.md | 4 +- docs/reference/channels/fax.schema.md | 4 +- docs/reference/channels/gcm.schema.md | 4 +- docs/reference/channels/line.schema.md | 4 +- docs/reference/channels/mobile-app.schema.md | 4 +- docs/reference/channels/mpns.schema.md | 4 +- docs/reference/channels/phone.schema.md | 4 +- docs/reference/channels/sms.schema.md | 4 +- .../reference/channels/twitter-feed.schema.md | 4 +- docs/reference/channels/web.schema.md | 4 +- docs/reference/channels/wechat.schema.md | 4 +- docs/reference/channels/wns.schema.md | 4 +- docs/reference/common/address.schema.md | 4 +- docs/reference/common/auditable.schema.md | 4 +- docs/reference/common/event/created.schema.md | 4 +- docs/reference/common/event/deleted.schema.md | 4 +- docs/reference/common/event/emitted.schema.md | 4 +- .../common/event/published.schema.md | 4 +- .../reference/common/event/rejected.schema.md | 4 +- .../common/event/unpublished.schema.md | 4 +- docs/reference/common/event/updated.schema.md | 4 +- docs/reference/common/eventenvelope.schema.md | 4 +- docs/reference/common/extensible.schema.json | 30 +- docs/reference/common/extensible.schema.md | 40 +-- docs/reference/common/geo.schema.md | 4 +- .../common/identity-provider.schema.md | 4 +- docs/reference/common/organization.schema.md | 4 +- docs/reference/common/page.schema.md | 4 +- docs/reference/common/principal.schema.md | 4 +- docs/reference/common/selfservice.schema.md | 4 +- .../content/component-container.schema.md | 4 +- .../content/componentized-page.schema.md | 4 +- docs/reference/content/content.schema.md | 4 +- .../content/page-component.schema.md | 4 +- docs/reference/content/product.schema.md | 4 +- .../content/productlistitem.schema.md | 4 +- .../repository-policies/encryption.schema.md | 4 +- .../repository-policies/quota.schema.md | 4 +- .../repository-policies/versioning.schema.md | 4 +- docs/reference/content/repository.schema.md | 4 +- .../context/browserdetails.schema.md | 4 +- docs/reference/context/commerce.schema.md | 4 +- docs/reference/context/device.schema.md | 4 +- docs/reference/context/emailaddress.schema.md | 4 +- docs/reference/context/enduserids.schema.md | 4 +- docs/reference/context/environment.schema.md | 4 +- .../context/experienceevent.schema.md | 4 +- docs/reference/context/identity.schema.md | 4 +- .../context/implementationdetails.schema.md | 4 +- docs/reference/context/marketing.schema.md | 4 +- docs/reference/context/namespace.schema.md | 4 +- docs/reference/context/optinout.schema.md | 4 +- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 16 +- docs/reference/context/person.schema.md | 4 +- docs/reference/context/phonenumber.schema.md | 4 +- docs/reference/context/place.schema.md | 4 +- docs/reference/context/placecontext.schema.md | 4 +- docs/reference/context/profile.schema.md | 4 +- .../context/pushnotificationtoken.schema.md | 4 +- docs/reference/context/search.schema.md | 4 +- docs/reference/context/subscription.schema.md | 4 +- docs/reference/context/webinfo.schema.md | 4 +- .../context/webinteraction.schema.md | 4 +- docs/reference/context/webpageview.schema.md | 4 +- docs/reference/context/webreferrer.schema.md | 4 +- docs/reference/data/abandons.schema.md | 4 +- docs/reference/data/bounces.schema.md | 4 +- docs/reference/data/checkouts.schema.md | 4 +- docs/reference/data/clicks.schema.md | 4 +- docs/reference/data/datasource.schema.md | 4 +- docs/reference/data/discount.schema.md | 4 +- docs/reference/data/impressions.schema.md | 4 +- docs/reference/data/link-clicks.schema.md | 4 +- docs/reference/data/measure.schema.md | 4 +- .../reference/data/metricdefinition.schema.md | 4 +- docs/reference/data/metrics.schema.md | 4 +- docs/reference/data/mirror-pages.schema.md | 4 +- .../reference/data/non-deliverables.schema.md | 4 +- docs/reference/data/not-sent.schema.md | 4 +- docs/reference/data/opens.schema.md | 4 +- docs/reference/data/order.schema.md | 4 +- docs/reference/data/page-views.schema.md | 4 +- docs/reference/data/paymentitem.schema.md | 4 +- .../data/product-list-adds.schema.md | 4 +- .../data/product-list-opens.schema.md | 4 +- .../data/product-list-removals.schema.md | 4 +- .../data/product-list-reopens.schema.md | 4 +- .../data/product-list-views.schema.md | 4 +- docs/reference/data/product-views.schema.md | 4 +- docs/reference/data/purchases.schema.md | 4 +- docs/reference/data/save-for-laters.schema.md | 4 +- docs/reference/data/sends.schema.md | 4 +- docs/reference/data/unsubscriptions.schema.md | 4 +- docs/reference/data/user-complaints.schema.md | 4 +- .../activity-streams-2/activity.schema.md | 4 +- .../collection-page.schema.md | 4 +- .../activity-streams-2/collection.schema.md | 4 +- .../activity-streams-2/context.schema.md | 4 +- .../activity-streams-2/document.schema.md | 4 +- .../external/activity-streams-2/id.schema.md | 4 +- .../activity-streams-2/image.schema.md | 4 +- .../activity-streams-2/link.schema.md | 4 +- .../activity-streams-2/object.schema.md | 4 +- .../rdf-langstring.schema.md | 4 +- .../activity-streams-2/type.schema.md | 4 +- .../external/hal/hal-link.schema.json | 6 +- .../reference/external/hal/hal-link.schema.md | 10 +- docs/reference/external/hal/hal.schema.json | 28 +- docs/reference/external/hal/hal.schema.md | 32 +- .../repo/accesscontrolentry.schema.json | 27 +- .../repo/accesscontrolentry.schema.md | 38 +-- .../repo/accesscontrolpolicy.schema.json | 6 +- .../repo/accesscontrolpolicy.schema.md | 10 +- docs/reference/external/repo/asset.schema.md | 4 +- docs/reference/external/repo/common.schema.md | 4 +- .../external/repo/directory.schema.md | 4 +- .../repo/effectiveprivileges.schema.md | 4 +- .../external/repo/sub-directory.schema.md | 4 +- .../external/schema/geocircle.schema.md | 4 +- .../external/schema/geocoordinates.schema.md | 4 +- .../external/schema/geoshape.schema.md | 4 +- 145 files changed, 558 insertions(+), 569 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 9a6dfb917..5f9546353 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Thu May 03 2018 19:01:43 GMT+0000 (UTC)**_ +_Generated on **Mon May 07 2018 14:51:16 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -13,149 +13,149 @@ _Generated on **Thu May 03 2018 19:01:43 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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|29|[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|**51**|**51**|[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|**51**|**51**|[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|28|28|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**51**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**51**|[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|**51**|**51**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**51**|**51**|[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/page](schemas/common/page.schema.json)|experimental|**51**|**51**|[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|**51**|**51**|[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|**51**|**37**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**51**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**51**|[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/identity](schemas/context/identity.schema.json)|experimental|**51**|**51**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|1|0|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| -|[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**51**|**51**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**51**|28|[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|**51**|24|[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|**51**|**51**|[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/place](schemas/context/place.schema.json)|experimental|**51**|**51**|[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|21|21|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| -|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**51**|**51**|[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/search](schemas/context/search.schema.json)|experimental|**51**|**51**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**51**|**51**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|1|1|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| -|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|21|21|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| -|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|21|21|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|24|21|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| -|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**51**|20|[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/bounces](schemas/data/bounces.schema.json)|experimental|**51**|20|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**51**|20|[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|**51**|20|[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/datasource](schemas/data/datasource.schema.json)|experimental|**51**|28|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**51**|**51**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**51**|20|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**51**|20|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|20|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| -|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**51**|21|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**51**|20|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**51**|20|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/order](schemas/data/order.schema.json)|experimental|**51**|**51**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**51**|20|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**51**|**51**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**51**|20|[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|**51**|20|[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|**51**|20|[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|**51**|20|[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|**51**|20|[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|**51**|20|[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/purchases](schemas/data/purchases.schema.json)|experimental|**51**|20|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**51**|20|[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/sends](schemas/data/sends.schema.json)|experimental|**51**|20|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|24|20|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**51**|20|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**51**|8|[142bd63](https://github.com/adobe/xdm/commit/142bd631ce0d6c49457f65dcecdcd3f9f1096f73 "Add repo:inheritance to accesscontrolentry") [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|**51**|**35**|[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|**51**|1|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**51**|**35**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**55**|**55**|[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|**55**|**55**|[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|**55**|**33**|[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|**55**|**55**|[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|**55**|**55**|[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|**32**|**32**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**55**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**55**|[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|**55**|**55**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**55**|**55**|[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/page](schemas/common/page.schema.json)|experimental|**55**|**55**|[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|**55**|**55**|[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|**55**|**41**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**55**|[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/identity](schemas/context/identity.schema.json)|experimental|**55**|**55**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|4|4|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| +|[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**55**|**55**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**55**|**32**|[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|**55**|28|[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|**55**|**55**|[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/place](schemas/context/place.schema.json)|experimental|**55**|**55**|[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|25|25|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| +|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**55**|**55**|[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/search](schemas/context/search.schema.json)|experimental|**55**|**55**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**55**|**55**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|4|4|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| +|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|25|25|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| +|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|25|25|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|27|25|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**55**|24|[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/bounces](schemas/data/bounces.schema.json)|experimental|**55**|24|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**55**|24|[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|**55**|24|[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/datasource](schemas/data/datasource.schema.json)|experimental|**55**|**31**|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**55**|**55**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**55**|24|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**55**|24|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|24|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| +|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**55**|24|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**55**|24|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**55**|24|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|28|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|28|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/order](schemas/data/order.schema.json)|experimental|**55**|**55**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**55**|24|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**55**|**55**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**55**|24|[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|**55**|24|[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|**55**|24|[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|**55**|24|[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|**55**|24|[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|**55**|24|[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/purchases](schemas/data/purchases.schema.json)|experimental|**55**|24|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**55**|24|[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/sends](schemas/data/sends.schema.json)|experimental|**55**|24|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|28|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**55**|24|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**55**|5|[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|**55**|**38**|[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|**55**|5|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|1|1|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| -|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|30|30|[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|30|29|[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|30|30|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| -|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|26|26|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| -|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|26|26|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|26|14|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|26|20|[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|26|23|[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|26|24|[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|20|20|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|26|26|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| -|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|26|20|[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|26|26|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| -|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|27|27|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| +|[schemas/assets/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|4|4|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| +|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**33**|**33**|[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|**33**|**33**|[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|**33**|**33**|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| +|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|30|30|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| +|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|30|30|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|30|18|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|30|24|[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|30|27|[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|30|28|[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|24|24|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|30|30|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| +|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|30|24|[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|30|30|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| +|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|30|30|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 6630e79f2..f4b724476 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,29 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [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) -* [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) -* [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) @@ -66,6 +43,29 @@ * [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) +## /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) +* [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) +* [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/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -142,6 +142,20 @@ * [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/activity-streams-2/ + +* [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) + ## /external/hal/ * [HAL Link](./external/hal/hal-link.schema.md) – `https://ns.adobe.com/xdm/external/hal/link` (Experimental) @@ -157,20 +171,6 @@ * [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/activity-streams-2/ - -* [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) - ## /external/schema/ * [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` (Experimental) diff --git a/docs/reference/assets/aggregated-asset.schema.md b/docs/reference/assets/aggregated-asset.schema.md index a68331d59..d468b98c3 100644 --- a/docs/reference/assets/aggregated-asset.schema.md +++ b/docs/reference/assets/aggregated-asset.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/aggregated-asset This schema aggregates all asset sub-schemas that are supported by XDM. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | Yes | Forbidden | Permitted | [assets/aggregated-asset.schema.json](assets/aggregated-asset.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/assets/artboard.schema.md b/docs/reference/assets/artboard.schema.md index 1429c104e..462a7b41b 100644 --- a/docs/reference/assets/artboard.schema.md +++ b/docs/reference/assets/artboard.schema.md @@ -16,8 +16,8 @@ The hierarchy of elements in an artboard is displayed in the Layers panel, toget Artboards can contain layers and layer groups, but not other artboards. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/artboard.schema.json](assets/artboard.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/assets/asset.schema.md b/docs/reference/assets/asset.schema.md index 91d294b10..6ca3a7f09 100644 --- a/docs/reference/assets/asset.schema.md +++ b/docs/reference/assets/asset.schema.md @@ -14,8 +14,8 @@ As described in [What is a digital asset](https://www.realstorygroup.com/Blog/31 All digital assets are content, and some content can include, link to, or refer digital assets. Content can furthermore be transformed (rendered) into digital assets, such as when exporting a PDF. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [assets/asset.schema.json](assets/asset.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/assets/copyright-owner.schema.md b/docs/reference/assets/copyright-owner.schema.md index b36ee8091..85f3b1cc4 100644 --- a/docs/reference/assets/copyright-owner.schema.md +++ b/docs/reference/assets/copyright-owner.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/copyright-owner Describes the owner of a copyrighted work through name and ID -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/copyright-owner.schema.json](assets/copyright-owner.schema.json) | ## Copyright Owner Example diff --git a/docs/reference/assets/font.schema.md b/docs/reference/assets/font.schema.md index 35c655ab4..052601ae3 100644 --- a/docs/reference/assets/font.schema.md +++ b/docs/reference/assets/font.schema.md @@ -9,8 +9,8 @@ Font is used to describe the typefaces and font files used in a document. The Font schema groups different font files that belong to the same typeface. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/font.schema.json](assets/font.schema.json) | ## Font Example diff --git a/docs/reference/assets/image.schema.md b/docs/reference/assets/image.schema.md index 6a5fe9531..dc836636a 100644 --- a/docs/reference/assets/image.schema.md +++ b/docs/reference/assets/image.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/image The Image class is for raster and vector image assets, including JPEG, PNG, SVG files -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [assets/image.schema.json](assets/image.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/assets/language-alternative.schema.md b/docs/reference/assets/language-alternative.schema.md index 57446f0ac..cf5ccba91 100644 --- a/docs/reference/assets/language-alternative.schema.md +++ b/docs/reference/assets/language-alternative.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/language-alternative A tuple in a set of language alternatives, i.e. pairs of localized text and their locale, that are equivalent in meaning. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [assets/language-alternative.schema.json](assets/language-alternative.schema.json) | ## Language Alternative Example diff --git a/docs/reference/assets/layer-group.schema.md b/docs/reference/assets/layer-group.schema.md index 92f0ff959..c05bc2b14 100644 --- a/docs/reference/assets/layer-group.schema.md +++ b/docs/reference/assets/layer-group.schema.md @@ -10,8 +10,8 @@ Users can apply a common style to the group instead of working at individual lay A Layer Group can contain layers or other layer groups. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/layer-group.schema.json](assets/layer-group.schema.json) | ## Layer Group Example diff --git a/docs/reference/assets/layer.schema.md b/docs/reference/assets/layer.schema.md index acb72b081..6c7c1c32b 100644 --- a/docs/reference/assets/layer.schema.md +++ b/docs/reference/assets/layer.schema.md @@ -11,8 +11,8 @@ They are used for compositing multiple images, adding text to an image, or addin Users can also apply a layer style to add a special effect such as a drop shadow or a glow. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/layer.schema.json](assets/layer.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/assets/rectangular.schema.md b/docs/reference/assets/rectangular.schema.md index 2b5b66c1f..8f8eb4e53 100644 --- a/docs/reference/assets/rectangular.schema.md +++ b/docs/reference/assets/rectangular.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/rectangular Properties that apply to images, videos, and other rectangular media -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/rectangular.schema.json](assets/rectangular.schema.json) | ## Rectangular Media Example diff --git a/docs/reference/assets/resource-event.schema.md b/docs/reference/assets/resource-event.schema.md index edb7bf9a4..40ff93ec4 100644 --- a/docs/reference/assets/resource-event.schema.md +++ b/docs/reference/assets/resource-event.schema.md @@ -10,8 +10,8 @@ A Resource Event is a high-level event that occurred in the processing, editing, Resource Events are typically attached directly to an asset. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/resource-event.schema.json](assets/resource-event.schema.json) | ## Resource Event Example diff --git a/docs/reference/assets/variable-unit-rectangular.schema.md b/docs/reference/assets/variable-unit-rectangular.schema.md index a9295dede..2b0356004 100644 --- a/docs/reference/assets/variable-unit-rectangular.schema.md +++ b/docs/reference/assets/variable-unit-rectangular.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/variable-unit-rectangular This is an abstract schema for objects of rectangular dimensions and position, with a user-specified unit of measurement. Examples include `Artboard` and `Layer`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/variable-unit-rectangular.schema.json](assets/variable-unit-rectangular.schema.json) | ## Rectangular Object (measured in variable unit) Example diff --git a/docs/reference/assets/video.schema.md b/docs/reference/assets/video.schema.md index fd90b183c..bf5e323a6 100644 --- a/docs/reference/assets/video.schema.md +++ b/docs/reference/assets/video.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/assets/video The Video class is for video assets, i.e. assets that consist of moving pictures and, optionally, sound. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [assets/video.schema.json](assets/video.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/adm.schema.md b/docs/reference/channels/adm.schema.md index 9dacd1d52..49311c537 100644 --- a/docs/reference/channels/adm.schema.md +++ b/docs/reference/channels/adm.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/adm Amazon Device Messaging -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/adm.schema.json](channels/adm.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/agency.schema.md b/docs/reference/channels/agency.schema.md index 46a3716ef..4a020f7b7 100644 --- a/docs/reference/channels/agency.schema.md +++ b/docs/reference/channels/agency.schema.md @@ -10,8 +10,8 @@ This channel has no specific mechanism and is designed for descriptive purposes Such as, to define experiences for which you want to keep a trace of the population targeted in an external tool -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/agency.schema.json](channels/agency.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/apns.schema.md b/docs/reference/channels/apns.schema.md index 80ad212ab..c82f8b99e 100644 --- a/docs/reference/channels/apns.schema.md +++ b/docs/reference/channels/apns.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/apns Apple Push Notification Service -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/apns.schema.json](channels/apns.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/application.schema.md b/docs/reference/channels/application.schema.md index 1e5637a82..f0d8d2562 100644 --- a/docs/reference/channels/application.schema.md +++ b/docs/reference/channels/application.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/channels/application An application that accepts messages or emit events (Facebook page, Mobile App, ...). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [channels/application.schema.json](channels/application.schema.json) | ## Application Example diff --git a/docs/reference/channels/baidu.schema.md b/docs/reference/channels/baidu.schema.md index d347fb141..1828cfbd8 100644 --- a/docs/reference/channels/baidu.schema.md +++ b/docs/reference/channels/baidu.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/baidu Baidu Cloud Push Service -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/baidu.schema.json](channels/baidu.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/channel.schema.md b/docs/reference/channels/channel.schema.md index 0f9b0e483..ea01748bf 100644 --- a/docs/reference/channels/channel.schema.md +++ b/docs/reference/channels/channel.schema.md @@ -10,8 +10,8 @@ An experience channel is a way how digital experiences are consumed. There are multiple experience channels, each with different constraints on how content is delivered and how customer interaction can be observed and data collected. Within a channel, experiences can be delivered to specific locations. The locations and types of locations that exist in a channel differ from channel to channel. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/channel.schema.json](channels/channel.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/direct-mail.schema.md b/docs/reference/channels/direct-mail.schema.md index 0616660c5..69519c81c 100644 --- a/docs/reference/channels/direct-mail.schema.md +++ b/docs/reference/channels/direct-mail.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/direct-mail Mail delivered by a postal service. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/direct-mail.schema.json](channels/direct-mail.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/email.schema.md b/docs/reference/channels/email.schema.md index c461383b8..16e24308e 100644 --- a/docs/reference/channels/email.schema.md +++ b/docs/reference/channels/email.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/email E-Mail messages, delivered via SMTP to list subscribers. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/email.schema.json](channels/email.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/facebook-feed.schema.md b/docs/reference/channels/facebook-feed.schema.md index ad372a78c..c80ab0650 100644 --- a/docs/reference/channels/facebook-feed.schema.md +++ b/docs/reference/channels/facebook-feed.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/facebook-feed The Facebook News Feed. This does not include Facebook Messenger, or Facebook App pages. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/facebook-feed.schema.json](channels/facebook-feed.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/fax.schema.md b/docs/reference/channels/fax.schema.md index 3c52cf6e8..6c3be8400 100644 --- a/docs/reference/channels/fax.schema.md +++ b/docs/reference/channels/fax.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/fax Telefacsimile -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/fax.schema.json](channels/fax.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/gcm.schema.md b/docs/reference/channels/gcm.schema.md index 14a71fd38..9f2f7992b 100644 --- a/docs/reference/channels/gcm.schema.md +++ b/docs/reference/channels/gcm.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/gcm Google Cloud Messaging -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/gcm.schema.json](channels/gcm.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/line.schema.md b/docs/reference/channels/line.schema.md index 9dc6a5f64..fa4dccd08 100644 --- a/docs/reference/channels/line.schema.md +++ b/docs/reference/channels/line.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/line Line Platform Notification -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/line.schema.json](channels/line.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/mobile-app.schema.md b/docs/reference/channels/mobile-app.schema.md index 1a52dadae..b2e3837ed 100644 --- a/docs/reference/channels/mobile-app.schema.md +++ b/docs/reference/channels/mobile-app.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/mobile-app Native mobile applications that are installed through an app store. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/mobile-app.schema.json](channels/mobile-app.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/mpns.schema.md b/docs/reference/channels/mpns.schema.md index f8a97c481..af64d9258 100644 --- a/docs/reference/channels/mpns.schema.md +++ b/docs/reference/channels/mpns.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/mpns Microsoft Push Notification Service -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/mpns.schema.json](channels/mpns.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/phone.schema.md b/docs/reference/channels/phone.schema.md index f1a08a3e2..2439df533 100644 --- a/docs/reference/channels/phone.schema.md +++ b/docs/reference/channels/phone.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/phone The telephone. Includes both inbound and outbound. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/phone.schema.json](channels/phone.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/sms.schema.md b/docs/reference/channels/sms.schema.md index 99ca252de..612bee430 100644 --- a/docs/reference/channels/sms.schema.md +++ b/docs/reference/channels/sms.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/sms Short Message Service delivered to a mobile phone. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/sms.schema.json](channels/sms.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/twitter-feed.schema.md b/docs/reference/channels/twitter-feed.schema.md index 04296e3cf..90da5dc60 100644 --- a/docs/reference/channels/twitter-feed.schema.md +++ b/docs/reference/channels/twitter-feed.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/twitter-feed The Twitter Feed, i.e. the stream of user-generated tweets. This does not include Twitter direct messages. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/twitter-feed.schema.json](channels/twitter-feed.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/web.schema.md b/docs/reference/channels/web.schema.md index 8addd127c..989d31de1 100644 --- a/docs/reference/channels/web.schema.md +++ b/docs/reference/channels/web.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/web The world wide web and mobile web. Pages delivered via HTTP to a web browser or in-app browser. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/web.schema.json](channels/web.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/wechat.schema.md b/docs/reference/channels/wechat.schema.md index c6405d596..599a83041 100644 --- a/docs/reference/channels/wechat.schema.md +++ b/docs/reference/channels/wechat.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/wechat WeChat Platform Notification -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/wechat.schema.json](channels/wechat.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/channels/wns.schema.md b/docs/reference/channels/wns.schema.md index 3ab5be745..530fc65a7 100644 --- a/docs/reference/channels/wns.schema.md +++ b/docs/reference/channels/wns.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/channels/wns Windows Push Notification Service. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [channels/wns.schema.json](channels/wns.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/address.schema.md b/docs/reference/common/address.schema.md index de29046e8..359eba9f4 100644 --- a/docs/reference/common/address.schema.md +++ b/docs/reference/common/address.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/address A postal address. Address could relate to a person's home, work, preferred store location etc. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | Yes | Forbidden | Permitted | [common/address.schema.json](common/address.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/auditable.schema.md b/docs/reference/common/auditable.schema.md index edd24d21e..32144cb6d 100644 --- a/docs/reference/common/auditable.schema.md +++ b/docs/reference/common/auditable.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/auditable Inheriting this schema using `allOf` indicates that the data record is auditable, i.e. it can be determined when the record has last been modified and by whom. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [common/auditable.schema.json](common/auditable.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/created.schema.md b/docs/reference/common/event/created.schema.md index f77876942..973fbe8f7 100644 --- a/docs/reference/common/event/created.schema.md +++ b/docs/reference/common/event/created.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/event/created A `created event` follows semantics that are exactly equivalent to the semantics described by the [`create activity`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create), except for one difference. The `create activity` can be used in imperative contexts, however, the `created event` can only be used in passive contexts. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/created.schema.json](common/event/created.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/deleted.schema.md b/docs/reference/common/event/deleted.schema.md index 156d0285a..7c5ba5c2a 100644 --- a/docs/reference/common/event/deleted.schema.md +++ b/docs/reference/common/event/deleted.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/event/deleted A `deleted event` follows semantics that are exactly equivalent to the semantics described by the [`delete activity`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-delete), except for one difference. The `delete activity` can be used in imperative contexts, however, the `deleted event` can only be used in passive contexts. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/deleted.schema.json](common/event/deleted.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/emitted.schema.md b/docs/reference/common/event/emitted.schema.md index 04c858a82..fcd316fab 100644 --- a/docs/reference/common/event/emitted.schema.md +++ b/docs/reference/common/event/emitted.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/event/emitted The `emitted event` represents the activity of emitting a message or some `object`. This event type provides the capability to conform custom activities to the XDM Event Envelope. A custom activity is one where the system transporting the event isn't aware of what is in the event. A custom activity typically tends to be configured by a system's end user. Take, for example, custom OSGI events in AEM. One concern does arise regarding the `emitted event`, which is, its generic nature that allows for almost every activity to be modeled as 'message emitted' activity. This, however, is a trap that publishers of the XDM Event Envelope must steer away from. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/emitted.schema.json](common/event/emitted.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/published.schema.md b/docs/reference/common/event/published.schema.md index 2a22b45f5..f15239b05 100644 --- a/docs/reference/common/event/published.schema.md +++ b/docs/reference/common/event/published.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/event/published The `published event` represents the activity of releasing an object for distribution. Some examples of the published activity are, publishing digital content on a website, publishing a book, publishing an article in a journal, publishing a memo on a notice board, etcetera. The [`object`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) field should specify the object that was released/published, whereas the [`target`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target) field, if present, should describe where the said object was published on. The `published event` can only be used in passive contexts. Example: the act of publishing an article in a journal would be represented by the `published` activity wherein, the article would be the `object` of publication and the journal would be the `target`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/published.schema.json](common/event/published.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/rejected.schema.md b/docs/reference/common/event/rejected.schema.md index 8a11b727d..f2cfa156e 100644 --- a/docs/reference/common/event/rejected.schema.md +++ b/docs/reference/common/event/rejected.schema.md @@ -22,8 +22,8 @@ Some examples of the `rejected event` include: 4. A purchase order was rejected by a firm owing to non payment of previous dues. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/rejected.schema.json](common/event/rejected.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/unpublished.schema.md b/docs/reference/common/event/unpublished.schema.md index 2bb614b08..7c2a45f0d 100644 --- a/docs/reference/common/event/unpublished.schema.md +++ b/docs/reference/common/event/unpublished.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/event/unpublished The `unpublished event` represents the activity of making an object, which was previously published, unavailable for distribution. It can be thought of as the semantic opposite of the `published event`. Some examples of the unpublished activity are, taking down digital content from a website, taking down a previously published memo from the notice board, etcetera. The [`object`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) field should specify the object that was taken down/unpublished, whereas the [`target`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target) field, if present, should describe where the said object was taken down from. The `unpublished event` can only be used in passive contexts. Example: the act of taking down a previously published memo from the notice board would be represented by the `unpublished` activity wherein, the memo would be the `object` of the `unpublished event` and the notice board would be the `target`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/unpublished.schema.json](common/event/unpublished.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/event/updated.schema.md b/docs/reference/common/event/updated.schema.md index 2f98c4d4f..23a921495 100644 --- a/docs/reference/common/event/updated.schema.md +++ b/docs/reference/common/event/updated.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/event/updated A `updated event` follows semantics that are exactly equivalent to the semantics described by the [`update activity`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update), except for one difference. The `update activity` can be used in imperative contexts, however, the `updated event` can only be used in passive contexts. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/event/updated.schema.json](common/event/updated.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index 8216a5fc1..d4334d36a 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/eventenvelope An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Streams 2.0](https://www.w3.org/TR/activitystreams-core/) that applies to digital experiences in general, and to entities of the Experience Data Model in particular. It is being used to track or audit changes to core entities like assets, pages, or campaigns, but also to track observed interactions of consumers of digital experiences. These observed interactions can range from simple technical loading, to passive consumption, to active engagement. Through the `EventEnvelope`, a varied set of observable entities can be tracked in a common way, enabling the establishment of publish-subscribe or event bus systems that dispatch `EventEnvelopes` based on the metadata that is part of the envelope, without having to inspect the payload `object`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [common/eventenvelope.schema.json](common/eventenvelope.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/extensible.schema.json b/docs/reference/common/extensible.schema.json index 44d5a4a2e..3f36a1c6b 100644 --- a/docs/reference/common/extensible.schema.json +++ b/docs/reference/common/extensible.schema.json @@ -264,6 +264,21 @@ "xdm:path": "/here", "repo:etag": "15" }, + { + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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" + }, { "@context": { "xdm": "https://ns.adobe.com/xdm/", @@ -308,21 +323,6 @@ "repo:size": 1632418, "xdm:path": "here", "repo:etag": "15" - }, - { - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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 ddacf43db..629f47ef1 100644 --- a/docs/reference/common/extensible.schema.md +++ b/docs/reference/common/extensible.schema.md @@ -19,8 +19,8 @@ In order to make a given schema extensible, include this section at the bottom o Replace `#/definitions/…` with the correct path to the `definitions` object in your local schema. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [common/extensible.schema.json](common/extensible.schema.json) | ## Extensibility base schema Examples @@ -42,6 +42,24 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` +```json +{ + "https://ns.example.com/asset_name": "custom_asset_1", + "repo:assetID": "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:repository_lastModifiedBy": "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 { "@context": { @@ -90,21 +108,3 @@ Replace `#/definitions/…` with the correct path to the `definitions` object in } ``` -```json -{ - "https://ns.example.com/asset_name": "custom_asset_1", - "repo:assetID": "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:repository_lastModifiedBy": "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.md b/docs/reference/common/geo.schema.md index 9a22c467d..28cc84d51 100644 --- a/docs/reference/common/geo.schema.md +++ b/docs/reference/common/geo.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/geo The geographic related data where an event was observed. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [common/geo.schema.json](common/geo.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/identity-provider.schema.md b/docs/reference/common/identity-provider.schema.md index ce12e843e..ff91d8f84 100644 --- a/docs/reference/common/identity-provider.schema.md +++ b/docs/reference/common/identity-provider.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/identity-provider An identity provider (abbreviated IdP) is a system entity that creates, maintains, and manages identity information for principals while providing authentication services to relying party applications within a federation or distributed network. An identity provider offers subject authentication as a service. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [common/identity-provider.schema.json](common/identity-provider.schema.json) | ## Identity Provider Example diff --git a/docs/reference/common/organization.schema.md b/docs/reference/common/organization.schema.md index 0ffde80a9..8f3117443 100644 --- a/docs/reference/common/organization.schema.md +++ b/docs/reference/common/organization.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/common/organization Information that uniquely identifies an organized entity such as company, non-profit, government agency or educational institution, plus additional information that further qualifies the organization. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | Yes | Forbidden | Permitted | [common/organization.schema.json](common/organization.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/page.schema.md b/docs/reference/common/page.schema.md index 1f760b0e8..01499ec99 100644 --- a/docs/reference/common/page.schema.md +++ b/docs/reference/common/page.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/common/page Page information for paginated resource list operations. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [common/page.schema.json](common/page.schema.json) | ## Page Examples diff --git a/docs/reference/common/principal.schema.md b/docs/reference/common/principal.schema.md index ddfa6d3a5..1d6693242 100644 --- a/docs/reference/common/principal.schema.md +++ b/docs/reference/common/principal.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/principal This model represents a principal in an access control system. Principals are entities that have been authenticated against an identity provider. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [common/principal.schema.json](common/principal.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/common/selfservice.schema.md b/docs/reference/common/selfservice.schema.md index bfe402905..4b221656d 100644 --- a/docs/reference/common/selfservice.schema.md +++ b/docs/reference/common/selfservice.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/common/selfservice A Customer Managed Environment is an environment that allows a system integration or deployer to manage applications. This is also known as selfservice. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [common/selfservice.schema.json](common/selfservice.schema.json) | ## Customer Managed Environment Example diff --git a/docs/reference/content/component-container.schema.md b/docs/reference/content/component-container.schema.md index 334a586ad..a3c6a548a 100644 --- a/docs/reference/content/component-container.schema.md +++ b/docs/reference/content/component-container.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/content/component-container A container for `Page Component`s, this means for content blocks that are within a _Componentized Page_, not a container for componentized pages themselves. Components in the container can be ordered or unordered, and the type of the container determines how the container is authored, configured, rendered, and displayed. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [content/component-container.schema.json](content/component-container.schema.json) | ## Component Container Example diff --git a/docs/reference/content/componentized-page.schema.md b/docs/reference/content/componentized-page.schema.md index 767975352..f7dead166 100644 --- a/docs/reference/content/componentized-page.schema.md +++ b/docs/reference/content/componentized-page.schema.md @@ -10,8 +10,8 @@ Examples for componentized pages include web pages as managed by a web content m Componentized pages are modular (consist of smaller content components), hyperlinked (link to other pages), and include digital assets (like images or videos). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [content/componentized-page.schema.json](content/componentized-page.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/content/content.schema.md b/docs/reference/content/content.schema.md index e929c33f6..fe07f1071 100644 --- a/docs/reference/content/content.schema.md +++ b/docs/reference/content/content.schema.md @@ -19,8 +19,8 @@ _Content is created by human editors_ in an editorial process that involves crea _Content is created for human audiences_, which gives the content the ultimate value. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [content/content.schema.json](content/content.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/content/page-component.schema.md b/docs/reference/content/page-component.schema.md index be324674d..0e84fb2d6 100644 --- a/docs/reference/content/page-component.schema.md +++ b/docs/reference/content/page-component.schema.md @@ -10,8 +10,8 @@ It contains content fragments and has a specific type. The type determines how the component will be displayed, rendered, and authored. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [content/page-component.schema.json](content/page-component.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/content/product.schema.md b/docs/reference/content/product.schema.md index d7303b95a..8122bf496 100644 --- a/docs/reference/content/product.schema.md +++ b/docs/reference/content/product.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/context/product XDM product variant, master product and key attributes of product in the product catalog. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [content/product.schema.json](content/product.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/content/productlistitem.schema.md b/docs/reference/content/productlistitem.schema.md index cafa63a07..74d1f4ae7 100644 --- a/docs/reference/content/productlistitem.schema.md +++ b/docs/reference/content/productlistitem.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/content/productlistitem The product list item is a list item representing a product selected by a customer with specific options and pricing that are for that usage context at a specific point of time and may differ from the product record. For example the product record contains details from the product information system that are consistent for all customers, where the product list item has the actual price offered to the customer at that time which may vary due to sales campaigns or seasonal pricing. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [content/productlistitem.schema.json](content/productlistitem.schema.json) | ## Product List Item Example diff --git a/docs/reference/content/repository-policies/encryption.schema.md b/docs/reference/content/repository-policies/encryption.schema.md index 4f20d242e..9731c57e4 100644 --- a/docs/reference/content/repository-policies/encryption.schema.md +++ b/docs/reference/content/repository-policies/encryption.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/content/repository-policies/encryption Encryption policy represents how content in a given part of the repository is encrypted at-rest. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [content/repository-policies/encryption.schema.json](content/repository-policies/encryption.schema.json) | ## At-Rest Encryption Example diff --git a/docs/reference/content/repository-policies/quota.schema.md b/docs/reference/content/repository-policies/quota.schema.md index bd81c29d4..ef1a18d18 100644 --- a/docs/reference/content/repository-policies/quota.schema.md +++ b/docs/reference/content/repository-policies/quota.schema.md @@ -11,8 +11,8 @@ Furthermore, _Storage Quota_ can be either _hard_ or _soft_ via the 'enforcement Repository implementations can generate notifications or alerts when the consumed space in a part of the repository for which a (hard or soft) quota has been defined exceeds a given percentage (e.g. 80%) of the _Quota Amount_. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [content/repository-policies/quota.schema.json](content/repository-policies/quota.schema.json) | ## Storage Quota Example diff --git a/docs/reference/content/repository-policies/versioning.schema.md b/docs/reference/content/repository-policies/versioning.schema.md index 6d144ae3c..e9d88a973 100644 --- a/docs/reference/content/repository-policies/versioning.schema.md +++ b/docs/reference/content/repository-policies/versioning.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/content/repository-policies/versioning Versioning policy represents how versioning for content stored in this specific part of the repository is behaving. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [content/repository-policies/versioning.schema.json](content/repository-policies/versioning.schema.json) | ## Versioning Example diff --git a/docs/reference/content/repository.schema.md b/docs/reference/content/repository.schema.md index 1bc6dfaff..26bcc763e 100644 --- a/docs/reference/content/repository.schema.md +++ b/docs/reference/content/repository.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/content/repository A Content Repository that is compliant with the Adobe Cloud Platform API specification. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [content/repository.schema.json](content/repository.schema.json) | ## Content Repository Example diff --git a/docs/reference/context/browserdetails.schema.md b/docs/reference/context/browserdetails.schema.md index d9e5c0bae..2de56ebe1 100644 --- a/docs/reference/context/browserdetails.schema.md +++ b/docs/reference/context/browserdetails.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/browserdetails Detail information related to the browser -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/browserdetails.schema.json](context/browserdetails.schema.json) | ## Browser Details Example diff --git a/docs/reference/context/commerce.schema.md b/docs/reference/context/commerce.schema.md index 2d7ed2a0b..31dd61df1 100644 --- a/docs/reference/context/commerce.schema.md +++ b/docs/reference/context/commerce.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/commerce The entites related to buying and selling activity. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/commerce.schema.json](context/commerce.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/device.schema.md b/docs/reference/context/device.schema.md index 51cae01f5..40d3971a2 100644 --- a/docs/reference/context/device.schema.md +++ b/docs/reference/context/device.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/device An identified device that is an application or browser instance that is trackable across sessions, normally by cookies. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/device.schema.json](context/device.schema.json) | ## Device Example diff --git a/docs/reference/context/emailaddress.schema.md b/docs/reference/context/emailaddress.schema.md index 2c7ae83e9..aa8b7f800 100644 --- a/docs/reference/context/emailaddress.schema.md +++ b/docs/reference/context/emailaddress.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/emailaddress A standard email address. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/emailaddress.schema.json](context/emailaddress.schema.json) | ## Email Address Example diff --git a/docs/reference/context/enduserids.schema.md b/docs/reference/context/enduserids.schema.md index 29096e578..91df2ad79 100644 --- a/docs/reference/context/enduserids.schema.md +++ b/docs/reference/context/enduserids.schema.md @@ -13,8 +13,8 @@ Each value consists of the (required) ID that is native to the data source, and Additionally, this schema can include a property that describes the data source that is responsible for identity stitching. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Stabilizing | No | Forbidden | Permitted | [context/enduserids.schema.json](context/enduserids.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/environment.schema.md b/docs/reference/context/environment.schema.md index cdcd7f966..68e956581 100644 --- a/docs/reference/context/environment.schema.md +++ b/docs/reference/context/environment.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/environment Information about the surrounding situation the event observation occurred in, specifically detailing transitory information such as the network or software versions. > IMPORTANT: All values should be aligned with the [DeviceAtlas](https://deviceatlas.com) database licensed by Adobe. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/environment.schema.json](context/environment.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/experienceevent.schema.md b/docs/reference/context/experienceevent.schema.md index a435c2c01..f4682b503 100644 --- a/docs/reference/context/experienceevent.schema.md +++ b/docs/reference/context/experienceevent.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/experienceevent The core ExperienceEvent XDM is used to capture observations that are altering one or more related XDMs/entities. The ExperienceEvent captures information about the observation taking place and when it is occurring. It is critical for time domain analytics as it allows observation and analysis of changes that occur in windows of time and comparison with other windows of time to track trends. ExperienceEvent are either explicit or implicit. Explicit events are direct observations of a human action taking place during a session. Implicit events are events that are being raised without a direct human action. Examples of implicit events are scheduled email sending of newsletters, battery voltage reaching a certain threshold, a person entering into range of a proximity sensor. While not all events are easily categorized across all data sources, it is extremely valuable to harmonize similar events into similar types for processing where possible, and the XDM specifications does this by defining a set of enumerated **type** attribute values with specific semantic meanings. Where possible events must be constrained to these enumerated values to facilitate interoperability. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | Yes | Forbidden | Permitted | [context/experienceevent.schema.json](context/experienceevent.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/identity.schema.md b/docs/reference/context/identity.schema.md index dd4a297e6..479b53735 100644 --- a/docs/reference/context/identity.schema.md +++ b/docs/reference/context/identity.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/identity 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. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [context/identity.schema.json](context/identity.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/implementationdetails.schema.md b/docs/reference/context/implementationdetails.schema.md index 2096f4d89..9e46c57c9 100644 --- a/docs/reference/context/implementationdetails.schema.md +++ b/docs/reference/context/implementationdetails.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/implementationdetails Details about the SDK, library or service used in an application's or web page's implementation of a service. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/implementationdetails.schema.json](context/implementationdetails.schema.json) | ## Implementation Details Example diff --git a/docs/reference/context/marketing.schema.md b/docs/reference/context/marketing.schema.md index 290863d14..4dd18c20f 100644 --- a/docs/reference/context/marketing.schema.md +++ b/docs/reference/context/marketing.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/marketing The information related to marketing activities that are active with the touchpoint. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/marketing.schema.json](context/marketing.schema.json) | ## Marketing Example diff --git a/docs/reference/context/namespace.schema.md b/docs/reference/context/namespace.schema.md index e97278ea6..f3e1e6c8b 100644 --- a/docs/reference/context/namespace.schema.md +++ b/docs/reference/context/namespace.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/context/namespace The namespace or unique identifier associated with a collection of data. Each EndUserID is associated with a given namespace. A user can create and obtain information about a namespace during the solution onboarding. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [context/namespace.schema.json](context/namespace.schema.json) | ## Namespace Example diff --git a/docs/reference/context/optinout.schema.md b/docs/reference/context/optinout.schema.md index e9b3d26f3..30cb1ba3d 100644 --- a/docs/reference/context/optinout.schema.md +++ b/docs/reference/context/optinout.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/optinout Describes a users' communication preferences by channel. For each channel individually, which is a property of this object, a user's preference (opt-in, opt-out, pending) can be recorded. In addition, a global override opt-out is possible. Each property of this schema must be a valid and known URI for an XDM Channel. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/optinout.schema.json](context/optinout.schema.json) | ## OptInOut Example diff --git a/docs/reference/context/person-name.schema.json b/docs/reference/context/person-name.schema.json index 946614f2d..0f7af5cfa 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -54,15 +54,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 d7a5bf175..129ab3049 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -10,8 +10,8 @@ As the conventions for structing names differ widely across languages and cultur In addition, a number of optional properties are made available that can be used in situations that require using only a fragment of the full name, such as creating a formal or informal greeting. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/person-name.schema.json](context/person-name.schema.json) | ## Person Name Examples @@ -27,17 +27,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.md b/docs/reference/context/person.schema.md index d5cb56903..21a079e6e 100644 --- a/docs/reference/context/person.schema.md +++ b/docs/reference/context/person.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/person An individual person. May represent a person acting in various roles, such as a customer, contact, or owner. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/person.schema.json](context/person.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/phonenumber.schema.md b/docs/reference/context/phonenumber.schema.md index ec5a6207f..b6b351825 100644 --- a/docs/reference/context/phonenumber.schema.md +++ b/docs/reference/context/phonenumber.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/phonenumber Information that allows the phone calling of a person. Typically an alphanumeric number, 1-222-333 4444 in North America, but can have a wide range of formats. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/phonenumber.schema.json](context/phonenumber.schema.json) | ## Phone Number Example diff --git a/docs/reference/context/place.schema.md b/docs/reference/context/place.schema.md index f12fa2fa2..3c557363c 100644 --- a/docs/reference/context/place.schema.md +++ b/docs/reference/context/place.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/place A place in the real world with a physical location. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [context/place.schema.json](context/place.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/placecontext.schema.md b/docs/reference/context/placecontext.schema.md index 003af133b..a3de3bf73 100644 --- a/docs/reference/context/placecontext.schema.md +++ b/docs/reference/context/placecontext.schema.md @@ -9,8 +9,8 @@ The transient circumstances related to the place or physical location of the obs Examples include location specific information such as weather, local time, traffic, day of the week, workday vs. holiday, working hours. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/placecontext.schema.json](context/placecontext.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/profile.schema.md b/docs/reference/context/profile.schema.md index 8e5102a13..7f6216e9a 100644 --- a/docs/reference/context/profile.schema.md +++ b/docs/reference/context/profile.schema.md @@ -24,8 +24,8 @@ for other Profile data such as preference, propensities and other attributes. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/profile.schema.json](context/profile.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/pushnotificationtoken.schema.md b/docs/reference/context/pushnotificationtoken.schema.md index 3ef22f36d..fe706bd68 100644 --- a/docs/reference/context/pushnotificationtoken.schema.md +++ b/docs/reference/context/pushnotificationtoken.schema.md @@ -11,8 +11,8 @@ application notifications over notification services like the Apple Push Notification service. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [context/pushnotificationtoken.schema.json](context/pushnotificationtoken.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/search.schema.md b/docs/reference/context/search.schema.md index 7fafab544..00474cd2f 100644 --- a/docs/reference/context/search.schema.md +++ b/docs/reference/context/search.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/search Information about web search activity. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/search.schema.json](context/search.schema.json) | ## Search Example diff --git a/docs/reference/context/subscription.schema.md b/docs/reference/context/subscription.schema.md index b06cde027..9590c1c57 100644 --- a/docs/reference/context/subscription.schema.md +++ b/docs/reference/context/subscription.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/context/subscription Subscriptions are licensed entitlements to software, services or goods that are utilized in a time or usage based way. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/subscription.schema.json](context/subscription.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/webinfo.schema.md b/docs/reference/context/webinfo.schema.md index 4356d10d1..0d11a63a9 100644 --- a/docs/reference/context/webinfo.schema.md +++ b/docs/reference/context/webinfo.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/context/webinfo Information recorded via an `ExperienceEvent` that is specific to the World Wide Web channel, including the web page, referrer and/or link related to the on-page interaction. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/webinfo.schema.json](context/webinfo.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/context/webinteraction.schema.md b/docs/reference/context/webinteraction.schema.md index 887a67095..69bf3b6b6 100644 --- a/docs/reference/context/webinteraction.schema.md +++ b/docs/reference/context/webinteraction.schema.md @@ -10,8 +10,8 @@ The Web Interaction schema captures information about interactions that happened It is intended for recording interactions in rich web applications that do not trigger a new page load such as single page web apps (SPAs). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/webinteraction.schema.json](context/webinteraction.schema.json) | ## Web Interaction Example diff --git a/docs/reference/context/webpageview.schema.md b/docs/reference/context/webpageview.schema.md index 84ab3b25b..7aa10063a 100644 --- a/docs/reference/context/webpageview.schema.md +++ b/docs/reference/context/webpageview.schema.md @@ -11,8 +11,8 @@ This schema is intended for full page views and initial page loads of single pag For interactions that are happening on a loaded page that do not trigger a new page load, see `WebInteraction`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/webpageview.schema.json](context/webpageview.schema.json) | ## Web Page View Example diff --git a/docs/reference/context/webreferrer.schema.md b/docs/reference/context/webreferrer.schema.md index a9f7e5077..f7812fcde 100644 --- a/docs/reference/context/webreferrer.schema.md +++ b/docs/reference/context/webreferrer.schema.md @@ -11,8 +11,8 @@ The information in this schema is semantically compatible with the information i > **Note:** While the [HTTP specification](https://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z14) uses the term "referer", XDM follows the [Document Object Model specification ](https://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-95229140) and uses the spelling "referrer", which is more widely accepted as the correct spelling. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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/webreferrer.schema.json](context/webreferrer.schema.json) | ## Web Referrer Example diff --git a/docs/reference/data/abandons.schema.md b/docs/reference/data/abandons.schema.md index 2fa6f3cce..660528f38 100644 --- a/docs/reference/data/abandons.schema.md +++ b/docs/reference/data/abandons.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/abandons Number of abandons for which a product list has been identified as no longer purchasable or accessible by the user without the user re-creating the product list from scratch. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/abandons.schema.json](data/abandons.schema.json) | ## abandons Example diff --git a/docs/reference/data/bounces.schema.md b/docs/reference/data/bounces.schema.md index 37c0643aa..a418fcdf6 100644 --- a/docs/reference/data/bounces.schema.md +++ b/docs/reference/data/bounces.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/bounces The direct-marketing metric bounces describes the number of asynchronous messages that have been rejected by the receiving system. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/bounces.schema.json](data/bounces.schema.json) | ## bounces Example diff --git a/docs/reference/data/checkouts.schema.md b/docs/reference/data/checkouts.schema.md index 66f651897..7d0695fd6 100644 --- a/docs/reference/data/checkouts.schema.md +++ b/docs/reference/data/checkouts.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/checkouts Number of actions during a checkout process of a product list, there can be more than one checkout event if there are multiple steps in a checkout process. If there are multiple steps the event time information and referenced page or experience is used to identify the step individual events represent in order. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/checkouts.schema.json](data/checkouts.schema.json) | ## checkouts Example diff --git a/docs/reference/data/clicks.schema.md b/docs/reference/data/clicks.schema.md index 9fa5286ad..c7de35bfe 100644 --- a/docs/reference/data/clicks.schema.md +++ b/docs/reference/data/clicks.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/advertising/clicks The advertising metric clicks describes… -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/clicks.schema.json](data/clicks.schema.json) | ## clicks Example diff --git a/docs/reference/data/datasource.schema.md b/docs/reference/data/datasource.schema.md index f6235d26d..e522fb791 100644 --- a/docs/reference/data/datasource.schema.md +++ b/docs/reference/data/datasource.schema.md @@ -8,8 +8,8 @@ https://ns.adobe.com/xdm/data/datasource The Datasource acts as a namespace or unique identifier associated with a collection of data. Each EndUserID is associated with a given Datasource. A user can create and obtain information about a Datasource during the solution onboarding. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/datasource.schema.json](data/datasource.schema.json) | ## Data Source Example diff --git a/docs/reference/data/discount.schema.md b/docs/reference/data/discount.schema.md index 93054caf5..a23dcc703 100644 --- a/docs/reference/data/discount.schema.md +++ b/docs/reference/data/discount.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/discount This is an offer from the supplier to the purchaser, to reduce the payment amount if the payment is made within a certain period of time. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [data/discount.schema.json](data/discount.schema.json) | ## Discount Example diff --git a/docs/reference/data/impressions.schema.md b/docs/reference/data/impressions.schema.md index db53fd838..34c4ce0d4 100644 --- a/docs/reference/data/impressions.schema.md +++ b/docs/reference/data/impressions.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/advertising/impressions The advertising metric impressions describes… -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/impressions.schema.json](data/impressions.schema.json) | ## impressions Example diff --git a/docs/reference/data/link-clicks.schema.md b/docs/reference/data/link-clicks.schema.md index 9455d2f98..736584dd1 100644 --- a/docs/reference/data/link-clicks.schema.md +++ b/docs/reference/data/link-clicks.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/web/link-clicks The web metric link-clicks describes the number of clicks on a link on a web page. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/link-clicks.schema.json](data/link-clicks.schema.json) | ## link-clicks Example diff --git a/docs/reference/data/measure.schema.md b/docs/reference/data/measure.schema.md index 939ac5b0b..1a1cce773 100644 --- a/docs/reference/data/measure.schema.md +++ b/docs/reference/data/measure.schema.md @@ -10,8 +10,8 @@ A measure is a concrete quantifiable data point of a particular metric. It has a value, and optionally a unit, although the unit can be inferred from the measure's metric. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Stabilizing | No | Forbidden | Permitted | [data/measure.schema.json](data/measure.schema.json) | ## Measure Example diff --git a/docs/reference/data/metricdefinition.schema.md b/docs/reference/data/metricdefinition.schema.md index a340874e6..78bca3392 100644 --- a/docs/reference/data/metricdefinition.schema.md +++ b/docs/reference/data/metricdefinition.schema.md @@ -13,8 +13,8 @@ For easier identification, metrics have a name and a unique URI that can be used Through XDM's extensibility mechanism, new metrics can be defined by extending `Metric Definition`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/metricdefinition.schema.json](data/metricdefinition.schema.json) | ## Metric Definition Example diff --git a/docs/reference/data/metrics.schema.md b/docs/reference/data/metrics.schema.md index a53e49bc2..26a22a14c 100644 --- a/docs/reference/data/metrics.schema.md +++ b/docs/reference/data/metrics.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics This is map of metrics and measures. Each key is the valid URI of a known `Metric`. Each value is a `Measure`, i.e. a concrete data point. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [data/metrics.schema.json](data/metrics.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/data/mirror-pages.schema.md b/docs/reference/data/mirror-pages.schema.md index d78be43d9..14adcddee 100644 --- a/docs/reference/data/mirror-pages.schema.md +++ b/docs/reference/data/mirror-pages.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/mirror-pages The direct-marketing metric mirror-pages describes the number of mirror pages for which a link to the online mirror page of a message has been clicked. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/mirror-pages.schema.json](data/mirror-pages.schema.json) | ## mirror-pages Example diff --git a/docs/reference/data/non-deliverables.schema.md b/docs/reference/data/non-deliverables.schema.md index a4234aa2c..306d5a032 100644 --- a/docs/reference/data/non-deliverables.schema.md +++ b/docs/reference/data/non-deliverables.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables The direct-marketing metric non-deliverables describes the umber of asynchronous messages that failed to deliver in a way that indicates that no future messages will be deliverable either to this address. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/non-deliverables.schema.json](data/non-deliverables.schema.json) | ## non-deliverables Example diff --git a/docs/reference/data/not-sent.schema.md b/docs/reference/data/not-sent.schema.md index 1a31e33ea..56881e1be 100644 --- a/docs/reference/data/not-sent.schema.md +++ b/docs/reference/data/not-sent.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/not-sent The direct-marketing metric `not-sent` describes the number of asynchronous messages (email, SMS, MMS etc) that have not been dispatched to an recipient's account/address/device due to cancellation or expiration of the marketing activity. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/not-sent.schema.json](data/not-sent.schema.json) | ## not-sent Example diff --git a/docs/reference/data/opens.schema.md b/docs/reference/data/opens.schema.md index 1239d2f6b..ca49a02ea 100644 --- a/docs/reference/data/opens.schema.md +++ b/docs/reference/data/opens.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/opens The direct-marketing metric `opens` describes the number of times the direct marketing messages (email, SMS, Push Notifications etc) have been opened/swyped/touched by the recipients. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/opens.schema.json](data/opens.schema.json) | ## opens Example diff --git a/docs/reference/data/order.schema.md b/docs/reference/data/order.schema.md index e8c0a9050..474aa628e 100644 --- a/docs/reference/data/order.schema.md +++ b/docs/reference/data/order.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/order The order placed for a product list. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [data/order.schema.json](data/order.schema.json) | ## Order Example diff --git a/docs/reference/data/page-views.schema.md b/docs/reference/data/page-views.schema.md index b5466373c..7a6ef6663 100644 --- a/docs/reference/data/page-views.schema.md +++ b/docs/reference/data/page-views.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/web/page-views The web metric page-views describes the number of impressions of a web page. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/page-views.schema.json](data/page-views.schema.json) | ## page-views Example diff --git a/docs/reference/data/paymentitem.schema.md b/docs/reference/data/paymentitem.schema.md index c3cdf2134..b6e9fc1bc 100644 --- a/docs/reference/data/paymentitem.schema.md +++ b/docs/reference/data/paymentitem.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/paymentitem A payment associated with an order that defines the type of payment, the amount and the associated currency. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [data/paymentitem.schema.json](data/paymentitem.schema.json) | ## Payment Item Example diff --git a/docs/reference/data/product-list-adds.schema.md b/docs/reference/data/product-list-adds.schema.md index 3f690051a..de6a3dc0b 100644 --- a/docs/reference/data/product-list-adds.schema.md +++ b/docs/reference/data/product-list-adds.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-adds The commerce metric product-list-adds describes the number of times a product has been added to a product list. The most common case is adding an item to the shopping cart. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/product-list-adds.schema.json](data/product-list-adds.schema.json) | ## product-list-adds Example diff --git a/docs/reference/data/product-list-opens.schema.md b/docs/reference/data/product-list-opens.schema.md index 216a06a15..34e28acff 100644 --- a/docs/reference/data/product-list-opens.schema.md +++ b/docs/reference/data/product-list-opens.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-opens The commerce metric product-list-opens describes how many new product lists have been created. The most common case is the creation of a new shopping cart by putting the first item into the shopping cart. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/product-list-opens.schema.json](data/product-list-opens.schema.json) | ## product-list-opens Example diff --git a/docs/reference/data/product-list-removals.schema.md b/docs/reference/data/product-list-removals.schema.md index a4e8de656..bb38227f4 100644 --- a/docs/reference/data/product-list-removals.schema.md +++ b/docs/reference/data/product-list-removals.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-removals The commerce metric product-list-removals describes the number of times a product has been removed from a product list. The most common use case is the removal of a product from the shopping cart. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/product-list-removals.schema.json](data/product-list-removals.schema.json) | ## product-list-removals Example diff --git a/docs/reference/data/product-list-reopens.schema.md b/docs/reference/data/product-list-reopens.schema.md index b7f971f28..0dfa6f1cd 100644 --- a/docs/reference/data/product-list-reopens.schema.md +++ b/docs/reference/data/product-list-reopens.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-reopens Number of reopens for which a product list that was no longer accessible has been re-activated by the user, for example via a re-marketing activity. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/product-list-reopens.schema.json](data/product-list-reopens.schema.json) | ## product-list-reopens Example diff --git a/docs/reference/data/product-list-views.schema.md b/docs/reference/data/product-list-views.schema.md index 5bbbf470c..0e860af63 100644 --- a/docs/reference/data/product-list-views.schema.md +++ b/docs/reference/data/product-list-views.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-list-views The commerce metric product-list-views describes how often a product list has been seen by a shopper. The most common use case is to open the shopping cart to inspect its contents. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/product-list-views.schema.json](data/product-list-views.schema.json) | ## product-list-views Example diff --git a/docs/reference/data/product-views.schema.md b/docs/reference/data/product-views.schema.md index f837c533d..6f2d80b97 100644 --- a/docs/reference/data/product-views.schema.md +++ b/docs/reference/data/product-views.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/product-views The commerce metric product-views describes the number of product views that have occurred. Because the number of products on a page might be greater than one, this number may differ from the page view count of product pages. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/product-views.schema.json](data/product-views.schema.json) | ## product-views Example diff --git a/docs/reference/data/purchases.schema.md b/docs/reference/data/purchases.schema.md index 4d411d2fa..41638aeec 100644 --- a/docs/reference/data/purchases.schema.md +++ b/docs/reference/data/purchases.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/purchases Number of orders has occurred. Purchase is the only required action in a commerce conversion. Purchase must have a product list referenced. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/purchases.schema.json](data/purchases.schema.json) | ## purchases Example diff --git a/docs/reference/data/save-for-laters.schema.md b/docs/reference/data/save-for-laters.schema.md index 9dac8f9c8..9e9749291 100644 --- a/docs/reference/data/save-for-laters.schema.md +++ b/docs/reference/data/save-for-laters.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters The commerce metric save-for-laters describes how often a product has been saved for a later day purchase. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/save-for-laters.schema.json](data/save-for-laters.schema.json) | ## save-for-laters Example diff --git a/docs/reference/data/sends.schema.md b/docs/reference/data/sends.schema.md index b2cdee305..50679ca57 100644 --- a/docs/reference/data/sends.schema.md +++ b/docs/reference/data/sends.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/sends The direct-marketing metric sends describes the number of asynchronous messages (email, SMS, MMS etc) that have been dispatched to an recipient's account/address/device -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/sends.schema.json](data/sends.schema.json) | ## sends Example diff --git a/docs/reference/data/unsubscriptions.schema.md b/docs/reference/data/unsubscriptions.schema.md index 3ba4ea9cd..777209ed3 100644 --- a/docs/reference/data/unsubscriptions.schema.md +++ b/docs/reference/data/unsubscriptions.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/unsubscriptions The direct-marketing metric `unsubscriptions` describes the number of times the recipients of direct marketing messages (email, newsletters, etc) have opted out from receiving them. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/unsubscriptions.schema.json](data/unsubscriptions.schema.json) | ## unsubscriptions Example diff --git a/docs/reference/data/user-complaints.schema.md b/docs/reference/data/user-complaints.schema.md index 7752d82b6..43f6ae6bf 100644 --- a/docs/reference/data/user-complaints.schema.md +++ b/docs/reference/data/user-complaints.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/data/metrics/direct-marketing/user-complaints The direct-marketing metric user-complaints describes the number of user complaints that have been received. This generally occurs when a recipient of a message reported it as spam. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [data/user-complaints.schema.json](data/user-complaints.schema.json) | ## user-complaints Example diff --git a/docs/reference/external/activity-streams-2/activity.schema.md b/docs/reference/external/activity-streams-2/activity.schema.md index cefe5fa82..c5bac579f 100644 --- a/docs/reference/external/activity-streams-2/activity.schema.md +++ b/docs/reference/external/activity-streams-2/activity.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/activity An [Activity](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity) is a subtype of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object)` that describes some form of action that may happen, is currently happening, or has already happened. The `Activity` type itself serves as an abstract base type for all types of activities. It is important to note that the `Activity` type itself does not carry any specific semantics about the kind of action being taken. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/activity-streams-2/activity.schema.json](external/activity-streams-2/activity.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/activity-streams-2/collection-page.schema.md b/docs/reference/external/activity-streams-2/collection-page.schema.md index a74724c2b..4bcae98b6 100644 --- a/docs/reference/external/activity-streams-2/collection-page.schema.md +++ b/docs/reference/external/activity-streams-2/collection-page.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/collection-page Used to represent distinct subsets of items from a `Collection`. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collectionpage) for a complete description of the `CollectionPage` object. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/activity-streams-2/collection-page.schema.json](external/activity-streams-2/collection-page.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/activity-streams-2/collection.schema.md b/docs/reference/external/activity-streams-2/collection.schema.md index da80d6198..3573241f3 100644 --- a/docs/reference/external/activity-streams-2/collection.schema.md +++ b/docs/reference/external/activity-streams-2/collection.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/collection A `Collection` is a subtype of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object)` that represents ordered or unordered sets of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) or [Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)` instances. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collection) specification for a complete description of the `Collection` type. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/activity-streams-2/collection.schema.json](external/activity-streams-2/collection.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/activity-streams-2/context.schema.md b/docs/reference/external/activity-streams-2/context.schema.md index cd14f234b..5fbee4006 100644 --- a/docs/reference/external/activity-streams-2/context.schema.md +++ b/docs/reference/external/activity-streams-2/context.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/context A a set of rules for interpreting a JSON-LD document as specified in [the Context of the JSON-LD specification](https://json-ld.org/spec/latest/json-ld/#the-context). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/activity-streams-2/context.schema.json](external/activity-streams-2/context.schema.json) | ## JSON-LD `@context` Example diff --git a/docs/reference/external/activity-streams-2/document.schema.md b/docs/reference/external/activity-streams-2/document.schema.md index 187ef71e5..899fef63b 100644 --- a/docs/reference/external/activity-streams-2/document.schema.md +++ b/docs/reference/external/activity-streams-2/document.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/document Represents a document of any kind. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-document) specification for a complete description of the `document` type. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/document.schema.json](external/activity-streams-2/document.schema.json) | ## Document Example diff --git a/docs/reference/external/activity-streams-2/id.schema.md b/docs/reference/external/activity-streams-2/id.schema.md index d6cb5be78..75ef27b20 100644 --- a/docs/reference/external/activity-streams-2/id.schema.md +++ b/docs/reference/external/activity-streams-2/id.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/id Provides the globally unique identifier for an [Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) or [Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link). Refer to the [JSON-LD](https://json-ld.org/spec/latest/json-ld/) specification for a complete description of the `@id` field. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | Yes | Forbidden | Permitted | [external/activity-streams-2/id.schema.json](external/activity-streams-2/id.schema.json) | ## JSON-LD `@id` Example diff --git a/docs/reference/external/activity-streams-2/image.schema.md b/docs/reference/external/activity-streams-2/image.schema.md index 673f527fc..87939b9fc 100644 --- a/docs/reference/external/activity-streams-2/image.schema.md +++ b/docs/reference/external/activity-streams-2/image.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/image An image document of any kind. Refer to the [Activity Streams 2.0 Core](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image) specification for a complete description of the `image` type. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | No | Experimental | No | Forbidden | Permitted | [external/activity-streams-2/image.schema.json](external/activity-streams-2/image.schema.json) | ## Image Document Example diff --git a/docs/reference/external/activity-streams-2/link.schema.md b/docs/reference/external/activity-streams-2/link.schema.md index 75b2ef849..6f64f4819 100644 --- a/docs/reference/external/activity-streams-2/link.schema.md +++ b/docs/reference/external/activity-streams-2/link.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/link A Link is an indirect, qualified reference to a resource identified by a URL. The fundamental model for links is established by [RFC5988](https://tools.ietf.org/html/rfc5988). Many of the properties defined by the Activity Vocabulary allow values that are either instances of `[Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object)` or `[Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)`. When a `[Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)` is used, it establishes a [qualified relation](http://patterns.dataincubator.org/book/qualified-relation.html) connecting the subject (the containing object) to the resource identified by the `[href](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-href)`. Properties of the `[Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link)` are properties of the reference as opposed to properties of the resource. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/activity-streams-2/link.schema.json](external/activity-streams-2/link.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/activity-streams-2/object.schema.md b/docs/reference/external/activity-streams-2/object.schema.md index 26acc0f04..85566cb49 100644 --- a/docs/reference/external/activity-streams-2/object.schema.md +++ b/docs/reference/external/activity-streams-2/object.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/object Describes an object of any kind. The [`Object`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) type serves as the base type for most of the other kinds of objects defined in the Activity Vocabulary, including other Core types such as `[Activity](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity)`, `[IntransitiveActivity](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-intransitiveactivity)`, `[Collection](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collection)` and `[OrderedCollection](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-orderedcollection)`. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [external/activity-streams-2/object.schema.json](external/activity-streams-2/object.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/activity-streams-2/rdf-langstring.schema.md b/docs/reference/external/activity-streams-2/rdf-langstring.schema.md index 87543fbe7..cf74c8d7d 100644 --- a/docs/reference/external/activity-streams-2/rdf-langstring.schema.md +++ b/docs/reference/external/activity-streams-2/rdf-langstring.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/rdf-langstring The class `rdf:langString` is the class of [language-tagged string values](http://www.w3.org/TR/rdf11-concepts/#dfn-language-tagged-string). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Forbidden | [external/activity-streams-2/rdf-langstring.schema.json](external/activity-streams-2/rdf-langstring.schema.json) | ## RDF Language Tagged String Example diff --git a/docs/reference/external/activity-streams-2/type.schema.md b/docs/reference/external/activity-streams-2/type.schema.md index 1a6bd99f8..624603cb3 100644 --- a/docs/reference/external/activity-streams-2/type.schema.md +++ b/docs/reference/external/activity-streams-2/type.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/activity-streams-2/type Identifies the [Object](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object) or [Link](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link) type. Multiple values may be specified. Refer to the [JSON-LD](https://json-ld.org/spec/latest/json-ld/) specification for a complete description of the `@type` field. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/activity-streams-2/type.schema.json](external/activity-streams-2/type.schema.json) | ## JSON-LD `@type` Example 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 0d60b9977..8a4e7ce4e 100644 --- a/docs/reference/external/hal/hal-link.schema.md +++ b/docs/reference/external/hal/hal-link.schema.md @@ -10,22 +10,22 @@ https://ns.adobe.com/xdm/external/hal/link -- from [JSON Hypertext Application Language, section 5](https://tools.ietf.org/html/draft-kelly-json-hal-08#section-5) -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/hal/hal-link.schema.json](external/hal/hal-link.schema.json) | ## HAL Link Examples ```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/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 3fa44f991..325140cda 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -285,9 +285,17 @@ "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } @@ -301,17 +309,9 @@ "self": { "href": "/orders/523" }, - "warehouses": [ - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - }, - { - "href": "/warehouse/56" - } - ], + "warehouse": { + "href": "/warehouse/56" + }, "invoice": { "href": "/invoices/873" } diff --git a/docs/reference/external/hal/hal.schema.md b/docs/reference/external/hal/hal.schema.md index d1722171b..26cfd20be 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -14,8 +14,8 @@ https://ns.adobe.com/xdm/external/hal/resource This external schema definition allows adding HAL expressions into an existing schema. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/hal/hal.schema.json](external/hal/hal.schema.json) | ## HAL Resource Examples @@ -26,9 +26,17 @@ This external schema definition allows adding HAL expressions into an existing s "self": { "href": "/orders/523" }, - "warehouse": { - "href": "/warehouse/56" - }, + "warehouses": [ + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + }, + { + "href": "/warehouse/56" + } + ], "invoice": { "href": "/invoices/873" } @@ -45,17 +53,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" } diff --git a/docs/reference/external/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index d856a9521..9b23c0ee5 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -37,19 +37,12 @@ } ] }, - "repo:privilege": { - "description": "Privilege granted or denied to the Principal", - "anyOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/privilege" - } - }, - { - "$ref": "#/definitions/privilege" - } - ] + "repo:privileges": { + "description": "Privileges granted or denied to the Principal", + "type": "array", + "items": { + "$ref": "#/definitions/privilege" + } }, "repo:relations": { "description": "List of relation link types to which this privilege applies", @@ -79,7 +72,7 @@ }, "required": [ "repo:principal", - "repo:privilege" + "repo:privileges" ], "additionalProperties": { "type": [ @@ -111,7 +104,9 @@ "examples": [ { "repo:principal": "authenticated", - "repo:privilege": "read", + "repo:privileges": [ + "read" + ], "repo:modifier": "grant" }, { @@ -122,7 +117,7 @@ "@id": "C0B648DE57D701277F000101@AdobeID", "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, - "repo:privilege": [ + "repo:privileges": [ "write", "delete" ], diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index 53aab5639..d6421ca64 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/repo/accesscontrolentry Schema for the Access Control Entry for the Access Control List of a resource -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/accesscontrolentry.schema.json](external/repo/accesscontrolentry.schema.json) | ## Access Control Entry Examples @@ -16,7 +16,9 @@ Schema for the Access Control Entry for the Access Control List of a resource ```json { "repo:principal": "authenticated", - "repo:privilege": "read", + "repo:privileges": [ + "read" + ], "repo:modifier": "grant" } ``` @@ -30,7 +32,7 @@ Schema for the Access Control Entry for the Access Control List of a resource "@id": "C0B648DE57D701277F000101@AdobeID", "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, - "repo:privilege": [ + "repo:privileges": [ "write", "delete" ], @@ -47,7 +49,7 @@ Schema for the Access Control Entry for the Access Control List of a resource | [repo:inheritance](#repoinheritance) | `string` | Optional | Access Control Entry (this schema) | | [repo:modifier](#repomodifier) | `string` | Optional | Access Control Entry (this schema) | | [repo:principal](#repoprincipal) | complex | Optional | Access Control Entry (this schema) | -| [repo:privilege](#repoprivilege) | complex | Optional | Access Control Entry (this schema) | +| [repo:privileges](#repoprivileges) | reference | Optional | Access Control Entry (this schema) | | [repo:relations](#reporelations) | `string[]` | Optional | Access Control Entry (this schema) | | `*` | any | Additional | this schema *allows* additional properties | @@ -129,25 +131,20 @@ Optional modified to the privilege: either grant or deny to grant or deny, resp. -## repo:privilege +## repo:privileges -Privilege granted or denied to the Principal +Privileges granted or denied to the Principal -`repo:privilege` +`repo:privileges` * is optional -* type: complex -* defined in this schema - -### repo:privilege Type - - -**Any** following *options* needs to be fulfilled. +* type: reference +* defined in this schema -#### Option 1 +### repo:privileges Type -Array type: +Array type: reference All items must be of the type: * []() – `#/definitions/privilege` @@ -156,13 +153,6 @@ All items must be of the type: -#### Option 2 - - -* []() – `#/definitions/privilege` - - - diff --git a/docs/reference/external/repo/accesscontrolpolicy.schema.json b/docs/reference/external/repo/accesscontrolpolicy.schema.json index 47c6f33e1..4890ca10d 100644 --- a/docs/reference/external/repo/accesscontrolpolicy.schema.json +++ b/docs/reference/external/repo/accesscontrolpolicy.schema.json @@ -31,7 +31,9 @@ "repo:acl": [ { "repo:principal": "authenticated", - "repo:privilege": "read", + "repo:privileges": [ + "read" + ], "repo:modifier": "grant" }, { @@ -42,7 +44,7 @@ "@id": "C0B648DE57D701277F000101@AdobeID", "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, - "repo:privilege": [ + "repo:privileges": [ "write", "delete" ], diff --git a/docs/reference/external/repo/accesscontrolpolicy.schema.md b/docs/reference/external/repo/accesscontrolpolicy.schema.md index 2b1ef99f6..48956ab26 100644 --- a/docs/reference/external/repo/accesscontrolpolicy.schema.md +++ b/docs/reference/external/repo/accesscontrolpolicy.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy Schema for the Access Control Policy of a resource -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/accesscontrolpolicy.schema.json](external/repo/accesscontrolpolicy.schema.json) | ## Schema Hierarchy @@ -22,7 +22,9 @@ Schema for the Access Control Policy of a resource "repo:acl": [ { "repo:principal": "authenticated", - "repo:privilege": "read", + "repo:privileges": [ + "read" + ], "repo:modifier": "grant" }, { @@ -33,7 +35,7 @@ Schema for the Access Control Policy of a resource "@id": "C0B648DE57D701277F000101@AdobeID", "@type": "https://ns.adobe.com/adobecloudplatform/ims/user" }, - "repo:privilege": [ + "repo:privileges": [ "write", "delete" ], diff --git a/docs/reference/external/repo/asset.schema.md b/docs/reference/external/repo/asset.schema.md index c80335704..1d6551011 100644 --- a/docs/reference/external/repo/asset.schema.md +++ b/docs/reference/external/repo/asset.schema.md @@ -7,8 +7,8 @@ http://ns.adobe.com/adobecloud/core/1.0/asset An asset in Adobe Cloud Platform. It is not neccessarily a Digital Asset in the sense of Digital Asset Management, but a piece of content or data that can be represented in the form of a file. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/asset.schema.json](external/repo/asset.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/repo/common.schema.md b/docs/reference/external/repo/common.schema.md index ecf3a43e1..0da03ebeb 100644 --- a/docs/reference/external/repo/common.schema.md +++ b/docs/reference/external/repo/common.schema.md @@ -7,8 +7,8 @@ http://ns.adobe.com/adobecloud/core/1.0 Common Properties for Storage in the Adobe Cloud Platform -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/common.schema.json](external/repo/common.schema.json) | ## Common Properties Example diff --git a/docs/reference/external/repo/directory.schema.md b/docs/reference/external/repo/directory.schema.md index ea139b906..d9a93ef2c 100644 --- a/docs/reference/external/repo/directory.schema.md +++ b/docs/reference/external/repo/directory.schema.md @@ -7,8 +7,8 @@ http://ns.adobe.com/adobecloud/core/1.0/directory A directory in Adobe Cloud Platform. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/directory.schema.json](external/repo/directory.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/repo/effectiveprivileges.schema.md b/docs/reference/external/repo/effectiveprivileges.schema.md index 984a347b3..b068365bc 100644 --- a/docs/reference/external/repo/effectiveprivileges.schema.md +++ b/docs/reference/external/repo/effectiveprivileges.schema.md @@ -7,8 +7,8 @@ https://ns.adobe.com/xdm/external/repo/effectiveprivileges Schema for the Effective Privileges resource -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/effectiveprivileges.schema.json](external/repo/effectiveprivileges.schema.json) | ## Effective Privileges Example diff --git a/docs/reference/external/repo/sub-directory.schema.md b/docs/reference/external/repo/sub-directory.schema.md index 25f2effaa..502e9f5f9 100644 --- a/docs/reference/external/repo/sub-directory.schema.md +++ b/docs/reference/external/repo/sub-directory.schema.md @@ -7,8 +7,8 @@ http://ns.adobe.com/adobecloud/core/1.0/sub-directory A sub-directory in a directory listing. -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/repo/sub-directory.schema.json](external/repo/sub-directory.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/schema/geocircle.schema.md b/docs/reference/external/schema/geocircle.schema.md index 17303d016..65c7ee6e2 100644 --- a/docs/reference/external/schema/geocircle.schema.md +++ b/docs/reference/external/schema/geocircle.schema.md @@ -7,8 +7,8 @@ http://schema.org/GeoCircle A circular region of a particular radius centered on a GeoCoordinate. Based on [schema.org](http://schema.org/GeoCircle) -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/schema/geocircle.schema.json](external/schema/geocircle.schema.json) | ## Schema Hierarchy diff --git a/docs/reference/external/schema/geocoordinates.schema.md b/docs/reference/external/schema/geocoordinates.schema.md index f95a97893..f93d55283 100644 --- a/docs/reference/external/schema/geocoordinates.schema.md +++ b/docs/reference/external/schema/geocoordinates.schema.md @@ -7,8 +7,8 @@ http://schema.org/GeoCoordinates The geographic coordinates of a place. Based on [schema.org](http://schema.org/GeoCoordinates). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | Yes | Forbidden | Permitted | [external/schema/geocoordinates.schema.json](external/schema/geocoordinates.schema.json) | ## Geo Coordinates Example diff --git a/docs/reference/external/schema/geoshape.schema.md b/docs/reference/external/schema/geoshape.schema.md index 89f818c10..4082dea7d 100644 --- a/docs/reference/external/schema/geoshape.schema.md +++ b/docs/reference/external/schema/geoshape.schema.md @@ -7,8 +7,8 @@ http://schema.org/GeoShape The geographic shape of a place. Based on [schema.org](http://schema.org/GeoShape). -| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | -|----------|------------|--------|--------------|-------------------|-----------------------|------------| +| [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 | [external/schema/geoshape.schema.json](external/schema/geoshape.schema.json) | ## Schema Hierarchy From 41a09dc905caa65473b3e1dfd5bb76c838423845 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 7 May 2018 22:05:16 +0000 Subject: [PATCH 82/83] [ci skip] updating documentation --- STABILIZING.md | 270 +++++++++--------- docs/reference/README.md | 58 ++-- .../common/eventenvelope.schema.json | 80 +++--- docs/reference/common/eventenvelope.schema.md | 86 +++--- docs/reference/common/page.schema.json | 2 +- docs/reference/common/page.schema.md | 2 +- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 12 +- docs/reference/external/hal/hal.schema.json | 48 ++-- docs/reference/external/hal/hal.schema.md | 54 ++-- 10 files changed, 311 insertions(+), 311 deletions(-) diff --git a/STABILIZING.md b/STABILIZING.md index 5f9546353..c11b489ed 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,6 +1,6 @@ # Stabilization Candidates -_Generated on **Mon May 07 2018 14:51:16 GMT+0000 (UTC)**_ +_Generated on **Mon May 07 2018 22:05:16 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention @@ -13,149 +13,149 @@ _Generated on **Mon May 07 2018 14:51:16 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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**55**|**55**|[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|**55**|**55**|[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|**55**|**33**|[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|**55**|**55**|[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|**55**|**55**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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/copyright-owner](schemas/assets/copyright-owner.schema.json)|experimental|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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/rectangular](schemas/assets/rectangular.schema.json)|experimental|**56**|**56**|[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|**56**|**56**|[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|**56**|**33**|[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|**56**|**56**|[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|**56**|**56**|[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|**32**|**32**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**55**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**55**|[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|**55**|**55**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**55**|**55**|[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/page](schemas/common/page.schema.json)|experimental|**55**|**55**|[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|**55**|**55**|[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|**55**|**41**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**55**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**55**|[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/identity](schemas/context/identity.schema.json)|experimental|**55**|**55**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|4|4|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| -|[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**55**|**55**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**55**|**32**|[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|**55**|28|[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|**55**|**55**|[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/place](schemas/context/place.schema.json)|experimental|**55**|**55**|[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/apns](schemas/channels/apns.schema.json)|experimental|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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/event/created](schemas/common/event/created.schema.json)|experimental|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**56**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**56**|[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|**56**|**56**|[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/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**56**|**56**|[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/page](schemas/common/page.schema.json)|experimental|**56**|**56**|[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|**56**|**56**|[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|**56**|**41**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**56**|[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/identity](schemas/context/identity.schema.json)|experimental|**56**|**56**|[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/implementationdetails](schemas/context/implementationdetails.schema.json)|experimental|5|4|[48bd0d3](https://github.com/adobe/xdm/commit/48bd0d39f4b084a1c85361cefe25404b63569166 "typo") [d6fda6d](https://github.com/adobe/xdm/commit/d6fda6d7b873259a9cfd841eb2f8baed2f1302a3 "Add status for implementation details")| +|[schemas/context/namespace](schemas/context/namespace.schema.json)|experimental|**56**|**56**|[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/optinout](schemas/context/optinout.schema.json)|experimental|**56**|**32**|[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|**56**|28|[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|**56**|**56**|[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/place](schemas/context/place.schema.json)|experimental|**56**|**56**|[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|25|25|[c1bd8fa](https://github.com/adobe/xdm/commit/c1bd8fafbed57a187a2b0f9e2b31be72b185b1f3 "Renamed location context to place context, according to #170")| -|[schemas/context/profile](schemas/context/profile.schema.json)|experimental|**55**|**55**|[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/search](schemas/context/search.schema.json)|experimental|**55**|**55**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| -|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**55**|**55**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|4|4|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| -|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|25|25|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| -|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|25|25|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| -|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|27|25|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| -|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**55**|24|[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/bounces](schemas/data/bounces.schema.json)|experimental|**55**|24|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**55**|24|[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|**55**|24|[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/datasource](schemas/data/datasource.schema.json)|experimental|**55**|**31**|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**55**|**55**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**55**|24|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**55**|24|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|24|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| -|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**55**|24|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**55**|24|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**55**|24|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|28|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|28|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/order](schemas/data/order.schema.json)|experimental|**55**|**55**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**55**|24|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**55**|**55**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**55**|24|[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|**55**|24|[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|**55**|24|[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|**55**|24|[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|**55**|24|[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|**55**|24|[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/purchases](schemas/data/purchases.schema.json)|experimental|**55**|24|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**55**|24|[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/sends](schemas/data/sends.schema.json)|experimental|**55**|24|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|28|24|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| -|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**55**|24|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**55**|5|[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|**55**|**38**|[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|**55**|5|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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|**55**|**38**|[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/context/profile](schemas/context/profile.schema.json)|experimental|**56**|**56**|[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/search](schemas/context/search.schema.json)|experimental|**56**|**56**|[db1e50b](https://github.com/adobe/xdm/commit/db1e50b0f2b520433afb2644900ddab3794511b0 "Add convenience script for mass-updating schemas")| +|[schemas/context/subscription](schemas/context/subscription.schema.json)|experimental|**56**|**56**|[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/webinfo](schemas/context/webinfo.schema.json)|experimental|5|5|[64111f7](https://github.com/adobe/xdm/commit/64111f7665bf74ac89e83fff56698700da105dfc "Status for web info")| +|[schemas/context/webinteraction](schemas/context/webinteraction.schema.json)|experimental|26|25|[4d334eb](https://github.com/adobe/xdm/commit/4d334eb07989d8b9de1f83432aaf6135ad9df028 "Fixed description for web interaction") [4530775](https://github.com/adobe/xdm/commit/45307758ec8736f44a0eef3441659e2829e0dd10 "Corrected types") [313417f](https://github.com/adobe/xdm/commit/313417f0992045625cf2a63bf8f6f98718786cf9 "Renamed weblink to webinteraction Updated examples")| +|[schemas/context/webpageview](schemas/context/webpageview.schema.json)|experimental|26|25|[4a9aeea](https://github.com/adobe/xdm/commit/4a9aeeaa9fcdbf31c7e942d0cb410bb7f7a5f0e9 "Improved description for web page view") [d7418c4](https://github.com/adobe/xdm/commit/d7418c425542de8b1dcbd5b830b530711f6c5ffa "Updated isErrorPage/isHomePage to drop 'is' Corrected references to webPageView") [930d727](https://github.com/adobe/xdm/commit/930d72795c0d444dc1276a8c287a3ac4bde10c13 "Renamed webPage to webPageView Updated all examples")| +|[schemas/context/webreferrer](schemas/context/webreferrer.schema.json)|experimental|28|25|[3a96ff1](https://github.com/adobe/xdm/commit/3a96ff184a90d81114e2d5c3f2bf5b8db3577e2f "Updated webreferrer description") [77b6a74](https://github.com/adobe/xdm/commit/77b6a7417ee6679e9b2cdfc11135afa64d78a771 "Update webreferrer.schema.json") [ebca7ac](https://github.com/adobe/xdm/commit/ebca7ac41da3d8a8e4a79a90a49162150e1f3f54 "Simplified Type") [cc7d220](https://github.com/adobe/xdm/commit/cc7d220552293876ac9a2d1bab3edf1e235c5c98 "added support for unknown/noJs Added legacy support for Usenet") [3a15a31](https://github.com/adobe/xdm/commit/3a15a31cbc8a6fc2504949a6046d80e8cee18d45 "Added support for unknown/noJavascript Added legacy support for usenet") [4a8f0a8](https://github.com/adobe/xdm/commit/4a8f0a83c37a60f873dd559b8982af2dd81bfcaa "Moved referrer into a peer schema of webpage Updated license dates to 2018 Refined examples to better illustrate a single page case vs a cross site case Changes enum or referrer type to snale case Improved wording of several descriptions.")| +|[schemas/data/abandons](schemas/data/abandons.schema.json)|experimental|**56**|25|[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/bounces](schemas/data/bounces.schema.json)|experimental|**56**|25|[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/checkouts](schemas/data/checkouts.schema.json)|experimental|**56**|25|[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|**56**|25|[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/datasource](schemas/data/datasource.schema.json)|experimental|**56**|**32**|[9d82ca9](https://github.com/adobe/xdm/commit/9d82ca93b37dd7859ffe0e48a84efc948406d0cd "Fixing type in the description for code in datasource.schema.json") [290384d](https://github.com/adobe/xdm/commit/290384da30f802cad3ad59a4fa40d1b06917b543 "json lint cleanup") [445fc3e](https://github.com/adobe/xdm/commit/445fc3eb66d5af22d59d100762e6565dca4f31b4 "Corrected the datasource schema field xdm:name to xdm:code because it is a code for, not the name of the datasource.") [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|**56**|**56**|[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/impressions](schemas/data/impressions.schema.json)|experimental|**56**|25|[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/link-clicks](schemas/data/link-clicks.schema.json)|experimental|**56**|25|[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/metricdefinition](schemas/data/metricdefinition.schema.json)|experimental|25|25|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition")| +|[schemas/data/metrics](schemas/data/metrics.schema.json)|experimental|**56**|25|[c880dc3](https://github.com/adobe/xdm/commit/c880dc36f430b247a574e65361fe0263f8b370ce "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [be21240](https://github.com/adobe/xdm/commit/be212402ee06f0d5a747f3587e3c5abbf8cb8789 "@trivial Adding Descriptions to the newly added metrics.") [3974c48](https://github.com/adobe/xdm/commit/3974c48556a421b5fe15fcd3016073e5466d6534 "Merge branch 'master' into Add-ExperienceEvent-Application-Metrics") [ee08f24](https://github.com/adobe/xdm/commit/ee08f24872d7553a85130383b242cc3b397eab13 "Corrected typo") [80afff1](https://github.com/adobe/xdm/commit/80afff10df845b29b82171378f1af24d704ed129 "Improved english") [added16](https://github.com/adobe/xdm/commit/added16d602d5e4d02d717701cd47c4aa1a7586a "Simple spelling corrections.") [e027467](https://github.com/adobe/xdm/commit/e02746713354426f796156e3f557bcfa2e0bd883 "Added missing descriptions. Improved descriptions") [8eb8737](https://github.com/adobe/xdm/commit/8eb87371853b38d45ca6c3d032398e584d5704ee "Add communication channel to experienceEvent, Add new Metrics.") [7a80f3f](https://github.com/adobe/xdm/commit/7a80f3f113ea4111b90ae3deb0322a651bf40b5d "Lint + validation") [2343eda](https://github.com/adobe/xdm/commit/2343eda83d60da35b9dd35cfe954c1196c540b52 "Addition of core application metrics for desktop and mobile applications.") [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/mirror-pages](schemas/data/mirror-pages.schema.json)|experimental|**56**|25|[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/non-deliverables](schemas/data/non-deliverables.schema.json)|experimental|**56**|25|[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/not-sent](schemas/data/not-sent.schema.json)|experimental|28|25|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/opens](schemas/data/opens.schema.json)|experimental|28|25|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/order](schemas/data/order.schema.json)|experimental|**56**|**56**|[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/page-views](schemas/data/page-views.schema.json)|experimental|**56**|25|[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/paymentitem](schemas/data/paymentitem.schema.json)|experimental|**56**|**56**|[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-adds](schemas/data/product-list-adds.schema.json)|experimental|**56**|25|[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|**56**|25|[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|**56**|25|[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|**56**|25|[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|**56**|25|[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|**56**|25|[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/purchases](schemas/data/purchases.schema.json)|experimental|**56**|25|[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/save-for-laters](schemas/data/save-for-laters.schema.json)|experimental|**56**|25|[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/sends](schemas/data/sends.schema.json)|experimental|**56**|25|[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/unsubscriptions](schemas/data/unsubscriptions.schema.json)|experimental|28|25|[163bf54](https://github.com/adobe/xdm/commit/163bf540ffcc04f4e05854ec03fa18abf1720721 "Renamed metric->metricdefinition") [7a512be](https://github.com/adobe/xdm/commit/7a512be06edb90eae697772c1d52b822d4c0d656 "Add missing schemas for metrics- not-sent, opens, unsubscriptions.")| +|[schemas/data/user-complaints](schemas/data/user-complaints.schema.json)|experimental|**56**|25|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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/accesscontrolentry](schemas/external/repo/accesscontrolentry.schema.json)|experimental|**56**|5|[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|**56**|**39**|[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|**56**|5|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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|**56**|**39**|[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/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|4|4|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| -|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**33**|**33**|[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|**33**|**33**|[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|**33**|**33**|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| -|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|30|30|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| -|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|30|30|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| -|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|30|18|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|30|24|[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|30|27|[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|30|28|[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/assets/language-alternative](schemas/assets/language-alternative.schema.json)|stabilizing|5|5|[643af22](https://github.com/adobe/xdm/commit/643af226ebb84d644f35b8cf8a0d42f174a820e7 "Stabilize language-alternatives")| +|[schemas/common/address](schemas/common/address.schema.json)|stabilizing|**34**|**34**|[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|**34**|**33**|[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|**34**|**34**|[3da9a68](https://github.com/adobe/xdm/commit/3da9a68acceea5ee7c0805144a3d39e75f91ead3 "Update organization.schema.json")| +|[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**31**|**31**|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| +|[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|**31**|**31**|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| +|[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**31**|18|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**31**|24|[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|**31**|27|[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|**31**|28|[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|24|24|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json")| -|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|30|30|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| -|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|30|24|[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|30|30|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| -|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|30|30|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| +|[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**31**|**31**|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| +|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**31**|24|[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|**31**|**31**|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| +|[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|**31**|**31**|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| diff --git a/docs/reference/README.md b/docs/reference/README.md index f4b724476..48dbe90bb 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,29 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [Video](./assets/video.schema.md) – `https://ns.adobe.com/xdm/assets/video` (Experimental) -## /channels/ - -* [ADM](./channels/adm.schema.md) – `https://ns.adobe.com/xdm/channels/adm` (Experimental) -* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) -* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) -* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) -* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) -* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) -* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) -* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) -* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) -* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) -* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) -* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) -* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) -* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) -* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) -* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) -* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) -* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) -* [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) - ## /content/ * [Component Container](./content/component-container.schema.md) – `https://ns.adobe.com/xdm/content/component-container` (Experimental) @@ -66,6 +43,29 @@ * [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) +* [APNS](./channels/apns.schema.md) – `https://ns.adobe.com/xdm/channels/apns` (Experimental) +* [Application](./channels/application.schema.md) – `https://ns.adobe.com/xdm/channels/application` (Experimental) +* [Baidu](./channels/baidu.schema.md) – `https://ns.adobe.com/xdm/channels/baidu` (Experimental) +* [Direct Mail](./channels/direct-mail.schema.md) – `https://ns.adobe.com/xdm/channels/direct-mail` (Experimental) +* [E-Mail](./channels/agency.schema.md) – `https://ns.adobe.com/xdm/channels/agency` (Experimental) +* [E-Mail](./channels/email.schema.md) – `https://ns.adobe.com/xdm/channels/email` (Experimental) +* [Experience Channel](./channels/channel.schema.md) – `https://ns.adobe.com/xdm/channels/channel` (Experimental) +* [Facebook News Feed](./channels/facebook-feed.schema.md) – `https://ns.adobe.com/xdm/channels/facebook-feed` (Experimental) +* [Fax](./channels/fax.schema.md) – `https://ns.adobe.com/xdm/channels/fax` (Experimental) +* [GCM](./channels/gcm.schema.md) – `https://ns.adobe.com/xdm/channels/gcm` (Experimental) +* [LINE](./channels/line.schema.md) – `https://ns.adobe.com/xdm/channels/line` (Experimental) +* [MPNS](./channels/mpns.schema.md) – `https://ns.adobe.com/xdm/channels/mpns` (Experimental) +* [Phone](./channels/phone.schema.md) – `https://ns.adobe.com/xdm/channels/phone` (Experimental) +* [SMS](./channels/sms.schema.md) – `https://ns.adobe.com/xdm/channels/sms` (Experimental) +* [Twitter Feed](./channels/twitter-feed.schema.md) – `https://ns.adobe.com/xdm/channels/twitter-feed` (Experimental) +* [WNS](./channels/wns.schema.md) – `https://ns.adobe.com/xdm/channels/wns` (Experimental) +* [WeChat](./channels/wechat.schema.md) – `https://ns.adobe.com/xdm/channels/wechat` (Experimental) +* [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) + ## /context/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -142,6 +142,12 @@ * [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/schema/ + +* [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/activity-streams-2/ * [Activity](./external/activity-streams-2/activity.schema.md) – `https://ns.adobe.com/xdm/external/activity-streams-2/activity` (Experimental) @@ -171,9 +177,3 @@ * [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/ - -* [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) - diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index c74be9e0c..d5990e65b 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -41,6 +41,30 @@ ], "meta:status": "experimental", "examples": [ + { + "@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", + "activitystreams:to": { + "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", + "@id": "08B3E5CE5822FC520A494229@AdobeOrg" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "@id": "https://francois.corp.adobe.com:4502/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/experience/aem/user", + "@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/common/event/created", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -69,30 +93,26 @@ } }, { - "@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:assetID": "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:assetID": "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" } }, { @@ -120,8 +140,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": { @@ -136,34 +156,14 @@ "@type": "https://ns.adobe.com/experience/aem/user", "@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/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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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:assetID": "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\"" } } ] diff --git a/docs/reference/common/eventenvelope.schema.md b/docs/reference/common/eventenvelope.schema.md index d4334d36a..e798a3ca2 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -19,6 +19,33 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ## EventEnvelope Examples +```json +{ + "@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", + "activitystreams:to": { + "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", + "@id": "08B3E5CE5822FC520A494229@AdobeOrg" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "@id": "https://francois.corp.adobe.com:4502/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/experience/aem/user", + "@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" + } +} +``` + ```json { "@type": "https://ns.adobe.com/xdm/common/event/created", @@ -51,30 +78,26 @@ 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:assetID": "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:assetID": "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" } } ``` @@ -108,8 +131,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": { @@ -124,37 +147,14 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream "@type": "https://ns.adobe.com/experience/aem/user", "@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" - } -} -``` - -```json -{ - "@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": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "xdm:root": "https://cc-api-storage-stage.adobe.io/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/adobecloudplatform/ims/user", - "@id": "D13A1E7053E46A220A4C86E1@AdobeID" - }, "activitystreams:object": { "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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:assetID": "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\"" } } ``` 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/person-name.schema.json b/docs/reference/context/person-name.schema.json index 0f7af5cfa..946614f2d 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -54,15 +54,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 129ab3049..a69318bc0 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -27,17 +27,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/external/hal/hal.schema.json b/docs/reference/external/hal/hal.schema.json index 325140cda..7bcb6625f 100644 --- a/docs/reference/external/hal/hal.schema.json +++ b/docs/reference/external/hal/hal.schema.json @@ -280,30 +280,6 @@ ], "meta:status": "experimental", "examples": [ - { - "_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 +340,30 @@ "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 26cfd20be..82d81c935 100644 --- a/docs/reference/external/hal/hal.schema.md +++ b/docs/reference/external/hal/hal.schema.md @@ -20,33 +20,6 @@ This external schema definition allows adding HAL expressions into an existing s ## HAL Resource Examples -```json -{ - "_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 -} -``` - ```json { "_links": { @@ -114,6 +87,33 @@ This external schema definition allows adding HAL expressions into an existing s } ``` +```json +{ + "_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 +} +``` + # HAL Resource Properties From 749de0b47c0a10ebc9880ea601805e92e254e645 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 7 May 2018 23:38:10 +0000 Subject: [PATCH 83/83] [ci skip] updating documentation --- STABILIZING.md | 12 +- docs/reference/README.md | 71 ++++---- .../descriptors/itemselector.schema.json | 92 ++++++++++ .../common/descriptors/itemselector.schema.md | 42 +++++ .../descriptors/schemadescriptor.schema.json | 68 ++++++++ .../descriptors/schemadescriptor.schema.md | 164 ++++++++++++++++++ .../common/eventenvelope.schema.json | 66 +++---- docs/reference/common/eventenvelope.schema.md | 66 +++---- 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 +- .../reference/context/person-name.schema.json | 10 +- docs/reference/context/person-name.schema.md | 12 +- .../external/hal/hal-link.schema.json | 6 +- .../reference/external/hal/hal-link.schema.md | 6 +- .../repo/accesscontrolentry.schema.json | 14 +- .../repo/accesscontrolentry.schema.md | 20 +-- 20 files changed, 541 insertions(+), 168 deletions(-) create mode 100644 docs/reference/common/descriptors/itemselector.schema.json create mode 100644 docs/reference/common/descriptors/itemselector.schema.md create mode 100644 docs/reference/common/descriptors/schemadescriptor.schema.json create mode 100644 docs/reference/common/descriptors/schemadescriptor.schema.md diff --git a/STABILIZING.md b/STABILIZING.md index c11b489ed..eb84a23ef 100644 --- a/STABILIZING.md +++ b/STABILIZING.md @@ -1,12 +1,14 @@ # Stabilization Candidates -_Generated on **Mon May 07 2018 22:05:16 GMT+0000 (UTC)**_ +_Generated on **Mon May 07 2018 23:38:10 GMT+0000 (UTC)**_ ### Unknown Status, needs immediate attention |Schema|Status|Status Modified Date|Last Non-trivial Change|Raw Commit Log Since Status Change| |------|------|--------------------|-----------------------|----------------------------------| +|[schemas/common/descriptors/itemselector](schemas/common/descriptors/itemselector.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #288 from adobe/platform-pr-schema-descriptors-basic")| +|[schemas/common/descriptors/schemadescriptor](schemas/common/descriptors/schemadescriptor.schema.json)|undefined|0|0|[](https://github.com/adobe/xdm/commit/ "Merge pull request #288 from adobe/platform-pr-schema-descriptors-basic")| ### Experimental Status @@ -58,7 +60,7 @@ _Generated on **Mon May 07 2018 22:05:16 GMT+0000 (UTC)**_ |[schemas/common/identity-provider](schemas/common/identity-provider.schema.json)|experimental|**56**|**56**|[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/page](schemas/common/page.schema.json)|experimental|**56**|**56**|[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|**56**|**56**|[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|**56**|**41**|[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/common/selfservice](schemas/common/selfservice.schema.json)|experimental|**56**|**42**|[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|**56**|**56**|[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|**56**|**56**|[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|**56**|**56**|[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")| @@ -148,12 +150,12 @@ _Generated on **Mon May 07 2018 22:05:16 GMT+0000 (UTC)**_ |[schemas/context/browserdetails](schemas/context/browserdetails.schema.json)|stabilizing|**31**|**31**|[f8d9f8b](https://github.com/adobe/xdm/commit/f8d9f8bd41176d7ca388b1d2f97d38de40cfff6b "Update browserdetails.schema.json")| |[schemas/context/commerce](schemas/context/commerce.schema.json)|stabilizing|**31**|**31**|[a424944](https://github.com/adobe/xdm/commit/a4249449cf8268d2dd357d462181e12e08dff25d "Update commerce.schema.json")| |[schemas/context/device](schemas/context/device.schema.json)|stabilizing|**31**|18|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**31**|24|[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/emailaddress](schemas/context/emailaddress.schema.json)|stabilizing|**31**|25|[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|**31**|27|[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|**31**|28|[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|24|24|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json")| +|[schemas/context/experienceevent](schemas/context/experienceevent.schema.json)|stabilizing|25|25|[cf7779a](https://github.com/adobe/xdm/commit/cf7779ab93002d44b56d90231d667552931f0b4e "Update experienceevent.schema.json")| |[schemas/context/marketing](schemas/context/marketing.schema.json)|stabilizing|**31**|**31**|[266fca9](https://github.com/adobe/xdm/commit/266fca90001ac9a4505c5c5888e8ee67c8be45f1 "Update marketing.schema.json")| -|[schemas/context/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**31**|24|[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/phonenumber](schemas/context/phonenumber.schema.json)|stabilizing|**31**|25|[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|**31**|**31**|[a594370](https://github.com/adobe/xdm/commit/a5943702e3b32427dcdd0bf3d0ac7dec0aa46cd9 "Update pushnotificationtoken.schema.json")| |[schemas/data/measure](schemas/data/measure.schema.json)|stabilizing|**31**|**31**|[3d5ce83](https://github.com/adobe/xdm/commit/3d5ce83ae130e083fe721590fa6187aabff5171e "Update measure.schema.json")| diff --git a/docs/reference/README.md b/docs/reference/README.md index 48dbe90bb..2e132d426 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -20,29 +20,6 @@ * [Resource Event](./assets/resource-event.schema.md) – `https://ns.adobe.com/xdm/assets/resource-event` (Experimental) * [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) -* [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) -* [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) @@ -66,6 +43,29 @@ * [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) +## /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) +* [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) +* [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/ * [Browser Details](./context/browserdetails.schema.md) – `https://ns.adobe.com/xdm/context/browserdetails` (Stabilizing) @@ -132,6 +132,11 @@ * [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` (Unknown) +* [Schema Descriptor](./common/descriptors/schemadescriptor.schema.md) – `https://ns.adobe.com/xdm/common/desciptors/schemadescriptor` (Unknown) + ## /common/event/ * [Created Event](./common/event/created.schema.md) – `https://ns.adobe.com/xdm/common/event/created` (Experimental) @@ -142,6 +147,16 @@ * [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/repo/ + +* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) +* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) +* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) +* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) +* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) +* [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/ * [Geo Circle](./external/schema/geocircle.schema.md) – `http://schema.org/GeoCircle` (Experimental) @@ -167,13 +182,3 @@ * [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/repo/ - -* [Access Control Entry](./external/repo/accesscontrolentry.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolentry` (Experimental) -* [Access Control Policy](./external/repo/accesscontrolpolicy.schema.md) – `https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy` (Experimental) -* [Asset](./external/repo/asset.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/asset` (Experimental) -* [Common Properties](./external/repo/common.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0` (Experimental) -* [Directory](./external/repo/directory.schema.md) – `http://ns.adobe.com/adobecloud/core/1.0/directory` (Experimental) -* [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) - diff --git a/docs/reference/common/descriptors/itemselector.schema.json b/docs/reference/common/descriptors/itemselector.schema.json new file mode 100644 index 000000000..f4e9918bd --- /dev/null +++ b/docs/reference/common/descriptors/itemselector.schema.json @@ -0,0 +1,92 @@ +{ + "meta:license": [ + "Copyright 2018 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/common/descriptors/itemselector", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Item Selector", + "meta:extensible": false, + "meta:abstract": false, + "type": "object", + "description": "Describes how to select or match to a specific item from an array of values described by an XDM schema.\n\nMatching may be done based on array index, `@id`, `@type`, or schema URI.\n", + "definitions": { + "selector": { + "oneOf": [ + { + "properties": { + "xdm:index": { + "title": "Index", + "type": "integer", + "description": "When present, indicates the item at this array index should be selected.", + "minimum": 0 + } + }, + "required": [ + "xdm:index" + ] + }, + { + "properties": { + "xdm:id": { + "title": "ID", + "type": "string", + "format": "uri", + "description": "When present, indicates the item with this @id value should be selected." + } + }, + "required": [ + "xdm:id" + ] + }, + { + "properties": { + "xdm:type": { + "title": "Type", + "type": "string", + "format": "uri", + "description": "When present, indicates the item with this @type value should be selected." + } + }, + "required": [ + "xdm:type" + ] + }, + { + "properties": { + "xdm:schema": { + "title": "Schema", + "type": "string", + "format": "uri", + "description": "When present, indicates the item which conforms to this schema URI should be selected." + } + }, + "required": [ + "xdm:schema" + ] + } + ] + } + }, + "allOf": [ + { + "$ref": "#/definitions/selector" + } + ], + "examples": [ + { + "xdm:type": "https://ns.adobe.com/experience/mcid" + }, + { + "xdm:id": "https://example.com/objects/12345" + }, + { + "xdm:index": 0 + }, + { + "xdm:schema": "https://ns.adobe.com/xdm/context/identity" + } + ] +} \ No newline at end of file diff --git a/docs/reference/common/descriptors/itemselector.schema.md b/docs/reference/common/descriptors/itemselector.schema.md new file mode 100644 index 000000000..5feeea7ab --- /dev/null +++ b/docs/reference/common/descriptors/itemselector.schema.md @@ -0,0 +1,42 @@ + +# Item Selector Schema + +``` +https://ns.adobe.com/xdm/common/descriptors/itemselector +``` + +Describes how to select or match to a specific item from an array of values described by an XDM schema. + +Matching may be done based on array index, `@id`, `@type`, or schema URI. + + +| [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 | [common/descriptors/itemselector.schema.json](common/descriptors/itemselector.schema.json) | + +## Item Selector Examples + +```json +{ + "xdm:type": "https://ns.adobe.com/experience/mcid" +} +``` + +```json +{ + "xdm:id": "https://example.com/objects/12345" +} +``` + +```json +{ + "xdm:index": 0 +} +``` + +```json +{ + "xdm:schema": "https://ns.adobe.com/xdm/context/identity" +} +``` + diff --git a/docs/reference/common/descriptors/schemadescriptor.schema.json b/docs/reference/common/descriptors/schemadescriptor.schema.json new file mode 100644 index 000000000..7e60f80aa --- /dev/null +++ b/docs/reference/common/descriptors/schemadescriptor.schema.json @@ -0,0 +1,68 @@ +{ + "meta:license": [ + "Copyright 2018 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/common/desciptors/schemadescriptor", + "$schema": "http://json-schema.org/draft-06/schema#", + "title": "Schema Descriptor", + "meta:extensible": true, + "meta:abstract": false, + "type": "object", + "description": "A descriptor that contains metadata about an XDM schema, including an optional property and array item selector, used to address the descriptor to a specific property or item.", + "definitions": { + "descriptor": { + "properties": { + "@id": { + "title": "Identifier", + "type": "string", + "format": "uri", + "description": "The unique identifier for the schema descriptor. This property is required when the descriptor is defined outside of the applicable schema, but is optional when applied via 'meta:descriptors'" + }, + "@type": { + "title": "Type", + "type": "string", + "description": "The type of descriptor this object represents", + "meta:enum": {} + }, + "xdm:sourceSchema": { + "title": "Source Schema", + "type": "string", + "format": "uri", + "description": "The source schema this descriptor applies to. This property is required when the descriptor is defined outside of the applicable schema, but is optional when applied via 'meta:descriptors'" + }, + "xdm:sourceProperty": { + "title": "Source Property", + "type": "string", + "description": "When present, the property of the source schema to which this descriptor applies. This value is a JSON Pointer, applied to an instance of an object described by `xdm:sourceSchema`." + }, + "xdm:sourceItem": { + "title": "Source Item", + "description": "When present, the selector used to match a specific item in the array pointed to by `sourceProperty`", + "$ref": "https://ns.adobe.com/xdm/common/descriptors/itemselector#/definitions/selector" + } + } + } + }, + "allOf": [ + { + "$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context" + }, + { + "$ref": "#/definitions/descriptor" + } + ], + "examples": [ + { + "@id": "https://example.com/descriptors/1", + "@type": "xdm:descriptorPrimaryKey", + "xdm:source": "https://ns.adobe.com/xdm/context/profile", + "xdm:sourceProperty": "xdm:identities", + "xdm:sourceItem": { + "xdm:type": "https://ns.adobe.com/experience/mcid" + } + } + ] +} \ No newline at end of file diff --git a/docs/reference/common/descriptors/schemadescriptor.schema.md b/docs/reference/common/descriptors/schemadescriptor.schema.md new file mode 100644 index 000000000..8318f2359 --- /dev/null +++ b/docs/reference/common/descriptors/schemadescriptor.schema.md @@ -0,0 +1,164 @@ + +# Schema Descriptor Schema + +``` +https://ns.adobe.com/xdm/common/desciptors/schemadescriptor +``` + +A descriptor that contains metadata about an XDM schema, including an optional property and array item selector, used to address the descriptor to a specific property or item. + +| [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 | Yes | Forbidden | Permitted | [common/descriptors/schemadescriptor.schema.json](common/descriptors/schemadescriptor.schema.json) | +## Schema Hierarchy + +* Schema Descriptor `https://ns.adobe.com/xdm/common/desciptors/schemadescriptor` + * [Extensibility base schema](../extensible.schema.md) `https://ns.adobe.com/xdm/common/extensible` + * [Item Selector](itemselector.schema.md) `https://ns.adobe.com/xdm/common/descriptors/itemselector` + + +## Schema Descriptor Example +```json +{ + "@id": "https://example.com/descriptors/1", + "@type": "xdm:descriptorPrimaryKey", + "xdm:source": "https://ns.adobe.com/xdm/context/profile", + "xdm:sourceProperty": "xdm:identities", + "xdm:sourceItem": { + "xdm:type": "https://ns.adobe.com/experience/mcid" + } +} +``` + +# Schema Descriptor Properties + +| Property | Type | Required | Defined by | +|----------|------|----------|------------| +| [@id](#@id) | `string` | Optional | Schema Descriptor (this schema) | +| [@type](#@type) | `string` | Optional | Schema Descriptor (this schema) | +| [xdm:sourceItem](#xdmsourceitem) | complex | Optional | Schema Descriptor (this schema) | +| [xdm:sourceProperty](#xdmsourceproperty) | `string` | Optional | Schema Descriptor (this schema) | +| [xdm:sourceSchema](#xdmsourceschema) | `string` | Optional | Schema Descriptor (this schema) | +| `*` | any | Additional | this schema *allows* additional properties | + +## @id +### Identifier + +The unique identifier for the schema descriptor. This property is required when the descriptor is defined outside of the applicable schema, but is optional when applied via 'meta:descriptors' + +`@id` +* is optional +* type: `string` +* defined in this schema + +### @id Type + + +`string` +* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986)) + + + + + + +## @type +### Type + +The type of descriptor this object represents + +`@type` +* is optional +* type: `string` +* defined in this schema + +### @type Type + + +`string` + + + +### @type Known Values +| Value | Description | +|-------|-------------| + + + + +## xdm:sourceItem +### Source Item + +When present, the selector used to match a specific item in the array pointed to by `sourceProperty` + +`xdm:sourceItem` +* is optional +* type: complex +* defined in this schema + +### xdm:sourceItem Type + + +**One** of the following *conditions* need to be fulfilled. + + +#### Condition 1 + + + +#### Condition 2 + + + +#### Condition 3 + + + +#### Condition 4 + + + + + + + +## xdm:sourceProperty +### Source Property + +When present, the property of the source schema to which this descriptor applies. This value is a JSON Pointer, applied to an instance of an object described by `xdm:sourceSchema`. + +`xdm:sourceProperty` +* is optional +* type: `string` +* defined in this schema + +### xdm:sourceProperty Type + + +`string` + + + + + + +## xdm:sourceSchema +### Source Schema + +The source schema this descriptor applies to. This property is required when the descriptor is defined outside of the applicable schema, but is optional when applied via 'meta:descriptors' + +`xdm:sourceSchema` +* is optional +* type: `string` +* defined in this schema + +### xdm:sourceSchema Type + + +`string` +* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986)) + + + + + diff --git a/docs/reference/common/eventenvelope.schema.json b/docs/reference/common/eventenvelope.schema.json index d5990e65b..5e1c011ad 100644 --- a/docs/reference/common/eventenvelope.schema.json +++ b/docs/reference/common/eventenvelope.schema.json @@ -41,30 +41,6 @@ ], "meta:status": "experimental", "examples": [ - { - "@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", - "activitystreams:to": { - "@type": "http://ns.adobe.com/adobecloudplatform/ims/organization", - "@id": "08B3E5CE5822FC520A494229@AdobeOrg" - }, - "activitystreams:generator": { - "@type": "https://ns.adobe.com/xdm/content/repository", - "@id": "https://francois.corp.adobe.com:4502/" - }, - "activitystreams:actor": { - "@type": "https://ns.adobe.com/experience/aem/user", - "@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/common/event/created", "xdm:objectType": "https://ns.adobe.com/xdm/assets/asset", @@ -115,6 +91,33 @@ "@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/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": "http://ns.adobe.com/adobecloudplatform/ims/organization", + "@id": "08B3E5CE5822FC520A494229@AdobeOrg" + }, + "activitystreams:generator": { + "@type": "https://ns.adobe.com/xdm/content/repository", + "@id": "https://francois.corp.adobe.com:4502/" + }, + "activitystreams:actor": { + "@type": "https://ns.adobe.com/experience/aem/user", + "@id": "admin" + }, + "activitystreams:object": { + "@type": "https://ns.adobe.com/xdm/assets/asset", + "repo:assetID": "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/published", "xdm:objectType": "https://ns.adobe.com/xdm/content/componentized-page", @@ -140,8 +143,8 @@ } }, { - "@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/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", "activitystreams:to": { @@ -157,13 +160,10 @@ "@id": "admin" }, "activitystreams:object": { - "@type": "https://ns.adobe.com/xdm/assets/asset", - "repo:assetID": "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 e798a3ca2..6e6418d69 100644 --- a/docs/reference/common/eventenvelope.schema.md +++ b/docs/reference/common/eventenvelope.schema.md @@ -21,27 +21,30 @@ 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/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/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:assetID": "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\"" } } ``` @@ -67,37 +70,37 @@ 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:assetID": "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:assetID": "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:assetID": "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\"" } } ``` @@ -131,8 +134,8 @@ An `EventEnvelope` is a type of `Activity` (in the sense of [W3C Activity Stream ```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/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", "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:assetID": "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/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 28cc84d51..6f4c93e54 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 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 f16502a73..dd49beb51 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:assetID": "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 0e84fb2d6..c23e5d3bc 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/person-name.schema.json b/docs/reference/context/person-name.schema.json index 946614f2d..0f7af5cfa 100644 --- a/docs/reference/context/person-name.schema.json +++ b/docs/reference/context/person-name.schema.json @@ -54,15 +54,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 a69318bc0..129ab3049 100644 --- a/docs/reference/context/person-name.schema.md +++ b/docs/reference/context/person-name.schema.md @@ -27,17 +27,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/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/repo/accesscontrolentry.schema.json b/docs/reference/external/repo/accesscontrolentry.schema.json index 9b23c0ee5..aa9490f85 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.json +++ b/docs/reference/external/repo/accesscontrolentry.schema.json @@ -102,13 +102,6 @@ ], "meta:status": "experimental", "examples": [ - { - "repo:principal": "authenticated", - "repo:privileges": [ - "read" - ], - "repo:modifier": "grant" - }, { "repo:principal": { "xdm:provider": { @@ -123,6 +116,13 @@ ], "repo:modifier": "grant", "repo:inheritance": "deep" + }, + { + "repo:principal": "authenticated", + "repo:privileges": [ + "read" + ], + "repo:modifier": "grant" } ] } \ No newline at end of file diff --git a/docs/reference/external/repo/accesscontrolentry.schema.md b/docs/reference/external/repo/accesscontrolentry.schema.md index d6421ca64..6befda3b8 100644 --- a/docs/reference/external/repo/accesscontrolentry.schema.md +++ b/docs/reference/external/repo/accesscontrolentry.schema.md @@ -13,16 +13,6 @@ Schema for the Access Control Entry for the Access Control List of a resource ## Access Control Entry Examples -```json -{ - "repo:principal": "authenticated", - "repo:privileges": [ - "read" - ], - "repo:modifier": "grant" -} -``` - ```json { "repo:principal": { @@ -41,6 +31,16 @@ Schema for the Access Control Entry for the Access Control List of a resource } ``` +```json +{ + "repo:principal": "authenticated", + "repo:privileges": [ + "read" + ], + "repo:modifier": "grant" +} +``` + # Access Control Entry Properties