Sha256: 0b41ba131bc6b6a33de133e29c46be9e316863120f2a9b8cc25bffbf8f0b3bec
Contents?: true
Size: 763 Bytes
Versions: 27
Compression:
Stored size: 763 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "source_jurisdiction": { "description": "Jurisdiction of the source of the data", "type": "string" }, "company": { "$ref" : "company.json" }, "data": { "type": "array", "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", "items": { "$ref": "financial-payment-data-object.json" }, "additionalItems": false } }, "required": ["company", "data"] }
Version data entries
27 entries across 27 versions & 2 rubygems