@pdtf/schemas 3.0.0-14 → 3.0.0-16
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 +21 -19
- package/src/schemas/v3/combined.json +341 -299
- package/src/schemas/v3/overlays/baspi.json +163 -155
- package/src/schemas/v3/overlays/nts.json +106 -93
- package/src/schemas/v3/overlays/piq.json +63 -58
- package/src/schemas/v3/overlays/rds.json +91 -112
- package/src/schemas/v3/overlays/ta6.json +157 -149
- package/src/schemas/v3/pdtf-transaction.json +245 -350
- package/src/schemas/v3/skeleton.json +20 -18
|
@@ -4369,194 +4369,202 @@
|
|
|
4369
4369
|
},
|
|
4370
4370
|
"heating": {
|
|
4371
4371
|
"baspiRef": "A7.4",
|
|
4372
|
-
"
|
|
4373
|
-
"
|
|
4374
|
-
|
|
4375
|
-
"
|
|
4376
|
-
{
|
|
4377
|
-
"
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
]
|
|
4372
|
+
"required": [
|
|
4373
|
+
"heatingSystem"
|
|
4374
|
+
],
|
|
4375
|
+
"properties": {
|
|
4376
|
+
"heatingSystem": {
|
|
4377
|
+
"baspiRef": "A7.4.0",
|
|
4378
|
+
"discriminator": {
|
|
4379
|
+
"propertyName": "heatingType"
|
|
4380
|
+
},
|
|
4381
|
+
"oneOf": [
|
|
4382
|
+
{
|
|
4383
|
+
"properties": {
|
|
4384
|
+
"heatingType": {
|
|
4385
|
+
"enum": [
|
|
4386
|
+
"None"
|
|
4387
|
+
]
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4391
4390
|
},
|
|
4392
|
-
|
|
4393
|
-
"baspiRef": "A7.4.0.0",
|
|
4394
|
-
"required": [
|
|
4395
|
-
"centralHeatingFuel",
|
|
4396
|
-
"centralHeatingInstalled",
|
|
4397
|
-
"boilerInstallationCertificate",
|
|
4398
|
-
"heatingLastServicedDate",
|
|
4399
|
-
"heatingLastServicedReport",
|
|
4400
|
-
"heatingInGoodWorkingOrder"
|
|
4401
|
-
],
|
|
4391
|
+
{
|
|
4402
4392
|
"properties": {
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4393
|
+
"heatingType": {
|
|
4394
|
+
"enum": [
|
|
4395
|
+
"Central heating"
|
|
4396
|
+
]
|
|
4397
|
+
},
|
|
4398
|
+
"centralHeatingDetails": {
|
|
4399
|
+
"baspiRef": "A7.4.0.0",
|
|
4400
|
+
"required": [
|
|
4401
|
+
"centralHeatingFuel",
|
|
4402
|
+
"centralHeatingInstalled",
|
|
4403
|
+
"boilerInstallationCertificate",
|
|
4404
|
+
"heatingLastServicedDate",
|
|
4405
|
+
"heatingLastServicedReport",
|
|
4406
|
+
"heatingInGoodWorkingOrder"
|
|
4407
|
+
],
|
|
4408
|
+
"properties": {
|
|
4409
|
+
"centralHeatingFuel": {
|
|
4410
|
+
"baspiRef": "A7.4.0.1",
|
|
4411
|
+
"discriminator": {
|
|
4412
|
+
"propertyName": "centralHeatingFuelType"
|
|
4413
|
+
},
|
|
4414
|
+
"oneOf": [
|
|
4415
|
+
{
|
|
4416
|
+
"properties": {
|
|
4417
|
+
"centralHeatingFuelType": {
|
|
4418
|
+
"enum": [
|
|
4419
|
+
"Mains gas",
|
|
4420
|
+
"Electricity",
|
|
4421
|
+
"Oil",
|
|
4422
|
+
"LPG",
|
|
4423
|
+
"Biomass"
|
|
4424
|
+
]
|
|
4425
|
+
}
|
|
4426
|
+
}
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"properties": {
|
|
4430
|
+
"centralHeatingFuelType": {
|
|
4431
|
+
"enum": [
|
|
4432
|
+
"Other"
|
|
4433
|
+
]
|
|
4434
|
+
},
|
|
4435
|
+
"otherCentralHeatingFuelType": {
|
|
4436
|
+
"baspiRef": "A7.4.0.3"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
"required": [
|
|
4440
|
+
"otherCentralHeatingFuelType"
|
|
4441
|
+
]
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"required": [
|
|
4445
|
+
"centralHeatingFuelType"
|
|
4446
|
+
],
|
|
4410
4447
|
"properties": {
|
|
4411
4448
|
"centralHeatingFuelType": {
|
|
4412
|
-
"
|
|
4413
|
-
"Mains gas",
|
|
4414
|
-
"Electricity",
|
|
4415
|
-
"Oil",
|
|
4416
|
-
"LPG",
|
|
4417
|
-
"Biomass"
|
|
4418
|
-
]
|
|
4449
|
+
"baspiRef": "A7.4.0.2"
|
|
4419
4450
|
}
|
|
4420
4451
|
}
|
|
4421
4452
|
},
|
|
4422
|
-
{
|
|
4423
|
-
"
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4453
|
+
"centralHeatingInstalled": {
|
|
4454
|
+
"baspiRef": "A7.4.1"
|
|
4455
|
+
},
|
|
4456
|
+
"boilerInstallationCertificate": {
|
|
4457
|
+
"baspiRef": "A7.4.1.1",
|
|
4458
|
+
"discriminator": {
|
|
4459
|
+
"propertyName": "yesNo"
|
|
4460
|
+
},
|
|
4461
|
+
"oneOf": [
|
|
4462
|
+
{
|
|
4463
|
+
"properties": {
|
|
4464
|
+
"yesNo": {
|
|
4465
|
+
"enum": [
|
|
4466
|
+
"No"
|
|
4467
|
+
]
|
|
4468
|
+
}
|
|
4469
|
+
}
|
|
4428
4470
|
},
|
|
4429
|
-
|
|
4430
|
-
"
|
|
4471
|
+
{
|
|
4472
|
+
"properties": {
|
|
4473
|
+
"yesNo": {
|
|
4474
|
+
"enum": [
|
|
4475
|
+
"Yes"
|
|
4476
|
+
]
|
|
4477
|
+
},
|
|
4478
|
+
"attachments": {
|
|
4479
|
+
"baspiRef": "A7.4.1.2"
|
|
4480
|
+
}
|
|
4481
|
+
},
|
|
4482
|
+
"required": [
|
|
4483
|
+
"attachments"
|
|
4484
|
+
]
|
|
4431
4485
|
}
|
|
4432
|
-
|
|
4486
|
+
],
|
|
4433
4487
|
"required": [
|
|
4434
|
-
"
|
|
4435
|
-
]
|
|
4436
|
-
}
|
|
4437
|
-
],
|
|
4438
|
-
"required": [
|
|
4439
|
-
"centralHeatingFuelType"
|
|
4440
|
-
],
|
|
4441
|
-
"properties": {
|
|
4442
|
-
"centralHeatingFuelType": {
|
|
4443
|
-
"baspiRef": "A7.4.0.2"
|
|
4444
|
-
}
|
|
4445
|
-
}
|
|
4446
|
-
},
|
|
4447
|
-
"centralHeatingInstalled": {
|
|
4448
|
-
"baspiRef": "A7.4.1"
|
|
4449
|
-
},
|
|
4450
|
-
"boilerInstallationCertificate": {
|
|
4451
|
-
"baspiRef": "A7.4.1.1",
|
|
4452
|
-
"discriminator": {
|
|
4453
|
-
"propertyName": "yesNo"
|
|
4454
|
-
},
|
|
4455
|
-
"oneOf": [
|
|
4456
|
-
{
|
|
4488
|
+
"yesNo"
|
|
4489
|
+
],
|
|
4457
4490
|
"properties": {
|
|
4458
4491
|
"yesNo": {
|
|
4459
|
-
"
|
|
4460
|
-
"No"
|
|
4461
|
-
]
|
|
4492
|
+
"baspiRef": "A10.1.1"
|
|
4462
4493
|
}
|
|
4463
4494
|
}
|
|
4464
4495
|
},
|
|
4465
|
-
{
|
|
4466
|
-
"
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4496
|
+
"heatingLastServicedDate": {
|
|
4497
|
+
"baspiRef": "A7.4.2.1"
|
|
4498
|
+
},
|
|
4499
|
+
"heatingLastServicedReport": {
|
|
4500
|
+
"baspiRef": "A7.4.2.2"
|
|
4501
|
+
},
|
|
4502
|
+
"heatingInGoodWorkingOrder": {
|
|
4503
|
+
"baspiRef": "A7.4.3",
|
|
4504
|
+
"discriminator": {
|
|
4505
|
+
"propertyName": "yesNo"
|
|
4506
|
+
},
|
|
4507
|
+
"oneOf": [
|
|
4508
|
+
{
|
|
4509
|
+
"properties": {
|
|
4510
|
+
"yesNo": {
|
|
4511
|
+
"enum": [
|
|
4512
|
+
"Yes"
|
|
4513
|
+
]
|
|
4514
|
+
}
|
|
4515
|
+
}
|
|
4471
4516
|
},
|
|
4472
|
-
|
|
4473
|
-
"
|
|
4517
|
+
{
|
|
4518
|
+
"properties": {
|
|
4519
|
+
"yesNo": {
|
|
4520
|
+
"enum": [
|
|
4521
|
+
"No"
|
|
4522
|
+
]
|
|
4523
|
+
},
|
|
4524
|
+
"details": {
|
|
4525
|
+
"baspiRef": "A7.4.3.2"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4528
|
+
"required": [
|
|
4529
|
+
"details"
|
|
4530
|
+
]
|
|
4474
4531
|
}
|
|
4475
|
-
|
|
4532
|
+
],
|
|
4476
4533
|
"required": [
|
|
4477
|
-
"
|
|
4478
|
-
]
|
|
4479
|
-
}
|
|
4480
|
-
],
|
|
4481
|
-
"required": [
|
|
4482
|
-
"yesNo"
|
|
4483
|
-
],
|
|
4484
|
-
"properties": {
|
|
4485
|
-
"yesNo": {
|
|
4486
|
-
"baspiRef": "A10.1.1"
|
|
4487
|
-
}
|
|
4488
|
-
}
|
|
4489
|
-
},
|
|
4490
|
-
"heatingLastServicedDate": {
|
|
4491
|
-
"baspiRef": "A7.4.2.1"
|
|
4492
|
-
},
|
|
4493
|
-
"heatingLastServicedReport": {
|
|
4494
|
-
"baspiRef": "A7.4.2.2"
|
|
4495
|
-
},
|
|
4496
|
-
"heatingInGoodWorkingOrder": {
|
|
4497
|
-
"baspiRef": "A7.4.3",
|
|
4498
|
-
"discriminator": {
|
|
4499
|
-
"propertyName": "yesNo"
|
|
4500
|
-
},
|
|
4501
|
-
"oneOf": [
|
|
4502
|
-
{
|
|
4534
|
+
"yesNo"
|
|
4535
|
+
],
|
|
4503
4536
|
"properties": {
|
|
4504
4537
|
"yesNo": {
|
|
4505
|
-
"
|
|
4506
|
-
"Yes"
|
|
4507
|
-
]
|
|
4538
|
+
"baspiRef": "A7.4.3.1"
|
|
4508
4539
|
}
|
|
4509
4540
|
}
|
|
4510
|
-
},
|
|
4511
|
-
{
|
|
4512
|
-
"properties": {
|
|
4513
|
-
"yesNo": {
|
|
4514
|
-
"enum": [
|
|
4515
|
-
"No"
|
|
4516
|
-
]
|
|
4517
|
-
},
|
|
4518
|
-
"details": {
|
|
4519
|
-
"baspiRef": "A7.4.3.2"
|
|
4520
|
-
}
|
|
4521
|
-
},
|
|
4522
|
-
"required": [
|
|
4523
|
-
"details"
|
|
4524
|
-
]
|
|
4525
|
-
}
|
|
4526
|
-
],
|
|
4527
|
-
"required": [
|
|
4528
|
-
"yesNo"
|
|
4529
|
-
],
|
|
4530
|
-
"properties": {
|
|
4531
|
-
"yesNo": {
|
|
4532
|
-
"baspiRef": "A7.4.3.1"
|
|
4533
4541
|
}
|
|
4534
4542
|
}
|
|
4535
4543
|
}
|
|
4544
|
+
},
|
|
4545
|
+
"required": [
|
|
4546
|
+
"centralHeatingDetails"
|
|
4547
|
+
]
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"properties": {
|
|
4551
|
+
"heatingType": {
|
|
4552
|
+
"enum": [
|
|
4553
|
+
"Community heating system"
|
|
4554
|
+
]
|
|
4555
|
+
}
|
|
4536
4556
|
}
|
|
4537
4557
|
}
|
|
4538
|
-
|
|
4558
|
+
],
|
|
4539
4559
|
"required": [
|
|
4540
|
-
"
|
|
4541
|
-
]
|
|
4542
|
-
},
|
|
4543
|
-
{
|
|
4560
|
+
"heatingType"
|
|
4561
|
+
],
|
|
4544
4562
|
"properties": {
|
|
4545
4563
|
"heatingType": {
|
|
4546
|
-
"
|
|
4547
|
-
"Community heating system"
|
|
4548
|
-
]
|
|
4564
|
+
"baspiRef": "A7.4.0"
|
|
4549
4565
|
}
|
|
4550
4566
|
}
|
|
4551
4567
|
}
|
|
4552
|
-
],
|
|
4553
|
-
"required": [
|
|
4554
|
-
"heatingType"
|
|
4555
|
-
],
|
|
4556
|
-
"properties": {
|
|
4557
|
-
"heatingType": {
|
|
4558
|
-
"baspiRef": "A7.4.0"
|
|
4559
|
-
}
|
|
4560
4568
|
}
|
|
4561
4569
|
},
|
|
4562
4570
|
"insurance": {
|
|
@@ -340,20 +340,25 @@
|
|
|
340
340
|
],
|
|
341
341
|
"required": [
|
|
342
342
|
"leaseholdType"
|
|
343
|
-
]
|
|
343
|
+
],
|
|
344
|
+
"properties": {
|
|
345
|
+
"leaseholdType": {
|
|
346
|
+
"ntsRef": "A3.2.1"
|
|
347
|
+
}
|
|
348
|
+
}
|
|
344
349
|
},
|
|
345
350
|
"leaseTerm": {
|
|
346
|
-
"ntsRef": "A3.2.
|
|
351
|
+
"ntsRef": "A3.2.2",
|
|
347
352
|
"required": [
|
|
348
353
|
"startYearOfLease",
|
|
349
354
|
"lengthOfLeaseInYears"
|
|
350
355
|
],
|
|
351
356
|
"properties": {
|
|
352
357
|
"startYearOfLease": {
|
|
353
|
-
"ntsRef": "A3.2.
|
|
358
|
+
"ntsRef": "A3.2.2.1"
|
|
354
359
|
},
|
|
355
360
|
"lengthOfLeaseInYears": {
|
|
356
|
-
"ntsRef": "A3.2.
|
|
361
|
+
"ntsRef": "A3.2.2.2"
|
|
357
362
|
}
|
|
358
363
|
}
|
|
359
364
|
},
|
|
@@ -1264,20 +1269,20 @@
|
|
|
1264
1269
|
}
|
|
1265
1270
|
},
|
|
1266
1271
|
"waterAndDrainage": {
|
|
1267
|
-
"ntsRef": "
|
|
1272
|
+
"ntsRef": "B3.2",
|
|
1268
1273
|
"required": [
|
|
1269
1274
|
"water",
|
|
1270
1275
|
"drainage"
|
|
1271
1276
|
],
|
|
1272
1277
|
"properties": {
|
|
1273
1278
|
"water": {
|
|
1274
|
-
"ntsRef": "
|
|
1279
|
+
"ntsRef": "B3.2",
|
|
1275
1280
|
"required": [
|
|
1276
1281
|
"mainsWater"
|
|
1277
1282
|
],
|
|
1278
1283
|
"properties": {
|
|
1279
1284
|
"mainsWater": {
|
|
1280
|
-
"ntsRef": "
|
|
1285
|
+
"ntsRef": "B3.2",
|
|
1281
1286
|
"discriminator": {
|
|
1282
1287
|
"propertyName": "yesNo"
|
|
1283
1288
|
},
|
|
@@ -1327,7 +1332,7 @@
|
|
|
1327
1332
|
],
|
|
1328
1333
|
"properties": {
|
|
1329
1334
|
"yesNo": {
|
|
1330
|
-
"ntsRef": "
|
|
1335
|
+
"ntsRef": "B3.2.1",
|
|
1331
1336
|
"enum": [
|
|
1332
1337
|
"Yes",
|
|
1333
1338
|
"No"
|
|
@@ -1338,14 +1343,14 @@
|
|
|
1338
1343
|
}
|
|
1339
1344
|
},
|
|
1340
1345
|
"drainage": {
|
|
1341
|
-
"ntsRef": "
|
|
1346
|
+
"ntsRef": "B3.3",
|
|
1342
1347
|
"required": [
|
|
1343
1348
|
"mainsSurfaceWaterDrainage",
|
|
1344
1349
|
"mainsFoulDrainage"
|
|
1345
1350
|
],
|
|
1346
1351
|
"properties": {
|
|
1347
1352
|
"mainsSurfaceWaterDrainage": {
|
|
1348
|
-
"ntsRef": "
|
|
1353
|
+
"ntsRef": "B3.3.1",
|
|
1349
1354
|
"discriminator": {
|
|
1350
1355
|
"propertyName": "yesNo"
|
|
1351
1356
|
},
|
|
@@ -1384,7 +1389,7 @@
|
|
|
1384
1389
|
],
|
|
1385
1390
|
"properties": {
|
|
1386
1391
|
"yesNo": {
|
|
1387
|
-
"ntsRef": "
|
|
1392
|
+
"ntsRef": "B3.3.1.1",
|
|
1388
1393
|
"enum": [
|
|
1389
1394
|
"Yes",
|
|
1390
1395
|
"No",
|
|
@@ -1394,7 +1399,7 @@
|
|
|
1394
1399
|
}
|
|
1395
1400
|
},
|
|
1396
1401
|
"mainsFoulDrainage": {
|
|
1397
|
-
"ntsRef": "
|
|
1402
|
+
"ntsRef": "B3.3.2",
|
|
1398
1403
|
"discriminator": {
|
|
1399
1404
|
"propertyName": "yesNo"
|
|
1400
1405
|
},
|
|
@@ -1434,7 +1439,7 @@
|
|
|
1434
1439
|
]
|
|
1435
1440
|
},
|
|
1436
1441
|
"offMainsDrainageSystem": {
|
|
1437
|
-
"ntsRef": "
|
|
1442
|
+
"ntsRef": "B3.3.3",
|
|
1438
1443
|
"discriminator": {
|
|
1439
1444
|
"propertyName": "offMainsDrainageSystemType"
|
|
1440
1445
|
},
|
|
@@ -1481,7 +1486,7 @@
|
|
|
1481
1486
|
],
|
|
1482
1487
|
"properties": {
|
|
1483
1488
|
"offMainsDrainageSystemType": {
|
|
1484
|
-
"ntsRef": "
|
|
1489
|
+
"ntsRef": "B3.3.3.1"
|
|
1485
1490
|
}
|
|
1486
1491
|
}
|
|
1487
1492
|
}
|
|
@@ -1493,7 +1498,7 @@
|
|
|
1493
1498
|
],
|
|
1494
1499
|
"properties": {
|
|
1495
1500
|
"yesNo": {
|
|
1496
|
-
"ntsRef": "
|
|
1501
|
+
"ntsRef": "B3.3.2.1",
|
|
1497
1502
|
"enum": [
|
|
1498
1503
|
"Yes",
|
|
1499
1504
|
"No",
|
|
@@ -1508,99 +1513,107 @@
|
|
|
1508
1513
|
},
|
|
1509
1514
|
"heating": {
|
|
1510
1515
|
"ntsRef": "B3.4",
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
|
|
1514
|
-
"
|
|
1515
|
-
{
|
|
1516
|
-
"
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
]
|
|
1516
|
+
"required": [
|
|
1517
|
+
"heatingSystem"
|
|
1518
|
+
],
|
|
1519
|
+
"properties": {
|
|
1520
|
+
"heatingSystem": {
|
|
1521
|
+
"ntsRef": "B3.4.1",
|
|
1522
|
+
"discriminator": {
|
|
1523
|
+
"propertyName": "heatingType"
|
|
1524
|
+
},
|
|
1525
|
+
"oneOf": [
|
|
1526
|
+
{
|
|
1527
|
+
"properties": {
|
|
1528
|
+
"heatingType": {
|
|
1529
|
+
"enum": [
|
|
1530
|
+
"None"
|
|
1531
|
+
]
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1530
1534
|
},
|
|
1531
|
-
|
|
1532
|
-
"ntsRef": "B3.4.3",
|
|
1533
|
-
"required": [
|
|
1534
|
-
"centralHeatingFuel"
|
|
1535
|
-
],
|
|
1535
|
+
{
|
|
1536
1536
|
"properties": {
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1537
|
+
"heatingType": {
|
|
1538
|
+
"enum": [
|
|
1539
|
+
"Central heating"
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
"centralHeatingDetails": {
|
|
1543
|
+
"ntsRef": "B3.4.3",
|
|
1544
|
+
"required": [
|
|
1545
|
+
"centralHeatingFuel"
|
|
1546
|
+
],
|
|
1547
|
+
"properties": {
|
|
1548
|
+
"centralHeatingFuel": {
|
|
1549
|
+
"ntsRef": "B3.4.3.1",
|
|
1550
|
+
"discriminator": {
|
|
1551
|
+
"propertyName": "centralHeatingFuelType"
|
|
1552
|
+
},
|
|
1553
|
+
"oneOf": [
|
|
1554
|
+
{
|
|
1555
|
+
"properties": {
|
|
1556
|
+
"centralHeatingFuelType": {
|
|
1557
|
+
"enum": [
|
|
1558
|
+
"Mains gas",
|
|
1559
|
+
"Electricity",
|
|
1560
|
+
"Oil",
|
|
1561
|
+
"LPG",
|
|
1562
|
+
"Biomass"
|
|
1563
|
+
]
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"properties": {
|
|
1569
|
+
"centralHeatingFuelType": {
|
|
1570
|
+
"enum": [
|
|
1571
|
+
"Other"
|
|
1572
|
+
]
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1553
1575
|
}
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1576
|
+
],
|
|
1577
|
+
"required": [
|
|
1578
|
+
"centralHeatingFuelType"
|
|
1579
|
+
],
|
|
1557
1580
|
"properties": {
|
|
1558
1581
|
"centralHeatingFuelType": {
|
|
1559
|
-
"
|
|
1560
|
-
"Other"
|
|
1561
|
-
]
|
|
1582
|
+
"ntsRef": "B3.4.3.1.1"
|
|
1562
1583
|
}
|
|
1563
1584
|
}
|
|
1564
1585
|
}
|
|
1565
|
-
],
|
|
1566
|
-
"required": [
|
|
1567
|
-
"centralHeatingFuelType"
|
|
1568
|
-
],
|
|
1569
|
-
"properties": {
|
|
1570
|
-
"centralHeatingFuelType": {
|
|
1571
|
-
"ntsRef": "B3.4.3.1.1"
|
|
1572
|
-
}
|
|
1573
1586
|
}
|
|
1574
1587
|
}
|
|
1575
|
-
}
|
|
1588
|
+
},
|
|
1589
|
+
"required": [
|
|
1590
|
+
"centralHeatingDetails"
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"properties": {
|
|
1595
|
+
"heatingType": {
|
|
1596
|
+
"enum": [
|
|
1597
|
+
"Community heating system"
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
"details": {
|
|
1601
|
+
"ntsRef": "B3.4.4"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"required": [
|
|
1605
|
+
"details"
|
|
1606
|
+
]
|
|
1576
1607
|
}
|
|
1577
|
-
|
|
1608
|
+
],
|
|
1578
1609
|
"required": [
|
|
1579
|
-
"
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1610
|
+
"heatingType"
|
|
1611
|
+
],
|
|
1583
1612
|
"properties": {
|
|
1584
1613
|
"heatingType": {
|
|
1585
|
-
"
|
|
1586
|
-
"Community heating system"
|
|
1587
|
-
]
|
|
1588
|
-
},
|
|
1589
|
-
"details": {
|
|
1590
|
-
"ntsRef": "B3.4.4"
|
|
1614
|
+
"ntsRef": "B3.4.1"
|
|
1591
1615
|
}
|
|
1592
|
-
}
|
|
1593
|
-
"required": [
|
|
1594
|
-
"details"
|
|
1595
|
-
]
|
|
1596
|
-
}
|
|
1597
|
-
],
|
|
1598
|
-
"required": [
|
|
1599
|
-
"heatingType"
|
|
1600
|
-
],
|
|
1601
|
-
"properties": {
|
|
1602
|
-
"heatingType": {
|
|
1603
|
-
"ntsRef": "B3.4.1"
|
|
1616
|
+
}
|
|
1604
1617
|
},
|
|
1605
1618
|
"otherHeatingFeatures": {
|
|
1606
1619
|
"ntsRef": "B3.4.2"
|