@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.
@@ -51,7 +51,6 @@
51
51
  "connectivity",
52
52
  "heating",
53
53
  "insurance",
54
- "boundaries",
55
54
  "rightsAndInformalArrangements",
56
55
  "environmentalIssues",
57
56
  "otherIssues",
@@ -3141,7 +3140,11 @@
3141
3140
  ],
3142
3141
  "properties": {
3143
3142
  "yesNo": {
3144
- "baspiRef": "A5.3.1"
3143
+ "baspiRef": "A5.3.1",
3144
+ "enum": [
3145
+ "Yes",
3146
+ "No"
3147
+ ]
3145
3148
  }
3146
3149
  }
3147
3150
  },
@@ -3884,6 +3887,9 @@
3884
3887
  "enum": [
3885
3888
  "Yes"
3886
3889
  ]
3890
+ },
3891
+ "supplier": {
3892
+ "baspiRef": "A7.1.0.11.2"
3887
3893
  }
3888
3894
  }
3889
3895
  },
@@ -4005,7 +4011,7 @@
4005
4011
  ],
4006
4012
  "properties": {
4007
4013
  "offMainsDrainageSystemType": {
4008
- "baspiRef": "A7."
4014
+ "baspiRef": "A7.1"
4009
4015
  },
4010
4016
  "otherConnectedProperties": {
4011
4017
  "baspiRef": "A7.1.1",
@@ -4479,8 +4485,7 @@
4479
4485
  "required": [
4480
4486
  "telephone",
4481
4487
  "cableSatelliteTV",
4482
- "broadband",
4483
- "maintenanceAgreements"
4488
+ "broadband"
4484
4489
  ],
4485
4490
  "properties": {
4486
4491
  "telephone": {
@@ -4862,181 +4867,6 @@
4862
4867
  }
4863
4868
  }
4864
4869
  },
4865
- "boundaries": {
4866
- "baspiRef": "A9",
4867
- "required": [
4868
- "partOutsideLegalOwnership",
4869
- "partOnSeparateSiteOrDeed",
4870
- "boundariesDifferFromTitlePlan",
4871
- "boundaryAlterationProposal"
4872
- ],
4873
- "properties": {
4874
- "partOutsideLegalOwnership": {
4875
- "baspiRef": "A9.1",
4876
- "discriminator": {
4877
- "propertyName": "yesNo"
4878
- },
4879
- "oneOf": [
4880
- {
4881
- "properties": {
4882
- "yesNo": {
4883
- "enum": [
4884
- "No"
4885
- ]
4886
- }
4887
- }
4888
- },
4889
- {
4890
- "properties": {
4891
- "yesNo": {
4892
- "enum": [
4893
- "Yes"
4894
- ]
4895
- },
4896
- "details": {
4897
- "baspiRef": "A9.1.2"
4898
- }
4899
- },
4900
- "required": [
4901
- "details"
4902
- ]
4903
- }
4904
- ],
4905
- "required": [
4906
- "yesNo"
4907
- ],
4908
- "properties": {
4909
- "yesNo": {
4910
- "baspiRef": "A9.1.1"
4911
- }
4912
- }
4913
- },
4914
- "partOnSeparateSiteOrDeed": {
4915
- "baspiRef": "A9.2",
4916
- "discriminator": {
4917
- "propertyName": "yesNo"
4918
- },
4919
- "oneOf": [
4920
- {
4921
- "properties": {
4922
- "yesNo": {
4923
- "enum": [
4924
- "No"
4925
- ]
4926
- }
4927
- }
4928
- },
4929
- {
4930
- "properties": {
4931
- "yesNo": {
4932
- "enum": [
4933
- "Yes"
4934
- ]
4935
- },
4936
- "details": {
4937
- "baspiRef": "A9.2.2"
4938
- }
4939
- },
4940
- "required": [
4941
- "details"
4942
- ]
4943
- }
4944
- ],
4945
- "required": [
4946
- "yesNo"
4947
- ],
4948
- "properties": {
4949
- "yesNo": {
4950
- "baspiRef": "A9.2.1"
4951
- }
4952
- }
4953
- },
4954
- "boundariesDifferFromTitlePlan": {
4955
- "baspiRef": "A9.3",
4956
- "discriminator": {
4957
- "propertyName": "yesNo"
4958
- },
4959
- "oneOf": [
4960
- {
4961
- "properties": {
4962
- "yesNo": {
4963
- "enum": [
4964
- "No"
4965
- ]
4966
- }
4967
- }
4968
- },
4969
- {
4970
- "properties": {
4971
- "yesNo": {
4972
- "enum": [
4973
- "Yes"
4974
- ]
4975
- },
4976
- "details": {
4977
- "baspiRef": "A9.3.2"
4978
- },
4979
- "attachments": {
4980
- "baspiRef": "A9.3.3"
4981
- }
4982
- },
4983
- "required": [
4984
- "details",
4985
- "attachments"
4986
- ]
4987
- }
4988
- ],
4989
- "required": [
4990
- "yesNo"
4991
- ],
4992
- "properties": {
4993
- "yesNo": {
4994
- "baspiRef": "A9.3.1"
4995
- }
4996
- }
4997
- },
4998
- "boundaryAlterationProposal": {
4999
- "baspiRef": "A9.4",
5000
- "discriminator": {
5001
- "propertyName": "yesNo"
5002
- },
5003
- "oneOf": [
5004
- {
5005
- "properties": {
5006
- "yesNo": {
5007
- "enum": [
5008
- "No"
5009
- ]
5010
- }
5011
- }
5012
- },
5013
- {
5014
- "properties": {
5015
- "yesNo": {
5016
- "enum": [
5017
- "Yes"
5018
- ]
5019
- },
5020
- "details": {
5021
- "baspiRef": "A9.4.2"
5022
- }
5023
- },
5024
- "required": [
5025
- "details"
5026
- ]
5027
- }
5028
- ],
5029
- "required": [
5030
- "yesNo"
5031
- ],
5032
- "properties": {
5033
- "yesNo": {
5034
- "baspiRef": "A9.4.1"
5035
- }
5036
- }
5037
- }
5038
- }
5039
- },
5040
4870
  "rightsAndInformalArrangements": {
5041
4871
  "baspiRef": "A10",
5042
4872
  "required": [
@@ -6138,12 +5968,180 @@
6138
5968
  "legalBoundaries": {
6139
5969
  "baspiRef": "B2.1",
6140
5970
  "required": [
5971
+ "partOutsideLegalOwnership",
5972
+ "partOnSeparateSiteOrDeed",
5973
+ "boundariesDifferFromTitlePlan",
5974
+ "boundaryAlterationProposal",
6141
5975
  "ownership",
6142
5976
  "haveBoundaryFeaturesMoved",
6143
5977
  "adjacentLandIncluded",
6144
5978
  "flyingFreehold"
6145
5979
  ],
6146
5980
  "properties": {
5981
+ "partOutsideLegalOwnership": {
5982
+ "baspiRef": "A9.1",
5983
+ "discriminator": {
5984
+ "propertyName": "yesNo"
5985
+ },
5986
+ "oneOf": [
5987
+ {
5988
+ "properties": {
5989
+ "yesNo": {
5990
+ "enum": [
5991
+ "No"
5992
+ ]
5993
+ }
5994
+ }
5995
+ },
5996
+ {
5997
+ "properties": {
5998
+ "yesNo": {
5999
+ "enum": [
6000
+ "Yes"
6001
+ ]
6002
+ },
6003
+ "details": {
6004
+ "baspiRef": "A9.1.2"
6005
+ }
6006
+ },
6007
+ "required": [
6008
+ "details"
6009
+ ]
6010
+ }
6011
+ ],
6012
+ "required": [
6013
+ "yesNo"
6014
+ ],
6015
+ "properties": {
6016
+ "yesNo": {
6017
+ "baspiRef": "A9.1.1"
6018
+ }
6019
+ }
6020
+ },
6021
+ "partOnSeparateSiteOrDeed": {
6022
+ "baspiRef": "A9.2",
6023
+ "discriminator": {
6024
+ "propertyName": "yesNo"
6025
+ },
6026
+ "oneOf": [
6027
+ {
6028
+ "properties": {
6029
+ "yesNo": {
6030
+ "enum": [
6031
+ "No"
6032
+ ]
6033
+ }
6034
+ }
6035
+ },
6036
+ {
6037
+ "properties": {
6038
+ "yesNo": {
6039
+ "enum": [
6040
+ "Yes"
6041
+ ]
6042
+ },
6043
+ "details": {
6044
+ "baspiRef": "A9.2.2"
6045
+ }
6046
+ },
6047
+ "required": [
6048
+ "details"
6049
+ ]
6050
+ }
6051
+ ],
6052
+ "required": [
6053
+ "yesNo"
6054
+ ],
6055
+ "properties": {
6056
+ "yesNo": {
6057
+ "baspiRef": "A9.2.1"
6058
+ }
6059
+ }
6060
+ },
6061
+ "boundariesDifferFromTitlePlan": {
6062
+ "baspiRef": "A9.3",
6063
+ "discriminator": {
6064
+ "propertyName": "yesNo"
6065
+ },
6066
+ "oneOf": [
6067
+ {
6068
+ "properties": {
6069
+ "yesNo": {
6070
+ "enum": [
6071
+ "No"
6072
+ ]
6073
+ }
6074
+ }
6075
+ },
6076
+ {
6077
+ "properties": {
6078
+ "yesNo": {
6079
+ "enum": [
6080
+ "Yes"
6081
+ ]
6082
+ },
6083
+ "details": {
6084
+ "baspiRef": "A9.3.2"
6085
+ },
6086
+ "attachments": {
6087
+ "baspiRef": "A9.3.3"
6088
+ }
6089
+ },
6090
+ "required": [
6091
+ "details",
6092
+ "attachments"
6093
+ ]
6094
+ }
6095
+ ],
6096
+ "required": [
6097
+ "yesNo"
6098
+ ],
6099
+ "properties": {
6100
+ "yesNo": {
6101
+ "baspiRef": "A9.3.1"
6102
+ }
6103
+ }
6104
+ },
6105
+ "boundaryAlterationProposal": {
6106
+ "baspiRef": "A9.4",
6107
+ "discriminator": {
6108
+ "propertyName": "yesNo"
6109
+ },
6110
+ "oneOf": [
6111
+ {
6112
+ "properties": {
6113
+ "yesNo": {
6114
+ "enum": [
6115
+ "No"
6116
+ ]
6117
+ }
6118
+ }
6119
+ },
6120
+ {
6121
+ "properties": {
6122
+ "yesNo": {
6123
+ "enum": [
6124
+ "Yes"
6125
+ ]
6126
+ },
6127
+ "details": {
6128
+ "baspiRef": "A9.4.2"
6129
+ }
6130
+ },
6131
+ "required": [
6132
+ "details"
6133
+ ]
6134
+ }
6135
+ ],
6136
+ "required": [
6137
+ "yesNo"
6138
+ ],
6139
+ "properties": {
6140
+ "yesNo": {
6141
+ "baspiRef": "A9.4.1"
6142
+ }
6143
+ }
6144
+ },
6147
6145
  "ownership": {
6148
6146
  "baspiRef": "B2.1.0",
6149
6147
  "discriminator": {
@@ -6567,19 +6565,26 @@
6567
6565
  "details": {
6568
6566
  "baspiRef": "B4.2.3"
6569
6567
  },
6570
- "electricalSafetyCertificate": {
6571
- "baspiRef": "B4.2.4.1"
6572
- },
6573
- "buildingRegulationsComplianceCertificate": {
6574
- "baspiRef": "B4.2.4.2"
6575
- },
6576
- "buildingControlCompletionCertificate": {
6577
- "baspiRef": "B4.2.4.3"
6568
+ "suppliedCertificate": {
6569
+ "baspiRef": "B4.2.4.1",
6570
+ "required": [
6571
+ "certificateType",
6572
+ "attachments"
6573
+ ],
6574
+ "properties": {
6575
+ "certificateType": {
6576
+ "baspiRef": "B4.2.3.1"
6577
+ },
6578
+ "attachments": {
6579
+ "baspiRef": "B4.2.3.2"
6580
+ }
6581
+ }
6578
6582
  }
6579
6583
  },
6580
6584
  "required": [
6581
6585
  "yearWorkCarriedOut",
6582
- "details"
6586
+ "details",
6587
+ "suppliedCertificate"
6583
6588
  ]
6584
6589
  }
6585
6590
  ],
@@ -6588,7 +6593,11 @@
6588
6593
  ],
6589
6594
  "properties": {
6590
6595
  "yesNo": {
6591
- "baspiRef": "B4.2.1"
6596
+ "baspiRef": "B4.2.1",
6597
+ "enum": [
6598
+ "Yes",
6599
+ "No"
6600
+ ]
6592
6601
  }
6593
6602
  }
6594
6603
  }