Skip to content

Commit

Permalink
Corrected the meta:abstract settings for channels schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Jun 20, 2019
1 parent 1c22180 commit 7896a02
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion schemas/channels/adm.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/agency.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/apns.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
1 change: 1 addition & 0 deletions schemas/channels/application.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": "Application Channel",
"type": "object",
"meta:abstract": true,
"description":
"An application that accepts messages or emit events (Facebook page, Mobile App, ...) channel.",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/baidu.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/direct-mail.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/email.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/facebook-feed.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/fax.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/gcm.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/line.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/mobile-app.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/mpns.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/phone.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/sms.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/twitter-feed.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/web.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"meta:extends": [
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"meta:abstract": false,
"meta:abstract": true,
"type": "object",
"definitions": {
"channel": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/wechat.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/channels/wns.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https://ns.adobe.com/xdm/channels/channel#/definitions/channel"
],
"type": "object",
"meta:abstract": false,
"meta:abstract": true,
"definitions": {
"channel": {
"properties": {
Expand Down

0 comments on commit 7896a02

Please sign in to comment.