turbot-runner-morph 0.0.10 → 0.0.11

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: 0f092456567330b470ba13e20c0da6ef11924f9f
4
- data.tar.gz: fa5886399a0434fe120a06cbd760b4ebb2c505cb
3
+ metadata.gz: f76f1557f4dbfdb5fdd478edf5ea9afccb6816d1
4
+ data.tar.gz: 56a7163258fb378ab3ba9670bbc55e6d48a4f483
5
5
  SHA512:
6
- metadata.gz: f75edc5405a5923c6efd5e6d6729f12d84265f973789686987eda11d2935ac27363a892c91b5a55931170cee79c8fe7ed140e30ed32f896f4e8f6cce4028cfce
7
- data.tar.gz: 29a187a2b8f7704e7cd0f093bc6906569e18b4805343dc969ec999d4af3339f8b89bb5f9b36dad367d876b123bb922d5e82c5f9cd45a1bed0504dd27f8bd0830
6
+ metadata.gz: 197e88201ca57850b4f8a933f55317db9ad9bca5f2097b7849d7167f857aab87a20851dd2a6cc7549dcec735d1863f53ba8d927750aae2d3187f963215bc4e04
7
+ data.tar.gz: 34a11c1a5a586ab241764eb94707e160fb2c5932820fa0f55127a1b34dbd32be3cdf69e903fc6653be52ec2eb220890d61bbd8a2ae723dc482f95fb212096bd9
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
@@ -430,7 +430,6 @@
430
430
  "identifier",
431
431
  "source_url",
432
432
  "sample_date",
433
- "retrieved_at",
434
433
  "confidence"
435
434
  ],
436
435
  "definitions": {
@@ -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-morph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.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-27 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: openc-json_schema
@@ -50,6 +50,7 @@ files:
50
50
  - schema/schemas/includes/accounts_element.json
51
51
  - schema/schemas/includes/address.json
52
52
  - schema/schemas/includes/alternative_name.json
53
+ - schema/schemas/includes/base-statement.json
53
54
  - schema/schemas/includes/classification.json
54
55
  - schema/schemas/includes/company-for-nesting.json
55
56
  - schema/schemas/includes/company.json