turbot-runner 0.1.29 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Yzg1MTgxMjAyMDRlODA5ZTU1ODk4MWQ3NWY2NzJkYTVlNTJhYzBmZQ==
4
+ ZjhkOWM2YTkzZjgxMWUwYzY2ZWIxOGYxZTgyYzYzZjQ1NjY4MTI4NA==
5
5
  data.tar.gz: !binary |-
6
- MjgyNTcxOWM3MWFiNWRlYTdkZDQ1ZTYzNjQxMmY3MWUxOWRkZWEzZg==
6
+ OWJmMzg0NTcwMTE1YmZlNTYzMDY1OGFjZGRiNjg0Nzc2MjA4ZWExYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGZjNGY5MDY0NmNmYzk3ZDU0MzVkOGNmNjQwNGJiNjE0NmMyYWYwM2I2NTIx
10
- Yjk3NTQ3ZjEzOTk0YzVlNzQwMzU0NGM5Mjg0OTg3YjE2YzJjODE5Y2IwOTRm
11
- NTE5ZDg0NjZmYjBkNmQ0ODc0YTYwYTg0YmY0YmNmZjhhZjU0YTg=
9
+ YTk2MDgwY2Q5ODZkYTFmZWU0NzdiODQ4OTA2Yjk2N2IyYTc0ZWU3MTA4YTIz
10
+ OTY0ZjMxNWZlNjc5OWUzNGNmOTAwMDY2N2Y2YjI2MDMxM2I4ZDgyNTc2NmMw
11
+ ZGM5M2I2ODM1NzNkZDZjMzVkZmQzMGI3MWYzY2Q3ODM1YWMyYWU=
12
12
  data.tar.gz: !binary |-
13
- NjNiNmIyZTAxMjRkYWE5N2FlY2M2YzcyMzFmZGYyZmQ3MzVjZjAzMTQ4Yzgy
14
- YjgzMWU4NDdmNTkxMjg3YTZkMWE0YmMzZTBiOGViM2FjZDIzM2UyMjIyMDMz
15
- M2MxNzk1NTlkODA1MmE3NWJiYTc4YjA5ODVjYjk3N2E5NWUxYTg=
13
+ OWQyZWZhNTk0OTdmNmNiYzc5NGQ3YjZjY2NhMDM0ZDY1NzMyZWRkZTg1MTRj
14
+ MTNlZWVmYjA0NzNkOTQ3NjhjYjhkYTBjMjZhOTQxMTk1MDRlMjMzMjRjMTYy
15
+ NjliZjU2ZmUxMWQyYzFlYjU0MDZmYzllMWIyOGY2ZWE1ZWY4MmE=
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.1.29'
2
+ VERSION = '0.1.30'
3
3
  end
@@ -82,6 +82,12 @@
82
82
  "$ref": "includes/filing.json"
83
83
  }
84
84
  },
85
+ "identifiers": {
86
+ "type": "array",
87
+ "items": {
88
+ "$ref": "includes/identifier.json"
89
+ }
90
+ },
85
91
  "industry_codes": {
86
92
  "type": "array",
87
93
  "items": {
@@ -82,6 +82,12 @@
82
82
  "$ref": "filing.json"
83
83
  }
84
84
  },
85
+ "identifiers": {
86
+ "type": "array",
87
+ "items": {
88
+ "$ref": "identifier.json"
89
+ }
90
+ },
85
91
  "industry_codes": {
86
92
  "type": "array",
87
93
  "items": {
@@ -4,15 +4,17 @@
4
4
  "type": "object",
5
5
  "properties": {
6
6
  "uid": {
7
- "type": "string"
7
+ "type": "string",
8
+ "description": "The unique identifier given by the identifier system – it should be unique in the context of the identifier_system",
9
+ "minLength": 1
8
10
  },
9
11
  "identifier_system_code": {
10
12
  "type": "string",
11
- "description": "An identifier representing the identifier scheme. Some examples of this are us_fein (US Federal tax number), us_sec_cik (US Securities and Exchange Commission CIK), gb_ccew (Charity Commission of England & Wales), lei (Global Legal Entity Identifier Schems)"
13
+ "description": "An identifier representing the identifier scheme. Some examples of this are us_fein (US Federal tax number), us_sec_cik (US Securities and Exchange Commission CIK), uk_ew_cc (Charity Commission of England & Wales), lei (Global Legal Entity Identifier System)"
12
14
  }
13
15
  },
14
16
  "required": [
15
- "code",
16
- "code_scheme_id"
17
+ "uid",
18
+ "identifier_system_code"
17
19
  ]
18
20
  }
@@ -3,10 +3,21 @@
3
3
  "description": "A Licence is a permission for an entity to do something that would otherwise not be permitted. Note that such permissions are recorded in multiple different ways and to different granularity. In addition categories cross over, for example a pawnborker may be regulated as a retail establishment by a city, but also as a financial institution by a national or regional financial regulator. Sometimes the licence is a simple statement – the government of Rwanda has given a banking licence to a certain bank -- other times it is fine-grained and highly complex (e.g. an extractives licence or the UK FCA licencing scheme). This schema tries to make it easy to submit the former, while not losing granularity of the latter. The object has the name of Rich Licence to distinguish it from Simple Licence, which it is expected to ultimately replace.",
4
4
  "properties": {
5
5
  "licence_holder": {
6
+ "type": "object",
7
+ "additionalProperties": false,
8
+ "required": [
9
+ "entity"
10
+ ],
6
11
  "properties": {
7
12
  "entity": {
8
13
  "oneOf": [
9
14
  {
15
+ "type": "object",
16
+ "additionalProperties": false,
17
+ "required": [
18
+ "entity_type",
19
+ "entity_properties"
20
+ ],
10
21
  "properties": {
11
22
  "entity_type": {
12
23
  "enum": [
@@ -19,6 +30,12 @@
19
30
  }
20
31
  },
21
32
  {
33
+ "type": "object",
34
+ "additionalProperties": false,
35
+ "required": [
36
+ "entity_type",
37
+ "entity_properties"
38
+ ],
22
39
  "properties": {
23
40
  "entity_type": {
24
41
  "enum": [
@@ -31,6 +48,12 @@
31
48
  }
32
49
  },
33
50
  {
51
+ "type": "object",
52
+ "additionalProperties": false,
53
+ "required": [
54
+ "entity_type",
55
+ "entity_properties"
56
+ ],
34
57
  "properties": {
35
58
  "entity_type": {
36
59
  "enum": [
@@ -43,6 +66,12 @@
43
66
  }
44
67
  },
45
68
  {
69
+ "type": "object",
70
+ "additionalProperties": false,
71
+ "required": [
72
+ "entity_type",
73
+ "entity_properties"
74
+ ],
46
75
  "properties": {
47
76
  "entity_type": {
48
77
  "enum": [
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.1.29
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenCorporates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-20 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: openc-json_schema