@pdtf/schemas 2.0.0-16 → 2.0.0-18

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.
@@ -1428,276 +1428,284 @@
1428
1428
  "title": "Water and Drainage",
1429
1429
  "description": "Please describe the water and drainage services that are connected to the property.",
1430
1430
  "properties": {
1431
- "mainsWater": {
1432
- "ta6Ref": "13.3",
1433
- "title": "Mains water",
1434
- "discriminator": {
1435
- "propertyName": "yesNo"
1436
- },
1437
- "oneOf": [
1438
- {
1439
- "properties": {
1440
- "yesNo": {
1441
- "enum": [
1442
- "No"
1443
- ]
1444
- }
1445
- }
1446
- },
1447
- {
1448
- "properties": {
1449
- "yesNo": {
1450
- "enum": [
1451
- "Yes"
1452
- ]
1453
- }
1454
- }
1455
- },
1456
- {
1457
- "properties": {
1458
- "yesNo": {
1459
- "enum": [
1460
- "To be connected"
1461
- ]
1462
- }
1463
- }
1464
- }
1465
- ]
1466
- },
1467
- "mainsSurfaceWaterDrainage": {
1468
- "ta6Ref": "12.4b",
1469
- "title": "Mains surface water drainage",
1470
- "discriminator": {
1471
- "propertyName": "yesNo"
1472
- },
1473
- "oneOf": [
1474
- {
1475
- "properties": {
1476
- "yesNo": {
1477
- "enum": [
1478
- "No"
1479
- ]
1480
- }
1481
- }
1482
- },
1483
- {
1484
- "properties": {
1485
- "yesNo": {
1486
- "enum": [
1487
- "Yes"
1488
- ]
1489
- }
1490
- }
1491
- },
1492
- {
1493
- "properties": {
1494
- "yesNo": {
1495
- "enum": [
1496
- "To be connected"
1497
- ]
1431
+ "water": {
1432
+ "properties": {
1433
+ "mainsWater": {
1434
+ "ta6Ref": "13.3",
1435
+ "title": "Mains water",
1436
+ "discriminator": {
1437
+ "propertyName": "yesNo"
1438
+ },
1439
+ "oneOf": [
1440
+ {
1441
+ "properties": {
1442
+ "yesNo": {
1443
+ "enum": [
1444
+ "No"
1445
+ ]
1446
+ }
1447
+ }
1448
+ },
1449
+ {
1450
+ "properties": {
1451
+ "yesNo": {
1452
+ "enum": [
1453
+ "Yes"
1454
+ ]
1455
+ }
1456
+ }
1457
+ },
1458
+ {
1459
+ "properties": {
1460
+ "yesNo": {
1461
+ "enum": [
1462
+ "To be connected"
1463
+ ]
1464
+ }
1465
+ }
1498
1466
  }
1499
- }
1467
+ ]
1500
1468
  }
1501
- ]
1469
+ }
1502
1470
  },
1503
- "mainsFoulDrainage": {
1504
- "ta6Ref": "12.4a",
1505
- "title": "Mains foul drainage",
1506
- "discriminator": {
1507
- "propertyName": "yesNo"
1508
- },
1509
- "oneOf": [
1510
- {
1511
- "properties": {
1512
- "yesNo": {
1513
- "enum": [
1514
- "Yes"
1515
- ]
1516
- }
1517
- }
1518
- },
1519
- {
1520
- "properties": {
1521
- "yesNo": {
1522
- "enum": [
1523
- "To be connected"
1524
- ]
1471
+ "drainage": {
1472
+ "properties": {
1473
+ "mainsSurfaceWaterDrainage": {
1474
+ "ta6Ref": "12.4b",
1475
+ "title": "Mains surface water drainage",
1476
+ "discriminator": {
1477
+ "propertyName": "yesNo"
1478
+ },
1479
+ "oneOf": [
1480
+ {
1481
+ "properties": {
1482
+ "yesNo": {
1483
+ "enum": [
1484
+ "No"
1485
+ ]
1486
+ }
1487
+ }
1488
+ },
1489
+ {
1490
+ "properties": {
1491
+ "yesNo": {
1492
+ "enum": [
1493
+ "Yes"
1494
+ ]
1495
+ }
1496
+ }
1497
+ },
1498
+ {
1499
+ "properties": {
1500
+ "yesNo": {
1501
+ "enum": [
1502
+ "To be connected"
1503
+ ]
1504
+ }
1505
+ }
1525
1506
  }
1526
- }
1507
+ ]
1527
1508
  },
1528
- {
1529
- "properties": {
1530
- "yesNo": {
1531
- "enum": [
1532
- "No"
1533
- ]
1534
- },
1535
- "septicTank": {
1536
- "ta6Ref": "12.5a",
1537
- "title": "Septic tank",
1538
- "discriminator": {
1539
- "propertyName": "yesNo"
1540
- },
1541
- "oneOf": [
1542
- {
1543
- "properties": {
1544
- "yesNo": {
1545
- "enum": [
1546
- "No"
1547
- ]
1548
- }
1549
- }
1550
- },
1551
- {
1552
- "properties": {
1553
- "yesNo": {
1554
- "enum": [
1555
- "Yes"
1556
- ]
1557
- },
1558
- "dateReplaced": {
1559
- "ta6Ref": "12.5.1",
1560
- "title": "Date replaced or upgraded"
1561
- },
1562
- "dateLastEmptied": {
1563
- "ta6Ref": "12.7",
1564
- "title": "Date last emptied"
1565
- }
1566
- }
1509
+ "mainsFoulDrainage": {
1510
+ "ta6Ref": "12.4a",
1511
+ "title": "Mains foul drainage",
1512
+ "discriminator": {
1513
+ "propertyName": "yesNo"
1514
+ },
1515
+ "oneOf": [
1516
+ {
1517
+ "properties": {
1518
+ "yesNo": {
1519
+ "enum": [
1520
+ "Yes"
1521
+ ]
1567
1522
  }
1568
- ]
1523
+ }
1569
1524
  },
1570
- "cesspit": {
1571
- "ta6Ref": "12.5b",
1572
- "title": "Cesspit",
1573
- "discriminator": {
1574
- "propertyName": "yesNo"
1575
- },
1576
- "oneOf": [
1577
- {
1578
- "properties": {
1579
- "yesNo": {
1580
- "enum": [
1581
- "No"
1582
- ]
1583
- }
1584
- }
1585
- },
1586
- {
1587
- "properties": {
1588
- "yesNo": {
1589
- "enum": [
1590
- "Yes"
1591
- ]
1592
- }
1593
- }
1525
+ {
1526
+ "properties": {
1527
+ "yesNo": {
1528
+ "enum": [
1529
+ "To be connected"
1530
+ ]
1594
1531
  }
1595
- ]
1532
+ }
1596
1533
  },
1597
- "sewerageTreatmentPlant": {
1598
- "ta6Ref": "12.5a",
1599
- "title": "Sewerage treatment plant",
1600
- "discriminator": {
1601
- "propertyName": "yesNo"
1602
- },
1603
- "oneOf": [
1604
- {
1605
- "properties": {
1606
- "yesNo": {
1607
- "enum": [
1608
- "No"
1609
- ]
1610
- }
1611
- }
1534
+ {
1535
+ "properties": {
1536
+ "yesNo": {
1537
+ "enum": [
1538
+ "No"
1539
+ ]
1612
1540
  },
1613
- {
1614
- "properties": {
1615
- "yesNo": {
1616
- "enum": [
1617
- "Yes"
1618
- ]
1619
- },
1620
- "dateInstalled": {
1621
- "ta6Ref": "12.9",
1622
- "title": "Date installed"
1541
+ "septicTank": {
1542
+ "ta6Ref": "12.5a",
1543
+ "title": "Septic tank",
1544
+ "discriminator": {
1545
+ "propertyName": "yesNo"
1546
+ },
1547
+ "oneOf": [
1548
+ {
1549
+ "properties": {
1550
+ "yesNo": {
1551
+ "enum": [
1552
+ "No"
1553
+ ]
1554
+ }
1555
+ }
1623
1556
  },
1624
- "dateLastServiced": {
1625
- "ta6Ref": "12.8",
1626
- "title": "Date last serviced"
1557
+ {
1558
+ "properties": {
1559
+ "yesNo": {
1560
+ "enum": [
1561
+ "Yes"
1562
+ ]
1563
+ },
1564
+ "dateReplaced": {
1565
+ "ta6Ref": "12.5.1",
1566
+ "title": "Date replaced or upgraded"
1567
+ },
1568
+ "dateLastEmptied": {
1569
+ "ta6Ref": "12.7",
1570
+ "title": "Date last emptied"
1571
+ }
1572
+ }
1627
1573
  }
1628
- }
1629
- }
1630
- ]
1631
- },
1632
- "otherConnectedProperties": {
1633
- "ta6Ref": "12.6",
1634
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
1635
- "discriminator": {
1636
- "propertyName": "yesNo"
1637
- },
1638
- "oneOf": [
1639
- {
1640
- "properties": {
1641
- "yesNo": {
1642
- "enum": [
1643
- "No"
1644
- ]
1574
+ ]
1575
+ },
1576
+ "cesspit": {
1577
+ "ta6Ref": "12.5b",
1578
+ "title": "Cesspit",
1579
+ "discriminator": {
1580
+ "propertyName": "yesNo"
1581
+ },
1582
+ "oneOf": [
1583
+ {
1584
+ "properties": {
1585
+ "yesNo": {
1586
+ "enum": [
1587
+ "No"
1588
+ ]
1589
+ }
1590
+ }
1591
+ },
1592
+ {
1593
+ "properties": {
1594
+ "yesNo": {
1595
+ "enum": [
1596
+ "Yes"
1597
+ ]
1598
+ }
1599
+ }
1645
1600
  }
1646
- }
1601
+ ]
1647
1602
  },
1648
- {
1649
- "properties": {
1650
- "yesNo": {
1651
- "enum": [
1652
- "Yes"
1653
- ]
1603
+ "sewerageTreatmentPlant": {
1604
+ "ta6Ref": "12.5a",
1605
+ "title": "Sewerage treatment plant",
1606
+ "discriminator": {
1607
+ "propertyName": "yesNo"
1608
+ },
1609
+ "oneOf": [
1610
+ {
1611
+ "properties": {
1612
+ "yesNo": {
1613
+ "enum": [
1614
+ "No"
1615
+ ]
1616
+ }
1617
+ }
1654
1618
  },
1655
- "numberOfPropertiesSharing": {
1656
- "ta6Ref": "A7.1.1.2",
1657
- "title": "How many other properties?"
1619
+ {
1620
+ "properties": {
1621
+ "yesNo": {
1622
+ "enum": [
1623
+ "Yes"
1624
+ ]
1625
+ },
1626
+ "dateInstalled": {
1627
+ "ta6Ref": "12.9",
1628
+ "title": "Date installed"
1629
+ },
1630
+ "dateLastServiced": {
1631
+ "ta6Ref": "12.8",
1632
+ "title": "Date last serviced"
1633
+ }
1634
+ }
1658
1635
  }
1659
- }
1660
- }
1661
- ]
1662
- },
1663
- "plantOnOtherLand": {
1664
- "ta6Ref": "12.10",
1665
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
1666
- "discriminator": {
1667
- "propertyName": "yesNo"
1668
- },
1669
- "oneOf": [
1670
- {
1671
- "properties": {
1672
- "yesNo": {
1673
- "enum": [
1674
- "No"
1675
- ]
1636
+ ]
1637
+ },
1638
+ "otherConnectedProperties": {
1639
+ "ta6Ref": "12.6",
1640
+ "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
1641
+ "discriminator": {
1642
+ "propertyName": "yesNo"
1643
+ },
1644
+ "oneOf": [
1645
+ {
1646
+ "properties": {
1647
+ "yesNo": {
1648
+ "enum": [
1649
+ "No"
1650
+ ]
1651
+ }
1652
+ }
1653
+ },
1654
+ {
1655
+ "properties": {
1656
+ "yesNo": {
1657
+ "enum": [
1658
+ "Yes"
1659
+ ]
1660
+ },
1661
+ "numberOfPropertiesSharing": {
1662
+ "ta6Ref": "A7.1.1.2",
1663
+ "title": "How many other properties?"
1664
+ }
1665
+ }
1676
1666
  }
1677
- }
1667
+ ]
1678
1668
  },
1679
- {
1680
- "properties": {
1681
- "yesNo": {
1682
- "enum": [
1683
- "Yes"
1684
- ]
1669
+ "plantOnOtherLand": {
1670
+ "ta6Ref": "12.10",
1671
+ "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
1672
+ "discriminator": {
1673
+ "propertyName": "yesNo"
1674
+ },
1675
+ "oneOf": [
1676
+ {
1677
+ "properties": {
1678
+ "yesNo": {
1679
+ "enum": [
1680
+ "No"
1681
+ ]
1682
+ }
1683
+ }
1685
1684
  },
1686
- "attachments": {
1687
- "ta6Ref": "12.10.1",
1688
- "title": "Please supply a plan showing the location of the system and how access is obtained.",
1689
- "enum": [
1690
- "Attached",
1691
- "To follow"
1692
- ]
1685
+ {
1686
+ "properties": {
1687
+ "yesNo": {
1688
+ "enum": [
1689
+ "Yes"
1690
+ ]
1691
+ },
1692
+ "attachments": {
1693
+ "ta6Ref": "12.10.1",
1694
+ "title": "Please supply a plan showing the location of the system and how access is obtained.",
1695
+ "enum": [
1696
+ "Attached",
1697
+ "To follow"
1698
+ ]
1699
+ }
1700
+ }
1693
1701
  }
1694
- }
1702
+ ]
1695
1703
  }
1696
- ]
1704
+ }
1697
1705
  }
1698
- }
1706
+ ]
1699
1707
  }
1700
- ]
1708
+ }
1701
1709
  }
1702
1710
  }
1703
1711
  },
@@ -2201,23 +2209,43 @@
2201
2209
  "properties": {
2202
2210
  "groundWater": {
2203
2211
  "ta6Ref": "7.2a",
2204
- "title": "Ground water"
2212
+ "title": "Ground water",
2213
+ "enum": [
2214
+ "Yes",
2215
+ "No"
2216
+ ]
2205
2217
  },
2206
2218
  "sewer": {
2207
2219
  "ta6Ref": "7.2b",
2208
- "title": "Sewer"
2220
+ "title": "Sewer",
2221
+ "enum": [
2222
+ "Yes",
2223
+ "No"
2224
+ ]
2209
2225
  },
2210
2226
  "surfaceWater": {
2211
2227
  "ta6Ref": "7.2c",
2212
- "title": "Surface water"
2228
+ "title": "Surface water",
2229
+ "enum": [
2230
+ "Yes",
2231
+ "No"
2232
+ ]
2213
2233
  },
2214
2234
  "coastal": {
2215
2235
  "ta6Ref": "7.2d",
2216
- "title": "Coastal flooding"
2236
+ "title": "Coastal flooding",
2237
+ "enum": [
2238
+ "Yes",
2239
+ "No"
2240
+ ]
2217
2241
  },
2218
2242
  "river": {
2219
2243
  "ta6Ref": "7.2e",
2220
- "title": "River flooding"
2244
+ "title": "River flooding",
2245
+ "enum": [
2246
+ "Yes",
2247
+ "No"
2248
+ ]
2221
2249
  }
2222
2250
  }
2223
2251
  }