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

Version Path
turbot-runner-0.2.31 schema/schemas/includes/base-statement.json
turbot-runner-0.2.30 schema/schemas/includes/base-statement.json
turbot-runner-0.2.29 schema/schemas/includes/base-statement.json
turbot-runner-0.2.28 schema/schemas/includes/base-statement.json
turbot-runner-0.2.27 schema/schemas/includes/base-statement.json
turbot-runner-0.2.26 schema/schemas/includes/base-statement.json
turbot-runner-0.2.25 schema/schemas/includes/base-statement.json
turbot-runner-0.2.24 schema/schemas/includes/base-statement.json
turbot-runner-0.2.23 schema/schemas/includes/base-statement.json
turbot-runner-0.2.22 schema/schemas/includes/base-statement.json
turbot-runner-0.2.21 schema/schemas/includes/base-statement.json
turbot-runner-0.2.20 schema/schemas/includes/base-statement.json
turbot-runner-0.2.19 schema/schemas/includes/base-statement.json
turbot-runner-morph-0.0.16 schema/schemas/includes/base-statement.json
turbot-runner-0.2.18 schema/schemas/includes/base-statement.json
turbot-runner-0.2.17 schema/schemas/includes/base-statement.json
turbot-runner-morph-0.0.15 schema/schemas/includes/base-statement.json
turbot-runner-morph-0.0.14 schema/schemas/includes/base-statement.json
turbot-runner-0.2.16 schema/schemas/includes/base-statement.json
turbot-runner-0.2.15 schema/schemas/includes/base-statement.json