fidor_schema 0.10.9 → 0.10.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fidor_schema_version.rb +1 -1
- data/schema/v1.0/account_limit.json +33 -0
- metadata +3 -4
- data/schema/v1.0/blocked_amount.json +0 -9
- data/schema/v1.0/emergency_loan.json +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92e29926b333355c5c5e3243b0c0796c17ea170a
|
4
|
+
data.tar.gz: 1f9c42f321be71e3f2798de4ae0ef8395cf8ed12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49e96693835bb64b4548377153a6d0020defce999ce5f70b5d9538aa6194bb2be59fcaa549b95bcd9a2a63e0f8acce1773b309b68aef54e98179306bc7d69dfd
|
7
|
+
data.tar.gz: 4aa27eaec5178f71fe6862f42ae25b462674aac78bb5dcec7cdf3ef7ac867522645ec49a22fa6c335f7cc08e4228968cb3205be402fa2e2c35d28520cd32c3ae
|
data/lib/fidor_schema_version.rb
CHANGED
@@ -0,0 +1,33 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-04/schema#",
|
3
|
+
"type" : "object",
|
4
|
+
"title" : "account_limit",
|
5
|
+
"description" : "See and update your account limits",
|
6
|
+
"properties" : {
|
7
|
+
"order_limit" : {
|
8
|
+
"description" : "A limit for a single transaction order",
|
9
|
+
"$ref" : "./base_types/base_types.json#definitions/amount"
|
10
|
+
},
|
11
|
+
"cash_limit" : {
|
12
|
+
"description" : "Limit for the transactions authorized with FIN",
|
13
|
+
"$ref" : "./base_types/base_types.json#definitions/amount"
|
14
|
+
},
|
15
|
+
"daily_limit" : {
|
16
|
+
"description" : "Daily transaction limit",
|
17
|
+
"$ref" : "./base_types/base_types.json#definitions/amount"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"links" : [
|
21
|
+
{
|
22
|
+
"rel" : "self",
|
23
|
+
"href" : "account_limits"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"description" : "Update your account limits",
|
27
|
+
"href" : "account_limits",
|
28
|
+
"method" : "PUT",
|
29
|
+
"rel" : "update",
|
30
|
+
"title" : "update_account_limits"
|
31
|
+
}
|
32
|
+
]
|
33
|
+
}
|
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.10.
|
4
|
+
version: 0.10.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Georg Leciejewski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -162,18 +162,17 @@ files:
|
|
162
162
|
- lib/validator/json_schema.rb
|
163
163
|
- lib/validator/schema.json
|
164
164
|
- schema/v1.0/account.json
|
165
|
+
- schema/v1.0/account_limit.json
|
165
166
|
- schema/v1.0/bank_check.json
|
166
167
|
- schema/v1.0/base_types/base_types.json
|
167
168
|
- schema/v1.0/base_types/lists.json
|
168
169
|
- schema/v1.0/batch_direct_debit.json
|
169
170
|
- schema/v1.0/batch_transfer.json
|
170
|
-
- schema/v1.0/blocked_amount.json
|
171
171
|
- schema/v1.0/card.json
|
172
172
|
- schema/v1.0/card/pin.json
|
173
173
|
- schema/v1.0/card_limit.json
|
174
174
|
- schema/v1.0/creditor_identity.json
|
175
175
|
- schema/v1.0/customer.json
|
176
|
-
- schema/v1.0/emergency_loan.json
|
177
176
|
- schema/v1.0/error.json
|
178
177
|
- schema/v1.0/internal_transfer.json
|
179
178
|
- schema/v1.0/legal.json
|