@pdtf/schemas 3.0.0-24 → 3.0.0-26
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/examples/v3/exampleTransaction.json +61 -16
- package/src/schemas/v3/combined.json +660 -573
- package/src/schemas/v3/overlays/baspi.json +199 -190
- package/src/schemas/v3/overlays/lpe1.json +145 -118
- package/src/schemas/v3/overlays/piq.json +68 -72
- package/src/schemas/v3/overlays/rds.json +104 -108
- package/src/schemas/v3/overlays/ta6.json +85 -25
- package/src/schemas/v3/overlays/ta7.json +150 -95
- package/src/schemas/v3/pdtf-transaction.json +524 -480
- package/src/schemas/v3/skeleton.json +66 -60
- package/src/tests/v3/transactionSchema.test.js +1 -1
- package/src/utils/extractOverlay.js +5 -0
|
@@ -1982,114 +1982,6 @@
|
|
|
1982
1982
|
}
|
|
1983
1983
|
]
|
|
1984
1984
|
},
|
|
1985
|
-
"boundaries": {
|
|
1986
|
-
"properties": {
|
|
1987
|
-
"partOutsideLegalOwnership": {
|
|
1988
|
-
"rdsRef": "Tenure/Interests",
|
|
1989
|
-
"discriminator": {
|
|
1990
|
-
"propertyName": "yesNo"
|
|
1991
|
-
},
|
|
1992
|
-
"oneOf": [
|
|
1993
|
-
{
|
|
1994
|
-
"properties": {
|
|
1995
|
-
"yesNo": {
|
|
1996
|
-
"enum": [
|
|
1997
|
-
"No"
|
|
1998
|
-
]
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"properties": {
|
|
2004
|
-
"yesNo": {
|
|
2005
|
-
"enum": [
|
|
2006
|
-
"Yes"
|
|
2007
|
-
]
|
|
2008
|
-
}
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
]
|
|
2012
|
-
},
|
|
2013
|
-
"partOnSeparateSiteOrDeed": {
|
|
2014
|
-
"rdsRef": "Tenure *with different property entity and references etc*",
|
|
2015
|
-
"discriminator": {
|
|
2016
|
-
"propertyName": "yesNo"
|
|
2017
|
-
},
|
|
2018
|
-
"oneOf": [
|
|
2019
|
-
{
|
|
2020
|
-
"properties": {
|
|
2021
|
-
"yesNo": {
|
|
2022
|
-
"enum": [
|
|
2023
|
-
"No"
|
|
2024
|
-
]
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"properties": {
|
|
2030
|
-
"yesNo": {
|
|
2031
|
-
"enum": [
|
|
2032
|
-
"Yes"
|
|
2033
|
-
]
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
|
-
]
|
|
2038
|
-
},
|
|
2039
|
-
"boundariesDifferFromTitlePlan": {
|
|
2040
|
-
"rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
2041
|
-
"discriminator": {
|
|
2042
|
-
"propertyName": "yesNo"
|
|
2043
|
-
},
|
|
2044
|
-
"oneOf": [
|
|
2045
|
-
{
|
|
2046
|
-
"properties": {
|
|
2047
|
-
"yesNo": {
|
|
2048
|
-
"enum": [
|
|
2049
|
-
"No"
|
|
2050
|
-
]
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"properties": {
|
|
2056
|
-
"yesNo": {
|
|
2057
|
-
"enum": [
|
|
2058
|
-
"Yes"
|
|
2059
|
-
]
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
]
|
|
2064
|
-
},
|
|
2065
|
-
"boundaryAlterationProposal": {
|
|
2066
|
-
"rdsRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
2067
|
-
"discriminator": {
|
|
2068
|
-
"propertyName": "yesNo"
|
|
2069
|
-
},
|
|
2070
|
-
"oneOf": [
|
|
2071
|
-
{
|
|
2072
|
-
"properties": {
|
|
2073
|
-
"yesNo": {
|
|
2074
|
-
"enum": [
|
|
2075
|
-
"No"
|
|
2076
|
-
]
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"properties": {
|
|
2082
|
-
"yesNo": {
|
|
2083
|
-
"enum": [
|
|
2084
|
-
"Yes"
|
|
2085
|
-
]
|
|
2086
|
-
}
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
]
|
|
2090
|
-
}
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
1985
|
"rightsAndInformalArrangements": {
|
|
2094
1986
|
"properties": {
|
|
2095
1987
|
"sharedContributions": {
|
|
@@ -2773,6 +2665,110 @@
|
|
|
2773
2665
|
},
|
|
2774
2666
|
"legalBoundaries": {
|
|
2775
2667
|
"properties": {
|
|
2668
|
+
"partOutsideLegalOwnership": {
|
|
2669
|
+
"rdsRef": "Tenure/Interests",
|
|
2670
|
+
"discriminator": {
|
|
2671
|
+
"propertyName": "yesNo"
|
|
2672
|
+
},
|
|
2673
|
+
"oneOf": [
|
|
2674
|
+
{
|
|
2675
|
+
"properties": {
|
|
2676
|
+
"yesNo": {
|
|
2677
|
+
"enum": [
|
|
2678
|
+
"No"
|
|
2679
|
+
]
|
|
2680
|
+
}
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"properties": {
|
|
2685
|
+
"yesNo": {
|
|
2686
|
+
"enum": [
|
|
2687
|
+
"Yes"
|
|
2688
|
+
]
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
}
|
|
2692
|
+
]
|
|
2693
|
+
},
|
|
2694
|
+
"partOnSeparateSiteOrDeed": {
|
|
2695
|
+
"rdsRef": "Tenure *with different property entity and references etc*",
|
|
2696
|
+
"discriminator": {
|
|
2697
|
+
"propertyName": "yesNo"
|
|
2698
|
+
},
|
|
2699
|
+
"oneOf": [
|
|
2700
|
+
{
|
|
2701
|
+
"properties": {
|
|
2702
|
+
"yesNo": {
|
|
2703
|
+
"enum": [
|
|
2704
|
+
"No"
|
|
2705
|
+
]
|
|
2706
|
+
}
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"properties": {
|
|
2711
|
+
"yesNo": {
|
|
2712
|
+
"enum": [
|
|
2713
|
+
"Yes"
|
|
2714
|
+
]
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
"boundariesDifferFromTitlePlan": {
|
|
2721
|
+
"rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
2722
|
+
"discriminator": {
|
|
2723
|
+
"propertyName": "yesNo"
|
|
2724
|
+
},
|
|
2725
|
+
"oneOf": [
|
|
2726
|
+
{
|
|
2727
|
+
"properties": {
|
|
2728
|
+
"yesNo": {
|
|
2729
|
+
"enum": [
|
|
2730
|
+
"No"
|
|
2731
|
+
]
|
|
2732
|
+
}
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"properties": {
|
|
2737
|
+
"yesNo": {
|
|
2738
|
+
"enum": [
|
|
2739
|
+
"Yes"
|
|
2740
|
+
]
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
]
|
|
2745
|
+
},
|
|
2746
|
+
"boundaryAlterationProposal": {
|
|
2747
|
+
"rdsRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
2748
|
+
"discriminator": {
|
|
2749
|
+
"propertyName": "yesNo"
|
|
2750
|
+
},
|
|
2751
|
+
"oneOf": [
|
|
2752
|
+
{
|
|
2753
|
+
"properties": {
|
|
2754
|
+
"yesNo": {
|
|
2755
|
+
"enum": [
|
|
2756
|
+
"No"
|
|
2757
|
+
]
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"properties": {
|
|
2763
|
+
"yesNo": {
|
|
2764
|
+
"enum": [
|
|
2765
|
+
"Yes"
|
|
2766
|
+
]
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
}
|
|
2770
|
+
]
|
|
2771
|
+
},
|
|
2776
2772
|
"ownership": {
|
|
2777
2773
|
"rdsRef": "Tenure/Boundaries",
|
|
2778
2774
|
"discriminator": {
|
|
@@ -366,6 +366,7 @@
|
|
|
366
366
|
"required": [
|
|
367
367
|
"yesNo"
|
|
368
368
|
],
|
|
369
|
+
"title": "Have there been any disputes or complaints regarding this property or a property nearby?",
|
|
369
370
|
"properties": {
|
|
370
371
|
"yesNo": {
|
|
371
372
|
"ta6Ref": "2.1.1"
|
|
@@ -538,7 +539,12 @@
|
|
|
538
539
|
],
|
|
539
540
|
"required": [
|
|
540
541
|
"yesNo"
|
|
541
|
-
]
|
|
542
|
+
],
|
|
543
|
+
"properties": {
|
|
544
|
+
"yesNo": {
|
|
545
|
+
"ta6Ref": "4.2.1"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
542
548
|
},
|
|
543
549
|
"listedBuildingConsent": {
|
|
544
550
|
"oneOf": [
|
|
@@ -1130,6 +1136,7 @@
|
|
|
1130
1136
|
"required": [
|
|
1131
1137
|
"yesNo"
|
|
1132
1138
|
],
|
|
1139
|
+
"title": "Is the seller aware of any proposals to develop property or land nearby, or of any proposals to make alterations to buildings nearby?",
|
|
1133
1140
|
"properties": {
|
|
1134
1141
|
"yesNo": {
|
|
1135
1142
|
"ta6Ref": "3.2.1"
|
|
@@ -1417,13 +1424,15 @@
|
|
|
1417
1424
|
}
|
|
1418
1425
|
},
|
|
1419
1426
|
"required": [
|
|
1420
|
-
"managementPlanInPlace"
|
|
1427
|
+
"managementPlanInPlace",
|
|
1428
|
+
"attachments"
|
|
1421
1429
|
]
|
|
1422
1430
|
}
|
|
1423
1431
|
],
|
|
1424
1432
|
"required": [
|
|
1425
1433
|
"yesNo"
|
|
1426
1434
|
],
|
|
1435
|
+
"title": "Is the property affected by Japanese knotweed?",
|
|
1427
1436
|
"properties": {
|
|
1428
1437
|
"yesNo": {
|
|
1429
1438
|
"ta6Ref": "7.8.1"
|
|
@@ -1672,7 +1681,7 @@
|
|
|
1672
1681
|
}
|
|
1673
1682
|
},
|
|
1674
1683
|
"waterMeter": {
|
|
1675
|
-
"ta6Ref": "13.
|
|
1684
|
+
"ta6Ref": "13.3b1",
|
|
1676
1685
|
"discriminator": {
|
|
1677
1686
|
"propertyName": "isSupplyMetered"
|
|
1678
1687
|
},
|
|
@@ -1694,7 +1703,7 @@
|
|
|
1694
1703
|
]
|
|
1695
1704
|
},
|
|
1696
1705
|
"location": {
|
|
1697
|
-
"ta6Ref": "13.
|
|
1706
|
+
"ta6Ref": "13.3b3"
|
|
1698
1707
|
}
|
|
1699
1708
|
},
|
|
1700
1709
|
"required": [
|
|
@@ -1813,8 +1822,14 @@
|
|
|
1813
1822
|
"enum": [
|
|
1814
1823
|
"Yes"
|
|
1815
1824
|
]
|
|
1825
|
+
},
|
|
1826
|
+
"supplier": {
|
|
1827
|
+
"ta6Ref": "13.4a"
|
|
1816
1828
|
}
|
|
1817
|
-
}
|
|
1829
|
+
},
|
|
1830
|
+
"required": [
|
|
1831
|
+
"supplier"
|
|
1832
|
+
]
|
|
1818
1833
|
},
|
|
1819
1834
|
{
|
|
1820
1835
|
"properties": {
|
|
@@ -1824,7 +1839,7 @@
|
|
|
1824
1839
|
]
|
|
1825
1840
|
},
|
|
1826
1841
|
"supplier": {
|
|
1827
|
-
"ta6Ref": "
|
|
1842
|
+
"ta6Ref": "13.4.2"
|
|
1828
1843
|
}
|
|
1829
1844
|
}
|
|
1830
1845
|
},
|
|
@@ -1859,7 +1874,7 @@
|
|
|
1859
1874
|
]
|
|
1860
1875
|
},
|
|
1861
1876
|
"dateReplaced": {
|
|
1862
|
-
"ta6Ref": "12.
|
|
1877
|
+
"ta6Ref": "12.5.1"
|
|
1863
1878
|
},
|
|
1864
1879
|
"dateLastEmptied": {
|
|
1865
1880
|
"ta6Ref": "12.7"
|
|
@@ -1921,6 +1936,9 @@
|
|
|
1921
1936
|
"plantOnOtherLand"
|
|
1922
1937
|
],
|
|
1923
1938
|
"properties": {
|
|
1939
|
+
"offMainsDrainageSystemType": {
|
|
1940
|
+
"ta6Ref": "12.5"
|
|
1941
|
+
},
|
|
1924
1942
|
"otherConnectedProperties": {
|
|
1925
1943
|
"ta6Ref": "12.6",
|
|
1926
1944
|
"discriminator": {
|
|
@@ -1995,6 +2013,7 @@
|
|
|
1995
2013
|
"required": [
|
|
1996
2014
|
"yesNo"
|
|
1997
2015
|
],
|
|
2016
|
+
"title": "Is any part of the septic tank, sewage treatment plant (including any soakaway or outfall) or cesspool, or the access to it, outside the boundary of the property?",
|
|
1998
2017
|
"properties": {
|
|
1999
2018
|
"yesNo": {
|
|
2000
2019
|
"ta6Ref": "12.10.1"
|
|
@@ -2077,14 +2096,17 @@
|
|
|
2077
2096
|
"Mains gas"
|
|
2078
2097
|
]
|
|
2079
2098
|
},
|
|
2099
|
+
"supplier": {
|
|
2100
|
+
"ta6Ref": "13.2b"
|
|
2101
|
+
},
|
|
2080
2102
|
"gasMeter": {
|
|
2081
|
-
"ta6Ref": "13.
|
|
2103
|
+
"ta6Ref": "13.2c",
|
|
2082
2104
|
"required": [
|
|
2083
2105
|
"location"
|
|
2084
2106
|
],
|
|
2085
2107
|
"properties": {
|
|
2086
2108
|
"location": {
|
|
2087
|
-
"ta6Ref": "13.
|
|
2109
|
+
"ta6Ref": "13.2c1"
|
|
2088
2110
|
}
|
|
2089
2111
|
}
|
|
2090
2112
|
}
|
|
@@ -2305,7 +2327,11 @@
|
|
|
2305
2327
|
],
|
|
2306
2328
|
"properties": {
|
|
2307
2329
|
"yesNo": {
|
|
2308
|
-
"ta6Ref": "13.5.1"
|
|
2330
|
+
"ta6Ref": "13.5.1",
|
|
2331
|
+
"enum": [
|
|
2332
|
+
"Yes",
|
|
2333
|
+
"No"
|
|
2334
|
+
]
|
|
2309
2335
|
}
|
|
2310
2336
|
}
|
|
2311
2337
|
},
|
|
@@ -2354,7 +2380,11 @@
|
|
|
2354
2380
|
],
|
|
2355
2381
|
"properties": {
|
|
2356
2382
|
"yesNo": {
|
|
2357
|
-
"ta6Ref": "13.6.1"
|
|
2383
|
+
"ta6Ref": "13.6.1",
|
|
2384
|
+
"enum": [
|
|
2385
|
+
"Yes",
|
|
2386
|
+
"No"
|
|
2387
|
+
]
|
|
2358
2388
|
}
|
|
2359
2389
|
}
|
|
2360
2390
|
}
|
|
@@ -2400,6 +2430,7 @@
|
|
|
2400
2430
|
"subjectToUnusualConditions",
|
|
2401
2431
|
"refused"
|
|
2402
2432
|
],
|
|
2433
|
+
"title": "Has any buildings insurance taken out by the seller ever been:",
|
|
2403
2434
|
"properties": {
|
|
2404
2435
|
"abnormalRiseInPremiums": {
|
|
2405
2436
|
"ta6Ref": "6.4a",
|
|
@@ -2615,7 +2646,8 @@
|
|
|
2615
2646
|
],
|
|
2616
2647
|
"properties": {
|
|
2617
2648
|
"isInsured": {
|
|
2618
|
-
"ta6Ref": "6.1"
|
|
2649
|
+
"ta6Ref": "6.1",
|
|
2650
|
+
"title": "Does the seller insure the property?"
|
|
2619
2651
|
}
|
|
2620
2652
|
}
|
|
2621
2653
|
},
|
|
@@ -2835,7 +2867,7 @@
|
|
|
2835
2867
|
}
|
|
2836
2868
|
},
|
|
2837
2869
|
"rightsOfSupport": {
|
|
2838
|
-
"ta6Ref": "8.
|
|
2870
|
+
"ta6Ref": "8.4a",
|
|
2839
2871
|
"discriminator": {
|
|
2840
2872
|
"propertyName": "yesNo"
|
|
2841
2873
|
},
|
|
@@ -2903,7 +2935,7 @@
|
|
|
2903
2935
|
}
|
|
2904
2936
|
},
|
|
2905
2937
|
"rightsToTakeFromLand": {
|
|
2906
|
-
"ta6Ref": "8.
|
|
2938
|
+
"ta6Ref": "8.5b",
|
|
2907
2939
|
"discriminator": {
|
|
2908
2940
|
"propertyName": "yesNo"
|
|
2909
2941
|
},
|
|
@@ -3250,6 +3282,7 @@
|
|
|
3250
3282
|
]
|
|
3251
3283
|
},
|
|
3252
3284
|
"uniformBoundaries": {
|
|
3285
|
+
"ta6Ref": "1.1",
|
|
3253
3286
|
"required": [
|
|
3254
3287
|
"left",
|
|
3255
3288
|
"right",
|
|
@@ -3346,6 +3379,7 @@
|
|
|
3346
3379
|
"required": [
|
|
3347
3380
|
"yesNo"
|
|
3348
3381
|
],
|
|
3382
|
+
"title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller’s period of ownership if longer?",
|
|
3349
3383
|
"properties": {
|
|
3350
3384
|
"yesNo": {
|
|
3351
3385
|
"ta6Ref": "1.3.1"
|
|
@@ -3387,6 +3421,7 @@
|
|
|
3387
3421
|
"required": [
|
|
3388
3422
|
"yesNo"
|
|
3389
3423
|
],
|
|
3424
|
+
"title": "During the seller’s ownership, has any adjacent land or property been purchased by the seller?",
|
|
3390
3425
|
"properties": {
|
|
3391
3426
|
"yesNo": {
|
|
3392
3427
|
"ta6Ref": "1.4.1"
|
|
@@ -3428,6 +3463,7 @@
|
|
|
3428
3463
|
"required": [
|
|
3429
3464
|
"yesNo"
|
|
3430
3465
|
],
|
|
3466
|
+
"title": "Does any part of the property or any building on the property overhang, or project under, the boundary of the neighbouring property or road, for example cellars under the pavement, overhanging eaves or covered walkways?",
|
|
3431
3467
|
"properties": {
|
|
3432
3468
|
"yesNo": {
|
|
3433
3469
|
"ta6Ref": "1.5.1"
|
|
@@ -3466,13 +3502,20 @@
|
|
|
3466
3502
|
"enum": [
|
|
3467
3503
|
"Yes"
|
|
3468
3504
|
]
|
|
3505
|
+
},
|
|
3506
|
+
"details": {
|
|
3507
|
+
"ta6Ref": "8.7.2"
|
|
3469
3508
|
}
|
|
3470
|
-
}
|
|
3509
|
+
},
|
|
3510
|
+
"required": [
|
|
3511
|
+
"details"
|
|
3512
|
+
]
|
|
3471
3513
|
}
|
|
3472
3514
|
],
|
|
3473
3515
|
"required": [
|
|
3474
3516
|
"yesNo"
|
|
3475
3517
|
],
|
|
3518
|
+
"title": "Do any drains, pipes or wires serving the property cross any neighbour’s property?",
|
|
3476
3519
|
"properties": {
|
|
3477
3520
|
"yesNo": {
|
|
3478
3521
|
"ta6Ref": "8.7.1"
|
|
@@ -3501,8 +3544,14 @@
|
|
|
3501
3544
|
"enum": [
|
|
3502
3545
|
"Yes"
|
|
3503
3546
|
]
|
|
3547
|
+
},
|
|
3548
|
+
"details": {
|
|
3549
|
+
"ta6Ref": "8.8.2"
|
|
3504
3550
|
}
|
|
3505
|
-
}
|
|
3551
|
+
},
|
|
3552
|
+
"required": [
|
|
3553
|
+
"details"
|
|
3554
|
+
]
|
|
3506
3555
|
}
|
|
3507
3556
|
],
|
|
3508
3557
|
"required": [
|
|
@@ -3552,6 +3601,7 @@
|
|
|
3552
3601
|
"required": [
|
|
3553
3602
|
"yesNo"
|
|
3554
3603
|
],
|
|
3604
|
+
"title": "Is there any agreement or arrangement about drains, pipes or wires?",
|
|
3555
3605
|
"properties": {
|
|
3556
3606
|
"yesNo": {
|
|
3557
3607
|
"ta6Ref": "8.9.1"
|
|
@@ -3634,16 +3684,25 @@
|
|
|
3634
3684
|
"Yes"
|
|
3635
3685
|
]
|
|
3636
3686
|
},
|
|
3637
|
-
"
|
|
3638
|
-
"ta6Ref": "12.2.2a"
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3687
|
+
"suppliedCertificate": {
|
|
3688
|
+
"ta6Ref": "12.2.2a",
|
|
3689
|
+
"required": [
|
|
3690
|
+
"certificateType",
|
|
3691
|
+
"attachments"
|
|
3692
|
+
],
|
|
3693
|
+
"properties": {
|
|
3694
|
+
"certificateType": {
|
|
3695
|
+
"ta6Ref": "12.2.2a.1"
|
|
3696
|
+
},
|
|
3697
|
+
"attachments": {
|
|
3698
|
+
"ta6Ref": "12.2.2a.2"
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3645
3701
|
}
|
|
3646
|
-
}
|
|
3702
|
+
},
|
|
3703
|
+
"required": [
|
|
3704
|
+
"suppliedCertificate"
|
|
3705
|
+
]
|
|
3647
3706
|
}
|
|
3648
3707
|
],
|
|
3649
3708
|
"required": [
|
|
@@ -4083,6 +4142,7 @@
|
|
|
4083
4142
|
"required": [
|
|
4084
4143
|
"yesNo"
|
|
4085
4144
|
],
|
|
4145
|
+
"title": "Have any claims been made under any of these guarantees or warranties?",
|
|
4086
4146
|
"properties": {
|
|
4087
4147
|
"yesNo": {
|
|
4088
4148
|
"ta6Ref": "5.2.1"
|