fidor_schema 0.2.1 → 0.2.2

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: fadee28c0fa542cf50def42ce530920847e05bd0
4
- data.tar.gz: e1c743413d1166593e84ce9a8f53ed94898606da
3
+ metadata.gz: 71dfca1938d4b37e6e17a10ca142fce97ee263ff
4
+ data.tar.gz: dd35b82adf06e16fa7749d57f344032690ca1691
5
5
  SHA512:
6
- metadata.gz: c3105cd3c8071e5becac4590e48acc8ae8d1d384e661c1827b029af4332173d05cd9ad262a6f3de380237c7bd460ff0775d1ed465f6cab9230fab4a09d511b21
7
- data.tar.gz: 4ef011225b4745049665d9f0540a2d9b4a17512b1e5a6e931222d968e1265e6c3bf91d0dd2e8590c6ce3477c9fddcc4461c2a12d5652a8b7e084c6daec37a09e
6
+ metadata.gz: 6ebd9c336e63f991076e1e9a6f419b9d788e0760630f52a18f5b731c30dcd922503ca24ed36f69e260d1dd3c27ea4b3bfdf63f62b701262ac30da74ac5376160
7
+ data.tar.gz: b353321d8c8e37d342d0da586c7f1676979ab9ca4279d29d65dceabc78a45a70b3c71f041cafc4c2452421e389af85eb294b23947017e1414d21f5ca716868c4
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Fidor API Schema
1
+ # Fidor API Schema - BETA
2
2
 
3
3
  The Fidor API is described with [JSON Schema](http://json-schema.org), which serves
4
4
  as a public contract about available API resources and object internals.
@@ -1,5 +1,5 @@
1
1
  module Fidor
2
2
  class Schema
3
- VERSION='0.2.1'
3
+ VERSION='0.2.2'
4
4
  end
5
5
  end
@@ -55,7 +55,7 @@
55
55
  }
56
56
  }
57
57
  },
58
- "debit_count" : {
58
+ "debits_count" : {
59
59
  "description" : "count of debits transactions received in this batch",
60
60
  "readonly" : true,
61
61
  "type" : "integer"
@@ -89,7 +89,7 @@
89
89
  }
90
90
  }
91
91
  },
92
- "transfer_count" : {
92
+ "transfers_count" : {
93
93
  "description" : "count of transfers (internal and sepa) transactions received in this batch",
94
94
  "readonly" : true,
95
95
  "type" : "integer"
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "customer_id" : {
15
15
  "description" : "Customer for which this mandate is valid.",
16
- "type" : "integer",
16
+ "type" : "string",
17
17
  "required" : true
18
18
  },
19
19
  "user_id" : {
@@ -62,7 +62,7 @@
62
62
  "return_transaction_id" : {
63
63
  "description" : "If the transaction was marked for return, this references the new return transaction.",
64
64
  "readonly" : true,
65
- "type" : "integer"
65
+ "type" : "string"
66
66
  },
67
67
  "created_at" : {
68
68
  "$ref" : "./base_types/base_types.json#definitions/created_at"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fidor_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-10 00:00:00.000000000 Z
11
+ date: 2014-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler