Sha256: 83b1185adb1362afb9608c92f3a6ce9905de78289f2eaa71ece354771026b44f

Contents?: true

Size: 1.59 KB

Versions: 6

Compression:

Stored size: 1.59 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "data_type": {
      "enum": [
        "subsidiary_relationship"
      ]
    },
    "properties": {
      "type": "object",
      "required": [
        "subsidiary"
      ],
      "additionalProperties": false,
      "properties": {
        "direct": {
          "description": "If the control is direct (if via an intermediary, this value should be false; if unknown, left blank)",
          "type": "boolean"
        },
        "percentage_controlled": {
          "description": "Percentage controlled, either directly or indirectly",
          "type": "string"
        },
        "significant": {
          "description": "Does the source define the control as somehow significant?",
          "type": "boolean"
        },
        "subsidiary": {
          "description": "Company that is controlled",
          "type": "object",
          "required": [
            "name"
          ],
          "additionalProperties": false,
          "properties": {
            "name": {
              "description": "Name of company",
              "type": "string"
            },
            "jurisdiction": {
              "description": "Jurisdiction of registration",
              "type": "string"
            },
            "company_number": {
              "description": "Company number, if company and known",
              "type": "string"
            },
            "identifier": {
              "description": "Unique identifier of company",
              "type": "string"
            }
          }
        }
      }
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
turbot-runner-0.2.37 schema/schemas/includes/subsidiary-relationship-data.json
turbot-runner-0.2.36 schema/schemas/includes/subsidiary-relationship-data.json
turbot-runner-0.2.35 schema/schemas/includes/subsidiary-relationship-data.json
turbot-runner-0.2.34 schema/schemas/includes/subsidiary-relationship-data.json
turbot-runner-0.2.33 schema/schemas/includes/subsidiary-relationship-data.json
turbot-runner-0.2.32 schema/schemas/includes/subsidiary-relationship-data.json