@pdtf/schemas 3.0.0-24 → 3.0.0-25

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.
@@ -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": {
@@ -1824,7 +1824,7 @@
1824
1824
  ]
1825
1825
  },
1826
1826
  "supplier": {
1827
- "ta6Ref": "12.4a2"
1827
+ "ta6Ref": "13.4.2"
1828
1828
  }
1829
1829
  }
1830
1830
  },
@@ -1859,7 +1859,7 @@
1859
1859
  ]
1860
1860
  },
1861
1861
  "dateReplaced": {
1862
- "ta6Ref": "12.5a2"
1862
+ "ta6Ref": "12.5.1"
1863
1863
  },
1864
1864
  "dateLastEmptied": {
1865
1865
  "ta6Ref": "12.7"
@@ -1921,6 +1921,9 @@
1921
1921
  "plantOnOtherLand"
1922
1922
  ],
1923
1923
  "properties": {
1924
+ "offMainsDrainageSystemType": {
1925
+ "ta6Ref": "12.5"
1926
+ },
1924
1927
  "otherConnectedProperties": {
1925
1928
  "ta6Ref": "12.6",
1926
1929
  "discriminator": {
@@ -2835,7 +2838,7 @@
2835
2838
  }
2836
2839
  },
2837
2840
  "rightsOfSupport": {
2838
- "ta6Ref": "8.4b",
2841
+ "ta6Ref": "8.4a",
2839
2842
  "discriminator": {
2840
2843
  "propertyName": "yesNo"
2841
2844
  },
@@ -2903,7 +2906,7 @@
2903
2906
  }
2904
2907
  },
2905
2908
  "rightsToTakeFromLand": {
2906
- "ta6Ref": "8.5c",
2909
+ "ta6Ref": "8.5b",
2907
2910
  "discriminator": {
2908
2911
  "propertyName": "yesNo"
2909
2912
  },
@@ -3250,6 +3253,7 @@
3250
3253
  ]
3251
3254
  },
3252
3255
  "uniformBoundaries": {
3256
+ "ta6Ref": "1.1",
3253
3257
  "required": [
3254
3258
  "left",
3255
3259
  "right",
@@ -17563,28 +17563,28 @@
17563
17563
  "title": "Broadband predicted speed per Ofcom Connected Nations",
17564
17564
  "type": "object",
17565
17565
  "properties": {
17566
- "MaxBbPredictedDown": {
17566
+ "maxBbPredictedDown": {
17567
17567
  "type": "number"
17568
17568
  },
17569
- "MaxBbPredictedUp": {
17569
+ "maxBbPredictedUp": {
17570
17570
  "type": "number"
17571
17571
  },
17572
- "MaxSfbbPredictedDown": {
17572
+ "maxSfbbPredictedDown": {
17573
17573
  "type": "number"
17574
17574
  },
17575
- "MaxSfbbPredictedUp": {
17575
+ "maxSfbbPredictedUp": {
17576
17576
  "type": "number"
17577
17577
  },
17578
- "MaxUfbbPredictedDown": {
17578
+ "maxUfbbPredictedDown": {
17579
17579
  "type": "number"
17580
17580
  },
17581
- "MaxUfbbPredictedUp": {
17581
+ "maxUfbbPredictedUp": {
17582
17582
  "type": "number"
17583
17583
  },
17584
- "MaxPredictedDown": {
17584
+ "maxPredictedDown": {
17585
17585
  "type": "number"
17586
17586
  },
17587
- "MaxPredictedUp": {
17587
+ "maxPredictedUp": {
17588
17588
  "type": "number"
17589
17589
  }
17590
17590
  }
@@ -17989,177 +17989,6 @@
17989
17989
  }
17990
17990
  ]
17991
17991
  },
17992
- "boundaries": {
17993
- "title": "Boundaries",
17994
- "type": "object",
17995
- "description": "You will need to check your title to answer these questions. If you do not have a copy, for a small fee to HM Land Registry, you can download both the title register and the title plan of the property at https://www.gov.uk/search-property-information-land-registry.",
17996
- "properties": {
17997
- "partOutsideLegalOwnership": {
17998
- "title": "Is any part of the property outside the seller’s legal ownership?",
17999
- "type": "object",
18000
- "properties": {
18001
- "yesNo": {
18002
- "type": "string",
18003
- "title": "",
18004
- "enum": [
18005
- "Yes",
18006
- "No"
18007
- ]
18008
- }
18009
- },
18010
- "oneOf": [
18011
- {
18012
- "properties": {
18013
- "yesNo": {
18014
- "enum": [
18015
- "No"
18016
- ]
18017
- }
18018
- }
18019
- },
18020
- {
18021
- "properties": {
18022
- "yesNo": {
18023
- "enum": [
18024
- "Yes"
18025
- ]
18026
- },
18027
- "details": {
18028
- "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
18029
- "type": "string",
18030
- "minLength": 1
18031
- }
18032
- }
18033
- }
18034
- ]
18035
- },
18036
- "partOnSeparateSiteOrDeed": {
18037
- "title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
18038
- "type": "object",
18039
- "properties": {
18040
- "yesNo": {
18041
- "type": "string",
18042
- "title": "",
18043
- "enum": [
18044
- "Yes",
18045
- "No"
18046
- ]
18047
- }
18048
- },
18049
- "oneOf": [
18050
- {
18051
- "properties": {
18052
- "yesNo": {
18053
- "enum": [
18054
- "No"
18055
- ]
18056
- }
18057
- }
18058
- },
18059
- {
18060
- "properties": {
18061
- "yesNo": {
18062
- "enum": [
18063
- "Yes"
18064
- ]
18065
- },
18066
- "details": {
18067
- "title": "Details",
18068
- "type": "string",
18069
- "minLength": 1
18070
- }
18071
- }
18072
- }
18073
- ]
18074
- },
18075
- "boundariesDifferFromTitlePlan": {
18076
- "title": "Do the boundaries differ from those shown on the title plan?",
18077
- "type": "object",
18078
- "properties": {
18079
- "yesNo": {
18080
- "type": "string",
18081
- "title": "",
18082
- "enum": [
18083
- "Yes",
18084
- "No"
18085
- ]
18086
- }
18087
- },
18088
- "oneOf": [
18089
- {
18090
- "properties": {
18091
- "yesNo": {
18092
- "enum": [
18093
- "No"
18094
- ]
18095
- }
18096
- }
18097
- },
18098
- {
18099
- "properties": {
18100
- "yesNo": {
18101
- "enum": [
18102
- "Yes"
18103
- ]
18104
- },
18105
- "details": {
18106
- "title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
18107
- "type": "string",
18108
- "minLength": 1
18109
- },
18110
- "attachments": {
18111
- "title": "Attachments",
18112
- "type": "string",
18113
- "enum": [
18114
- "Attached",
18115
- "To follow"
18116
- ]
18117
- }
18118
- }
18119
- }
18120
- ]
18121
- },
18122
- "boundaryAlterationProposal": {
18123
- "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
18124
- "type": "object",
18125
- "properties": {
18126
- "yesNo": {
18127
- "type": "string",
18128
- "title": "",
18129
- "enum": [
18130
- "Yes",
18131
- "No"
18132
- ]
18133
- }
18134
- },
18135
- "oneOf": [
18136
- {
18137
- "properties": {
18138
- "yesNo": {
18139
- "enum": [
18140
- "No"
18141
- ]
18142
- }
18143
- }
18144
- },
18145
- {
18146
- "properties": {
18147
- "yesNo": {
18148
- "enum": [
18149
- "Yes"
18150
- ]
18151
- },
18152
- "details": {
18153
- "title": "Details",
18154
- "type": "string",
18155
- "minLength": 1
18156
- }
18157
- }
18158
- }
18159
- ]
18160
- }
18161
- }
18162
- },
18163
17992
  "rightsAndInformalArrangements": {
18164
17993
  "title": "Rights and Informal Arrangements",
18165
17994
  "type": "object",
@@ -20442,6 +20271,170 @@
20442
20271
  "description": "",
20443
20272
  "type": "object",
20444
20273
  "properties": {
20274
+ "partOutsideLegalOwnership": {
20275
+ "title": "Is any part of the property outside the seller’s legal ownership?",
20276
+ "type": "object",
20277
+ "properties": {
20278
+ "yesNo": {
20279
+ "type": "string",
20280
+ "title": "",
20281
+ "enum": [
20282
+ "Yes",
20283
+ "No"
20284
+ ]
20285
+ }
20286
+ },
20287
+ "oneOf": [
20288
+ {
20289
+ "properties": {
20290
+ "yesNo": {
20291
+ "enum": [
20292
+ "No"
20293
+ ]
20294
+ }
20295
+ }
20296
+ },
20297
+ {
20298
+ "properties": {
20299
+ "yesNo": {
20300
+ "enum": [
20301
+ "Yes"
20302
+ ]
20303
+ },
20304
+ "details": {
20305
+ "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
20306
+ "type": "string",
20307
+ "minLength": 1
20308
+ }
20309
+ }
20310
+ }
20311
+ ]
20312
+ },
20313
+ "partOnSeparateSiteOrDeed": {
20314
+ "title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
20315
+ "type": "object",
20316
+ "properties": {
20317
+ "yesNo": {
20318
+ "type": "string",
20319
+ "title": "",
20320
+ "enum": [
20321
+ "Yes",
20322
+ "No"
20323
+ ]
20324
+ }
20325
+ },
20326
+ "oneOf": [
20327
+ {
20328
+ "properties": {
20329
+ "yesNo": {
20330
+ "enum": [
20331
+ "No"
20332
+ ]
20333
+ }
20334
+ }
20335
+ },
20336
+ {
20337
+ "properties": {
20338
+ "yesNo": {
20339
+ "enum": [
20340
+ "Yes"
20341
+ ]
20342
+ },
20343
+ "details": {
20344
+ "title": "Details",
20345
+ "type": "string",
20346
+ "minLength": 1
20347
+ }
20348
+ }
20349
+ }
20350
+ ]
20351
+ },
20352
+ "boundariesDifferFromTitlePlan": {
20353
+ "title": "Do the boundaries differ from those shown on the title plan?",
20354
+ "type": "object",
20355
+ "properties": {
20356
+ "yesNo": {
20357
+ "type": "string",
20358
+ "title": "",
20359
+ "enum": [
20360
+ "Yes",
20361
+ "No"
20362
+ ]
20363
+ }
20364
+ },
20365
+ "oneOf": [
20366
+ {
20367
+ "properties": {
20368
+ "yesNo": {
20369
+ "enum": [
20370
+ "No"
20371
+ ]
20372
+ }
20373
+ }
20374
+ },
20375
+ {
20376
+ "properties": {
20377
+ "yesNo": {
20378
+ "enum": [
20379
+ "Yes"
20380
+ ]
20381
+ },
20382
+ "details": {
20383
+ "title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
20384
+ "type": "string",
20385
+ "minLength": 1
20386
+ },
20387
+ "attachments": {
20388
+ "title": "Attachments",
20389
+ "type": "string",
20390
+ "enum": [
20391
+ "Attached",
20392
+ "To follow"
20393
+ ]
20394
+ }
20395
+ }
20396
+ }
20397
+ ]
20398
+ },
20399
+ "boundaryAlterationProposal": {
20400
+ "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
20401
+ "type": "object",
20402
+ "properties": {
20403
+ "yesNo": {
20404
+ "type": "string",
20405
+ "title": "",
20406
+ "enum": [
20407
+ "Yes",
20408
+ "No"
20409
+ ]
20410
+ }
20411
+ },
20412
+ "oneOf": [
20413
+ {
20414
+ "properties": {
20415
+ "yesNo": {
20416
+ "enum": [
20417
+ "No"
20418
+ ]
20419
+ }
20420
+ }
20421
+ },
20422
+ {
20423
+ "properties": {
20424
+ "yesNo": {
20425
+ "enum": [
20426
+ "Yes"
20427
+ ]
20428
+ },
20429
+ "details": {
20430
+ "title": "Details",
20431
+ "type": "string",
20432
+ "minLength": 1
20433
+ }
20434
+ }
20435
+ }
20436
+ ]
20437
+ },
20445
20438
  "ownership": {
20446
20439
  "title": "Boundary ownership",
20447
20440
  "description": "If the property is leasehold this section, or parts of it, may not apply.",