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: eligibility

Eligibility

Whether certain eligibility criteria has been met and the right people notified

Fields

Applicant land interest
applicant-land-interest

Does the applicant have an interest in the land

Required: True

Datatype: boolean

Expected number: 1

Ownership notification
ownership-notification

If not the sole owner, has notification been given under Article 10

Required: False

Datatype: enum

Expected number: 1

Notified persons
notified-persons

List of persons notified, including address and date

Required: False

Datatype: object

Expected number: 1 or more

Notified person component

Person
person

details of the owner (or tenant when not a listed building consent application)

Required: False

Datatype: object

Expected number: 1

Person obj component

Title
title

The title of the individual

Required: False

Datatype: string

Expected number: 1

First Name
first-name

The first name of the individual

Required: True

Datatype: string

Expected number: 1

Last Name
last-name

The last name of the individual

Required: True

Datatype: string

Expected number: 1

Address Text
address-text

Flexible field for capturing addresses

Required: True

Datatype: string

Expected number: 1

Postcode
postcode

The postal code

Required: False

Datatype: string

Expected number: 1

Notice date
notice-date

Date when notice was served

Required: False

Datatype: datetime

Expected number: 1

Rules

  • applicant-land-interest == true (required for application to proceed)
  • if applicant-land-interest == 'partial', then ownership-notification is required
  • if ownership-notification == 'yes', then notified-persons must be provided
  • if ownership-notification == 'no', application cannot proceed without valid justification