any_channel_json_schemas 0.2.0 → 0.3.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/external_resource.json +2 -2
- data/json_schemas/schemas.zip +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d9ae06a894475c82fd2af6670874483339268b2
|
4
|
+
data.tar.gz: 7baefb43033f90e775a2b34570c006470611a5f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7857139663bef4b82e6d4ba98765f33c23a59070838c2a5ddea941e1f583328e39add3cf5c4188b140e1a59571bc189ec44f6416ef78972b1b1744b581d19c5
|
7
|
+
data.tar.gz: 17beb7e4fe0dd4a4c9f81af6511fe6a85b2c541742dc5326f4977225bf976db7e5561bd136b4a95f062d04e13e6406cfff5ac5777053c96340efa2053f9f0c92
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"display_info": {"type": "array", "items": {"$ref": "#/definitions/display_info"} },
|
13
13
|
"allow_channelback": {"type":"boolean"},
|
14
14
|
"fields": {"type": "array", "items": {"$ref": "#/definitions/field_value"} },
|
15
|
-
"
|
15
|
+
"file_urls": {"type": "array", "items": {"$ref": "#/definitions/file_url"}, "maxItems": 10 }
|
16
16
|
},
|
17
17
|
"definitions": {
|
18
18
|
"external_resource": {
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"value": {"type": "any"}
|
44
44
|
}
|
45
45
|
},
|
46
|
-
"
|
46
|
+
"file_url": {
|
47
47
|
"type": "string",
|
48
48
|
"format": "https-url"
|
49
49
|
}
|
Binary file
|
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.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JaredShay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: JSON schema files for the Zendesk Channels Framework.
|
14
14
|
email:
|
@@ -33,6 +33,7 @@ files:
|
|
33
33
|
- json_schemas/manifest.json
|
34
34
|
- json_schemas/pull_payload.json
|
35
35
|
- json_schemas/push_parameters.json
|
36
|
+
- json_schemas/schemas.zip
|
36
37
|
- lib/any_channel_json_schemas.rb
|
37
38
|
homepage: https://github.com/zendesk/any_channel_json_schemas/ruby
|
38
39
|
licenses:
|