{ "$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" ] }