VatReturn

GovernmentMaking Tax DigitalRegulatoryTaxUK
View JSON Schema on GitHub

JSON Schema

hmrc-vatreturn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VatReturn",
  "title": "VatReturn",
  "allOf": [
    {
      "$ref": "#/components/schemas/VatReturnRequest"
    },
    {
      "type": "object",
      "properties": {
        "periodKey": {
          "type": "string"
        }
      }
    }
  ]
}