any_channel_json_schemas 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/json_schemas/event_callback_channelback.json +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 199b1b3429d7732e3e3b645f3f185328b0fbab3e
|
4
|
+
data.tar.gz: 4c7f80893f4cb1efffa25e78eac48456be7ae54f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae68cd808f928e5197159070b3825a5290e6f35807f34bdf646406b9b1f724fc876e29b64a5fa175f1734d614b7cb8e9daa4ef804f448c42c2b40f1936e1faff
|
7
|
+
data.tar.gz: b63c08302a58f4f173a380f20ca5a99e5ddd3e7e54787a80eebc7e56f027145542580b2a9fd93e77bdbf280953c8a7378c5a68dc19ba268094a5249600cab700
|
@@ -3,10 +3,11 @@
|
|
3
3
|
"properties": {
|
4
4
|
"data": {
|
5
5
|
"type": "object",
|
6
|
-
"required": ["integration_instance_name", "url"],
|
6
|
+
"required": ["integration_instance_name", "url", "request_id"],
|
7
7
|
"properties": {
|
8
8
|
"integration_instance_name": {"type": "string"},
|
9
|
-
"url": {"type": "string", "format": "https-url"}
|
9
|
+
"url": {"type": "string", "format": "https-url"},
|
10
|
+
"request_id": {"type": "string"}
|
10
11
|
}
|
11
12
|
}
|
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.9.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-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: JSON schema files for the Zendesk Channels Framework.
|
14
14
|
email:
|