Companies House · Schema

pscExemptAsTradingOnRegulatedMarketItem

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
items array List of dates
exemption_type string The exemption type.
View JSON Schema on GitHub

JSON Schema

pscexemptastradingonregulatedmarketitem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "pscExemptAsTradingOnRegulatedMarketItem",
  "properties": {
    "items": {
      "type": "array",
      "description": "List of dates",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/exemptionItem"
      }
    },
    "exemption_type": {
      "description": "The exemption type.",
      "type": "string",
      "enum": [
        "psc-exempt-as-trading-on-regulated-market"
      ]
    }
  },
  "required": [
    "exemption_type",
    "items"
  ]
}