Skip to main content

Planning permission specifications

This is a proof of concept viewer for the planning permission specifications - your feedback will help us to improve it.

module: info-support-ldc

Information to support LDC

Supporting information required to make a Lawful Development Certificate application

Fields

Existing use start date
existing-use-start-date

Date when the existing use of the land or building commenced, in YYYY-MM-DD format

Required: True

Datatype: datetime

Expected number: 1

Existing use interrupted
has-existing-use-interrupted

Indicating whether the existing use has been interrupted since it commenced

Required: True

Datatype: boolean

Expected number: 1

Interruption details
interruption-details

Details of any interruption to the existing use including dates and circumstances

Required: False

Datatype: string

Expected number: 1

Existing use change
has-existing-use-changed

Indicate whether there has been any change in the existing use since it commenced

Required: True

Datatype: boolean

Expected number: 1

Existing use change details
existing-use-change-details

Details of any changes to the existing use including nature of changes and dates

Required: False

Datatype: string

Expected number: 1

Rules

  • existing-use-start-date matches YYYY-MM-DD format
  • existing-use-start-date <= current_date
  • has-existing-use-interrupted == true REQUIRES interruption-details.length > 0
  • has-existing-use-changed== true REQUIRES existing-use-change-details.length > 0
  • interruption-details must specify dates and nature of interruption when provided
  • existing-use-change-details must specify dates and nature of changes when provided