Companies House · Schema

alterationsDesc

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
has_alterations_to_order boolean The charge has alterations to order
has_alterations_to_prohibitions boolean The charge has alterations to prohibitions
has_alterations_to_provisions boolean The charge has provisions restricting the creation of further charges
View JSON Schema on GitHub

JSON Schema

alterationsdesc.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "alterationsDesc",
  "required": [
    "type",
    "description"
  ],
  "properties": {
    "has_alterations_to_order": {
      "type": "boolean",
      "description": "The charge has alterations to order"
    },
    "has_alterations_to_prohibitions": {
      "type": "boolean",
      "description": "The charge has alterations to prohibitions"
    },
    "has_alterations_to_provisions": {
      "type": "boolean",
      "description": "The charge has provisions restricting the creation of further charges"
    }
  }
}