@pdtf/schemas 3.2.1-10 → 3.2.1-12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.2.1-10",
3
+ "version": "3.2.1-12",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -185,6 +185,9 @@
185
185
  },
186
186
  "externalIds": {
187
187
  "type": "object"
188
+ },
189
+ "isRemoved": {
190
+ "type": "boolean"
188
191
  }
189
192
  },
190
193
  "discriminator": {
@@ -235,6 +238,7 @@
235
238
  "Personal Representative for a Deceased Owner",
236
239
  "Under Power of Attorney",
237
240
  "Mortgagee in Possession",
241
+ "Assistant",
238
242
  "Other"
239
243
  ]
240
244
  }
@@ -271,6 +275,7 @@
271
275
  "enum": [
272
276
  "Personal Representative for a Deceased Owner",
273
277
  "Under Power of Attorney",
278
+ "Assistant",
274
279
  "Other"
275
280
  ]
276
281
  },
@@ -797,9 +802,9 @@
797
802
  "baspi5Ref": "A1.8",
798
803
  "title": "About the property building",
799
804
  "type": "object",
800
- "ntsRequired": ["building", "roomDimensions"],
801
- "nts-sefRequired": ["building", "roomDimensions"],
802
- "ntslRequired": ["building", "roomDimensions"],
805
+ "ntsRequired": ["building"],
806
+ "nts-sefRequired": ["building"],
807
+ "ntslRequired": ["building"],
803
808
  "properties": {
804
809
  "building": {
805
810
  "ntsRef": "B1.1.1",
@@ -1632,9 +1637,16 @@
1632
1637
  "titleNumber": {
1633
1638
  "baspi4Ref": "A1.3.0.1",
1634
1639
  "baspi5Ref": "A1.3.0.1",
1640
+ "ntsRef": "A3.3.1",
1641
+ "nts-sefRef": "A3.3.1",
1635
1642
  "title": "Title number (if registered)",
1636
- "type": "string",
1637
- "minLength": 1
1643
+ "type": "string"
1644
+ },
1645
+ "titlePropertyDescription": {
1646
+ "ntsRef": "A3.3.2",
1647
+ "nts-sefRef": "A3.3.2",
1648
+ "title": "Title property description",
1649
+ "type": "string"
1638
1650
  },
1639
1651
  "ownershipType": {
1640
1652
  "ntsRef": "A3.1",
@@ -1700,7 +1712,7 @@
1700
1712
  "details": {
1701
1713
  "baspi4Ref": "A1.3.0.2.2",
1702
1714
  "baspi5Ref": "A1.3.0.2.2",
1703
- "title": "Describe the share for sale (e.g. Ground floor flat only)",
1715
+ "title": "Describe the part for sale (e.g. Ground floor flat only)",
1704
1716
  "type": "string",
1705
1717
  "minLength": 1
1706
1718
  }
@@ -26566,9 +26578,17 @@
26566
26578
  "type": "object",
26567
26579
  "title": "Planning application",
26568
26580
  "properties": {
26581
+ "address": {
26582
+ "type": "string",
26583
+ "title": "Location of the property to which the application relates"
26584
+ },
26569
26585
  "refNumber": {
26570
26586
  "type": "string",
26571
- "title": "Reference number for the planning application; optional for proposals"
26587
+ "title": "Reference number for the planning application"
26588
+ },
26589
+ "description": {
26590
+ "type": "string",
26591
+ "title": "Description of the application"
26572
26592
  },
26573
26593
  "isProposal": {
26574
26594
  "title": "Is this a proposal?",
@@ -26594,9 +26614,21 @@
26594
26614
  "title": "What type of application was this?",
26595
26615
  "type": "string",
26596
26616
  "minLength": 1
26617
+ },
26618
+ "status": {
26619
+ "title": "Application status",
26620
+ "type": "string",
26621
+ "minLength": 1
26622
+ },
26623
+ "url": {
26624
+ "title": "Link to application on council planning portal",
26625
+ "type": "string",
26626
+ "format": "uri"
26597
26627
  }
26598
26628
  },
26599
26629
  "con29RRequired": [
26630
+ "refNumber",
26631
+ "description",
26600
26632
  "isProposal",
26601
26633
  "applicationDate",
26602
26634
  "applicationType"
@@ -26613,7 +26645,11 @@
26613
26645
  "properties": {
26614
26646
  "refNumber": {
26615
26647
  "type": "string",
26616
- "title": "Reference number for the planning application; optional for proposals"
26648
+ "title": "Reference number for the planning application"
26649
+ },
26650
+ "description": {
26651
+ "type": "string",
26652
+ "title": "Description of the application"
26617
26653
  },
26618
26654
  "isProposal": {
26619
26655
  "title": "Is this a proposal?",
@@ -26642,6 +26678,8 @@
26642
26678
  }
26643
26679
  },
26644
26680
  "con29RRequired": [
26681
+ "refNumber",
26682
+ "description",
26645
26683
  "isProposal",
26646
26684
  "applicationDate",
26647
26685
  "applicationType"
@@ -26658,7 +26696,11 @@
26658
26696
  "properties": {
26659
26697
  "refNumber": {
26660
26698
  "type": "string",
26661
- "title": "Reference number for the planning application; optional for proposals"
26699
+ "title": "Reference number for the planning application"
26700
+ },
26701
+ "description": {
26702
+ "type": "string",
26703
+ "title": "Description of the application"
26662
26704
  },
26663
26705
  "isProposal": {
26664
26706
  "title": "Is this a proposal?",
@@ -26687,6 +26729,8 @@
26687
26729
  }
26688
26730
  },
26689
26731
  "con29RRequired": [
26732
+ "refNumber",
26733
+ "description",
26690
26734
  "isProposal",
26691
26735
  "applicationDate",
26692
26736
  "applicationType"
@@ -26703,7 +26747,11 @@
26703
26747
  "properties": {
26704
26748
  "refNumber": {
26705
26749
  "type": "string",
26706
- "title": "Reference number for the planning application; optional for proposals"
26750
+ "title": "Reference number for the planning application"
26751
+ },
26752
+ "description": {
26753
+ "type": "string",
26754
+ "title": "Description of the application"
26707
26755
  },
26708
26756
  "isProposal": {
26709
26757
  "title": "Is this a proposal?",
@@ -26732,6 +26780,9 @@
26732
26780
  }
26733
26781
  },
26734
26782
  "con29RRequired": [
26783
+ "refNumber",
26784
+ "description",
26785
+ "isProposal",
26735
26786
  "isProposal",
26736
26787
  "applicationDate",
26737
26788
  "applicationType"
@@ -26748,7 +26799,11 @@
26748
26799
  "properties": {
26749
26800
  "refNumber": {
26750
26801
  "type": "string",
26751
- "title": "Reference number for the planning application; optional for proposals"
26802
+ "title": "Reference number for the planning application"
26803
+ },
26804
+ "description": {
26805
+ "type": "string",
26806
+ "title": "Description of the application"
26752
26807
  },
26753
26808
  "isProposal": {
26754
26809
  "title": "Is this a proposal?",
@@ -26777,6 +26832,8 @@
26777
26832
  }
26778
26833
  },
26779
26834
  "con29RRequired": [
26835
+ "refNumber",
26836
+ "description",
26780
26837
  "isProposal",
26781
26838
  "applicationDate",
26782
26839
  "applicationType"
@@ -26793,7 +26850,11 @@
26793
26850
  "properties": {
26794
26851
  "refNumber": {
26795
26852
  "type": "string",
26796
- "title": "Reference number for the planning application; optional for proposals"
26853
+ "title": "Reference number for the planning application"
26854
+ },
26855
+ "description": {
26856
+ "type": "string",
26857
+ "title": "Description of the application"
26797
26858
  },
26798
26859
  "isProposal": {
26799
26860
  "title": "Is this a proposal?",
@@ -26822,6 +26883,8 @@
26822
26883
  }
26823
26884
  },
26824
26885
  "con29RRequired": [
26886
+ "refNumber",
26887
+ "description",
26825
26888
  "isProposal",
26826
26889
  "applicationDate",
26827
26890
  "applicationType"
@@ -26838,7 +26901,11 @@
26838
26901
  "properties": {
26839
26902
  "refNumber": {
26840
26903
  "type": "string",
26841
- "title": "Reference number for the planning application; optional for proposals"
26904
+ "title": "Reference number for the planning application"
26905
+ },
26906
+ "description": {
26907
+ "type": "string",
26908
+ "title": "Description of the application"
26842
26909
  },
26843
26910
  "isProposal": {
26844
26911
  "title": "Is this a proposal?",
@@ -26867,6 +26934,8 @@
26867
26934
  }
26868
26935
  },
26869
26936
  "con29RRequired": [
26937
+ "refNumber",
26938
+ "description",
26870
26939
  "isProposal",
26871
26940
  "applicationDate",
26872
26941
  "applicationType"
@@ -26883,7 +26952,11 @@
26883
26952
  "properties": {
26884
26953
  "refNumber": {
26885
26954
  "type": "string",
26886
- "title": "Reference number for the planning application; optional for proposals"
26955
+ "title": "Reference number for the planning application"
26956
+ },
26957
+ "description": {
26958
+ "type": "string",
26959
+ "title": "Description of the application"
26887
26960
  },
26888
26961
  "isProposal": {
26889
26962
  "title": "Is this a proposal?",
@@ -26912,6 +26985,8 @@
26912
26985
  }
26913
26986
  },
26914
26987
  "con29RRequired": [
26988
+ "refNumber",
26989
+ "description",
26915
26990
  "isProposal",
26916
26991
  "applicationDate",
26917
26992
  "applicationType"
@@ -26928,7 +27003,11 @@
26928
27003
  "properties": {
26929
27004
  "refNumber": {
26930
27005
  "type": "string",
26931
- "title": "Reference number for the planning application; optional for proposals"
27006
+ "title": "Reference number for the planning application"
27007
+ },
27008
+ "description": {
27009
+ "type": "string",
27010
+ "title": "Description of the application"
26932
27011
  },
26933
27012
  "isProposal": {
26934
27013
  "title": "Is this a proposal?",
@@ -26957,6 +27036,8 @@
26957
27036
  }
26958
27037
  },
26959
27038
  "con29RRequired": [
27039
+ "refNumber",
27040
+ "description",
26960
27041
  "isProposal",
26961
27042
  "applicationDate",
26962
27043
  "applicationType"
@@ -26973,7 +27054,11 @@
26973
27054
  "properties": {
26974
27055
  "refNumber": {
26975
27056
  "type": "string",
26976
- "title": "Reference number for the planning application; optional for proposals"
27057
+ "title": "Reference number for the planning application"
27058
+ },
27059
+ "description": {
27060
+ "type": "string",
27061
+ "title": "Description of the application"
26977
27062
  },
26978
27063
  "isProposal": {
26979
27064
  "title": "Is this a proposal?",
@@ -27002,6 +27087,8 @@
27002
27087
  }
27003
27088
  },
27004
27089
  "con29RRequired": [
27090
+ "refNumber",
27091
+ "description",
27005
27092
  "isProposal",
27006
27093
  "applicationDate",
27007
27094
  "applicationType"
@@ -27018,7 +27105,11 @@
27018
27105
  "properties": {
27019
27106
  "refNumber": {
27020
27107
  "type": "string",
27021
- "title": "Reference number for the planning application; optional for proposals"
27108
+ "title": "Reference number for the planning application"
27109
+ },
27110
+ "description": {
27111
+ "type": "string",
27112
+ "title": "Description of the application"
27022
27113
  },
27023
27114
  "isProposal": {
27024
27115
  "title": "Is this a proposal?",
@@ -27047,6 +27138,8 @@
27047
27138
  }
27048
27139
  },
27049
27140
  "con29RRequired": [
27141
+ "refNumber",
27142
+ "description",
27050
27143
  "isProposal",
27051
27144
  "applicationDate",
27052
27145
  "applicationType"
@@ -27063,7 +27156,11 @@
27063
27156
  "properties": {
27064
27157
  "refNumber": {
27065
27158
  "type": "string",
27066
- "title": "Reference number for the planning application; optional for proposals"
27159
+ "title": "Reference number for the planning application"
27160
+ },
27161
+ "description": {
27162
+ "type": "string",
27163
+ "title": "Description of the application"
27067
27164
  },
27068
27165
  "isProposal": {
27069
27166
  "title": "Is this a proposal?",
@@ -27092,6 +27189,8 @@
27092
27189
  }
27093
27190
  },
27094
27191
  "con29RRequired": [
27192
+ "refNumber",
27193
+ "description",
27095
27194
  "isProposal",
27096
27195
  "applicationDate",
27097
27196
  "applicationType"
@@ -67,6 +67,7 @@
67
67
  "enum": [
68
68
  "Personal Representative for a Deceased Owner",
69
69
  "Under Power of Attorney",
70
+ "Assistant",
70
71
  "Other"
71
72
  ]
72
73
  },
@@ -67,6 +67,7 @@
67
67
  "enum": [
68
68
  "Personal Representative for a Deceased Owner",
69
69
  "Under Power of Attorney",
70
+ "Assistant",
70
71
  "Other"
71
72
  ]
72
73
  },
@@ -18,6 +18,8 @@
18
18
  "con29RRef": "1.1(a)",
19
19
  "items": {
20
20
  "required": [
21
+ "refNumber",
22
+ "description",
21
23
  "isProposal",
22
24
  "applicationDate",
23
25
  "applicationType"
@@ -28,6 +30,8 @@
28
30
  "con29RRef": "1.1(b)",
29
31
  "items": {
30
32
  "required": [
33
+ "refNumber",
34
+ "description",
31
35
  "isProposal",
32
36
  "applicationDate",
33
37
  "applicationType"
@@ -38,6 +42,8 @@
38
42
  "con29RRef": "1.1(c)",
39
43
  "items": {
40
44
  "required": [
45
+ "refNumber",
46
+ "description",
41
47
  "isProposal",
42
48
  "applicationDate",
43
49
  "applicationType"
@@ -48,6 +54,9 @@
48
54
  "con29RRef": "1.1(d)",
49
55
  "items": {
50
56
  "required": [
57
+ "refNumber",
58
+ "description",
59
+ "isProposal",
51
60
  "isProposal",
52
61
  "applicationDate",
53
62
  "applicationType"
@@ -58,6 +67,8 @@
58
67
  "con29RRef": "1.1(e)",
59
68
  "items": {
60
69
  "required": [
70
+ "refNumber",
71
+ "description",
61
72
  "isProposal",
62
73
  "applicationDate",
63
74
  "applicationType"
@@ -68,6 +79,8 @@
68
79
  "con29RRef": "1.1(f)",
69
80
  "items": {
70
81
  "required": [
82
+ "refNumber",
83
+ "description",
71
84
  "isProposal",
72
85
  "applicationDate",
73
86
  "applicationType"
@@ -78,6 +91,8 @@
78
91
  "con29RRef": "1.1(g)",
79
92
  "items": {
80
93
  "required": [
94
+ "refNumber",
95
+ "description",
81
96
  "isProposal",
82
97
  "applicationDate",
83
98
  "applicationType"
@@ -88,6 +103,8 @@
88
103
  "con29RRef": "1.1(h)",
89
104
  "items": {
90
105
  "required": [
106
+ "refNumber",
107
+ "description",
91
108
  "isProposal",
92
109
  "applicationDate",
93
110
  "applicationType"
@@ -98,6 +115,8 @@
98
115
  "con29RRef": "1.1(i)",
99
116
  "items": {
100
117
  "required": [
118
+ "refNumber",
119
+ "description",
101
120
  "isProposal",
102
121
  "applicationDate",
103
122
  "applicationType"
@@ -108,6 +127,8 @@
108
127
  "con29RRef": "1.1(j)",
109
128
  "items": {
110
129
  "required": [
130
+ "refNumber",
131
+ "description",
111
132
  "isProposal",
112
133
  "applicationDate",
113
134
  "applicationType"
@@ -118,6 +139,8 @@
118
139
  "con29RRef": "1.1(k)",
119
140
  "items": {
120
141
  "required": [
142
+ "refNumber",
143
+ "description",
121
144
  "isProposal",
122
145
  "applicationDate",
123
146
  "applicationType"
@@ -128,6 +151,8 @@
128
151
  "con29RRef": "1.1(l)",
129
152
  "items": {
130
153
  "required": [
154
+ "refNumber",
155
+ "description",
131
156
  "isProposal",
132
157
  "applicationDate",
133
158
  "applicationType"
@@ -46,8 +46,7 @@
46
46
  "buildInformation": {
47
47
  "nts-sefRef": "B1.1",
48
48
  "required": [
49
- "building",
50
- "roomDimensions"
49
+ "building"
51
50
  ],
52
51
  "properties": {
53
52
  "building": {
@@ -639,6 +638,12 @@
639
638
  "ownershipType"
640
639
  ],
641
640
  "properties": {
641
+ "titleNumber": {
642
+ "nts-sefRef": "A3.3.1"
643
+ },
644
+ "titlePropertyDescription": {
645
+ "nts-sefRef": "A3.3.2"
646
+ },
642
647
  "ownershipType": {
643
648
  "nts-sefRef": "A3.1"
644
649
  }
@@ -46,8 +46,7 @@
46
46
  "buildInformation": {
47
47
  "ntsRef": "B1.1",
48
48
  "required": [
49
- "building",
50
- "roomDimensions"
49
+ "building"
51
50
  ],
52
51
  "properties": {
53
52
  "building": {
@@ -548,6 +547,12 @@
548
547
  "ownershipType"
549
548
  ],
550
549
  "properties": {
550
+ "titleNumber": {
551
+ "ntsRef": "A3.3.1"
552
+ },
553
+ "titlePropertyDescription": {
554
+ "ntsRef": "A3.3.2"
555
+ },
551
556
  "ownershipType": {
552
557
  "ntsRef": "A3.1"
553
558
  }
@@ -48,8 +48,7 @@
48
48
  "buildInformation": {
49
49
  "ntslRef": "B1.1",
50
50
  "required": [
51
- "building",
52
- "roomDimensions"
51
+ "building"
53
52
  ],
54
53
  "properties": {
55
54
  "building": {
@@ -57,6 +57,7 @@
57
57
  "enum": [
58
58
  "Personal Representative for a Deceased Owner",
59
59
  "Under Power of Attorney",
60
+ "Assistant",
60
61
  "Other"
61
62
  ]
62
63
  }
@@ -33,6 +33,7 @@
33
33
  "enum": [
34
34
  "Personal Representative for a Deceased Owner",
35
35
  "Under Power of Attorney",
36
+ "Assistant",
36
37
  "Other"
37
38
  ]
38
39
  },
@@ -182,6 +182,9 @@
182
182
  },
183
183
  "externalIds": {
184
184
  "type": "object"
185
+ },
186
+ "isRemoved": {
187
+ "type": "boolean"
185
188
  }
186
189
  },
187
190
  "oneOf": [
@@ -223,6 +226,7 @@
223
226
  "Personal Representative for a Deceased Owner",
224
227
  "Under Power of Attorney",
225
228
  "Mortgagee in Possession",
229
+ "Assistant",
226
230
  "Other"
227
231
  ]
228
232
  }
@@ -257,6 +261,7 @@
257
261
  "enum": [
258
262
  "Personal Representative for a Deceased Owner",
259
263
  "Under Power of Attorney",
264
+ "Assistant",
260
265
  "Other"
261
266
  ]
262
267
  },
@@ -1331,8 +1336,11 @@
1331
1336
  "properties": {
1332
1337
  "titleNumber": {
1333
1338
  "title": "Title number (if registered)",
1334
- "type": "string",
1335
- "minLength": 1
1339
+ "type": "string"
1340
+ },
1341
+ "titlePropertyDescription": {
1342
+ "title": "Title property description",
1343
+ "type": "string"
1336
1344
  },
1337
1345
  "ownershipType": {
1338
1346
  "title": "What type of ownership is the property?",
@@ -1386,7 +1394,7 @@
1386
1394
  ]
1387
1395
  },
1388
1396
  "details": {
1389
- "title": "Describe the share for sale (e.g. Ground floor flat only)",
1397
+ "title": "Describe the part for sale (e.g. Ground floor flat only)",
1390
1398
  "type": "string",
1391
1399
  "minLength": 1
1392
1400
  }
@@ -21937,9 +21945,17 @@
21937
21945
  "type": "object",
21938
21946
  "title": "Planning application",
21939
21947
  "properties": {
21948
+ "address": {
21949
+ "type": "string",
21950
+ "title": "Location of the property to which the application relates"
21951
+ },
21940
21952
  "refNumber": {
21941
21953
  "type": "string",
21942
- "title": "Reference number for the planning application; optional for proposals"
21954
+ "title": "Reference number for the planning application"
21955
+ },
21956
+ "description": {
21957
+ "type": "string",
21958
+ "title": "Description of the application"
21943
21959
  },
21944
21960
  "isProposal": {
21945
21961
  "title": "Is this a proposal?",
@@ -21968,6 +21984,16 @@
21968
21984
  "title": "What type of application was this?",
21969
21985
  "type": "string",
21970
21986
  "minLength": 1
21987
+ },
21988
+ "status": {
21989
+ "title": "Application status",
21990
+ "type": "string",
21991
+ "minLength": 1
21992
+ },
21993
+ "url": {
21994
+ "title": "Link to application on council planning portal",
21995
+ "type": "string",
21996
+ "format": "uri"
21971
21997
  }
21972
21998
  }
21973
21999
  }
@@ -21981,7 +22007,11 @@
21981
22007
  "properties": {
21982
22008
  "refNumber": {
21983
22009
  "type": "string",
21984
- "title": "Reference number for the planning application; optional for proposals"
22010
+ "title": "Reference number for the planning application"
22011
+ },
22012
+ "description": {
22013
+ "type": "string",
22014
+ "title": "Description of the application"
21985
22015
  },
21986
22016
  "isProposal": {
21987
22017
  "title": "Is this a proposal?",
@@ -22023,7 +22053,11 @@
22023
22053
  "properties": {
22024
22054
  "refNumber": {
22025
22055
  "type": "string",
22026
- "title": "Reference number for the planning application; optional for proposals"
22056
+ "title": "Reference number for the planning application"
22057
+ },
22058
+ "description": {
22059
+ "type": "string",
22060
+ "title": "Description of the application"
22027
22061
  },
22028
22062
  "isProposal": {
22029
22063
  "title": "Is this a proposal?",
@@ -22065,7 +22099,11 @@
22065
22099
  "properties": {
22066
22100
  "refNumber": {
22067
22101
  "type": "string",
22068
- "title": "Reference number for the planning application; optional for proposals"
22102
+ "title": "Reference number for the planning application"
22103
+ },
22104
+ "description": {
22105
+ "type": "string",
22106
+ "title": "Description of the application"
22069
22107
  },
22070
22108
  "isProposal": {
22071
22109
  "title": "Is this a proposal?",
@@ -22107,7 +22145,11 @@
22107
22145
  "properties": {
22108
22146
  "refNumber": {
22109
22147
  "type": "string",
22110
- "title": "Reference number for the planning application; optional for proposals"
22148
+ "title": "Reference number for the planning application"
22149
+ },
22150
+ "description": {
22151
+ "type": "string",
22152
+ "title": "Description of the application"
22111
22153
  },
22112
22154
  "isProposal": {
22113
22155
  "title": "Is this a proposal?",
@@ -22149,7 +22191,11 @@
22149
22191
  "properties": {
22150
22192
  "refNumber": {
22151
22193
  "type": "string",
22152
- "title": "Reference number for the planning application; optional for proposals"
22194
+ "title": "Reference number for the planning application"
22195
+ },
22196
+ "description": {
22197
+ "type": "string",
22198
+ "title": "Description of the application"
22153
22199
  },
22154
22200
  "isProposal": {
22155
22201
  "title": "Is this a proposal?",
@@ -22191,7 +22237,11 @@
22191
22237
  "properties": {
22192
22238
  "refNumber": {
22193
22239
  "type": "string",
22194
- "title": "Reference number for the planning application; optional for proposals"
22240
+ "title": "Reference number for the planning application"
22241
+ },
22242
+ "description": {
22243
+ "type": "string",
22244
+ "title": "Description of the application"
22195
22245
  },
22196
22246
  "isProposal": {
22197
22247
  "title": "Is this a proposal?",
@@ -22233,7 +22283,11 @@
22233
22283
  "properties": {
22234
22284
  "refNumber": {
22235
22285
  "type": "string",
22236
- "title": "Reference number for the planning application; optional for proposals"
22286
+ "title": "Reference number for the planning application"
22287
+ },
22288
+ "description": {
22289
+ "type": "string",
22290
+ "title": "Description of the application"
22237
22291
  },
22238
22292
  "isProposal": {
22239
22293
  "title": "Is this a proposal?",
@@ -22275,7 +22329,11 @@
22275
22329
  "properties": {
22276
22330
  "refNumber": {
22277
22331
  "type": "string",
22278
- "title": "Reference number for the planning application; optional for proposals"
22332
+ "title": "Reference number for the planning application"
22333
+ },
22334
+ "description": {
22335
+ "type": "string",
22336
+ "title": "Description of the application"
22279
22337
  },
22280
22338
  "isProposal": {
22281
22339
  "title": "Is this a proposal?",
@@ -22317,7 +22375,11 @@
22317
22375
  "properties": {
22318
22376
  "refNumber": {
22319
22377
  "type": "string",
22320
- "title": "Reference number for the planning application; optional for proposals"
22378
+ "title": "Reference number for the planning application"
22379
+ },
22380
+ "description": {
22381
+ "type": "string",
22382
+ "title": "Description of the application"
22321
22383
  },
22322
22384
  "isProposal": {
22323
22385
  "title": "Is this a proposal?",
@@ -22359,7 +22421,11 @@
22359
22421
  "properties": {
22360
22422
  "refNumber": {
22361
22423
  "type": "string",
22362
- "title": "Reference number for the planning application; optional for proposals"
22424
+ "title": "Reference number for the planning application"
22425
+ },
22426
+ "description": {
22427
+ "type": "string",
22428
+ "title": "Description of the application"
22363
22429
  },
22364
22430
  "isProposal": {
22365
22431
  "title": "Is this a proposal?",
@@ -22401,7 +22467,11 @@
22401
22467
  "properties": {
22402
22468
  "refNumber": {
22403
22469
  "type": "string",
22404
- "title": "Reference number for the planning application; optional for proposals"
22470
+ "title": "Reference number for the planning application"
22471
+ },
22472
+ "description": {
22473
+ "type": "string",
22474
+ "title": "Description of the application"
22405
22475
  },
22406
22476
  "isProposal": {
22407
22477
  "title": "Is this a proposal?",
@@ -30,6 +30,7 @@
30
30
  "organisationReference": {},
31
31
  "role": {},
32
32
  "externalIds": {},
33
+ "isRemoved": {},
33
34
  "sellersCapacity": {
34
35
  "capacity": {},
35
36
  "sellersCapacityDetails": {},
@@ -212,6 +213,7 @@
212
213
  "isLimitedCompanySale": {},
213
214
  "ownershipsToBeTransferred": {
214
215
  "titleNumber": {},
216
+ "titlePropertyDescription": {},
215
217
  "ownershipType": {},
216
218
  "wholeFreeholdForSale": {
217
219
  "yesNo": {},
@@ -2879,12 +2881,15 @@
2879
2881
  "planningAndBuildingRegulations": {
2880
2882
  "decisionsAndPendingApplications": {
2881
2883
  "planningPermission": {
2884
+ "address": {},
2882
2885
  "refNumber": {},
2883
2886
  "isProposal": {},
2884
2887
  "applicationDate": {},
2885
2888
  "decision": {},
2886
2889
  "decisionDate": {},
2887
- "applicationType": {}
2890
+ "applicationType": {},
2891
+ "status": {},
2892
+ "url": {}
2888
2893
  },
2889
2894
  "listedBuildingConsent": {
2890
2895
  "refNumber": {},