Companies House · Schema

fileWithin

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
months integer Number of months within which to file.
View JSON Schema on GitHub

JSON Schema

filewithin.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "fileWithin",
  "properties": {
    "months": {
      "description": "Number of months within which to file.",
      "type": "integer"
    }
  }
}