Companies House · Schema

pscExemptAsTradingOnEuRegualatedMarketItem

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

pscexemptastradingoneuregualatedmarketitem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "pscExemptAsTradingOnEuRegualatedMarketItem",
  "required": [
    "exemption_type",
    "items"
  ],
  "properties": {
    "items": {
      "description": "List of dates",
      "type": "array",
      "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.",
      "enum": [
        "psc-exempt-as-trading-on-eu-regulated-market"
      ],
      "type": "string"
    }
  }
}