any_channel_json_schemas 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c552f714471f35335def1df5f32b23952ede4da
|
4
|
+
data.tar.gz: 4ae235cf7bce9831cfa9fd911dc2651ce459f9b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48a598cdfd028f779b9c159cb1407d7cf4eeb16dff2a38f91d1e9082ed42a54fb5e4b28c032e2b0a4efeb708b5a2ada87983e1ea181f2a40c5b70f086a1e6421
|
7
|
+
data.tar.gz: '08f84c2b6c3efcf5b6028e78444137854135447a331ec8958e085d0bd2538a99d17c60fc8a2ac9d17155378846e4c485449cf2f19b23215c5756bda998b389a2'
|
@@ -7,6 +7,7 @@
|
|
7
7
|
{ "$ref": "event_callback_create_integration_instance.json" },
|
8
8
|
{ "$ref": "event_callback_destroy_integration_instance.json" },
|
9
9
|
{ "$ref": "event_callback_pull_request.json" },
|
10
|
-
{ "$ref": "event_callback_resources_created_from_external_ids.json" }
|
10
|
+
{ "$ref": "event_callback_resources_created_from_external_ids.json" },
|
11
|
+
{ "$ref": "event_callback_channelback.json" }
|
11
12
|
]
|
12
13
|
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"$ref": "event_callback_base.json#/definitions/event_callback_base",
|
3
|
+
"properties": {
|
4
|
+
"data": {
|
5
|
+
"type": "object",
|
6
|
+
"required": ["integration_instance_name", "url"],
|
7
|
+
"properties": {
|
8
|
+
"integration_instance_name": {"type": "string"},
|
9
|
+
"url": {"type": "string", "format": "https-url"}
|
10
|
+
}
|
11
|
+
}
|
12
|
+
}
|
13
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: any_channel_json_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JaredShay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: JSON schema files for the Zendesk Channels Framework.
|
14
14
|
email:
|
@@ -22,6 +22,7 @@ files:
|
|
22
22
|
- json_schemas/event_callback_activate_integration_instance.json
|
23
23
|
- json_schemas/event_callback_any.json
|
24
24
|
- json_schemas/event_callback_base.json
|
25
|
+
- json_schemas/event_callback_channelback.json
|
25
26
|
- json_schemas/event_callback_create_integration.json
|
26
27
|
- json_schemas/event_callback_create_integration_instance.json
|
27
28
|
- json_schemas/event_callback_deactivate_integration_instance.json
|
@@ -55,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
56
|
version: '0'
|
56
57
|
requirements: []
|
57
58
|
rubyforge_project:
|
58
|
-
rubygems_version: 2.
|
59
|
+
rubygems_version: 2.6.13
|
59
60
|
signing_key:
|
60
61
|
specification_version: 4
|
61
62
|
summary: JSON schema files for the Zendesk Channels Framework.
|