turbot-runner 0.2.34 → 0.2.35
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 +4 -4
- data/lib/turbot_runner/version.rb +1 -1
- data/schema/schemas/alternative-name-schema.json +21 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df9e22cebf2baaf92d7c95c0d8eca6732cca4647
|
|
4
|
+
data.tar.gz: 1ba141e04d8c491bdf1e013605d4dff7627e6859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae86d6d271139df365c4e677295e769ce261e5cab70db4b6ac9498f84256c955d156f83376a6b7e63ca96488687e19be0a49170aa6583e996cd9fd5b6fd127d1
|
|
7
|
+
data.tar.gz: eed08d32b718add5ec5af36ed785876af6f3d05d26f8be735307a0c4567aa6e9ed849ac99d74cb437ec3025493ce5d49eeed30e496b84508aef281a456d7f774
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"Assumed Name",
|
|
15
15
|
"Trade Name",
|
|
16
16
|
"DBA / doing business as",
|
|
17
|
-
"Fictitious
|
|
17
|
+
"Fictitious Name",
|
|
18
|
+
"Other"
|
|
18
19
|
]
|
|
19
20
|
},
|
|
20
21
|
"registered_address": {
|
|
@@ -29,6 +30,14 @@
|
|
|
29
30
|
"type": "string",
|
|
30
31
|
"format": "date"
|
|
31
32
|
},
|
|
33
|
+
"filing_number": {
|
|
34
|
+
"description": "The registers unique id for this record",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"source_jurisdiction": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"minLength": 1
|
|
40
|
+
},
|
|
32
41
|
"source_url": {
|
|
33
42
|
"description": "Place where this fact can be verified",
|
|
34
43
|
"type": "string",
|
|
@@ -51,19 +60,24 @@
|
|
|
51
60
|
"retrieved_at": {
|
|
52
61
|
"description": "The time or date at which the source URL was requested",
|
|
53
62
|
"type": "string",
|
|
54
|
-
"format": "date"
|
|
63
|
+
"format": "date-time"
|
|
64
|
+
},
|
|
65
|
+
"owner_entities": {
|
|
66
|
+
"description": "Lists of owner companies, and persons should this data be available",
|
|
67
|
+
"type": "object"
|
|
55
68
|
},
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
69
|
+
"other_attributes": {
|
|
70
|
+
"description": "Dump of all other relevant data for which we don't yet have curated schema attributes",
|
|
71
|
+
"type": "object"
|
|
59
72
|
}
|
|
60
73
|
},
|
|
61
74
|
"required": [
|
|
62
75
|
"name",
|
|
63
76
|
"type",
|
|
64
|
-
"
|
|
77
|
+
"owner_entities",
|
|
65
78
|
"retrieved_at",
|
|
66
79
|
"sample_date",
|
|
67
|
-
"source_url"
|
|
80
|
+
"source_url",
|
|
81
|
+
"source_jurisdiction"
|
|
68
82
|
]
|
|
69
83
|
}
|
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.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenCorporates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08
|
|
11
|
+
date: 2021-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|