Companies House · Schema

companyExemptions

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
links array A set of URLs related to the resource, including self.
kind string
etag string The ETag of the resource.
exemptions object Company exemptions information.
View JSON Schema on GitHub

JSON Schema

companyexemptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "companyExemptions",
  "required": [
    "links",
    "kind",
    "etag",
    "exemptions"
  ],
  "properties": {
    "links": {
      "description": "A set of URLs related to the resource, including self.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/linksType"
      },
      "type": "array"
    },
    "kind": {
      "type": "string",
      "enum": [
        "exemptions"
      ]
    },
    "etag": {
      "type": "string",
      "description": "The ETag of the resource."
    },
    "exemptions": {
      "description": "Company exemptions information.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/exemptions"
      }
    }
  }
}