Skip to content

Commit

Permalink
Added extensible context to allOf -Improved the description of webint…
Browse files Browse the repository at this point in the history
…eraction.schema.json
  • Loading branch information
chrisdegroot committed Jun 14, 2018
1 parent 8e716fa commit d07d109
Show file tree
Hide file tree
Showing 28 changed files with 83 additions and 1 deletion.
3 changes: 3 additions & 0 deletions schemas/context/advertising.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/advertising"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/adviewability.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/adviewability"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/context/beacon-interaction-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Beacon",
"type": "object",
"meta:extensible": true,
"description":
"Beacon, a wireless device that communicates identity information to mobile applications as mobile devices come within range.",
"definitions": {
Expand Down Expand Up @@ -52,6 +53,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/beacon-interaction-detail"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/browserdetails.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/browserdetails"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/commerce.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/commerce"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/device.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/device"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/direct-marketing.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/direct-marketing"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/emailaddress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/emailaddress"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/environment.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/environment"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/context/geo-interaction-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Geo Interaction Details",
"type": "object",
"meta:extensible": true,
"description":
"The geo details relating to the current state of inclusion in a geo defined area.",
"definitions": {
Expand All @@ -33,6 +34,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/geo-interaction-detail"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/identity.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/identity"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/implementationdetails.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/implementationdetails"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/marketing.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/marketing"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/namespace.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/namespace"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/optinout.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/optinout"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/person-name.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/personname"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/person.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/person"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/phonenumber.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/phonenumber"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/placecontext.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/placecontext"
}
Expand Down
1 change: 1 addition & 0 deletions schemas/context/poi-detail.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Point of Interest Details",
"type": "object",
"meta:extensible": true,
"description": "A Point or Place of Interest(POI) Details. Used to capture the techncial and metadata information for a POI.",
"definitions": {
"geo-interaction-detail": {
Expand Down
1 change: 1 addition & 0 deletions schemas/context/poi-interaction.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Point of Interest Interaction",
"type": "object",
"meta:extensible": true,
"description": "A Point or Place of Interest(POI) interaction. Used to capture triggered engagement activities when users enter, leave of come within range of a POI.",
"definitions": {
"poi-interaction": {
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/pushnotificationtoken.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/pushnotificationtoken"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/search.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/search"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/subscription.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/subscription"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/webinfo.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/webinfo"
}
Expand Down
5 changes: 4 additions & 1 deletion schemas/context/webinteraction.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"title": "Web Interaction",
"type": "object",
"meta:extensible": true,
"description": "",
"description": "Interaction details from inside the context of a loaded webpage.",
"meta:extensible": true,
"definitions": {
"webinteraction": {
Expand Down Expand Up @@ -45,6 +45,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/webinteraction"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/webpagedetails.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/webpagedetails"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/context/webreferrer.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/webreferrer"
}
Expand Down

0 comments on commit d07d109

Please sign in to comment.