@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.
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +57 -15
- package/src/schemas/v3/combined.json +196 -210
- package/src/schemas/v3/overlays/baspi.json +170 -179
- 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 +8 -4
- package/src/schemas/v3/pdtf-transaction.json +172 -179
- package/src/schemas/v3/skeleton.json +25 -27
- package/src/tests/v3/transactionSchema.test.js +1 -1
package/package.json
CHANGED
|
@@ -389,11 +389,55 @@
|
|
|
389
389
|
},
|
|
390
390
|
"broadband": {
|
|
391
391
|
"supplier": "BT",
|
|
392
|
-
"typeOfConnection": "FTTC (Fibre to the Cabinet)"
|
|
392
|
+
"typeOfConnection": "FTTC (Fibre to the Cabinet)",
|
|
393
|
+
"predictedSpeed": {
|
|
394
|
+
"maxBbPredictedDown": 18,
|
|
395
|
+
"maxBbPredictedUp": 1,
|
|
396
|
+
"maxSfbbPredictedDown": 80,
|
|
397
|
+
"maxSfbbPredictedUp": 20,
|
|
398
|
+
"maxUfbbPredictedDown": -1,
|
|
399
|
+
"maxUfbbPredictedUp": -1,
|
|
400
|
+
"maxPredictedDown": 80,
|
|
401
|
+
"maxPredictedUp": 20
|
|
402
|
+
}
|
|
393
403
|
},
|
|
394
404
|
"mobilePhone": {
|
|
395
405
|
"knownSignalIssues": {
|
|
396
406
|
"yesNo": "No"
|
|
407
|
+
},
|
|
408
|
+
"predictedCoverage": {
|
|
409
|
+
"eeVoiceOutdoor": 4,
|
|
410
|
+
"eeVoiceOutdoorNo4g": 4,
|
|
411
|
+
"eeVoiceIndoor": 4,
|
|
412
|
+
"eeVoiceIndoorNo4g": 4,
|
|
413
|
+
"eeDataOutdoor": 4,
|
|
414
|
+
"eeDataOutdoorNo4g": 3,
|
|
415
|
+
"eeDataIndoor": 4,
|
|
416
|
+
"eeDataIndoorNo4g": 3,
|
|
417
|
+
"h3VoiceOutdoor": 4,
|
|
418
|
+
"h3VoiceOutdoorNo4g": 4,
|
|
419
|
+
"h3VoiceIndoor": 4,
|
|
420
|
+
"h3VoiceIndoorNo4g": 3,
|
|
421
|
+
"h3DataOutdoor": 4,
|
|
422
|
+
"h3DataOutdoorNo4g": 3,
|
|
423
|
+
"h3DataIndoor": 4,
|
|
424
|
+
"h3DataIndoorNo4g": 3,
|
|
425
|
+
"tfVoiceOutdoor": 4,
|
|
426
|
+
"tfVoiceOutdoorNo4g": 4,
|
|
427
|
+
"tfVoiceIndoor": 4,
|
|
428
|
+
"tfVoiceIndoorNo4g": 4,
|
|
429
|
+
"tfDataOutdoor": 4,
|
|
430
|
+
"tfDataOutdoorNo4g": 4,
|
|
431
|
+
"tfDataIndoor": 4,
|
|
432
|
+
"tfDataIndoorNo4g": 3,
|
|
433
|
+
"voVoiceOutdoor": 4,
|
|
434
|
+
"voVoiceOutdoorNo4g": 4,
|
|
435
|
+
"voVoiceIndoor": 4,
|
|
436
|
+
"voVoiceIndoorNo4g": 4,
|
|
437
|
+
"voDataOutdoor": 4,
|
|
438
|
+
"voDataOutdoorNo4g": 3,
|
|
439
|
+
"voDataIndoor": 3,
|
|
440
|
+
"voDataIndoorNo4g": 3
|
|
397
441
|
}
|
|
398
442
|
}
|
|
399
443
|
},
|
|
@@ -412,20 +456,6 @@
|
|
|
412
456
|
"yesNo": "No"
|
|
413
457
|
}
|
|
414
458
|
},
|
|
415
|
-
"boundaries": {
|
|
416
|
-
"partOutsideLegalOwnership": {
|
|
417
|
-
"yesNo": "No"
|
|
418
|
-
},
|
|
419
|
-
"partOnSeparateSiteOrDeed": {
|
|
420
|
-
"yesNo": "No"
|
|
421
|
-
},
|
|
422
|
-
"boundariesDifferFromTitlePlan": {
|
|
423
|
-
"yesNo": "No"
|
|
424
|
-
},
|
|
425
|
-
"boundaryAlterationProposal": {
|
|
426
|
-
"yesNo": "No"
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
459
|
"rightsAndInformalArrangements": {
|
|
430
460
|
"sharedContributions": {
|
|
431
461
|
"yesNo": "No"
|
|
@@ -538,6 +568,18 @@
|
|
|
538
568
|
},
|
|
539
569
|
"sellersCapacity": { "capacity": "Legal Owner" },
|
|
540
570
|
"legalBoundaries": {
|
|
571
|
+
"partOutsideLegalOwnership": {
|
|
572
|
+
"yesNo": "No"
|
|
573
|
+
},
|
|
574
|
+
"partOnSeparateSiteOrDeed": {
|
|
575
|
+
"yesNo": "No"
|
|
576
|
+
},
|
|
577
|
+
"boundariesDifferFromTitlePlan": {
|
|
578
|
+
"yesNo": "No"
|
|
579
|
+
},
|
|
580
|
+
"boundaryAlterationProposal": {
|
|
581
|
+
"yesNo": "No"
|
|
582
|
+
},
|
|
541
583
|
"ownership": {
|
|
542
584
|
"areBoundariesUniform": "Yes",
|
|
543
585
|
"uniformBoundaries": {
|
|
@@ -151,7 +151,6 @@
|
|
|
151
151
|
"connectivity",
|
|
152
152
|
"heating",
|
|
153
153
|
"insurance",
|
|
154
|
-
"boundaries",
|
|
155
154
|
"rightsAndInformalArrangements",
|
|
156
155
|
"environmentalIssues",
|
|
157
156
|
"otherIssues",
|
|
@@ -18926,7 +18925,7 @@
|
|
|
18926
18925
|
},
|
|
18927
18926
|
"supplier": {
|
|
18928
18927
|
"baspiRef": "A7.1.0.11.3",
|
|
18929
|
-
"ta6Ref": "
|
|
18928
|
+
"ta6Ref": "13.4.2",
|
|
18930
18929
|
"title": "Supplier",
|
|
18931
18930
|
"type": "string"
|
|
18932
18931
|
}
|
|
@@ -18959,7 +18958,8 @@
|
|
|
18959
18958
|
"properties": {
|
|
18960
18959
|
"offMainsDrainageSystemType": {
|
|
18961
18960
|
"ntsRef": "B3.3.3.1",
|
|
18962
|
-
"baspiRef": "A7.",
|
|
18961
|
+
"baspiRef": "A7.1",
|
|
18962
|
+
"ta6Ref": "12.5",
|
|
18963
18963
|
"type": "string",
|
|
18964
18964
|
"enum": [
|
|
18965
18965
|
"Sustainable Drainage System",
|
|
@@ -19180,7 +19180,7 @@
|
|
|
19180
19180
|
},
|
|
19181
19181
|
"dateReplaced": {
|
|
19182
19182
|
"baspiRef": "A7.1.0.14.2",
|
|
19183
|
-
"ta6Ref": "12.
|
|
19183
|
+
"ta6Ref": "12.5.1",
|
|
19184
19184
|
"title": "Date replaced or upgraded",
|
|
19185
19185
|
"type": "string",
|
|
19186
19186
|
"format": "date"
|
|
@@ -20065,12 +20065,7 @@
|
|
|
20065
20065
|
"ta6Ref": "13",
|
|
20066
20066
|
"title": "Connectivity",
|
|
20067
20067
|
"type": "object",
|
|
20068
|
-
"baspiRequired": [
|
|
20069
|
-
"telephone",
|
|
20070
|
-
"cableSatelliteTV",
|
|
20071
|
-
"broadband",
|
|
20072
|
-
"maintenanceAgreements"
|
|
20073
|
-
],
|
|
20068
|
+
"baspiRequired": ["telephone", "cableSatelliteTV", "broadband"],
|
|
20074
20069
|
"ntsRequired": ["broadband"],
|
|
20075
20070
|
"ta6Required": ["telephone", "cableSatelliteTV"],
|
|
20076
20071
|
"properties": {
|
|
@@ -20234,28 +20229,28 @@
|
|
|
20234
20229
|
"title": "Broadband predicted speed per Ofcom Connected Nations",
|
|
20235
20230
|
"type": "object",
|
|
20236
20231
|
"properties": {
|
|
20237
|
-
"
|
|
20232
|
+
"maxBbPredictedDown": {
|
|
20238
20233
|
"type": "number"
|
|
20239
20234
|
},
|
|
20240
|
-
"
|
|
20235
|
+
"maxBbPredictedUp": {
|
|
20241
20236
|
"type": "number"
|
|
20242
20237
|
},
|
|
20243
|
-
"
|
|
20238
|
+
"maxSfbbPredictedDown": {
|
|
20244
20239
|
"type": "number"
|
|
20245
20240
|
},
|
|
20246
|
-
"
|
|
20241
|
+
"maxSfbbPredictedUp": {
|
|
20247
20242
|
"type": "number"
|
|
20248
20243
|
},
|
|
20249
|
-
"
|
|
20244
|
+
"maxUfbbPredictedDown": {
|
|
20250
20245
|
"type": "number"
|
|
20251
20246
|
},
|
|
20252
|
-
"
|
|
20247
|
+
"maxUfbbPredictedUp": {
|
|
20253
20248
|
"type": "number"
|
|
20254
20249
|
},
|
|
20255
|
-
"
|
|
20250
|
+
"maxPredictedDown": {
|
|
20256
20251
|
"type": "number"
|
|
20257
20252
|
},
|
|
20258
|
-
"
|
|
20253
|
+
"maxPredictedUp": {
|
|
20259
20254
|
"type": "number"
|
|
20260
20255
|
}
|
|
20261
20256
|
}
|
|
@@ -20736,196 +20731,6 @@
|
|
|
20736
20731
|
}
|
|
20737
20732
|
]
|
|
20738
20733
|
},
|
|
20739
|
-
"boundaries": {
|
|
20740
|
-
"baspiRef": "A9",
|
|
20741
|
-
"title": "Boundaries",
|
|
20742
|
-
"type": "object",
|
|
20743
|
-
"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.",
|
|
20744
|
-
"baspiRequired": [
|
|
20745
|
-
"partOutsideLegalOwnership",
|
|
20746
|
-
"partOnSeparateSiteOrDeed",
|
|
20747
|
-
"boundariesDifferFromTitlePlan",
|
|
20748
|
-
"boundaryAlterationProposal"
|
|
20749
|
-
],
|
|
20750
|
-
"properties": {
|
|
20751
|
-
"partOutsideLegalOwnership": {
|
|
20752
|
-
"baspiRef": "A9.1",
|
|
20753
|
-
"rdsRef": "Tenure/Interests",
|
|
20754
|
-
"piqRef": "A9.1",
|
|
20755
|
-
"title": "Is any part of the property outside the seller’s legal ownership?",
|
|
20756
|
-
"type": "object",
|
|
20757
|
-
"properties": {
|
|
20758
|
-
"yesNo": {
|
|
20759
|
-
"baspiRef": "A9.1.1",
|
|
20760
|
-
"piqRef": "A9.1.1",
|
|
20761
|
-
"type": "string",
|
|
20762
|
-
"title": "",
|
|
20763
|
-
"enum": ["Yes", "No"]
|
|
20764
|
-
}
|
|
20765
|
-
},
|
|
20766
|
-
"baspiRequired": ["yesNo"],
|
|
20767
|
-
"discriminator": {
|
|
20768
|
-
"propertyName": "yesNo"
|
|
20769
|
-
},
|
|
20770
|
-
"oneOf": [
|
|
20771
|
-
{
|
|
20772
|
-
"properties": {
|
|
20773
|
-
"yesNo": {
|
|
20774
|
-
"enum": ["No"]
|
|
20775
|
-
}
|
|
20776
|
-
}
|
|
20777
|
-
},
|
|
20778
|
-
{
|
|
20779
|
-
"properties": {
|
|
20780
|
-
"yesNo": {
|
|
20781
|
-
"enum": ["Yes"]
|
|
20782
|
-
},
|
|
20783
|
-
"details": {
|
|
20784
|
-
"baspiRef": "A9.1.2",
|
|
20785
|
-
"piqRef": "A9.1.2",
|
|
20786
|
-
"title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
|
|
20787
|
-
"type": "string",
|
|
20788
|
-
"minLength": 1
|
|
20789
|
-
}
|
|
20790
|
-
},
|
|
20791
|
-
"baspiRequired": ["details"]
|
|
20792
|
-
}
|
|
20793
|
-
]
|
|
20794
|
-
},
|
|
20795
|
-
"partOnSeparateSiteOrDeed": {
|
|
20796
|
-
"baspiRef": "A9.2",
|
|
20797
|
-
"rdsRef": "Tenure *with different property entity and references etc*",
|
|
20798
|
-
"title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
|
|
20799
|
-
"type": "object",
|
|
20800
|
-
"properties": {
|
|
20801
|
-
"yesNo": {
|
|
20802
|
-
"baspiRef": "A9.2.1",
|
|
20803
|
-
"type": "string",
|
|
20804
|
-
"title": "",
|
|
20805
|
-
"enum": ["Yes", "No"]
|
|
20806
|
-
}
|
|
20807
|
-
},
|
|
20808
|
-
"baspiRequired": ["yesNo"],
|
|
20809
|
-
"discriminator": {
|
|
20810
|
-
"propertyName": "yesNo"
|
|
20811
|
-
},
|
|
20812
|
-
"oneOf": [
|
|
20813
|
-
{
|
|
20814
|
-
"properties": {
|
|
20815
|
-
"yesNo": {
|
|
20816
|
-
"enum": ["No"]
|
|
20817
|
-
}
|
|
20818
|
-
}
|
|
20819
|
-
},
|
|
20820
|
-
{
|
|
20821
|
-
"properties": {
|
|
20822
|
-
"yesNo": {
|
|
20823
|
-
"enum": ["Yes"]
|
|
20824
|
-
},
|
|
20825
|
-
"details": {
|
|
20826
|
-
"baspiRef": "A9.2.2",
|
|
20827
|
-
"title": "Details",
|
|
20828
|
-
"type": "string",
|
|
20829
|
-
"minLength": 1
|
|
20830
|
-
}
|
|
20831
|
-
},
|
|
20832
|
-
"baspiRequired": ["details"]
|
|
20833
|
-
}
|
|
20834
|
-
]
|
|
20835
|
-
},
|
|
20836
|
-
"boundariesDifferFromTitlePlan": {
|
|
20837
|
-
"baspiRef": "A9.3",
|
|
20838
|
-
"rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
20839
|
-
"title": "Do the boundaries differ from those shown on the title plan?",
|
|
20840
|
-
"type": "object",
|
|
20841
|
-
"properties": {
|
|
20842
|
-
"yesNo": {
|
|
20843
|
-
"baspiRef": "A9.3.1",
|
|
20844
|
-
"type": "string",
|
|
20845
|
-
"title": "",
|
|
20846
|
-
"enum": ["Yes", "No"]
|
|
20847
|
-
}
|
|
20848
|
-
},
|
|
20849
|
-
"baspiRequired": ["yesNo"],
|
|
20850
|
-
"discriminator": {
|
|
20851
|
-
"propertyName": "yesNo"
|
|
20852
|
-
},
|
|
20853
|
-
"oneOf": [
|
|
20854
|
-
{
|
|
20855
|
-
"properties": {
|
|
20856
|
-
"yesNo": {
|
|
20857
|
-
"enum": ["No"]
|
|
20858
|
-
}
|
|
20859
|
-
}
|
|
20860
|
-
},
|
|
20861
|
-
{
|
|
20862
|
-
"properties": {
|
|
20863
|
-
"yesNo": {
|
|
20864
|
-
"enum": ["Yes"]
|
|
20865
|
-
},
|
|
20866
|
-
"details": {
|
|
20867
|
-
"baspiRef": "A9.3.2",
|
|
20868
|
-
"title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
|
|
20869
|
-
"type": "string",
|
|
20870
|
-
"minLength": 1
|
|
20871
|
-
},
|
|
20872
|
-
"attachments": {
|
|
20873
|
-
"baspiRef": "A9.3.3",
|
|
20874
|
-
"title": "Attachments",
|
|
20875
|
-
"type": "string",
|
|
20876
|
-
"enum": ["Attached", "To follow"]
|
|
20877
|
-
}
|
|
20878
|
-
},
|
|
20879
|
-
"baspiRequired": ["details", "attachments"]
|
|
20880
|
-
}
|
|
20881
|
-
]
|
|
20882
|
-
},
|
|
20883
|
-
"boundaryAlterationProposal": {
|
|
20884
|
-
"baspiRef": "A9.4",
|
|
20885
|
-
"rdsRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
20886
|
-
"piqRef": "A9.2",
|
|
20887
|
-
"title": "Is there a current proposal with anyone to alter the boundaries of your property?",
|
|
20888
|
-
"type": "object",
|
|
20889
|
-
"properties": {
|
|
20890
|
-
"yesNo": {
|
|
20891
|
-
"baspiRef": "A9.4.1",
|
|
20892
|
-
"piqRef": "A9.2.1",
|
|
20893
|
-
"type": "string",
|
|
20894
|
-
"title": "",
|
|
20895
|
-
"enum": ["Yes", "No"]
|
|
20896
|
-
}
|
|
20897
|
-
},
|
|
20898
|
-
"baspiRequired": ["yesNo"],
|
|
20899
|
-
"discriminator": {
|
|
20900
|
-
"propertyName": "yesNo"
|
|
20901
|
-
},
|
|
20902
|
-
"oneOf": [
|
|
20903
|
-
{
|
|
20904
|
-
"properties": {
|
|
20905
|
-
"yesNo": {
|
|
20906
|
-
"enum": ["No"]
|
|
20907
|
-
}
|
|
20908
|
-
}
|
|
20909
|
-
},
|
|
20910
|
-
{
|
|
20911
|
-
"properties": {
|
|
20912
|
-
"yesNo": {
|
|
20913
|
-
"enum": ["Yes"]
|
|
20914
|
-
},
|
|
20915
|
-
"details": {
|
|
20916
|
-
"baspiRef": "A9.4.2",
|
|
20917
|
-
"piqRef": "A9.2.2",
|
|
20918
|
-
"title": "Details",
|
|
20919
|
-
"type": "string",
|
|
20920
|
-
"minLength": 1
|
|
20921
|
-
}
|
|
20922
|
-
},
|
|
20923
|
-
"baspiRequired": ["details"]
|
|
20924
|
-
}
|
|
20925
|
-
]
|
|
20926
|
-
}
|
|
20927
|
-
}
|
|
20928
|
-
},
|
|
20929
20734
|
"rightsAndInformalArrangements": {
|
|
20930
20735
|
"ntsRef": "C2.2",
|
|
20931
20736
|
"baspiRef": "A10",
|
|
@@ -21236,7 +21041,7 @@
|
|
|
21236
21041
|
"rightsOfSupport": {
|
|
21237
21042
|
"baspiRef": "A10.4.2b",
|
|
21238
21043
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
21239
|
-
"ta6Ref": "8.
|
|
21044
|
+
"ta6Ref": "8.4a",
|
|
21240
21045
|
"piqRef": "A10.5b",
|
|
21241
21046
|
"title": "Rights of support from ajoining properties",
|
|
21242
21047
|
"type": "object",
|
|
@@ -21328,7 +21133,7 @@
|
|
|
21328
21133
|
"rightsToTakeFromLand": {
|
|
21329
21134
|
"baspiRef": "A10.4.3b",
|
|
21330
21135
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
21331
|
-
"ta6Ref": "8.
|
|
21136
|
+
"ta6Ref": "8.5b",
|
|
21332
21137
|
"piqRef": "A10.5f",
|
|
21333
21138
|
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
21334
21139
|
"type": "object",
|
|
@@ -23408,6 +23213,10 @@
|
|
|
23408
23213
|
"description": "",
|
|
23409
23214
|
"type": "object",
|
|
23410
23215
|
"baspiRequired": [
|
|
23216
|
+
"partOutsideLegalOwnership",
|
|
23217
|
+
"partOnSeparateSiteOrDeed",
|
|
23218
|
+
"boundariesDifferFromTitlePlan",
|
|
23219
|
+
"boundaryAlterationProposal",
|
|
23411
23220
|
"ownership",
|
|
23412
23221
|
"haveBoundaryFeaturesMoved",
|
|
23413
23222
|
"adjacentLandIncluded",
|
|
@@ -23420,6 +23229,182 @@
|
|
|
23420
23229
|
"flyingFreehold"
|
|
23421
23230
|
],
|
|
23422
23231
|
"properties": {
|
|
23232
|
+
"partOutsideLegalOwnership": {
|
|
23233
|
+
"baspiRef": "A9.1",
|
|
23234
|
+
"rdsRef": "Tenure/Interests",
|
|
23235
|
+
"piqRef": "A9.1",
|
|
23236
|
+
"title": "Is any part of the property outside the seller’s legal ownership?",
|
|
23237
|
+
"type": "object",
|
|
23238
|
+
"properties": {
|
|
23239
|
+
"yesNo": {
|
|
23240
|
+
"baspiRef": "A9.1.1",
|
|
23241
|
+
"piqRef": "A9.1.1",
|
|
23242
|
+
"type": "string",
|
|
23243
|
+
"title": "",
|
|
23244
|
+
"enum": ["Yes", "No"]
|
|
23245
|
+
}
|
|
23246
|
+
},
|
|
23247
|
+
"baspiRequired": ["yesNo"],
|
|
23248
|
+
"discriminator": {
|
|
23249
|
+
"propertyName": "yesNo"
|
|
23250
|
+
},
|
|
23251
|
+
"oneOf": [
|
|
23252
|
+
{
|
|
23253
|
+
"properties": {
|
|
23254
|
+
"yesNo": {
|
|
23255
|
+
"enum": ["No"]
|
|
23256
|
+
}
|
|
23257
|
+
}
|
|
23258
|
+
},
|
|
23259
|
+
{
|
|
23260
|
+
"properties": {
|
|
23261
|
+
"yesNo": {
|
|
23262
|
+
"enum": ["Yes"]
|
|
23263
|
+
},
|
|
23264
|
+
"details": {
|
|
23265
|
+
"baspiRef": "A9.1.2",
|
|
23266
|
+
"piqRef": "A9.1.2",
|
|
23267
|
+
"title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
|
|
23268
|
+
"type": "string",
|
|
23269
|
+
"minLength": 1
|
|
23270
|
+
}
|
|
23271
|
+
},
|
|
23272
|
+
"baspiRequired": ["details"]
|
|
23273
|
+
}
|
|
23274
|
+
]
|
|
23275
|
+
},
|
|
23276
|
+
"partOnSeparateSiteOrDeed": {
|
|
23277
|
+
"baspiRef": "A9.2",
|
|
23278
|
+
"rdsRef": "Tenure *with different property entity and references etc*",
|
|
23279
|
+
"title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
|
|
23280
|
+
"type": "object",
|
|
23281
|
+
"properties": {
|
|
23282
|
+
"yesNo": {
|
|
23283
|
+
"baspiRef": "A9.2.1",
|
|
23284
|
+
"type": "string",
|
|
23285
|
+
"title": "",
|
|
23286
|
+
"enum": ["Yes", "No"]
|
|
23287
|
+
}
|
|
23288
|
+
},
|
|
23289
|
+
"baspiRequired": ["yesNo"],
|
|
23290
|
+
"discriminator": {
|
|
23291
|
+
"propertyName": "yesNo"
|
|
23292
|
+
},
|
|
23293
|
+
"oneOf": [
|
|
23294
|
+
{
|
|
23295
|
+
"properties": {
|
|
23296
|
+
"yesNo": {
|
|
23297
|
+
"enum": ["No"]
|
|
23298
|
+
}
|
|
23299
|
+
}
|
|
23300
|
+
},
|
|
23301
|
+
{
|
|
23302
|
+
"properties": {
|
|
23303
|
+
"yesNo": {
|
|
23304
|
+
"enum": ["Yes"]
|
|
23305
|
+
},
|
|
23306
|
+
"details": {
|
|
23307
|
+
"baspiRef": "A9.2.2",
|
|
23308
|
+
"title": "Details",
|
|
23309
|
+
"type": "string",
|
|
23310
|
+
"minLength": 1
|
|
23311
|
+
}
|
|
23312
|
+
},
|
|
23313
|
+
"baspiRequired": ["details"]
|
|
23314
|
+
}
|
|
23315
|
+
]
|
|
23316
|
+
},
|
|
23317
|
+
"boundariesDifferFromTitlePlan": {
|
|
23318
|
+
"baspiRef": "A9.3",
|
|
23319
|
+
"rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
23320
|
+
"title": "Do the boundaries differ from those shown on the title plan?",
|
|
23321
|
+
"type": "object",
|
|
23322
|
+
"properties": {
|
|
23323
|
+
"yesNo": {
|
|
23324
|
+
"baspiRef": "A9.3.1",
|
|
23325
|
+
"type": "string",
|
|
23326
|
+
"title": "",
|
|
23327
|
+
"enum": ["Yes", "No"]
|
|
23328
|
+
}
|
|
23329
|
+
},
|
|
23330
|
+
"baspiRequired": ["yesNo"],
|
|
23331
|
+
"discriminator": {
|
|
23332
|
+
"propertyName": "yesNo"
|
|
23333
|
+
},
|
|
23334
|
+
"oneOf": [
|
|
23335
|
+
{
|
|
23336
|
+
"properties": {
|
|
23337
|
+
"yesNo": {
|
|
23338
|
+
"enum": ["No"]
|
|
23339
|
+
}
|
|
23340
|
+
}
|
|
23341
|
+
},
|
|
23342
|
+
{
|
|
23343
|
+
"properties": {
|
|
23344
|
+
"yesNo": {
|
|
23345
|
+
"enum": ["Yes"]
|
|
23346
|
+
},
|
|
23347
|
+
"details": {
|
|
23348
|
+
"baspiRef": "A9.3.2",
|
|
23349
|
+
"title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
|
|
23350
|
+
"type": "string",
|
|
23351
|
+
"minLength": 1
|
|
23352
|
+
},
|
|
23353
|
+
"attachments": {
|
|
23354
|
+
"baspiRef": "A9.3.3",
|
|
23355
|
+
"title": "Attachments",
|
|
23356
|
+
"type": "string",
|
|
23357
|
+
"enum": ["Attached", "To follow"]
|
|
23358
|
+
}
|
|
23359
|
+
},
|
|
23360
|
+
"baspiRequired": ["details", "attachments"]
|
|
23361
|
+
}
|
|
23362
|
+
]
|
|
23363
|
+
},
|
|
23364
|
+
"boundaryAlterationProposal": {
|
|
23365
|
+
"baspiRef": "A9.4",
|
|
23366
|
+
"rdsRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
23367
|
+
"piqRef": "A9.2",
|
|
23368
|
+
"title": "Is there a current proposal with anyone to alter the boundaries of your property?",
|
|
23369
|
+
"type": "object",
|
|
23370
|
+
"properties": {
|
|
23371
|
+
"yesNo": {
|
|
23372
|
+
"baspiRef": "A9.4.1",
|
|
23373
|
+
"piqRef": "A9.2.1",
|
|
23374
|
+
"type": "string",
|
|
23375
|
+
"title": "",
|
|
23376
|
+
"enum": ["Yes", "No"]
|
|
23377
|
+
}
|
|
23378
|
+
},
|
|
23379
|
+
"baspiRequired": ["yesNo"],
|
|
23380
|
+
"discriminator": {
|
|
23381
|
+
"propertyName": "yesNo"
|
|
23382
|
+
},
|
|
23383
|
+
"oneOf": [
|
|
23384
|
+
{
|
|
23385
|
+
"properties": {
|
|
23386
|
+
"yesNo": {
|
|
23387
|
+
"enum": ["No"]
|
|
23388
|
+
}
|
|
23389
|
+
}
|
|
23390
|
+
},
|
|
23391
|
+
{
|
|
23392
|
+
"properties": {
|
|
23393
|
+
"yesNo": {
|
|
23394
|
+
"enum": ["Yes"]
|
|
23395
|
+
},
|
|
23396
|
+
"details": {
|
|
23397
|
+
"baspiRef": "A9.4.2",
|
|
23398
|
+
"piqRef": "A9.2.2",
|
|
23399
|
+
"title": "Details",
|
|
23400
|
+
"type": "string",
|
|
23401
|
+
"minLength": 1
|
|
23402
|
+
}
|
|
23403
|
+
},
|
|
23404
|
+
"baspiRequired": ["details"]
|
|
23405
|
+
}
|
|
23406
|
+
]
|
|
23407
|
+
},
|
|
23423
23408
|
"ownership": {
|
|
23424
23409
|
"baspiRef": "B2.1.0",
|
|
23425
23410
|
"ta6Ref": "1",
|
|
@@ -23449,6 +23434,7 @@
|
|
|
23449
23434
|
},
|
|
23450
23435
|
"uniformBoundaries": {
|
|
23451
23436
|
"baspiRef": "B2.1.0.2",
|
|
23437
|
+
"ta6Ref": "1.1",
|
|
23452
23438
|
"title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
|
|
23453
23439
|
"type": "object",
|
|
23454
23440
|
"properties": {
|