@pdtf/schemas 3.2.1-8 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.2.1-8",
3
+ "version": "3.2.1-9",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -797,9 +797,9 @@
797
797
  "baspi5Ref": "A1.8",
798
798
  "title": "About the property building",
799
799
  "type": "object",
800
- "ntsRequired": ["building", "roomDimensions"],
801
- "nts-sefRequired": ["building", "roomDimensions"],
802
- "ntslRequired": ["building", "roomDimensions"],
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
- "minLength": 1
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 share for sale (e.g. Ground floor flat only)",
1710
+ "title": "Describe the part for sale (e.g. Ground floor flat only)",
1704
1711
  "type": "string",
1705
1712
  "minLength": 1
1706
1713
  }
@@ -26325,32 +26332,6 @@
26325
26332
  "sr24Ref": "1.2",
26326
26333
  "title": "I/we consent to the sharing of the information contained in the Sale Ready pack with the my/our legal representative and the buyer(s) and their legal representatives",
26327
26334
  "type": "boolean"
26328
- },
26329
- "sellerSignatures": {
26330
- "sr24Ref": "1.3",
26331
- "title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer.",
26332
- "type": "array",
26333
- "items": {
26334
- "type": "object",
26335
- "required": ["name", "signedOn"],
26336
- "properties": {
26337
- "name": {
26338
- "sr24Ref": "1.3.1",
26339
- "title": "Name of signatory",
26340
- "type": "string",
26341
- "minLength": 1
26342
- },
26343
- "signedOn": {
26344
- "sr24Ref": "1.3.2",
26345
- "title": "Date and time of signature in ISO 8601 format",
26346
- "type": "string",
26347
- "format": "date-time"
26348
- },
26349
- "externalIds": {
26350
- "type": "object"
26351
- }
26352
- }
26353
- }
26354
26335
  }
26355
26336
  }
26356
26337
  },
@@ -26566,9 +26547,17 @@
26566
26547
  "type": "object",
26567
26548
  "title": "Planning application",
26568
26549
  "properties": {
26550
+ "address": {
26551
+ "type": "string",
26552
+ "title": "Location of the property to which the application relates"
26553
+ },
26569
26554
  "refNumber": {
26570
26555
  "type": "string",
26571
- "title": "Reference number for the planning application; optional for proposals"
26556
+ "title": "Reference number for the planning application"
26557
+ },
26558
+ "description": {
26559
+ "type": "string",
26560
+ "title": "Description of the application"
26572
26561
  },
26573
26562
  "isProposal": {
26574
26563
  "title": "Is this a proposal?",
@@ -26594,9 +26583,21 @@
26594
26583
  "title": "What type of application was this?",
26595
26584
  "type": "string",
26596
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"
26597
26596
  }
26598
26597
  },
26599
26598
  "con29RRequired": [
26599
+ "refNumber",
26600
+ "description",
26600
26601
  "isProposal",
26601
26602
  "applicationDate",
26602
26603
  "applicationType"
@@ -26613,7 +26614,11 @@
26613
26614
  "properties": {
26614
26615
  "refNumber": {
26615
26616
  "type": "string",
26616
- "title": "Reference number for the planning application; optional for proposals"
26617
+ "title": "Reference number for the planning application"
26618
+ },
26619
+ "description": {
26620
+ "type": "string",
26621
+ "title": "Description of the application"
26617
26622
  },
26618
26623
  "isProposal": {
26619
26624
  "title": "Is this a proposal?",
@@ -26642,6 +26647,8 @@
26642
26647
  }
26643
26648
  },
26644
26649
  "con29RRequired": [
26650
+ "refNumber",
26651
+ "description",
26645
26652
  "isProposal",
26646
26653
  "applicationDate",
26647
26654
  "applicationType"
@@ -26658,7 +26665,11 @@
26658
26665
  "properties": {
26659
26666
  "refNumber": {
26660
26667
  "type": "string",
26661
- "title": "Reference number for the planning application; optional for proposals"
26668
+ "title": "Reference number for the planning application"
26669
+ },
26670
+ "description": {
26671
+ "type": "string",
26672
+ "title": "Description of the application"
26662
26673
  },
26663
26674
  "isProposal": {
26664
26675
  "title": "Is this a proposal?",
@@ -26687,6 +26698,8 @@
26687
26698
  }
26688
26699
  },
26689
26700
  "con29RRequired": [
26701
+ "refNumber",
26702
+ "description",
26690
26703
  "isProposal",
26691
26704
  "applicationDate",
26692
26705
  "applicationType"
@@ -26703,7 +26716,11 @@
26703
26716
  "properties": {
26704
26717
  "refNumber": {
26705
26718
  "type": "string",
26706
- "title": "Reference number for the planning application; optional for proposals"
26719
+ "title": "Reference number for the planning application"
26720
+ },
26721
+ "description": {
26722
+ "type": "string",
26723
+ "title": "Description of the application"
26707
26724
  },
26708
26725
  "isProposal": {
26709
26726
  "title": "Is this a proposal?",
@@ -26732,6 +26749,9 @@
26732
26749
  }
26733
26750
  },
26734
26751
  "con29RRequired": [
26752
+ "refNumber",
26753
+ "description",
26754
+ "isProposal",
26735
26755
  "isProposal",
26736
26756
  "applicationDate",
26737
26757
  "applicationType"
@@ -26748,7 +26768,11 @@
26748
26768
  "properties": {
26749
26769
  "refNumber": {
26750
26770
  "type": "string",
26751
- "title": "Reference number for the planning application; optional for proposals"
26771
+ "title": "Reference number for the planning application"
26772
+ },
26773
+ "description": {
26774
+ "type": "string",
26775
+ "title": "Description of the application"
26752
26776
  },
26753
26777
  "isProposal": {
26754
26778
  "title": "Is this a proposal?",
@@ -26777,6 +26801,8 @@
26777
26801
  }
26778
26802
  },
26779
26803
  "con29RRequired": [
26804
+ "refNumber",
26805
+ "description",
26780
26806
  "isProposal",
26781
26807
  "applicationDate",
26782
26808
  "applicationType"
@@ -26793,7 +26819,11 @@
26793
26819
  "properties": {
26794
26820
  "refNumber": {
26795
26821
  "type": "string",
26796
- "title": "Reference number for the planning application; optional for proposals"
26822
+ "title": "Reference number for the planning application"
26823
+ },
26824
+ "description": {
26825
+ "type": "string",
26826
+ "title": "Description of the application"
26797
26827
  },
26798
26828
  "isProposal": {
26799
26829
  "title": "Is this a proposal?",
@@ -26822,6 +26852,8 @@
26822
26852
  }
26823
26853
  },
26824
26854
  "con29RRequired": [
26855
+ "refNumber",
26856
+ "description",
26825
26857
  "isProposal",
26826
26858
  "applicationDate",
26827
26859
  "applicationType"
@@ -26838,7 +26870,11 @@
26838
26870
  "properties": {
26839
26871
  "refNumber": {
26840
26872
  "type": "string",
26841
- "title": "Reference number for the planning application; optional for proposals"
26873
+ "title": "Reference number for the planning application"
26874
+ },
26875
+ "description": {
26876
+ "type": "string",
26877
+ "title": "Description of the application"
26842
26878
  },
26843
26879
  "isProposal": {
26844
26880
  "title": "Is this a proposal?",
@@ -26867,6 +26903,8 @@
26867
26903
  }
26868
26904
  },
26869
26905
  "con29RRequired": [
26906
+ "refNumber",
26907
+ "description",
26870
26908
  "isProposal",
26871
26909
  "applicationDate",
26872
26910
  "applicationType"
@@ -26883,7 +26921,11 @@
26883
26921
  "properties": {
26884
26922
  "refNumber": {
26885
26923
  "type": "string",
26886
- "title": "Reference number for the planning application; optional for proposals"
26924
+ "title": "Reference number for the planning application"
26925
+ },
26926
+ "description": {
26927
+ "type": "string",
26928
+ "title": "Description of the application"
26887
26929
  },
26888
26930
  "isProposal": {
26889
26931
  "title": "Is this a proposal?",
@@ -26912,6 +26954,8 @@
26912
26954
  }
26913
26955
  },
26914
26956
  "con29RRequired": [
26957
+ "refNumber",
26958
+ "description",
26915
26959
  "isProposal",
26916
26960
  "applicationDate",
26917
26961
  "applicationType"
@@ -26928,7 +26972,11 @@
26928
26972
  "properties": {
26929
26973
  "refNumber": {
26930
26974
  "type": "string",
26931
- "title": "Reference number for the planning application; optional for proposals"
26975
+ "title": "Reference number for the planning application"
26976
+ },
26977
+ "description": {
26978
+ "type": "string",
26979
+ "title": "Description of the application"
26932
26980
  },
26933
26981
  "isProposal": {
26934
26982
  "title": "Is this a proposal?",
@@ -26957,6 +27005,8 @@
26957
27005
  }
26958
27006
  },
26959
27007
  "con29RRequired": [
27008
+ "refNumber",
27009
+ "description",
26960
27010
  "isProposal",
26961
27011
  "applicationDate",
26962
27012
  "applicationType"
@@ -26973,7 +27023,11 @@
26973
27023
  "properties": {
26974
27024
  "refNumber": {
26975
27025
  "type": "string",
26976
- "title": "Reference number for the planning application; optional for proposals"
27026
+ "title": "Reference number for the planning application"
27027
+ },
27028
+ "description": {
27029
+ "type": "string",
27030
+ "title": "Description of the application"
26977
27031
  },
26978
27032
  "isProposal": {
26979
27033
  "title": "Is this a proposal?",
@@ -27002,6 +27056,8 @@
27002
27056
  }
27003
27057
  },
27004
27058
  "con29RRequired": [
27059
+ "refNumber",
27060
+ "description",
27005
27061
  "isProposal",
27006
27062
  "applicationDate",
27007
27063
  "applicationType"
@@ -27018,7 +27074,11 @@
27018
27074
  "properties": {
27019
27075
  "refNumber": {
27020
27076
  "type": "string",
27021
- "title": "Reference number for the planning application; optional for proposals"
27077
+ "title": "Reference number for the planning application"
27078
+ },
27079
+ "description": {
27080
+ "type": "string",
27081
+ "title": "Description of the application"
27022
27082
  },
27023
27083
  "isProposal": {
27024
27084
  "title": "Is this a proposal?",
@@ -27047,6 +27107,8 @@
27047
27107
  }
27048
27108
  },
27049
27109
  "con29RRequired": [
27110
+ "refNumber",
27111
+ "description",
27050
27112
  "isProposal",
27051
27113
  "applicationDate",
27052
27114
  "applicationType"
@@ -27063,7 +27125,11 @@
27063
27125
  "properties": {
27064
27126
  "refNumber": {
27065
27127
  "type": "string",
27066
- "title": "Reference number for the planning application; optional for proposals"
27128
+ "title": "Reference number for the planning application"
27129
+ },
27130
+ "description": {
27131
+ "type": "string",
27132
+ "title": "Description of the application"
27067
27133
  },
27068
27134
  "isProposal": {
27069
27135
  "title": "Is this a proposal?",
@@ -27092,6 +27158,8 @@
27092
27158
  }
27093
27159
  },
27094
27160
  "con29RRequired": [
27161
+ "refNumber",
27162
+ "description",
27095
27163
  "isProposal",
27096
27164
  "applicationDate",
27097
27165
  "applicationType"
@@ -28835,9 +28903,9 @@
28835
28903
  }
28836
28904
  ]
28837
28905
  },
28838
- "floodAndCoastalErosionRiskManagement": {
28906
+ "floodAndCostalErosionRiskManagement": {
28839
28907
  "con29RRef": "3.7(g)",
28840
- "title": "flood and coastal erosion risk management",
28908
+ "title": "flood and costal erosion risk management",
28841
28909
  "type": "object",
28842
28910
  "properties": {
28843
28911
  "yesNo": {
@@ -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"
@@ -1456,7 +1481,7 @@
1456
1481
  "yesNo"
1457
1482
  ]
1458
1483
  },
1459
- "floodAndCoastalErosionRiskManagement": {
1484
+ "floodAndCostalErosionRiskManagement": {
1460
1485
  "con29RRef": "3.7(g)",
1461
1486
  "discriminator": {
1462
1487
  "propertyName": "yesNo"
@@ -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": {
@@ -16,19 +16,6 @@
16
16
  },
17
17
  "authorisationToShare": {
18
18
  "sr24Ref": "1.2"
19
- },
20
- "sellerSignatures": {
21
- "sr24Ref": "1.3",
22
- "items": {
23
- "properties": {
24
- "name": {
25
- "sr24Ref": "1.3.1"
26
- },
27
- "signedOn": {
28
- "sr24Ref": "1.3.2"
29
- }
30
- }
31
- }
32
19
  }
33
20
  }
34
21
  }
@@ -1331,8 +1331,11 @@
1331
1331
  "properties": {
1332
1332
  "titleNumber": {
1333
1333
  "title": "Title number (if registered)",
1334
- "type": "string",
1335
- "minLength": 1
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 share for sale (e.g. Ground floor flat only)",
1392
+ "title": "Describe the part for sale (e.g. Ground floor flat only)",
1390
1393
  "type": "string",
1391
1394
  "minLength": 1
1392
1395
  }
@@ -21686,32 +21689,6 @@
21686
21689
  "authorisationToShare": {
21687
21690
  "title": "I/we consent to the sharing of the information contained in the Sale Ready pack with the my/our legal representative and the buyer(s) and their legal representatives",
21688
21691
  "type": "boolean"
21689
- },
21690
- "sellerSignatures": {
21691
- "title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer.",
21692
- "type": "array",
21693
- "items": {
21694
- "type": "object",
21695
- "required": [
21696
- "name",
21697
- "signedOn"
21698
- ],
21699
- "properties": {
21700
- "name": {
21701
- "title": "Name of signatory",
21702
- "type": "string",
21703
- "minLength": 1
21704
- },
21705
- "signedOn": {
21706
- "title": "Date and time of signature in ISO 8601 format",
21707
- "type": "string",
21708
- "format": "date-time"
21709
- },
21710
- "externalIds": {
21711
- "type": "object"
21712
- }
21713
- }
21714
- }
21715
21692
  }
21716
21693
  }
21717
21694
  },
@@ -21937,9 +21914,17 @@
21937
21914
  "type": "object",
21938
21915
  "title": "Planning application",
21939
21916
  "properties": {
21917
+ "address": {
21918
+ "type": "string",
21919
+ "title": "Location of the property to which the application relates"
21920
+ },
21940
21921
  "refNumber": {
21941
21922
  "type": "string",
21942
- "title": "Reference number for the planning application; optional for proposals"
21923
+ "title": "Reference number for the planning application"
21924
+ },
21925
+ "description": {
21926
+ "type": "string",
21927
+ "title": "Description of the application"
21943
21928
  },
21944
21929
  "isProposal": {
21945
21930
  "title": "Is this a proposal?",
@@ -21968,6 +21953,16 @@
21968
21953
  "title": "What type of application was this?",
21969
21954
  "type": "string",
21970
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"
21971
21966
  }
21972
21967
  }
21973
21968
  }
@@ -21981,7 +21976,11 @@
21981
21976
  "properties": {
21982
21977
  "refNumber": {
21983
21978
  "type": "string",
21984
- "title": "Reference number for the planning application; optional for proposals"
21979
+ "title": "Reference number for the planning application"
21980
+ },
21981
+ "description": {
21982
+ "type": "string",
21983
+ "title": "Description of the application"
21985
21984
  },
21986
21985
  "isProposal": {
21987
21986
  "title": "Is this a proposal?",
@@ -22023,7 +22022,11 @@
22023
22022
  "properties": {
22024
22023
  "refNumber": {
22025
22024
  "type": "string",
22026
- "title": "Reference number for the planning application; optional for proposals"
22025
+ "title": "Reference number for the planning application"
22026
+ },
22027
+ "description": {
22028
+ "type": "string",
22029
+ "title": "Description of the application"
22027
22030
  },
22028
22031
  "isProposal": {
22029
22032
  "title": "Is this a proposal?",
@@ -22065,7 +22068,11 @@
22065
22068
  "properties": {
22066
22069
  "refNumber": {
22067
22070
  "type": "string",
22068
- "title": "Reference number for the planning application; optional for proposals"
22071
+ "title": "Reference number for the planning application"
22072
+ },
22073
+ "description": {
22074
+ "type": "string",
22075
+ "title": "Description of the application"
22069
22076
  },
22070
22077
  "isProposal": {
22071
22078
  "title": "Is this a proposal?",
@@ -22107,7 +22114,11 @@
22107
22114
  "properties": {
22108
22115
  "refNumber": {
22109
22116
  "type": "string",
22110
- "title": "Reference number for the planning application; optional for proposals"
22117
+ "title": "Reference number for the planning application"
22118
+ },
22119
+ "description": {
22120
+ "type": "string",
22121
+ "title": "Description of the application"
22111
22122
  },
22112
22123
  "isProposal": {
22113
22124
  "title": "Is this a proposal?",
@@ -22149,7 +22160,11 @@
22149
22160
  "properties": {
22150
22161
  "refNumber": {
22151
22162
  "type": "string",
22152
- "title": "Reference number for the planning application; optional for proposals"
22163
+ "title": "Reference number for the planning application"
22164
+ },
22165
+ "description": {
22166
+ "type": "string",
22167
+ "title": "Description of the application"
22153
22168
  },
22154
22169
  "isProposal": {
22155
22170
  "title": "Is this a proposal?",
@@ -22191,7 +22206,11 @@
22191
22206
  "properties": {
22192
22207
  "refNumber": {
22193
22208
  "type": "string",
22194
- "title": "Reference number for the planning application; optional for proposals"
22209
+ "title": "Reference number for the planning application"
22210
+ },
22211
+ "description": {
22212
+ "type": "string",
22213
+ "title": "Description of the application"
22195
22214
  },
22196
22215
  "isProposal": {
22197
22216
  "title": "Is this a proposal?",
@@ -22233,7 +22252,11 @@
22233
22252
  "properties": {
22234
22253
  "refNumber": {
22235
22254
  "type": "string",
22236
- "title": "Reference number for the planning application; optional for proposals"
22255
+ "title": "Reference number for the planning application"
22256
+ },
22257
+ "description": {
22258
+ "type": "string",
22259
+ "title": "Description of the application"
22237
22260
  },
22238
22261
  "isProposal": {
22239
22262
  "title": "Is this a proposal?",
@@ -22275,7 +22298,11 @@
22275
22298
  "properties": {
22276
22299
  "refNumber": {
22277
22300
  "type": "string",
22278
- "title": "Reference number for the planning application; optional for proposals"
22301
+ "title": "Reference number for the planning application"
22302
+ },
22303
+ "description": {
22304
+ "type": "string",
22305
+ "title": "Description of the application"
22279
22306
  },
22280
22307
  "isProposal": {
22281
22308
  "title": "Is this a proposal?",
@@ -22317,7 +22344,11 @@
22317
22344
  "properties": {
22318
22345
  "refNumber": {
22319
22346
  "type": "string",
22320
- "title": "Reference number for the planning application; optional for proposals"
22347
+ "title": "Reference number for the planning application"
22348
+ },
22349
+ "description": {
22350
+ "type": "string",
22351
+ "title": "Description of the application"
22321
22352
  },
22322
22353
  "isProposal": {
22323
22354
  "title": "Is this a proposal?",
@@ -22359,7 +22390,11 @@
22359
22390
  "properties": {
22360
22391
  "refNumber": {
22361
22392
  "type": "string",
22362
- "title": "Reference number for the planning application; optional for proposals"
22393
+ "title": "Reference number for the planning application"
22394
+ },
22395
+ "description": {
22396
+ "type": "string",
22397
+ "title": "Description of the application"
22363
22398
  },
22364
22399
  "isProposal": {
22365
22400
  "title": "Is this a proposal?",
@@ -22401,7 +22436,11 @@
22401
22436
  "properties": {
22402
22437
  "refNumber": {
22403
22438
  "type": "string",
22404
- "title": "Reference number for the planning application; optional for proposals"
22439
+ "title": "Reference number for the planning application"
22440
+ },
22441
+ "description": {
22442
+ "type": "string",
22443
+ "title": "Description of the application"
22405
22444
  },
22406
22445
  "isProposal": {
22407
22446
  "title": "Is this a proposal?",
@@ -24194,8 +24233,8 @@
24194
24233
  }
24195
24234
  ]
24196
24235
  },
24197
- "floodAndCoastalErosionRiskManagement": {
24198
- "title": "flood and coastal erosion risk management",
24236
+ "floodAndCostalErosionRiskManagement": {
24237
+ "title": "flood and costal erosion risk management",
24199
24238
  "type": "object",
24200
24239
  "properties": {
24201
24240
  "yesNo": {
@@ -212,6 +212,7 @@
212
212
  "isLimitedCompanySale": {},
213
213
  "ownershipsToBeTransferred": {
214
214
  "titleNumber": {},
215
+ "titlePropertyDescription": {},
215
216
  "ownershipType": {},
216
217
  "wholeFreeholdForSale": {
217
218
  "yesNo": {},
@@ -2815,12 +2816,7 @@
2815
2816
  },
2816
2817
  "saleReadyDeclarations": {
2817
2818
  "authorisedToActOnBehalfOfAllSellers": {},
2818
- "authorisationToShare": {},
2819
- "sellerSignatures": {
2820
- "name": {},
2821
- "signedOn": {},
2822
- "externalIds": {}
2823
- }
2819
+ "authorisationToShare": {}
2824
2820
  },
2825
2821
  "localSearches": {
2826
2822
  "localLandCharges": {
@@ -2879,12 +2875,15 @@
2879
2875
  "planningAndBuildingRegulations": {
2880
2876
  "decisionsAndPendingApplications": {
2881
2877
  "planningPermission": {
2878
+ "address": {},
2882
2879
  "refNumber": {},
2883
2880
  "isProposal": {},
2884
2881
  "applicationDate": {},
2885
2882
  "decision": {},
2886
2883
  "decisionDate": {},
2887
- "applicationType": {}
2884
+ "applicationType": {},
2885
+ "status": {},
2886
+ "url": {}
2888
2887
  },
2889
2888
  "listedBuildingConsent": {
2890
2889
  "refNumber": {},
@@ -3182,7 +3181,7 @@
3182
3181
  "yesNo": {},
3183
3182
  "details": {}
3184
3183
  },
3185
- "floodAndCoastalErosionRiskManagement": {
3184
+ "floodAndCostalErosionRiskManagement": {
3186
3185
  "yesNo": {},
3187
3186
  "details": {}
3188
3187
  }