@pdtf/schemas 2.0.0-1 → 2.0.0-10

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.
@@ -41,6 +41,44 @@
41
41
  "properties": {
42
42
  "leaseholdInformation": {
43
43
  "properties": {
44
+ "typeOfLeasehold": {
45
+ "oneOf": [
46
+ null,
47
+ {
48
+ "properties": {
49
+ "sharedOwnershipPercentage": {
50
+ "ntsRef": "A1.7.1",
51
+ "title": "Shared ownership percentage"
52
+ },
53
+ "sharedOwnershipRent": {
54
+ "ntsRef": "A1.7.2",
55
+ "title": "Shared ownership rent (£)"
56
+ },
57
+ "sharedOwnershipRentFrequency": {
58
+ "ntsRef": "A1.7.3",
59
+ "title": "Shared ownership rent frequency",
60
+ "enum": [
61
+ "Yearly",
62
+ "Monthly",
63
+ "Weekly"
64
+ ]
65
+ }
66
+ }
67
+ }
68
+ ]
69
+ },
70
+ "leaseTerm": {
71
+ "properties": {
72
+ "startYearOfLease": {
73
+ "ntsRef": "A1.2",
74
+ "title": "Year that the lease commenced"
75
+ },
76
+ "lengthOfLeaseInYears": {
77
+ "ntsRef": "A1.3",
78
+ "title": "Length of lease (years)"
79
+ }
80
+ }
81
+ },
44
82
  "groundRent": {
45
83
  "oneOf": [
46
84
  null,
@@ -80,48 +118,6 @@
80
118
  }
81
119
  }
82
120
  ]
83
- },
84
- "general": {
85
- "properties": {
86
- "typeOfLeasehold": {
87
- "oneOf": [
88
- null,
89
- {
90
- "properties": {
91
- "sharedOwnershipPercentage": {
92
- "ntsRef": "A1.7.1",
93
- "title": "Shared ownership percentage"
94
- },
95
- "sharedOwnershipRent": {
96
- "ntsRef": "A1.7.2",
97
- "title": "Shared ownership rent (£)"
98
- },
99
- "sharedOwnershipRentFrequency": {
100
- "ntsRef": "A1.7.3",
101
- "title": "Shared ownership rent frequency",
102
- "enum": [
103
- "Yearly",
104
- "Monthly",
105
- "Weekly"
106
- ]
107
- }
108
- }
109
- }
110
- ]
111
- },
112
- "leaseTerm": {
113
- "properties": {
114
- "startYearOfLease": {
115
- "ntsRef": "A1.2",
116
- "title": "Year that the lease commenced"
117
- },
118
- "lengthOfLeaseInYears": {
119
- "ntsRef": "A1.3",
120
- "title": "Length of lease (years)"
121
- }
122
- }
123
- }
124
- }
125
121
  }
126
122
  }
127
123
  }
@@ -890,7 +890,6 @@
890
890
  "worksUnfinished": {
891
891
  "rdsRef": "WorksAlterationsChanges/isIncomplete",
892
892
  "title": "Are any of the works listed above unfinished?",
893
- "description": "If yes, please provide details and explain why.",
894
893
  "discriminator": {
895
894
  "propertyName": "yesNo"
896
895
  },
@@ -1161,7 +1160,7 @@
1161
1160
  },
1162
1161
  "otherNotices": {
1163
1162
  "rdsRef": "Property/Flags,Notifications",
1164
- "title": "Any other type of notice",
1163
+ "title": "Any other type of notice?",
1165
1164
  "discriminator": {
1166
1165
  "propertyName": "yesNo"
1167
1166
  },
@@ -1220,7 +1219,6 @@
1220
1219
  "containsAsbestos": {
1221
1220
  "rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
1222
1221
  "title": "To your knowledge, does any part of your property contain asbestos?",
1223
- "description": "If yes, please state whether there is a management plan in place and attach a copy",
1224
1222
  "discriminator": {
1225
1223
  "propertyName": "yesNo"
1226
1224
  },
@@ -1248,7 +1246,6 @@
1248
1246
  "japaneseKnotweed": {
1249
1247
  "rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
1250
1248
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
1251
- "description": "If so ",
1252
1249
  "discriminator": {
1253
1250
  "propertyName": "yesNo"
1254
1251
  },
@@ -2145,7 +2142,6 @@
2145
2142
  "boilerInstallationCertificate": {
2146
2143
  "rdsRef": "Objects/Installation,Objects/Certificates",
2147
2144
  "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
2148
- "description": "If yes, ",
2149
2145
  "discriminator": {
2150
2146
  "propertyName": "yesNo"
2151
2147
  },
@@ -2425,7 +2421,6 @@
2425
2421
  "neighbouringLandRights": {
2426
2422
  "rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
2427
2423
  "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
2428
- "description": "If yes,",
2429
2424
  "discriminator": {
2430
2425
  "propertyName": "yesNo"
2431
2426
  },
@@ -3045,7 +3040,7 @@
3045
3040
  "properties": {
3046
3041
  "areBoundariesUniform": {
3047
3042
  "enum": [
3048
- "N/A"
3043
+ "Not applicable"
3049
3044
  ]
3050
3045
  }
3051
3046
  }
@@ -3064,7 +3059,7 @@
3064
3059
  "yesNo": {
3065
3060
  "enum": [
3066
3061
  "No",
3067
- "N/A"
3062
+ "Not applicable"
3068
3063
  ]
3069
3064
  }
3070
3065
  }
@@ -3092,7 +3087,7 @@
3092
3087
  "yesNo": {
3093
3088
  "enum": [
3094
3089
  "No",
3095
- "N/A"
3090
+ "Not applicable"
3096
3091
  ]
3097
3092
  }
3098
3093
  }
@@ -3111,7 +3106,7 @@
3111
3106
  "flyingFreehold": {
3112
3107
  "rdsRef": "Tenure/tenure=?",
3113
3108
  "title": "Is there a flying freehold?",
3114
- "description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway - eg a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
3109
+ "description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway - e.g. a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
3115
3110
  "discriminator": {
3116
3111
  "propertyName": "yesNo"
3117
3112
  },
@@ -3121,7 +3116,7 @@
3121
3116
  "yesNo": {
3122
3117
  "enum": [
3123
3118
  "No",
3124
- "N/A"
3119
+ "Not applicable"
3125
3120
  ]
3126
3121
  }
3127
3122
  }
@@ -3524,10 +3519,6 @@
3524
3519
  }
3525
3520
  ]
3526
3521
  },
3527
- "willLeaveGuaranteePaperwork": {
3528
- "rdsRef": "Property/Flags",
3529
- "title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out"
3530
- },
3531
3522
  "outstandingClaimsOrApplications": {
3532
3523
  "rdsRef": "Certificates",
3533
3524
  "title": "Are there any outstanding claims or current applications relating to any of the above?",
@@ -3680,7 +3671,7 @@
3680
3671
  "willRemoveAllRubbish": {
3681
3672
  "rdsRef": "RightsHolders/Flags",
3682
3673
  "title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
3683
- "description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services eg doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
3674
+ "description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services e.g. doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
3684
3675
  },
3685
3676
  "otherPropertyInChain": {
3686
3677
  "rdsRef": "RightsHolders/Flags",