@pdtf/schemas 3.0.0-21 → 3.0.0-23

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.
@@ -3034,36 +3034,33 @@
3034
3034
  "title": "Leasehold information",
3035
3035
  "type": "object",
3036
3036
  "properties": {
3037
- "typeOfLeasehold": {
3037
+ "sharedOwnership": {
3038
3038
  "type": "object",
3039
3039
  "properties": {
3040
- "leaseholdType": {
3041
- "title": "What type of leasehold property does the seller own?",
3042
- "description": "‘Flat’ includes maisonette and apartment.",
3040
+ "isSharedOwnership": {
3041
+ "title": "Is the lease on a Shared Ownership basis?",
3043
3042
  "type": "string",
3044
3043
  "enum": [
3045
- "Flat",
3046
- "Shared ownership",
3047
- "Long leasehold house"
3044
+ "Yes",
3045
+ "No"
3048
3046
  ]
3049
3047
  }
3050
3048
  },
3051
3049
  "oneOf": [
3052
3050
  {
3053
3051
  "properties": {
3054
- "leaseholdType": {
3052
+ "isSharedOwnership": {
3055
3053
  "enum": [
3056
- "Flat",
3057
- "Long leasehold house"
3054
+ "No"
3058
3055
  ]
3059
3056
  }
3060
3057
  }
3061
3058
  },
3062
3059
  {
3063
3060
  "properties": {
3064
- "leaseholdType": {
3061
+ "isSharedOwnership": {
3065
3062
  "enum": [
3066
- "Shared ownership"
3063
+ "Yes"
3067
3064
  ]
3068
3065
  },
3069
3066
  "sharedOwnershipPercentage": {
@@ -4199,6 +4196,11 @@
4199
4196
  "Managing Agent",
4200
4197
  "the Lessees",
4201
4198
  "Not applicable"
4199
+ ],
4200
+ "ta7enum": [
4201
+ "the Lessees",
4202
+ "Management Company",
4203
+ "Landlord"
4202
4204
  ]
4203
4205
  },
4204
4206
  "dealsWithDayToDayMaintenanceOfBuilding": {
@@ -6249,8 +6251,23 @@
6249
6251
  "title": "Please give details of these alterations",
6250
6252
  "type": "string",
6251
6253
  "minLength": 1
6254
+ },
6255
+ "landlordConsentObtained": {
6256
+ "title": "Was the landlord’s consent for the alterations obtained? If Yes, please supply a copy.",
6257
+ "type": "string",
6258
+ "enum": [
6259
+ "No",
6260
+ "Not known",
6261
+ "Not required",
6262
+ "Attached",
6263
+ "To follow"
6264
+ ]
6252
6265
  }
6253
- }
6266
+ },
6267
+ "ta71Required": [
6268
+ "details",
6269
+ "landlordConsentObtained"
6270
+ ]
6254
6271
  }
6255
6272
  ]
6256
6273
  },
@@ -16338,11 +16355,6 @@
16338
16355
  "title": "What is the classification of the water supply for the property?",
16339
16356
  "type": "string",
16340
16357
  "minLength": 1
16341
- },
16342
- "waterMeterLocation": {
16343
- "title": "Please include details of the location of any water meter serving the property.",
16344
- "type": "string",
16345
- "minLength": 1
16346
16358
  }
16347
16359
  }
16348
16360
  },
@@ -454,8 +454,8 @@
454
454
  }
455
455
  },
456
456
  "leaseholdInformation": {
457
- "typeOfLeasehold": {
458
- "leaseholdType": {},
457
+ "sharedOwnership": {
458
+ "isSharedOwnership": {},
459
459
  "sharedOwnershipPercentage": {},
460
460
  "sharedOwnershipRent": {},
461
461
  "sharedOwnershipRentFrequency": {}
@@ -879,7 +879,8 @@
879
879
  "general": {
880
880
  "sellerAwareOfAlterations": {
881
881
  "yesNo": {},
882
- "details": {}
882
+ "details": {},
883
+ "landlordConsentObtained": {}
883
884
  },
884
885
  "sellerOwnedProperty": {},
885
886
  "sellerServedNoticeOnLandlord": {},
@@ -1972,8 +1973,7 @@
1972
1973
  "yesNo": {},
1973
1974
  "details": {}
1974
1975
  },
1975
- "supplyClassification": {},
1976
- "waterMeterLocation": {}
1976
+ "supplyClassification": {}
1977
1977
  },
1978
1978
  "drainage": {
1979
1979
  "mainsSurfaceWaterDrainage": {