@pdtf/schemas 3.4.0-5 → 3.4.0-7
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 +20 -31
- package/src/schemas/v3/overlays/baspi4.json +1 -6
- package/src/schemas/v3/overlays/baspi5.json +1 -6
- package/src/schemas/v3/overlays/lpe1.json +1 -3
- package/src/schemas/v3/overlays/nts.json +3 -3
- package/src/schemas/v3/overlays/nts2.json +5 -4
- package/src/schemas/v3/overlays/ntsl.json +2 -1
- package/src/schemas/v3/overlays/ntsl2.json +5 -4
- package/src/schemas/v3/overlays/ta10.json +2 -9
- package/src/schemas/v3/overlays/ta6.json +3 -14
- package/src/schemas/v3/overlays/ta7.json +1 -4
- package/src/schemas/v3/pdtf-transaction.json +7 -7
package/package.json
CHANGED
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
"participantStatus": {
|
|
191
191
|
"type": "string",
|
|
192
|
-
"enum": ["
|
|
192
|
+
"enum": ["Proposed", "Invited", "Active", "Removed"]
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
"discriminator": {
|
|
@@ -409,8 +409,7 @@
|
|
|
409
409
|
"electricalWorks",
|
|
410
410
|
"guaranteesWarrantiesAndIndemnityInsurances",
|
|
411
411
|
"occupiers",
|
|
412
|
-
"completionAndMoving"
|
|
413
|
-
"confirmationOfAccuracyByOwners"
|
|
412
|
+
"completionAndMoving"
|
|
414
413
|
],
|
|
415
414
|
"ntsRequired": [
|
|
416
415
|
"priceInformation",
|
|
@@ -4136,8 +4135,7 @@
|
|
|
4136
4135
|
"enfranchisement",
|
|
4137
4136
|
"buildingSafetyAct",
|
|
4138
4137
|
"general",
|
|
4139
|
-
"requiredDocuments"
|
|
4140
|
-
"confirmationOfAccuracy"
|
|
4138
|
+
"requiredDocuments"
|
|
4141
4139
|
],
|
|
4142
4140
|
"baspi4Required": [
|
|
4143
4141
|
"sharedOwnership",
|
|
@@ -4183,8 +4181,7 @@
|
|
|
4183
4181
|
"enfranchisement",
|
|
4184
4182
|
"buildingSafety",
|
|
4185
4183
|
"general",
|
|
4186
|
-
"requiredDocuments"
|
|
4187
|
-
"confirmationOfAccuracy"
|
|
4184
|
+
"requiredDocuments"
|
|
4188
4185
|
],
|
|
4189
4186
|
"properties": {
|
|
4190
4187
|
"sharedOwnership": {
|
|
@@ -9083,15 +9080,12 @@
|
|
|
9083
9080
|
}
|
|
9084
9081
|
},
|
|
9085
9082
|
"confirmationOfAccuracy": {
|
|
9086
|
-
"ta7Ref": "12",
|
|
9087
|
-
"lpe1Ref": "9",
|
|
9088
9083
|
"title": "Confirmation of accuracy",
|
|
9089
9084
|
"type": "object",
|
|
9090
9085
|
"lpe1Required": ["confirmation", "capacity"],
|
|
9091
9086
|
"ta7Required": ["confirmation"],
|
|
9092
9087
|
"properties": {
|
|
9093
9088
|
"confirmation": {
|
|
9094
|
-
"ta7Ref": "12.1",
|
|
9095
9089
|
"title": "Declaration",
|
|
9096
9090
|
"description": "I/we confirm that I am the person authorised to provide the information which I have completed in it on behalf of those parties which I have selected from the list, and that a buyer may rely on the information which I have supplied without applying to any other party except where I have left a section blank because I do not have the authority to provide the information",
|
|
9097
9091
|
"ta7Title": "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",
|
|
@@ -9780,7 +9774,7 @@
|
|
|
9780
9774
|
"ntsl2Ref": "A1.2.1",
|
|
9781
9775
|
"rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
9782
9776
|
"piqRef": "A5.5",
|
|
9783
|
-
"title": "Is the property built in a standard form of construction?",
|
|
9777
|
+
"title": "Is the property built in a fully standard form of construction?",
|
|
9784
9778
|
"description": "Standard construction is brick and/or block with timber-supported roof comprising a tile or slate cover. Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows.",
|
|
9785
9779
|
"type": "object",
|
|
9786
9780
|
"properties": {
|
|
@@ -9815,7 +9809,7 @@
|
|
|
9815
9809
|
"constructionType": {
|
|
9816
9810
|
"nts2Ref": "A1.2.1.3",
|
|
9817
9811
|
"ntsl2Ref": "A1.2.1.3",
|
|
9818
|
-
"title": "
|
|
9812
|
+
"title": "What is the main construction type?",
|
|
9819
9813
|
"type": "string",
|
|
9820
9814
|
"enum": [
|
|
9821
9815
|
"Brick and block",
|
|
@@ -13258,8 +13252,7 @@
|
|
|
13258
13252
|
"outdoorArea",
|
|
13259
13253
|
"televisionAndTelephone",
|
|
13260
13254
|
"stockOfFuel",
|
|
13261
|
-
"otherItems"
|
|
13262
|
-
"confirmationOfAccuracy"
|
|
13255
|
+
"otherItems"
|
|
13263
13256
|
],
|
|
13264
13257
|
"properties": {
|
|
13265
13258
|
"itemsToRemove": {
|
|
@@ -18205,13 +18198,11 @@
|
|
|
18205
18198
|
}
|
|
18206
18199
|
},
|
|
18207
18200
|
"confirmationOfAccuracy": {
|
|
18208
|
-
"ta10Ref": "12",
|
|
18209
18201
|
"title": "Confirmation to be supplied by all owners or their representative",
|
|
18210
18202
|
"type": "object",
|
|
18211
18203
|
"ta10Required": ["confirmInformationIsAccurate"],
|
|
18212
18204
|
"properties": {
|
|
18213
18205
|
"confirmInformationIsAccurate": {
|
|
18214
|
-
"ta10Ref": "12.1",
|
|
18215
18206
|
"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",
|
|
18216
18207
|
"type": "boolean"
|
|
18217
18208
|
}
|
|
@@ -22476,10 +22467,7 @@
|
|
|
22476
22467
|
"ntslRef": "C3.1.1.1",
|
|
22477
22468
|
"ntsl2Ref": "C3.1.1.1",
|
|
22478
22469
|
"type": "string",
|
|
22479
|
-
"title": "
|
|
22480
|
-
"ntsTitle": "To your knowledge, is the property at risk of flooding of any type?",
|
|
22481
|
-
"baspi4Title": "To your knowledge,, is the property at risk of flooding of any type?",
|
|
22482
|
-
"baspi5Title": "To your knowledge, is the property at risk of flooding of any type?",
|
|
22470
|
+
"title": "To your knowledge, is the property at risk of flooding of any type?",
|
|
22483
22471
|
"enum": ["Yes", "No"]
|
|
22484
22472
|
}
|
|
22485
22473
|
},
|
|
@@ -22517,7 +22505,10 @@
|
|
|
22517
22505
|
"ntsl2Ref": "C3.1.1.2",
|
|
22518
22506
|
"type": "string",
|
|
22519
22507
|
"title": "Summary of risk",
|
|
22520
|
-
"ntsTitle
|
|
22508
|
+
"ntsTitle": "Please provide details",
|
|
22509
|
+
"nts2Title": "Please provide details",
|
|
22510
|
+
"ntslTitle": "Please provide details",
|
|
22511
|
+
"ntsl2Title": "Please provide details",
|
|
22521
22512
|
"minLength": 1
|
|
22522
22513
|
},
|
|
22523
22514
|
"recommendations": {
|
|
@@ -22608,7 +22599,8 @@
|
|
|
22608
22599
|
"baspi4Ref": "A11.1.2.1",
|
|
22609
22600
|
"baspi5Ref": "A11.1.2.1",
|
|
22610
22601
|
"ta6Ref": "7.1.1",
|
|
22611
|
-
"title": "Has
|
|
22602
|
+
"title": "Has the property been flooded in the last 5 years?",
|
|
22603
|
+
"ta6Title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
22612
22604
|
"type": "string",
|
|
22613
22605
|
"enum": ["Yes", "No"]
|
|
22614
22606
|
}
|
|
@@ -22676,16 +22668,16 @@
|
|
|
22676
22668
|
]
|
|
22677
22669
|
},
|
|
22678
22670
|
"floodDefences": {
|
|
22679
|
-
"nts2Ref": "C3.1.1.
|
|
22680
|
-
"ntsl2Ref": "C3.1.1.
|
|
22671
|
+
"nts2Ref": "C3.1.1.3",
|
|
22672
|
+
"ntsl2Ref": "C3.1.1.3",
|
|
22681
22673
|
"title": "Flood defences",
|
|
22682
22674
|
"type": "object",
|
|
22683
22675
|
"nts2Required": ["hasFloodDefences"],
|
|
22684
22676
|
"ntsl2Required": ["hasFloodDefences"],
|
|
22685
22677
|
"properties": {
|
|
22686
22678
|
"hasFloodDefences": {
|
|
22687
|
-
"nts2Ref": "C3.1.1.
|
|
22688
|
-
"ntsl2Ref": "C3.1.1.
|
|
22679
|
+
"nts2Ref": "C3.1.1.3.1",
|
|
22680
|
+
"ntsl2Ref": "C3.1.1.3.1",
|
|
22689
22681
|
"title": "Are there any defences to prevent flooding installed at the property?",
|
|
22690
22682
|
"type": "string",
|
|
22691
22683
|
"enum": ["Yes", "No"]
|
|
@@ -22708,8 +22700,8 @@
|
|
|
22708
22700
|
"enum": ["Yes"]
|
|
22709
22701
|
},
|
|
22710
22702
|
"details": {
|
|
22711
|
-
"nts2Ref": "C3.1.1.
|
|
22712
|
-
"ntsl2Ref": "C3.1.1.
|
|
22703
|
+
"nts2Ref": "C3.1.1.3.2",
|
|
22704
|
+
"ntsl2Ref": "C3.1.1.3.2",
|
|
22713
22705
|
"title": "Please provide details",
|
|
22714
22706
|
"type": "string",
|
|
22715
22707
|
"minLength": 1
|
|
@@ -26864,7 +26856,6 @@
|
|
|
26864
26856
|
"confirmationOfAccuracyByOwners": {
|
|
26865
26857
|
"baspi4Ref": "B8",
|
|
26866
26858
|
"baspi5Ref": "B8",
|
|
26867
|
-
"ta6Ref": "14.5",
|
|
26868
26859
|
"title": "Confirmation to be supplied by all owners or their representative",
|
|
26869
26860
|
"type": "object",
|
|
26870
26861
|
"baspi4Required": [
|
|
@@ -26875,7 +26866,6 @@
|
|
|
26875
26866
|
"confirmWillProvideAdditionalDocumentation",
|
|
26876
26867
|
"confirmInformationIsAccurate"
|
|
26877
26868
|
],
|
|
26878
|
-
"ta6Required": ["confirmInformationIsAccurate"],
|
|
26879
26869
|
"properties": {
|
|
26880
26870
|
"confirmWillProvideAdditionalDocumentation": {
|
|
26881
26871
|
"baspi4Ref": "B8.1",
|
|
@@ -26886,7 +26876,6 @@
|
|
|
26886
26876
|
"confirmInformationIsAccurate": {
|
|
26887
26877
|
"baspi4Ref": "B8.2",
|
|
26888
26878
|
"baspi5Ref": "B8.2",
|
|
26889
|
-
"ta6Ref": "14.5.1",
|
|
26890
26879
|
"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",
|
|
26891
26880
|
"type": "boolean"
|
|
26892
26881
|
}
|
|
@@ -5598,12 +5598,7 @@
|
|
|
5598
5598
|
"floodRisk": {
|
|
5599
5599
|
"required": [
|
|
5600
5600
|
"riskIndicator"
|
|
5601
|
-
]
|
|
5602
|
-
"properties": {
|
|
5603
|
-
"riskIndicator": {
|
|
5604
|
-
"title": "To your knowledge,, is the property at risk of flooding of any type?"
|
|
5605
|
-
}
|
|
5606
|
-
}
|
|
5601
|
+
]
|
|
5607
5602
|
},
|
|
5608
5603
|
"historicalFlooding": {
|
|
5609
5604
|
"baspi4Ref": "A11.1.2",
|
|
@@ -5749,12 +5749,7 @@
|
|
|
5749
5749
|
"floodRisk": {
|
|
5750
5750
|
"required": [
|
|
5751
5751
|
"riskIndicator"
|
|
5752
|
-
]
|
|
5753
|
-
"properties": {
|
|
5754
|
-
"riskIndicator": {
|
|
5755
|
-
"title": "To your knowledge, is the property at risk of flooding of any type?"
|
|
5756
|
-
}
|
|
5757
|
-
}
|
|
5752
|
+
]
|
|
5758
5753
|
},
|
|
5759
5754
|
"historicalFlooding": {
|
|
5760
5755
|
"baspi5Ref": "A11.1.2",
|
|
@@ -42,8 +42,7 @@
|
|
|
42
42
|
"enfranchisement",
|
|
43
43
|
"buildingSafetyAct",
|
|
44
44
|
"general",
|
|
45
|
-
"requiredDocuments"
|
|
46
|
-
"confirmationOfAccuracy"
|
|
45
|
+
"requiredDocuments"
|
|
47
46
|
],
|
|
48
47
|
"properties": {
|
|
49
48
|
"sharedOwnership": {
|
|
@@ -2205,7 +2204,6 @@
|
|
|
2205
2204
|
}
|
|
2206
2205
|
},
|
|
2207
2206
|
"confirmationOfAccuracy": {
|
|
2208
|
-
"lpe1Ref": "9",
|
|
2209
2207
|
"required": [
|
|
2210
2208
|
"confirmation",
|
|
2211
2209
|
"capacity"
|
|
@@ -1893,7 +1893,8 @@
|
|
|
1893
1893
|
]
|
|
1894
1894
|
},
|
|
1895
1895
|
"summary": {
|
|
1896
|
-
"ntsRef": "C3.1.1.2"
|
|
1896
|
+
"ntsRef": "C3.1.1.2",
|
|
1897
|
+
"title": "Please provide details"
|
|
1897
1898
|
}
|
|
1898
1899
|
},
|
|
1899
1900
|
"required": [
|
|
@@ -1906,8 +1907,7 @@
|
|
|
1906
1907
|
],
|
|
1907
1908
|
"properties": {
|
|
1908
1909
|
"riskIndicator": {
|
|
1909
|
-
"ntsRef": "C3.1.1.1"
|
|
1910
|
-
"title": "To your knowledge, is the property at risk of flooding of any type?"
|
|
1910
|
+
"ntsRef": "C3.1.1.1"
|
|
1911
1911
|
}
|
|
1912
1912
|
}
|
|
1913
1913
|
},
|
|
@@ -2410,7 +2410,8 @@
|
|
|
2410
2410
|
]
|
|
2411
2411
|
},
|
|
2412
2412
|
"summary": {
|
|
2413
|
-
"nts2Ref": "C3.1.1.2"
|
|
2413
|
+
"nts2Ref": "C3.1.1.2",
|
|
2414
|
+
"title": "Please provide details"
|
|
2414
2415
|
}
|
|
2415
2416
|
},
|
|
2416
2417
|
"required": [
|
|
@@ -2472,7 +2473,7 @@
|
|
|
2472
2473
|
}
|
|
2473
2474
|
},
|
|
2474
2475
|
"floodDefences": {
|
|
2475
|
-
"nts2Ref": "C3.1.1.
|
|
2476
|
+
"nts2Ref": "C3.1.1.3",
|
|
2476
2477
|
"discriminator": {
|
|
2477
2478
|
"propertyName": "hasFloodDefences"
|
|
2478
2479
|
},
|
|
@@ -2494,7 +2495,7 @@
|
|
|
2494
2495
|
]
|
|
2495
2496
|
},
|
|
2496
2497
|
"details": {
|
|
2497
|
-
"nts2Ref": "C3.1.1.
|
|
2498
|
+
"nts2Ref": "C3.1.1.3.2"
|
|
2498
2499
|
}
|
|
2499
2500
|
},
|
|
2500
2501
|
"required": [
|
|
@@ -2507,7 +2508,7 @@
|
|
|
2507
2508
|
],
|
|
2508
2509
|
"properties": {
|
|
2509
2510
|
"hasFloodDefences": {
|
|
2510
|
-
"nts2Ref": "C3.1.1.
|
|
2511
|
+
"nts2Ref": "C3.1.1.3.1"
|
|
2511
2512
|
}
|
|
2512
2513
|
}
|
|
2513
2514
|
}
|
|
@@ -1915,7 +1915,8 @@
|
|
|
1915
1915
|
]
|
|
1916
1916
|
},
|
|
1917
1917
|
"summary": {
|
|
1918
|
-
"ntsl2Ref": "C3.1.1.2"
|
|
1918
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
1919
|
+
"title": "Please provide details"
|
|
1919
1920
|
}
|
|
1920
1921
|
},
|
|
1921
1922
|
"required": [
|
|
@@ -1977,7 +1978,7 @@
|
|
|
1977
1978
|
}
|
|
1978
1979
|
},
|
|
1979
1980
|
"floodDefences": {
|
|
1980
|
-
"ntsl2Ref": "C3.1.1.
|
|
1981
|
+
"ntsl2Ref": "C3.1.1.3",
|
|
1981
1982
|
"discriminator": {
|
|
1982
1983
|
"propertyName": "hasFloodDefences"
|
|
1983
1984
|
},
|
|
@@ -1999,7 +2000,7 @@
|
|
|
1999
2000
|
]
|
|
2000
2001
|
},
|
|
2001
2002
|
"details": {
|
|
2002
|
-
"ntsl2Ref": "C3.1.1.
|
|
2003
|
+
"ntsl2Ref": "C3.1.1.3.2"
|
|
2003
2004
|
}
|
|
2004
2005
|
},
|
|
2005
2006
|
"required": [
|
|
@@ -2012,7 +2013,7 @@
|
|
|
2012
2013
|
],
|
|
2013
2014
|
"properties": {
|
|
2014
2015
|
"hasFloodDefences": {
|
|
2015
|
-
"ntsl2Ref": "C3.1.1.
|
|
2016
|
+
"ntsl2Ref": "C3.1.1.3.1"
|
|
2016
2017
|
}
|
|
2017
2018
|
}
|
|
2018
2019
|
}
|
|
@@ -37,8 +37,7 @@
|
|
|
37
37
|
"outdoorArea",
|
|
38
38
|
"televisionAndTelephone",
|
|
39
39
|
"stockOfFuel",
|
|
40
|
-
"otherItems"
|
|
41
|
-
"confirmationOfAccuracy"
|
|
40
|
+
"otherItems"
|
|
42
41
|
],
|
|
43
42
|
"properties": {
|
|
44
43
|
"basicFittings": {
|
|
@@ -4634,15 +4633,9 @@
|
|
|
4634
4633
|
}
|
|
4635
4634
|
},
|
|
4636
4635
|
"confirmationOfAccuracy": {
|
|
4637
|
-
"ta10Ref": "12",
|
|
4638
4636
|
"required": [
|
|
4639
4637
|
"confirmInformationIsAccurate"
|
|
4640
|
-
]
|
|
4641
|
-
"properties": {
|
|
4642
|
-
"confirmInformationIsAccurate": {
|
|
4643
|
-
"ta10Ref": "12.1"
|
|
4644
|
-
}
|
|
4645
|
-
}
|
|
4638
|
+
]
|
|
4646
4639
|
}
|
|
4647
4640
|
}
|
|
4648
4641
|
}
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"electricalWorks",
|
|
30
30
|
"guaranteesWarrantiesAndIndemnityInsurances",
|
|
31
31
|
"occupiers",
|
|
32
|
-
"completionAndMoving"
|
|
33
|
-
"confirmationOfAccuracyByOwners"
|
|
32
|
+
"completionAndMoving"
|
|
34
33
|
],
|
|
35
34
|
"properties": {
|
|
36
35
|
"address": {
|
|
@@ -3172,7 +3171,8 @@
|
|
|
3172
3171
|
],
|
|
3173
3172
|
"properties": {
|
|
3174
3173
|
"hasBeenFlooded": {
|
|
3175
|
-
"ta6Ref": "7.1.1"
|
|
3174
|
+
"ta6Ref": "7.1.1",
|
|
3175
|
+
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?"
|
|
3176
3176
|
}
|
|
3177
3177
|
}
|
|
3178
3178
|
}
|
|
@@ -4481,17 +4481,6 @@
|
|
|
4481
4481
|
}
|
|
4482
4482
|
}
|
|
4483
4483
|
}
|
|
4484
|
-
},
|
|
4485
|
-
"confirmationOfAccuracyByOwners": {
|
|
4486
|
-
"ta6Ref": "14.5",
|
|
4487
|
-
"required": [
|
|
4488
|
-
"confirmInformationIsAccurate"
|
|
4489
|
-
],
|
|
4490
|
-
"properties": {
|
|
4491
|
-
"confirmInformationIsAccurate": {
|
|
4492
|
-
"ta6Ref": "14.5.1"
|
|
4493
|
-
}
|
|
4494
|
-
}
|
|
4495
4484
|
}
|
|
4496
4485
|
}
|
|
4497
4486
|
}
|
|
@@ -80,8 +80,7 @@
|
|
|
80
80
|
"enfranchisement",
|
|
81
81
|
"buildingSafety",
|
|
82
82
|
"general",
|
|
83
|
-
"requiredDocuments"
|
|
84
|
-
"confirmationOfAccuracy"
|
|
83
|
+
"requiredDocuments"
|
|
85
84
|
],
|
|
86
85
|
"properties": {
|
|
87
86
|
"sharedOwnership": {
|
|
@@ -1324,13 +1323,11 @@
|
|
|
1324
1323
|
}
|
|
1325
1324
|
},
|
|
1326
1325
|
"confirmationOfAccuracy": {
|
|
1327
|
-
"ta7Ref": "12",
|
|
1328
1326
|
"required": [
|
|
1329
1327
|
"confirmation"
|
|
1330
1328
|
],
|
|
1331
1329
|
"properties": {
|
|
1332
1330
|
"confirmation": {
|
|
1333
|
-
"ta7Ref": "12.1",
|
|
1334
1331
|
"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"
|
|
1335
1332
|
}
|
|
1336
1333
|
}
|
|
@@ -186,9 +186,10 @@
|
|
|
186
186
|
"participantStatus": {
|
|
187
187
|
"type": "string",
|
|
188
188
|
"enum": [
|
|
189
|
+
"Proposed",
|
|
190
|
+
"Invited",
|
|
189
191
|
"Active",
|
|
190
|
-
"Removed"
|
|
191
|
-
"Pending"
|
|
192
|
+
"Removed"
|
|
192
193
|
]
|
|
193
194
|
}
|
|
194
195
|
},
|
|
@@ -7912,7 +7913,7 @@
|
|
|
7912
7913
|
"type": "object",
|
|
7913
7914
|
"properties": {
|
|
7914
7915
|
"isStandardForm": {
|
|
7915
|
-
"title": "Is the property built in a standard form of construction?",
|
|
7916
|
+
"title": "Is the property built in a fully standard form of construction?",
|
|
7916
7917
|
"description": "Standard construction is brick and/or block with timber-supported roof comprising a tile or slate cover. Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows.",
|
|
7917
7918
|
"type": "object",
|
|
7918
7919
|
"properties": {
|
|
@@ -7934,7 +7935,7 @@
|
|
|
7934
7935
|
]
|
|
7935
7936
|
},
|
|
7936
7937
|
"constructionType": {
|
|
7937
|
-
"title": "
|
|
7938
|
+
"title": "What is the main construction type?",
|
|
7938
7939
|
"type": "string",
|
|
7939
7940
|
"enum": [
|
|
7940
7941
|
"Brick and block",
|
|
@@ -18231,7 +18232,7 @@
|
|
|
18231
18232
|
"properties": {
|
|
18232
18233
|
"riskIndicator": {
|
|
18233
18234
|
"type": "string",
|
|
18234
|
-
"title": "
|
|
18235
|
+
"title": "To your knowledge, is the property at risk of flooding of any type?",
|
|
18235
18236
|
"enum": [
|
|
18236
18237
|
"Yes",
|
|
18237
18238
|
"No"
|
|
@@ -18269,7 +18270,6 @@
|
|
|
18269
18270
|
"summary": {
|
|
18270
18271
|
"type": "string",
|
|
18271
18272
|
"title": "Summary of risk",
|
|
18272
|
-
"ntsTitle:": "Please provide details",
|
|
18273
18273
|
"minLength": 1
|
|
18274
18274
|
},
|
|
18275
18275
|
"recommendations": {
|
|
@@ -18338,7 +18338,7 @@
|
|
|
18338
18338
|
"type": "object",
|
|
18339
18339
|
"properties": {
|
|
18340
18340
|
"hasBeenFlooded": {
|
|
18341
|
-
"title": "Has
|
|
18341
|
+
"title": "Has the property been flooded in the last 5 years?",
|
|
18342
18342
|
"type": "string",
|
|
18343
18343
|
"enum": [
|
|
18344
18344
|
"Yes",
|