turbot-runner 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12998df505b3c5c03dfb76f4e6ffea2402d343c7
|
|
4
|
+
data.tar.gz: 68b6cbe8f84be3e280d541debff1ba8ce08b5e67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6717ebd39a49e7e5097110c2867fddbddfcc72af567e27c47c63e32e2f5ce779a0639b5369f45c5326e4c59baff0f1559dd60cd153fd7abb497dbbbc725fdceb
|
|
7
|
+
data.tar.gz: 49ed50f227ecc6e76d10115c9464a889dca27b189e480fcdf20ee8f09b5753c8745e16693339d3d78e80dd01fe2e939424d57f7f199d4ddba41b6232e9d60783
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"source_jurisdiction": {
|
|
6
|
+
"description": "Jurisdiction of the source of the data",
|
|
7
|
+
"type": "string"
|
|
8
|
+
},
|
|
9
|
+
"company": {
|
|
10
|
+
"$ref" : "company.json"
|
|
11
|
+
},
|
|
12
|
+
"data": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"description": "This is an array of data objects, that is the objects which actually contain the data about the datum. Generally there will only be one element in this, although in for some types of data_types there may naturally be several releated to the same company, e.g. shareholders",
|
|
15
|
+
"items": {
|
|
16
|
+
"$ref": "financial-payment-data-object.json"
|
|
17
|
+
},
|
|
18
|
+
"additionalItems": false
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"required": ["company", "data"]
|
|
22
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbot-runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenCorporates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -64,6 +64,7 @@ files:
|
|
|
64
64
|
- schema/schemas/includes/accounts_element.json
|
|
65
65
|
- schema/schemas/includes/address.json
|
|
66
66
|
- schema/schemas/includes/alternative_name.json
|
|
67
|
+
- schema/schemas/includes/base-statement.json
|
|
67
68
|
- schema/schemas/includes/classification.json
|
|
68
69
|
- schema/schemas/includes/company-for-nesting.json
|
|
69
70
|
- schema/schemas/includes/company.json
|