@pdtf/schemas 2.0.0-28 → 2.0.0-29

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "2.0.0-28",
3
+ "version": "2.0.0-29",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -359,6 +359,9 @@
359
359
  },
360
360
  "otherServices": {
361
361
  "yesNo": "No"
362
+ },
363
+ "maintenanceAgreements": {
364
+ "yesNo": "No"
362
365
  }
363
366
  },
364
367
  "centralHeating": {
@@ -7451,7 +7451,7 @@
7451
7451
  "ta6Ref": "4.8a1",
7452
7452
  "type": "string",
7453
7453
  "title": "",
7454
- "enum": ["Yes", "No"]
7454
+ "enum": ["Yes", "No", "Not known"]
7455
7455
  }
7456
7456
  },
7457
7457
  "baspiRequired": ["yesNo"],
@@ -7463,7 +7463,7 @@
7463
7463
  {
7464
7464
  "properties": {
7465
7465
  "yesNo": {
7466
- "enum": ["No"]
7466
+ "enum": ["No", "Not known"]
7467
7467
  }
7468
7468
  }
7469
7469
  },
@@ -7472,13 +7472,13 @@
7472
7472
  "yesNo": {
7473
7473
  "enum": ["Yes"]
7474
7474
  },
7475
- "details": {
7475
+ "consentsObtained": {
7476
7476
  "baspiRef": "A1.7.3.2.2",
7477
7477
  "ta6Ref": "4.8a2",
7478
7478
  "title": "Were the relevant consents obtained? Provide any relevant documentation",
7479
7479
  "rdsRef": "Protections",
7480
7480
  "type": "string",
7481
- "enum": ["Yes", "No"]
7481
+ "enum": ["Yes", "No", "Not known"]
7482
7482
  },
7483
7483
  "attachments": {
7484
7484
  "baspiRef": "A1.7.3.4",
@@ -16404,7 +16404,8 @@
16404
16404
  "cableSatelliteTV",
16405
16405
  "broadband",
16406
16406
  "solarPanels",
16407
- "otherServices"
16407
+ "otherServices",
16408
+ "maintenanceAgreements"
16408
16409
  ],
16409
16410
  "ta6Required": [
16410
16411
  "mainsElectricity",
@@ -21017,6 +21018,7 @@
21017
21018
  }
21018
21019
  },
21019
21020
  "baspiRequired": ["yesNo"],
21021
+ "ta6Required": ["yesNo"],
21020
21022
  "discriminator": {
21021
21023
  "propertyName": "yesNo"
21022
21024
  },
@@ -21051,8 +21053,7 @@
21051
21053
  "baspiRequired": ["details", "attachments"],
21052
21054
  "ta6Required": ["attachments"]
21053
21055
  }
21054
- ],
21055
- "ta6Required": ["yesNo"]
21056
+ ]
21056
21057
  },
21057
21058
  "roofingWork": {
21058
21059
  "baspiRef": "B5.1.2",
@@ -21635,7 +21636,7 @@
21635
21636
  "hasOthersAged17OrOver": {
21636
21637
  "baspiRef": "B6.2.1",
21637
21638
  "rdsRef": "Participants",
21638
- "ta6Ref": "11.2",
21639
+ "ta6Ref": "11.2.1",
21639
21640
  "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
21640
21641
  "type": "string",
21641
21642
  "enum": ["Yes", "No"]
@@ -1436,7 +1436,8 @@
1436
1436
  "properties": {
1437
1437
  "yesNo": {
1438
1438
  "enum": [
1439
- "No"
1439
+ "No",
1440
+ "Not known"
1440
1441
  ]
1441
1442
  }
1442
1443
  }
@@ -1448,12 +1449,13 @@
1448
1449
  "Yes"
1449
1450
  ]
1450
1451
  },
1451
- "details": {
1452
+ "consentsObtained": {
1452
1453
  "baspiRef": "A1.7.3.2.2",
1453
1454
  "title": "Were the relevant consents obtained? Provide any relevant documentation",
1454
1455
  "enum": [
1455
1456
  "Yes",
1456
- "No"
1457
+ "No",
1458
+ "Not known"
1457
1459
  ]
1458
1460
  },
1459
1461
  "attachments": {
@@ -1478,7 +1480,8 @@
1478
1480
  "baspiRef": "A1.7.3.2.1",
1479
1481
  "enum": [
1480
1482
  "Yes",
1481
- "No"
1483
+ "No",
1484
+ "Not known"
1482
1485
  ]
1483
1486
  }
1484
1487
  }
@@ -4130,7 +4133,8 @@
4130
4133
  "cableSatelliteTV",
4131
4134
  "broadband",
4132
4135
  "solarPanels",
4133
- "otherServices"
4136
+ "otherServices",
4137
+ "maintenanceAgreements"
4134
4138
  ],
4135
4139
  "properties": {
4136
4140
  "mainsElectricity": {
@@ -162,7 +162,8 @@
162
162
  "properties": {
163
163
  "yesNo": {
164
164
  "enum": [
165
- "No"
165
+ "No",
166
+ "Not known"
166
167
  ]
167
168
  }
168
169
  }
@@ -174,12 +175,13 @@
174
175
  "Yes"
175
176
  ]
176
177
  },
177
- "details": {
178
+ "consentsObtained": {
178
179
  "rdsRef": "Protections",
179
180
  "title": "Were the relevant consents obtained? Provide any relevant documentation",
180
181
  "enum": [
181
182
  "Yes",
182
- "No"
183
+ "No",
184
+ "Not known"
183
185
  ]
184
186
  }
185
187
  }
@@ -328,7 +328,8 @@
328
328
  "properties": {
329
329
  "yesNo": {
330
330
  "enum": [
331
- "No"
331
+ "No",
332
+ "Not known"
332
333
  ]
333
334
  }
334
335
  }
@@ -340,12 +341,13 @@
340
341
  "Yes"
341
342
  ]
342
343
  },
343
- "details": {
344
+ "consentsObtained": {
344
345
  "ta6Ref": "4.8a2",
345
346
  "title": "Were the relevant consents obtained? Provide any relevant documentation",
346
347
  "enum": [
347
348
  "Yes",
348
- "No"
349
+ "No",
350
+ "Not known"
349
351
  ]
350
352
  },
351
353
  "attachments": {
@@ -370,7 +372,8 @@
370
372
  "ta6Ref": "4.8a1",
371
373
  "enum": [
372
374
  "Yes",
373
- "No"
375
+ "No",
376
+ "Not known"
374
377
  ]
375
378
  }
376
379
  }
@@ -5310,7 +5313,7 @@
5310
5313
  ],
5311
5314
  "properties": {
5312
5315
  "hasOthersAged17OrOver": {
5313
- "ta6Ref": "11.2",
5316
+ "ta6Ref": "11.2.1",
5314
5317
  "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
5315
5318
  "enum": [
5316
5319
  "Yes",
@@ -6515,7 +6515,8 @@
6515
6515
  "title": "",
6516
6516
  "enum": [
6517
6517
  "Yes",
6518
- "No"
6518
+ "No",
6519
+ "Not known"
6519
6520
  ]
6520
6521
  }
6521
6522
  },
@@ -6524,7 +6525,8 @@
6524
6525
  "properties": {
6525
6526
  "yesNo": {
6526
6527
  "enum": [
6527
- "No"
6528
+ "No",
6529
+ "Not known"
6528
6530
  ]
6529
6531
  }
6530
6532
  }
@@ -6536,12 +6538,13 @@
6536
6538
  "Yes"
6537
6539
  ]
6538
6540
  },
6539
- "details": {
6541
+ "consentsObtained": {
6540
6542
  "title": "Were the relevant consents obtained? Provide any relevant documentation",
6541
6543
  "type": "string",
6542
6544
  "enum": [
6543
6545
  "Yes",
6544
- "No"
6546
+ "No",
6547
+ "Not known"
6545
6548
  ]
6546
6549
  },
6547
6550
  "attachments": {
@@ -909,7 +909,7 @@
909
909
  "details": {},
910
910
  "workCarriedOut": {
911
911
  "yesNo": {},
912
- "details": {},
912
+ "consentsObtained": {},
913
913
  "attachments": {}
914
914
  }
915
915
  }