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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df0b47638957bbad898f8a65024ce8210719f1c2
4
- data.tar.gz: 632c902d3266d9ccbcfc0e0886bd6d3ea51e3ff3
3
+ metadata.gz: 0d9ae06a894475c82fd2af6670874483339268b2
4
+ data.tar.gz: 7baefb43033f90e775a2b34570c006470611a5f1
5
5
  SHA512:
6
- metadata.gz: 4d2515e70999b021bc19729a7b8fddf5476dd879730350e232880de26d0eaff6691b5f53a8d8d78e34c4edc3135c2d04c19444a8ed83121b7632dc485d14c268
7
- data.tar.gz: 5a9efc881ae34df859c32d524ba43309d6007ebbc9dbda18c1edde5b4e2f73595884550a5310e4fc4cba34dcb6bb7cd347ffd0a2a7f5d27a9ebeacd3d7eea5f3
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
- "attachments": {"type": "array", "items": {"$ref": "#/definitions/attachment_value"}, "maxItems": 10 }
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
- "attachment_value": {
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.2.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-01 00:00:00.000000000 Z
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: