@pdtf/schemas 3.2.1-7 → 3.2.1-9
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
|
}
|
|
@@ -26540,9 +26547,17 @@
|
|
|
26540
26547
|
"type": "object",
|
|
26541
26548
|
"title": "Planning application",
|
|
26542
26549
|
"properties": {
|
|
26550
|
+
"address": {
|
|
26551
|
+
"type": "string",
|
|
26552
|
+
"title": "Location of the property to which the application relates"
|
|
26553
|
+
},
|
|
26543
26554
|
"refNumber": {
|
|
26544
26555
|
"type": "string",
|
|
26545
|
-
"title": "Reference number for the planning application
|
|
26556
|
+
"title": "Reference number for the planning application"
|
|
26557
|
+
},
|
|
26558
|
+
"description": {
|
|
26559
|
+
"type": "string",
|
|
26560
|
+
"title": "Description of the application"
|
|
26546
26561
|
},
|
|
26547
26562
|
"isProposal": {
|
|
26548
26563
|
"title": "Is this a proposal?",
|
|
@@ -26568,9 +26583,21 @@
|
|
|
26568
26583
|
"title": "What type of application was this?",
|
|
26569
26584
|
"type": "string",
|
|
26570
26585
|
"minLength": 1
|
|
26586
|
+
},
|
|
26587
|
+
"status": {
|
|
26588
|
+
"title": "Application status",
|
|
26589
|
+
"type": "string",
|
|
26590
|
+
"minLength": 1
|
|
26591
|
+
},
|
|
26592
|
+
"url": {
|
|
26593
|
+
"title": "Link to application on council planning portal",
|
|
26594
|
+
"type": "string",
|
|
26595
|
+
"format": "uri"
|
|
26571
26596
|
}
|
|
26572
26597
|
},
|
|
26573
26598
|
"con29RRequired": [
|
|
26599
|
+
"refNumber",
|
|
26600
|
+
"description",
|
|
26574
26601
|
"isProposal",
|
|
26575
26602
|
"applicationDate",
|
|
26576
26603
|
"applicationType"
|
|
@@ -26587,7 +26614,11 @@
|
|
|
26587
26614
|
"properties": {
|
|
26588
26615
|
"refNumber": {
|
|
26589
26616
|
"type": "string",
|
|
26590
|
-
"title": "Reference number for the planning application
|
|
26617
|
+
"title": "Reference number for the planning application"
|
|
26618
|
+
},
|
|
26619
|
+
"description": {
|
|
26620
|
+
"type": "string",
|
|
26621
|
+
"title": "Description of the application"
|
|
26591
26622
|
},
|
|
26592
26623
|
"isProposal": {
|
|
26593
26624
|
"title": "Is this a proposal?",
|
|
@@ -26616,6 +26647,8 @@
|
|
|
26616
26647
|
}
|
|
26617
26648
|
},
|
|
26618
26649
|
"con29RRequired": [
|
|
26650
|
+
"refNumber",
|
|
26651
|
+
"description",
|
|
26619
26652
|
"isProposal",
|
|
26620
26653
|
"applicationDate",
|
|
26621
26654
|
"applicationType"
|
|
@@ -26632,7 +26665,11 @@
|
|
|
26632
26665
|
"properties": {
|
|
26633
26666
|
"refNumber": {
|
|
26634
26667
|
"type": "string",
|
|
26635
|
-
"title": "Reference number for the planning application
|
|
26668
|
+
"title": "Reference number for the planning application"
|
|
26669
|
+
},
|
|
26670
|
+
"description": {
|
|
26671
|
+
"type": "string",
|
|
26672
|
+
"title": "Description of the application"
|
|
26636
26673
|
},
|
|
26637
26674
|
"isProposal": {
|
|
26638
26675
|
"title": "Is this a proposal?",
|
|
@@ -26661,6 +26698,8 @@
|
|
|
26661
26698
|
}
|
|
26662
26699
|
},
|
|
26663
26700
|
"con29RRequired": [
|
|
26701
|
+
"refNumber",
|
|
26702
|
+
"description",
|
|
26664
26703
|
"isProposal",
|
|
26665
26704
|
"applicationDate",
|
|
26666
26705
|
"applicationType"
|
|
@@ -26677,7 +26716,11 @@
|
|
|
26677
26716
|
"properties": {
|
|
26678
26717
|
"refNumber": {
|
|
26679
26718
|
"type": "string",
|
|
26680
|
-
"title": "Reference number for the planning application
|
|
26719
|
+
"title": "Reference number for the planning application"
|
|
26720
|
+
},
|
|
26721
|
+
"description": {
|
|
26722
|
+
"type": "string",
|
|
26723
|
+
"title": "Description of the application"
|
|
26681
26724
|
},
|
|
26682
26725
|
"isProposal": {
|
|
26683
26726
|
"title": "Is this a proposal?",
|
|
@@ -26706,6 +26749,9 @@
|
|
|
26706
26749
|
}
|
|
26707
26750
|
},
|
|
26708
26751
|
"con29RRequired": [
|
|
26752
|
+
"refNumber",
|
|
26753
|
+
"description",
|
|
26754
|
+
"isProposal",
|
|
26709
26755
|
"isProposal",
|
|
26710
26756
|
"applicationDate",
|
|
26711
26757
|
"applicationType"
|
|
@@ -26722,7 +26768,11 @@
|
|
|
26722
26768
|
"properties": {
|
|
26723
26769
|
"refNumber": {
|
|
26724
26770
|
"type": "string",
|
|
26725
|
-
"title": "Reference number for the planning application
|
|
26771
|
+
"title": "Reference number for the planning application"
|
|
26772
|
+
},
|
|
26773
|
+
"description": {
|
|
26774
|
+
"type": "string",
|
|
26775
|
+
"title": "Description of the application"
|
|
26726
26776
|
},
|
|
26727
26777
|
"isProposal": {
|
|
26728
26778
|
"title": "Is this a proposal?",
|
|
@@ -26751,6 +26801,8 @@
|
|
|
26751
26801
|
}
|
|
26752
26802
|
},
|
|
26753
26803
|
"con29RRequired": [
|
|
26804
|
+
"refNumber",
|
|
26805
|
+
"description",
|
|
26754
26806
|
"isProposal",
|
|
26755
26807
|
"applicationDate",
|
|
26756
26808
|
"applicationType"
|
|
@@ -26767,7 +26819,11 @@
|
|
|
26767
26819
|
"properties": {
|
|
26768
26820
|
"refNumber": {
|
|
26769
26821
|
"type": "string",
|
|
26770
|
-
"title": "Reference number for the planning application
|
|
26822
|
+
"title": "Reference number for the planning application"
|
|
26823
|
+
},
|
|
26824
|
+
"description": {
|
|
26825
|
+
"type": "string",
|
|
26826
|
+
"title": "Description of the application"
|
|
26771
26827
|
},
|
|
26772
26828
|
"isProposal": {
|
|
26773
26829
|
"title": "Is this a proposal?",
|
|
@@ -26796,6 +26852,8 @@
|
|
|
26796
26852
|
}
|
|
26797
26853
|
},
|
|
26798
26854
|
"con29RRequired": [
|
|
26855
|
+
"refNumber",
|
|
26856
|
+
"description",
|
|
26799
26857
|
"isProposal",
|
|
26800
26858
|
"applicationDate",
|
|
26801
26859
|
"applicationType"
|
|
@@ -26812,7 +26870,11 @@
|
|
|
26812
26870
|
"properties": {
|
|
26813
26871
|
"refNumber": {
|
|
26814
26872
|
"type": "string",
|
|
26815
|
-
"title": "Reference number for the planning application
|
|
26873
|
+
"title": "Reference number for the planning application"
|
|
26874
|
+
},
|
|
26875
|
+
"description": {
|
|
26876
|
+
"type": "string",
|
|
26877
|
+
"title": "Description of the application"
|
|
26816
26878
|
},
|
|
26817
26879
|
"isProposal": {
|
|
26818
26880
|
"title": "Is this a proposal?",
|
|
@@ -26841,6 +26903,8 @@
|
|
|
26841
26903
|
}
|
|
26842
26904
|
},
|
|
26843
26905
|
"con29RRequired": [
|
|
26906
|
+
"refNumber",
|
|
26907
|
+
"description",
|
|
26844
26908
|
"isProposal",
|
|
26845
26909
|
"applicationDate",
|
|
26846
26910
|
"applicationType"
|
|
@@ -26857,7 +26921,11 @@
|
|
|
26857
26921
|
"properties": {
|
|
26858
26922
|
"refNumber": {
|
|
26859
26923
|
"type": "string",
|
|
26860
|
-
"title": "Reference number for the planning application
|
|
26924
|
+
"title": "Reference number for the planning application"
|
|
26925
|
+
},
|
|
26926
|
+
"description": {
|
|
26927
|
+
"type": "string",
|
|
26928
|
+
"title": "Description of the application"
|
|
26861
26929
|
},
|
|
26862
26930
|
"isProposal": {
|
|
26863
26931
|
"title": "Is this a proposal?",
|
|
@@ -26886,6 +26954,8 @@
|
|
|
26886
26954
|
}
|
|
26887
26955
|
},
|
|
26888
26956
|
"con29RRequired": [
|
|
26957
|
+
"refNumber",
|
|
26958
|
+
"description",
|
|
26889
26959
|
"isProposal",
|
|
26890
26960
|
"applicationDate",
|
|
26891
26961
|
"applicationType"
|
|
@@ -26902,7 +26972,11 @@
|
|
|
26902
26972
|
"properties": {
|
|
26903
26973
|
"refNumber": {
|
|
26904
26974
|
"type": "string",
|
|
26905
|
-
"title": "Reference number for the planning application
|
|
26975
|
+
"title": "Reference number for the planning application"
|
|
26976
|
+
},
|
|
26977
|
+
"description": {
|
|
26978
|
+
"type": "string",
|
|
26979
|
+
"title": "Description of the application"
|
|
26906
26980
|
},
|
|
26907
26981
|
"isProposal": {
|
|
26908
26982
|
"title": "Is this a proposal?",
|
|
@@ -26931,6 +27005,8 @@
|
|
|
26931
27005
|
}
|
|
26932
27006
|
},
|
|
26933
27007
|
"con29RRequired": [
|
|
27008
|
+
"refNumber",
|
|
27009
|
+
"description",
|
|
26934
27010
|
"isProposal",
|
|
26935
27011
|
"applicationDate",
|
|
26936
27012
|
"applicationType"
|
|
@@ -26947,7 +27023,11 @@
|
|
|
26947
27023
|
"properties": {
|
|
26948
27024
|
"refNumber": {
|
|
26949
27025
|
"type": "string",
|
|
26950
|
-
"title": "Reference number for the planning application
|
|
27026
|
+
"title": "Reference number for the planning application"
|
|
27027
|
+
},
|
|
27028
|
+
"description": {
|
|
27029
|
+
"type": "string",
|
|
27030
|
+
"title": "Description of the application"
|
|
26951
27031
|
},
|
|
26952
27032
|
"isProposal": {
|
|
26953
27033
|
"title": "Is this a proposal?",
|
|
@@ -26976,6 +27056,8 @@
|
|
|
26976
27056
|
}
|
|
26977
27057
|
},
|
|
26978
27058
|
"con29RRequired": [
|
|
27059
|
+
"refNumber",
|
|
27060
|
+
"description",
|
|
26979
27061
|
"isProposal",
|
|
26980
27062
|
"applicationDate",
|
|
26981
27063
|
"applicationType"
|
|
@@ -26992,7 +27074,11 @@
|
|
|
26992
27074
|
"properties": {
|
|
26993
27075
|
"refNumber": {
|
|
26994
27076
|
"type": "string",
|
|
26995
|
-
"title": "Reference number for the planning application
|
|
27077
|
+
"title": "Reference number for the planning application"
|
|
27078
|
+
},
|
|
27079
|
+
"description": {
|
|
27080
|
+
"type": "string",
|
|
27081
|
+
"title": "Description of the application"
|
|
26996
27082
|
},
|
|
26997
27083
|
"isProposal": {
|
|
26998
27084
|
"title": "Is this a proposal?",
|
|
@@ -27021,6 +27107,8 @@
|
|
|
27021
27107
|
}
|
|
27022
27108
|
},
|
|
27023
27109
|
"con29RRequired": [
|
|
27110
|
+
"refNumber",
|
|
27111
|
+
"description",
|
|
27024
27112
|
"isProposal",
|
|
27025
27113
|
"applicationDate",
|
|
27026
27114
|
"applicationType"
|
|
@@ -27037,7 +27125,11 @@
|
|
|
27037
27125
|
"properties": {
|
|
27038
27126
|
"refNumber": {
|
|
27039
27127
|
"type": "string",
|
|
27040
|
-
"title": "Reference number for the planning application
|
|
27128
|
+
"title": "Reference number for the planning application"
|
|
27129
|
+
},
|
|
27130
|
+
"description": {
|
|
27131
|
+
"type": "string",
|
|
27132
|
+
"title": "Description of the application"
|
|
27041
27133
|
},
|
|
27042
27134
|
"isProposal": {
|
|
27043
27135
|
"title": "Is this a proposal?",
|
|
@@ -27066,6 +27158,8 @@
|
|
|
27066
27158
|
}
|
|
27067
27159
|
},
|
|
27068
27160
|
"con29RRequired": [
|
|
27161
|
+
"refNumber",
|
|
27162
|
+
"description",
|
|
27069
27163
|
"isProposal",
|
|
27070
27164
|
"applicationDate",
|
|
27071
27165
|
"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
|
}
|
|
@@ -21911,9 +21914,17 @@
|
|
|
21911
21914
|
"type": "object",
|
|
21912
21915
|
"title": "Planning application",
|
|
21913
21916
|
"properties": {
|
|
21917
|
+
"address": {
|
|
21918
|
+
"type": "string",
|
|
21919
|
+
"title": "Location of the property to which the application relates"
|
|
21920
|
+
},
|
|
21914
21921
|
"refNumber": {
|
|
21915
21922
|
"type": "string",
|
|
21916
|
-
"title": "Reference number for the planning application
|
|
21923
|
+
"title": "Reference number for the planning application"
|
|
21924
|
+
},
|
|
21925
|
+
"description": {
|
|
21926
|
+
"type": "string",
|
|
21927
|
+
"title": "Description of the application"
|
|
21917
21928
|
},
|
|
21918
21929
|
"isProposal": {
|
|
21919
21930
|
"title": "Is this a proposal?",
|
|
@@ -21942,6 +21953,16 @@
|
|
|
21942
21953
|
"title": "What type of application was this?",
|
|
21943
21954
|
"type": "string",
|
|
21944
21955
|
"minLength": 1
|
|
21956
|
+
},
|
|
21957
|
+
"status": {
|
|
21958
|
+
"title": "Application status",
|
|
21959
|
+
"type": "string",
|
|
21960
|
+
"minLength": 1
|
|
21961
|
+
},
|
|
21962
|
+
"url": {
|
|
21963
|
+
"title": "Link to application on council planning portal",
|
|
21964
|
+
"type": "string",
|
|
21965
|
+
"format": "uri"
|
|
21945
21966
|
}
|
|
21946
21967
|
}
|
|
21947
21968
|
}
|
|
@@ -21955,7 +21976,11 @@
|
|
|
21955
21976
|
"properties": {
|
|
21956
21977
|
"refNumber": {
|
|
21957
21978
|
"type": "string",
|
|
21958
|
-
"title": "Reference number for the planning application
|
|
21979
|
+
"title": "Reference number for the planning application"
|
|
21980
|
+
},
|
|
21981
|
+
"description": {
|
|
21982
|
+
"type": "string",
|
|
21983
|
+
"title": "Description of the application"
|
|
21959
21984
|
},
|
|
21960
21985
|
"isProposal": {
|
|
21961
21986
|
"title": "Is this a proposal?",
|
|
@@ -21997,7 +22022,11 @@
|
|
|
21997
22022
|
"properties": {
|
|
21998
22023
|
"refNumber": {
|
|
21999
22024
|
"type": "string",
|
|
22000
|
-
"title": "Reference number for the planning application
|
|
22025
|
+
"title": "Reference number for the planning application"
|
|
22026
|
+
},
|
|
22027
|
+
"description": {
|
|
22028
|
+
"type": "string",
|
|
22029
|
+
"title": "Description of the application"
|
|
22001
22030
|
},
|
|
22002
22031
|
"isProposal": {
|
|
22003
22032
|
"title": "Is this a proposal?",
|
|
@@ -22039,7 +22068,11 @@
|
|
|
22039
22068
|
"properties": {
|
|
22040
22069
|
"refNumber": {
|
|
22041
22070
|
"type": "string",
|
|
22042
|
-
"title": "Reference number for the planning application
|
|
22071
|
+
"title": "Reference number for the planning application"
|
|
22072
|
+
},
|
|
22073
|
+
"description": {
|
|
22074
|
+
"type": "string",
|
|
22075
|
+
"title": "Description of the application"
|
|
22043
22076
|
},
|
|
22044
22077
|
"isProposal": {
|
|
22045
22078
|
"title": "Is this a proposal?",
|
|
@@ -22081,7 +22114,11 @@
|
|
|
22081
22114
|
"properties": {
|
|
22082
22115
|
"refNumber": {
|
|
22083
22116
|
"type": "string",
|
|
22084
|
-
"title": "Reference number for the planning application
|
|
22117
|
+
"title": "Reference number for the planning application"
|
|
22118
|
+
},
|
|
22119
|
+
"description": {
|
|
22120
|
+
"type": "string",
|
|
22121
|
+
"title": "Description of the application"
|
|
22085
22122
|
},
|
|
22086
22123
|
"isProposal": {
|
|
22087
22124
|
"title": "Is this a proposal?",
|
|
@@ -22123,7 +22160,11 @@
|
|
|
22123
22160
|
"properties": {
|
|
22124
22161
|
"refNumber": {
|
|
22125
22162
|
"type": "string",
|
|
22126
|
-
"title": "Reference number for the planning application
|
|
22163
|
+
"title": "Reference number for the planning application"
|
|
22164
|
+
},
|
|
22165
|
+
"description": {
|
|
22166
|
+
"type": "string",
|
|
22167
|
+
"title": "Description of the application"
|
|
22127
22168
|
},
|
|
22128
22169
|
"isProposal": {
|
|
22129
22170
|
"title": "Is this a proposal?",
|
|
@@ -22165,7 +22206,11 @@
|
|
|
22165
22206
|
"properties": {
|
|
22166
22207
|
"refNumber": {
|
|
22167
22208
|
"type": "string",
|
|
22168
|
-
"title": "Reference number for the planning application
|
|
22209
|
+
"title": "Reference number for the planning application"
|
|
22210
|
+
},
|
|
22211
|
+
"description": {
|
|
22212
|
+
"type": "string",
|
|
22213
|
+
"title": "Description of the application"
|
|
22169
22214
|
},
|
|
22170
22215
|
"isProposal": {
|
|
22171
22216
|
"title": "Is this a proposal?",
|
|
@@ -22207,7 +22252,11 @@
|
|
|
22207
22252
|
"properties": {
|
|
22208
22253
|
"refNumber": {
|
|
22209
22254
|
"type": "string",
|
|
22210
|
-
"title": "Reference number for the planning application
|
|
22255
|
+
"title": "Reference number for the planning application"
|
|
22256
|
+
},
|
|
22257
|
+
"description": {
|
|
22258
|
+
"type": "string",
|
|
22259
|
+
"title": "Description of the application"
|
|
22211
22260
|
},
|
|
22212
22261
|
"isProposal": {
|
|
22213
22262
|
"title": "Is this a proposal?",
|
|
@@ -22249,7 +22298,11 @@
|
|
|
22249
22298
|
"properties": {
|
|
22250
22299
|
"refNumber": {
|
|
22251
22300
|
"type": "string",
|
|
22252
|
-
"title": "Reference number for the planning application
|
|
22301
|
+
"title": "Reference number for the planning application"
|
|
22302
|
+
},
|
|
22303
|
+
"description": {
|
|
22304
|
+
"type": "string",
|
|
22305
|
+
"title": "Description of the application"
|
|
22253
22306
|
},
|
|
22254
22307
|
"isProposal": {
|
|
22255
22308
|
"title": "Is this a proposal?",
|
|
@@ -22291,7 +22344,11 @@
|
|
|
22291
22344
|
"properties": {
|
|
22292
22345
|
"refNumber": {
|
|
22293
22346
|
"type": "string",
|
|
22294
|
-
"title": "Reference number for the planning application
|
|
22347
|
+
"title": "Reference number for the planning application"
|
|
22348
|
+
},
|
|
22349
|
+
"description": {
|
|
22350
|
+
"type": "string",
|
|
22351
|
+
"title": "Description of the application"
|
|
22295
22352
|
},
|
|
22296
22353
|
"isProposal": {
|
|
22297
22354
|
"title": "Is this a proposal?",
|
|
@@ -22333,7 +22390,11 @@
|
|
|
22333
22390
|
"properties": {
|
|
22334
22391
|
"refNumber": {
|
|
22335
22392
|
"type": "string",
|
|
22336
|
-
"title": "Reference number for the planning application
|
|
22393
|
+
"title": "Reference number for the planning application"
|
|
22394
|
+
},
|
|
22395
|
+
"description": {
|
|
22396
|
+
"type": "string",
|
|
22397
|
+
"title": "Description of the application"
|
|
22337
22398
|
},
|
|
22338
22399
|
"isProposal": {
|
|
22339
22400
|
"title": "Is this a proposal?",
|
|
@@ -22375,7 +22436,11 @@
|
|
|
22375
22436
|
"properties": {
|
|
22376
22437
|
"refNumber": {
|
|
22377
22438
|
"type": "string",
|
|
22378
|
-
"title": "Reference number for the planning application
|
|
22439
|
+
"title": "Reference number for the planning application"
|
|
22440
|
+
},
|
|
22441
|
+
"description": {
|
|
22442
|
+
"type": "string",
|
|
22443
|
+
"title": "Description of the application"
|
|
22379
22444
|
},
|
|
22380
22445
|
"isProposal": {
|
|
22381
22446
|
"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": {},
|
|
@@ -2874,12 +2875,15 @@
|
|
|
2874
2875
|
"planningAndBuildingRegulations": {
|
|
2875
2876
|
"decisionsAndPendingApplications": {
|
|
2876
2877
|
"planningPermission": {
|
|
2878
|
+
"address": {},
|
|
2877
2879
|
"refNumber": {},
|
|
2878
2880
|
"isProposal": {},
|
|
2879
2881
|
"applicationDate": {},
|
|
2880
2882
|
"decision": {},
|
|
2881
2883
|
"decisionDate": {},
|
|
2882
|
-
"applicationType": {}
|
|
2884
|
+
"applicationType": {},
|
|
2885
|
+
"status": {},
|
|
2886
|
+
"url": {}
|
|
2883
2887
|
},
|
|
2884
2888
|
"listedBuildingConsent": {
|
|
2885
2889
|
"refNumber": {},
|