@pdtf/schemas 3.2.1-10 → 3.2.1-11
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 +1 -1
- package/src/schemas/v3/combined.json +112 -18
- package/src/schemas/v3/overlays/con29R.json +25 -0
- package/src/schemas/v3/overlays/nts-sef.json +7 -2
- package/src/schemas/v3/overlays/nts.json +7 -2
- package/src/schemas/v3/overlays/ntsl.json +1 -2
- package/src/schemas/v3/pdtf-transaction.json +80 -15
- package/src/schemas/v3/skeleton.json +5 -1
package/package.json
CHANGED
|
@@ -797,9 +797,9 @@
|
|
|
797
797
|
"baspi5Ref": "A1.8",
|
|
798
798
|
"title": "About the property building",
|
|
799
799
|
"type": "object",
|
|
800
|
-
"ntsRequired": ["building"
|
|
801
|
-
"nts-sefRequired": ["building"
|
|
802
|
-
"ntslRequired": ["building"
|
|
800
|
+
"ntsRequired": ["building"],
|
|
801
|
+
"nts-sefRequired": ["building"],
|
|
802
|
+
"ntslRequired": ["building"],
|
|
803
803
|
"properties": {
|
|
804
804
|
"building": {
|
|
805
805
|
"ntsRef": "B1.1.1",
|
|
@@ -1632,9 +1632,16 @@
|
|
|
1632
1632
|
"titleNumber": {
|
|
1633
1633
|
"baspi4Ref": "A1.3.0.1",
|
|
1634
1634
|
"baspi5Ref": "A1.3.0.1",
|
|
1635
|
+
"ntsRef": "A3.3.1",
|
|
1636
|
+
"nts-sefRef": "A3.3.1",
|
|
1635
1637
|
"title": "Title number (if registered)",
|
|
1636
|
-
"type": "string"
|
|
1637
|
-
|
|
1638
|
+
"type": "string"
|
|
1639
|
+
},
|
|
1640
|
+
"titlePropertyDescription": {
|
|
1641
|
+
"ntsRef": "A3.3.2",
|
|
1642
|
+
"nts-sefRef": "A3.3.2",
|
|
1643
|
+
"title": "Title property description",
|
|
1644
|
+
"type": "string"
|
|
1638
1645
|
},
|
|
1639
1646
|
"ownershipType": {
|
|
1640
1647
|
"ntsRef": "A3.1",
|
|
@@ -1700,7 +1707,7 @@
|
|
|
1700
1707
|
"details": {
|
|
1701
1708
|
"baspi4Ref": "A1.3.0.2.2",
|
|
1702
1709
|
"baspi5Ref": "A1.3.0.2.2",
|
|
1703
|
-
"title": "Describe the
|
|
1710
|
+
"title": "Describe the part for sale (e.g. Ground floor flat only)",
|
|
1704
1711
|
"type": "string",
|
|
1705
1712
|
"minLength": 1
|
|
1706
1713
|
}
|
|
@@ -26566,9 +26573,17 @@
|
|
|
26566
26573
|
"type": "object",
|
|
26567
26574
|
"title": "Planning application",
|
|
26568
26575
|
"properties": {
|
|
26576
|
+
"address": {
|
|
26577
|
+
"type": "string",
|
|
26578
|
+
"title": "Location of the property to which the application relates"
|
|
26579
|
+
},
|
|
26569
26580
|
"refNumber": {
|
|
26570
26581
|
"type": "string",
|
|
26571
|
-
"title": "Reference number for the planning application
|
|
26582
|
+
"title": "Reference number for the planning application"
|
|
26583
|
+
},
|
|
26584
|
+
"description": {
|
|
26585
|
+
"type": "string",
|
|
26586
|
+
"title": "Description of the application"
|
|
26572
26587
|
},
|
|
26573
26588
|
"isProposal": {
|
|
26574
26589
|
"title": "Is this a proposal?",
|
|
@@ -26594,9 +26609,21 @@
|
|
|
26594
26609
|
"title": "What type of application was this?",
|
|
26595
26610
|
"type": "string",
|
|
26596
26611
|
"minLength": 1
|
|
26612
|
+
},
|
|
26613
|
+
"status": {
|
|
26614
|
+
"title": "Application status",
|
|
26615
|
+
"type": "string",
|
|
26616
|
+
"minLength": 1
|
|
26617
|
+
},
|
|
26618
|
+
"url": {
|
|
26619
|
+
"title": "Link to application on council planning portal",
|
|
26620
|
+
"type": "string",
|
|
26621
|
+
"format": "uri"
|
|
26597
26622
|
}
|
|
26598
26623
|
},
|
|
26599
26624
|
"con29RRequired": [
|
|
26625
|
+
"refNumber",
|
|
26626
|
+
"description",
|
|
26600
26627
|
"isProposal",
|
|
26601
26628
|
"applicationDate",
|
|
26602
26629
|
"applicationType"
|
|
@@ -26613,7 +26640,11 @@
|
|
|
26613
26640
|
"properties": {
|
|
26614
26641
|
"refNumber": {
|
|
26615
26642
|
"type": "string",
|
|
26616
|
-
"title": "Reference number for the planning application
|
|
26643
|
+
"title": "Reference number for the planning application"
|
|
26644
|
+
},
|
|
26645
|
+
"description": {
|
|
26646
|
+
"type": "string",
|
|
26647
|
+
"title": "Description of the application"
|
|
26617
26648
|
},
|
|
26618
26649
|
"isProposal": {
|
|
26619
26650
|
"title": "Is this a proposal?",
|
|
@@ -26642,6 +26673,8 @@
|
|
|
26642
26673
|
}
|
|
26643
26674
|
},
|
|
26644
26675
|
"con29RRequired": [
|
|
26676
|
+
"refNumber",
|
|
26677
|
+
"description",
|
|
26645
26678
|
"isProposal",
|
|
26646
26679
|
"applicationDate",
|
|
26647
26680
|
"applicationType"
|
|
@@ -26658,7 +26691,11 @@
|
|
|
26658
26691
|
"properties": {
|
|
26659
26692
|
"refNumber": {
|
|
26660
26693
|
"type": "string",
|
|
26661
|
-
"title": "Reference number for the planning application
|
|
26694
|
+
"title": "Reference number for the planning application"
|
|
26695
|
+
},
|
|
26696
|
+
"description": {
|
|
26697
|
+
"type": "string",
|
|
26698
|
+
"title": "Description of the application"
|
|
26662
26699
|
},
|
|
26663
26700
|
"isProposal": {
|
|
26664
26701
|
"title": "Is this a proposal?",
|
|
@@ -26687,6 +26724,8 @@
|
|
|
26687
26724
|
}
|
|
26688
26725
|
},
|
|
26689
26726
|
"con29RRequired": [
|
|
26727
|
+
"refNumber",
|
|
26728
|
+
"description",
|
|
26690
26729
|
"isProposal",
|
|
26691
26730
|
"applicationDate",
|
|
26692
26731
|
"applicationType"
|
|
@@ -26703,7 +26742,11 @@
|
|
|
26703
26742
|
"properties": {
|
|
26704
26743
|
"refNumber": {
|
|
26705
26744
|
"type": "string",
|
|
26706
|
-
"title": "Reference number for the planning application
|
|
26745
|
+
"title": "Reference number for the planning application"
|
|
26746
|
+
},
|
|
26747
|
+
"description": {
|
|
26748
|
+
"type": "string",
|
|
26749
|
+
"title": "Description of the application"
|
|
26707
26750
|
},
|
|
26708
26751
|
"isProposal": {
|
|
26709
26752
|
"title": "Is this a proposal?",
|
|
@@ -26732,6 +26775,9 @@
|
|
|
26732
26775
|
}
|
|
26733
26776
|
},
|
|
26734
26777
|
"con29RRequired": [
|
|
26778
|
+
"refNumber",
|
|
26779
|
+
"description",
|
|
26780
|
+
"isProposal",
|
|
26735
26781
|
"isProposal",
|
|
26736
26782
|
"applicationDate",
|
|
26737
26783
|
"applicationType"
|
|
@@ -26748,7 +26794,11 @@
|
|
|
26748
26794
|
"properties": {
|
|
26749
26795
|
"refNumber": {
|
|
26750
26796
|
"type": "string",
|
|
26751
|
-
"title": "Reference number for the planning application
|
|
26797
|
+
"title": "Reference number for the planning application"
|
|
26798
|
+
},
|
|
26799
|
+
"description": {
|
|
26800
|
+
"type": "string",
|
|
26801
|
+
"title": "Description of the application"
|
|
26752
26802
|
},
|
|
26753
26803
|
"isProposal": {
|
|
26754
26804
|
"title": "Is this a proposal?",
|
|
@@ -26777,6 +26827,8 @@
|
|
|
26777
26827
|
}
|
|
26778
26828
|
},
|
|
26779
26829
|
"con29RRequired": [
|
|
26830
|
+
"refNumber",
|
|
26831
|
+
"description",
|
|
26780
26832
|
"isProposal",
|
|
26781
26833
|
"applicationDate",
|
|
26782
26834
|
"applicationType"
|
|
@@ -26793,7 +26845,11 @@
|
|
|
26793
26845
|
"properties": {
|
|
26794
26846
|
"refNumber": {
|
|
26795
26847
|
"type": "string",
|
|
26796
|
-
"title": "Reference number for the planning application
|
|
26848
|
+
"title": "Reference number for the planning application"
|
|
26849
|
+
},
|
|
26850
|
+
"description": {
|
|
26851
|
+
"type": "string",
|
|
26852
|
+
"title": "Description of the application"
|
|
26797
26853
|
},
|
|
26798
26854
|
"isProposal": {
|
|
26799
26855
|
"title": "Is this a proposal?",
|
|
@@ -26822,6 +26878,8 @@
|
|
|
26822
26878
|
}
|
|
26823
26879
|
},
|
|
26824
26880
|
"con29RRequired": [
|
|
26881
|
+
"refNumber",
|
|
26882
|
+
"description",
|
|
26825
26883
|
"isProposal",
|
|
26826
26884
|
"applicationDate",
|
|
26827
26885
|
"applicationType"
|
|
@@ -26838,7 +26896,11 @@
|
|
|
26838
26896
|
"properties": {
|
|
26839
26897
|
"refNumber": {
|
|
26840
26898
|
"type": "string",
|
|
26841
|
-
"title": "Reference number for the planning application
|
|
26899
|
+
"title": "Reference number for the planning application"
|
|
26900
|
+
},
|
|
26901
|
+
"description": {
|
|
26902
|
+
"type": "string",
|
|
26903
|
+
"title": "Description of the application"
|
|
26842
26904
|
},
|
|
26843
26905
|
"isProposal": {
|
|
26844
26906
|
"title": "Is this a proposal?",
|
|
@@ -26867,6 +26929,8 @@
|
|
|
26867
26929
|
}
|
|
26868
26930
|
},
|
|
26869
26931
|
"con29RRequired": [
|
|
26932
|
+
"refNumber",
|
|
26933
|
+
"description",
|
|
26870
26934
|
"isProposal",
|
|
26871
26935
|
"applicationDate",
|
|
26872
26936
|
"applicationType"
|
|
@@ -26883,7 +26947,11 @@
|
|
|
26883
26947
|
"properties": {
|
|
26884
26948
|
"refNumber": {
|
|
26885
26949
|
"type": "string",
|
|
26886
|
-
"title": "Reference number for the planning application
|
|
26950
|
+
"title": "Reference number for the planning application"
|
|
26951
|
+
},
|
|
26952
|
+
"description": {
|
|
26953
|
+
"type": "string",
|
|
26954
|
+
"title": "Description of the application"
|
|
26887
26955
|
},
|
|
26888
26956
|
"isProposal": {
|
|
26889
26957
|
"title": "Is this a proposal?",
|
|
@@ -26912,6 +26980,8 @@
|
|
|
26912
26980
|
}
|
|
26913
26981
|
},
|
|
26914
26982
|
"con29RRequired": [
|
|
26983
|
+
"refNumber",
|
|
26984
|
+
"description",
|
|
26915
26985
|
"isProposal",
|
|
26916
26986
|
"applicationDate",
|
|
26917
26987
|
"applicationType"
|
|
@@ -26928,7 +26998,11 @@
|
|
|
26928
26998
|
"properties": {
|
|
26929
26999
|
"refNumber": {
|
|
26930
27000
|
"type": "string",
|
|
26931
|
-
"title": "Reference number for the planning application
|
|
27001
|
+
"title": "Reference number for the planning application"
|
|
27002
|
+
},
|
|
27003
|
+
"description": {
|
|
27004
|
+
"type": "string",
|
|
27005
|
+
"title": "Description of the application"
|
|
26932
27006
|
},
|
|
26933
27007
|
"isProposal": {
|
|
26934
27008
|
"title": "Is this a proposal?",
|
|
@@ -26957,6 +27031,8 @@
|
|
|
26957
27031
|
}
|
|
26958
27032
|
},
|
|
26959
27033
|
"con29RRequired": [
|
|
27034
|
+
"refNumber",
|
|
27035
|
+
"description",
|
|
26960
27036
|
"isProposal",
|
|
26961
27037
|
"applicationDate",
|
|
26962
27038
|
"applicationType"
|
|
@@ -26973,7 +27049,11 @@
|
|
|
26973
27049
|
"properties": {
|
|
26974
27050
|
"refNumber": {
|
|
26975
27051
|
"type": "string",
|
|
26976
|
-
"title": "Reference number for the planning application
|
|
27052
|
+
"title": "Reference number for the planning application"
|
|
27053
|
+
},
|
|
27054
|
+
"description": {
|
|
27055
|
+
"type": "string",
|
|
27056
|
+
"title": "Description of the application"
|
|
26977
27057
|
},
|
|
26978
27058
|
"isProposal": {
|
|
26979
27059
|
"title": "Is this a proposal?",
|
|
@@ -27002,6 +27082,8 @@
|
|
|
27002
27082
|
}
|
|
27003
27083
|
},
|
|
27004
27084
|
"con29RRequired": [
|
|
27085
|
+
"refNumber",
|
|
27086
|
+
"description",
|
|
27005
27087
|
"isProposal",
|
|
27006
27088
|
"applicationDate",
|
|
27007
27089
|
"applicationType"
|
|
@@ -27018,7 +27100,11 @@
|
|
|
27018
27100
|
"properties": {
|
|
27019
27101
|
"refNumber": {
|
|
27020
27102
|
"type": "string",
|
|
27021
|
-
"title": "Reference number for the planning application
|
|
27103
|
+
"title": "Reference number for the planning application"
|
|
27104
|
+
},
|
|
27105
|
+
"description": {
|
|
27106
|
+
"type": "string",
|
|
27107
|
+
"title": "Description of the application"
|
|
27022
27108
|
},
|
|
27023
27109
|
"isProposal": {
|
|
27024
27110
|
"title": "Is this a proposal?",
|
|
@@ -27047,6 +27133,8 @@
|
|
|
27047
27133
|
}
|
|
27048
27134
|
},
|
|
27049
27135
|
"con29RRequired": [
|
|
27136
|
+
"refNumber",
|
|
27137
|
+
"description",
|
|
27050
27138
|
"isProposal",
|
|
27051
27139
|
"applicationDate",
|
|
27052
27140
|
"applicationType"
|
|
@@ -27063,7 +27151,11 @@
|
|
|
27063
27151
|
"properties": {
|
|
27064
27152
|
"refNumber": {
|
|
27065
27153
|
"type": "string",
|
|
27066
|
-
"title": "Reference number for the planning application
|
|
27154
|
+
"title": "Reference number for the planning application"
|
|
27155
|
+
},
|
|
27156
|
+
"description": {
|
|
27157
|
+
"type": "string",
|
|
27158
|
+
"title": "Description of the application"
|
|
27067
27159
|
},
|
|
27068
27160
|
"isProposal": {
|
|
27069
27161
|
"title": "Is this a proposal?",
|
|
@@ -27092,6 +27184,8 @@
|
|
|
27092
27184
|
}
|
|
27093
27185
|
},
|
|
27094
27186
|
"con29RRequired": [
|
|
27187
|
+
"refNumber",
|
|
27188
|
+
"description",
|
|
27095
27189
|
"isProposal",
|
|
27096
27190
|
"applicationDate",
|
|
27097
27191
|
"applicationType"
|
|
@@ -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
|
}
|
|
@@ -1331,8 +1331,11 @@
|
|
|
1331
1331
|
"properties": {
|
|
1332
1332
|
"titleNumber": {
|
|
1333
1333
|
"title": "Title number (if registered)",
|
|
1334
|
-
"type": "string"
|
|
1335
|
-
|
|
1334
|
+
"type": "string"
|
|
1335
|
+
},
|
|
1336
|
+
"titlePropertyDescription": {
|
|
1337
|
+
"title": "Title property description",
|
|
1338
|
+
"type": "string"
|
|
1336
1339
|
},
|
|
1337
1340
|
"ownershipType": {
|
|
1338
1341
|
"title": "What type of ownership is the property?",
|
|
@@ -1386,7 +1389,7 @@
|
|
|
1386
1389
|
]
|
|
1387
1390
|
},
|
|
1388
1391
|
"details": {
|
|
1389
|
-
"title": "Describe the
|
|
1392
|
+
"title": "Describe the part for sale (e.g. Ground floor flat only)",
|
|
1390
1393
|
"type": "string",
|
|
1391
1394
|
"minLength": 1
|
|
1392
1395
|
}
|
|
@@ -21937,9 +21940,17 @@
|
|
|
21937
21940
|
"type": "object",
|
|
21938
21941
|
"title": "Planning application",
|
|
21939
21942
|
"properties": {
|
|
21943
|
+
"address": {
|
|
21944
|
+
"type": "string",
|
|
21945
|
+
"title": "Location of the property to which the application relates"
|
|
21946
|
+
},
|
|
21940
21947
|
"refNumber": {
|
|
21941
21948
|
"type": "string",
|
|
21942
|
-
"title": "Reference number for the planning application
|
|
21949
|
+
"title": "Reference number for the planning application"
|
|
21950
|
+
},
|
|
21951
|
+
"description": {
|
|
21952
|
+
"type": "string",
|
|
21953
|
+
"title": "Description of the application"
|
|
21943
21954
|
},
|
|
21944
21955
|
"isProposal": {
|
|
21945
21956
|
"title": "Is this a proposal?",
|
|
@@ -21968,6 +21979,16 @@
|
|
|
21968
21979
|
"title": "What type of application was this?",
|
|
21969
21980
|
"type": "string",
|
|
21970
21981
|
"minLength": 1
|
|
21982
|
+
},
|
|
21983
|
+
"status": {
|
|
21984
|
+
"title": "Application status",
|
|
21985
|
+
"type": "string",
|
|
21986
|
+
"minLength": 1
|
|
21987
|
+
},
|
|
21988
|
+
"url": {
|
|
21989
|
+
"title": "Link to application on council planning portal",
|
|
21990
|
+
"type": "string",
|
|
21991
|
+
"format": "uri"
|
|
21971
21992
|
}
|
|
21972
21993
|
}
|
|
21973
21994
|
}
|
|
@@ -21981,7 +22002,11 @@
|
|
|
21981
22002
|
"properties": {
|
|
21982
22003
|
"refNumber": {
|
|
21983
22004
|
"type": "string",
|
|
21984
|
-
"title": "Reference number for the planning application
|
|
22005
|
+
"title": "Reference number for the planning application"
|
|
22006
|
+
},
|
|
22007
|
+
"description": {
|
|
22008
|
+
"type": "string",
|
|
22009
|
+
"title": "Description of the application"
|
|
21985
22010
|
},
|
|
21986
22011
|
"isProposal": {
|
|
21987
22012
|
"title": "Is this a proposal?",
|
|
@@ -22023,7 +22048,11 @@
|
|
|
22023
22048
|
"properties": {
|
|
22024
22049
|
"refNumber": {
|
|
22025
22050
|
"type": "string",
|
|
22026
|
-
"title": "Reference number for the planning application
|
|
22051
|
+
"title": "Reference number for the planning application"
|
|
22052
|
+
},
|
|
22053
|
+
"description": {
|
|
22054
|
+
"type": "string",
|
|
22055
|
+
"title": "Description of the application"
|
|
22027
22056
|
},
|
|
22028
22057
|
"isProposal": {
|
|
22029
22058
|
"title": "Is this a proposal?",
|
|
@@ -22065,7 +22094,11 @@
|
|
|
22065
22094
|
"properties": {
|
|
22066
22095
|
"refNumber": {
|
|
22067
22096
|
"type": "string",
|
|
22068
|
-
"title": "Reference number for the planning application
|
|
22097
|
+
"title": "Reference number for the planning application"
|
|
22098
|
+
},
|
|
22099
|
+
"description": {
|
|
22100
|
+
"type": "string",
|
|
22101
|
+
"title": "Description of the application"
|
|
22069
22102
|
},
|
|
22070
22103
|
"isProposal": {
|
|
22071
22104
|
"title": "Is this a proposal?",
|
|
@@ -22107,7 +22140,11 @@
|
|
|
22107
22140
|
"properties": {
|
|
22108
22141
|
"refNumber": {
|
|
22109
22142
|
"type": "string",
|
|
22110
|
-
"title": "Reference number for the planning application
|
|
22143
|
+
"title": "Reference number for the planning application"
|
|
22144
|
+
},
|
|
22145
|
+
"description": {
|
|
22146
|
+
"type": "string",
|
|
22147
|
+
"title": "Description of the application"
|
|
22111
22148
|
},
|
|
22112
22149
|
"isProposal": {
|
|
22113
22150
|
"title": "Is this a proposal?",
|
|
@@ -22149,7 +22186,11 @@
|
|
|
22149
22186
|
"properties": {
|
|
22150
22187
|
"refNumber": {
|
|
22151
22188
|
"type": "string",
|
|
22152
|
-
"title": "Reference number for the planning application
|
|
22189
|
+
"title": "Reference number for the planning application"
|
|
22190
|
+
},
|
|
22191
|
+
"description": {
|
|
22192
|
+
"type": "string",
|
|
22193
|
+
"title": "Description of the application"
|
|
22153
22194
|
},
|
|
22154
22195
|
"isProposal": {
|
|
22155
22196
|
"title": "Is this a proposal?",
|
|
@@ -22191,7 +22232,11 @@
|
|
|
22191
22232
|
"properties": {
|
|
22192
22233
|
"refNumber": {
|
|
22193
22234
|
"type": "string",
|
|
22194
|
-
"title": "Reference number for the planning application
|
|
22235
|
+
"title": "Reference number for the planning application"
|
|
22236
|
+
},
|
|
22237
|
+
"description": {
|
|
22238
|
+
"type": "string",
|
|
22239
|
+
"title": "Description of the application"
|
|
22195
22240
|
},
|
|
22196
22241
|
"isProposal": {
|
|
22197
22242
|
"title": "Is this a proposal?",
|
|
@@ -22233,7 +22278,11 @@
|
|
|
22233
22278
|
"properties": {
|
|
22234
22279
|
"refNumber": {
|
|
22235
22280
|
"type": "string",
|
|
22236
|
-
"title": "Reference number for the planning application
|
|
22281
|
+
"title": "Reference number for the planning application"
|
|
22282
|
+
},
|
|
22283
|
+
"description": {
|
|
22284
|
+
"type": "string",
|
|
22285
|
+
"title": "Description of the application"
|
|
22237
22286
|
},
|
|
22238
22287
|
"isProposal": {
|
|
22239
22288
|
"title": "Is this a proposal?",
|
|
@@ -22275,7 +22324,11 @@
|
|
|
22275
22324
|
"properties": {
|
|
22276
22325
|
"refNumber": {
|
|
22277
22326
|
"type": "string",
|
|
22278
|
-
"title": "Reference number for the planning application
|
|
22327
|
+
"title": "Reference number for the planning application"
|
|
22328
|
+
},
|
|
22329
|
+
"description": {
|
|
22330
|
+
"type": "string",
|
|
22331
|
+
"title": "Description of the application"
|
|
22279
22332
|
},
|
|
22280
22333
|
"isProposal": {
|
|
22281
22334
|
"title": "Is this a proposal?",
|
|
@@ -22317,7 +22370,11 @@
|
|
|
22317
22370
|
"properties": {
|
|
22318
22371
|
"refNumber": {
|
|
22319
22372
|
"type": "string",
|
|
22320
|
-
"title": "Reference number for the planning application
|
|
22373
|
+
"title": "Reference number for the planning application"
|
|
22374
|
+
},
|
|
22375
|
+
"description": {
|
|
22376
|
+
"type": "string",
|
|
22377
|
+
"title": "Description of the application"
|
|
22321
22378
|
},
|
|
22322
22379
|
"isProposal": {
|
|
22323
22380
|
"title": "Is this a proposal?",
|
|
@@ -22359,7 +22416,11 @@
|
|
|
22359
22416
|
"properties": {
|
|
22360
22417
|
"refNumber": {
|
|
22361
22418
|
"type": "string",
|
|
22362
|
-
"title": "Reference number for the planning application
|
|
22419
|
+
"title": "Reference number for the planning application"
|
|
22420
|
+
},
|
|
22421
|
+
"description": {
|
|
22422
|
+
"type": "string",
|
|
22423
|
+
"title": "Description of the application"
|
|
22363
22424
|
},
|
|
22364
22425
|
"isProposal": {
|
|
22365
22426
|
"title": "Is this a proposal?",
|
|
@@ -22401,7 +22462,11 @@
|
|
|
22401
22462
|
"properties": {
|
|
22402
22463
|
"refNumber": {
|
|
22403
22464
|
"type": "string",
|
|
22404
|
-
"title": "Reference number for the planning application
|
|
22465
|
+
"title": "Reference number for the planning application"
|
|
22466
|
+
},
|
|
22467
|
+
"description": {
|
|
22468
|
+
"type": "string",
|
|
22469
|
+
"title": "Description of the application"
|
|
22405
22470
|
},
|
|
22406
22471
|
"isProposal": {
|
|
22407
22472
|
"title": "Is this a proposal?",
|
|
@@ -212,6 +212,7 @@
|
|
|
212
212
|
"isLimitedCompanySale": {},
|
|
213
213
|
"ownershipsToBeTransferred": {
|
|
214
214
|
"titleNumber": {},
|
|
215
|
+
"titlePropertyDescription": {},
|
|
215
216
|
"ownershipType": {},
|
|
216
217
|
"wholeFreeholdForSale": {
|
|
217
218
|
"yesNo": {},
|
|
@@ -2879,12 +2880,15 @@
|
|
|
2879
2880
|
"planningAndBuildingRegulations": {
|
|
2880
2881
|
"decisionsAndPendingApplications": {
|
|
2881
2882
|
"planningPermission": {
|
|
2883
|
+
"address": {},
|
|
2882
2884
|
"refNumber": {},
|
|
2883
2885
|
"isProposal": {},
|
|
2884
2886
|
"applicationDate": {},
|
|
2885
2887
|
"decision": {},
|
|
2886
2888
|
"decisionDate": {},
|
|
2887
|
-
"applicationType": {}
|
|
2889
|
+
"applicationType": {},
|
|
2890
|
+
"status": {},
|
|
2891
|
+
"url": {}
|
|
2888
2892
|
},
|
|
2889
2893
|
"listedBuildingConsent": {
|
|
2890
2894
|
"refNumber": {},
|