You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| reference | Reference | A unique reference for the data item | MUST ||
34
41
| application-types | Application types[]| A list of planning application types that define the nature of the planning application | MUST | Select from the **application-type** enum |
35
42
| application-sub-type | Application sub type | Further classification of the application type for specific variations within the main application type | MAY | Select from the **application-sub-type** enum |
| agent-reference | Agent reference | A reference to an agent object | MUST ||
93
102
| contact-details | Contact details{} | A structured object containing contact information for an individual. This component is required for planning in principle (PiP) applications and optional for other application types. Contains email and phone contact information. | MUST ||
94
103
95
104
96
-
**Contact details model**
105
+
**Contact details component**
97
106
98
107
field | name | description | required | notes
99
108
-- | -- | -- | -- | --
100
109
email | Email | The email address that can be used for electronic correspondence with the individual | MUST |
101
110
phone-numbers | Phone number(s)[]{} | One or more telephone numbers to contact individual | MUST |
102
111
103
112
104
-
**Phone number model**
113
+
**Phone number component**
105
114
106
115
field | name | description | required | notes
107
116
-- | -- | -- | -- | --
@@ -115,12 +124,14 @@ contact-priority | Contact priority | The priority of a number | MAY | Select fr
115
124
Details of the agent acting on behalf of the applicant
116
125
117
126
118
-
| reference | name | description | only for application | requirement | notes |
| applicant-reference | Applicant reference | Reference to match contact details to a named individual from the applicant details component | MUST ||
153
166
| contact-details | Contact details{} | A structured object containing contact information for an individual. This component is required for planning in principle (PiP) applications and optional for other application types. Contains email and phone contact information. | MUST ||
154
167
155
168
156
-
**Contact details model**
169
+
**Contact details component**
157
170
158
171
field | name | description | required | notes
159
172
-- | -- | -- | -- | --
160
173
email | Email | The email address that can be used for electronic correspondence with the individual | MUST |
161
174
phone-numbers | Phone number(s)[]{} | One or more telephone numbers to contact individual | MUST |
162
175
163
176
164
-
**Phone number model**
177
+
**Phone number component**
165
178
166
179
field | name | description | required | notes
167
180
-- | -- | -- | -- | --
@@ -179,20 +192,22 @@ Details about the applicants for the planning application,
179
192
including their personal information and contact details
180
193
181
194
182
-
| reference | name | description | only for application | requirement | notes |
| declaration-confirmed | Declaration confirmed | Confirms the applicant or agent has reviewed and validated the information provided in the application | MUST ||
246
267
| declaration-date | Declaration date | The date the declaration was made | MUST ||
@@ -257,8 +278,10 @@ Details about your proposal including related planning permissions,
257
278
development status, and condition information
258
279
259
280
260
-
| reference | name | description | only for application | requirement | notes |
| related-application | Related application{} | Details of the related planning permission | MUST ||
263
286
| condition-numbers | Condition numbers[]| List of condition numbers related to this application | MAY ||
264
287
| has-development-started | Has development started | Whether the development has already started | MUST ||
@@ -267,7 +290,7 @@ development status, and condition information
267
290
| development-completed-date | Development completed date | Date when development was completed | MAY | Rule: is a MUST if `has-development-completed` is `True`|
268
291
269
292
270
-
**Related application details model**
293
+
**Related application details component**
271
294
272
295
field | name | description | required | notes
273
296
-- | -- | -- | -- | --
@@ -290,8 +313,10 @@ Module for capturing information about materials and details being submitted
290
313
for approval as part of discharging planning conditions
291
314
292
315
293
-
| reference | name | description | only for application | requirement | notes |
| is-discharging-part | Is discharging part | Is applicant trying to discharge part of condition? | MUST ||
311
338
| discharging-part-details | Discharging part details | Indicate which part of the condition the application relates to | MAY | Rule: is a MUST if `discharging-part` is `True`|
312
339
@@ -320,8 +347,10 @@ and details about which part of the condition is being addressed
320
347
Information about any pre-application advice sought from the planning authority
321
348
322
349
323
-
| reference | name | description | only for application | requirement | notes |
| advice-sought | Pre-application advice sought | Whether pre-application advice has been sought from the planning authority | MUST ||
326
355
| officer-name | Officer name | Name of the planning officer who provided the pre-application advice | MAY | Rule: is a MUST if `advice-sought` is `True`|
327
356
| reference | Reference | A unique reference for the data item | MAY | Rule: is a MUST if `advice-sought` is `True`|
@@ -336,12 +365,14 @@ Information about the location and extent of the site where development
336
365
or works are proposed
337
366
338
367
339
-
| reference | name | description | only for application | requirement | notes |
- At least one site-location must be provided for tree works applications
361
-
- Exactly one site-location for all other applications types
391
+
-{'description': 'At least one site-location must be provided for tree works applications', 'type': 'count-constraint', 'field': 'site-locations', 'when': {'application-type': {'in': ['tree-works']}}, 'require': {'min': 1}}
392
+
-{'description': 'Exactly one site-location for all other applications types', 'type': 'count-constraint', 'field': 'site-locations', 'when': {'application-type': {'not': ['tree-works']}}, 'require': {'exact': 1}}
362
393
- If easting is provided, northing must also be provided and vice versa
363
394
- If latitude is provided, longitude must also be provided and vice versa
| can-be-seen-from | Site seen from public area | Can site be seen from a public road, public footpath, bridleway or other public land | MUST ||
376
409
| contact-type | Site visit contact type | Indicates who the authority should contact to arrange a site visit | MUST | Select from the **site-visit-contact-type** enum |
377
410
| contact-reference | Contact reference | The reference of the applicant or agent who should be contacted for site visits | MAY ||
378
411
| other-contact | Other site visit contact{} | Details of specifically named contact for site visits | MAY | Rule: is a MUST if `contact-type` is `other`|
0 commit comments