@pdtf/schemas 3.0.0-1 → 3.0.0-3
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
|
@@ -183,7 +183,21 @@
|
|
|
183
183
|
"environmentalIssues",
|
|
184
184
|
"additionalInformation"
|
|
185
185
|
],
|
|
186
|
-
"ntsRequired": [
|
|
186
|
+
"ntsRequired": [
|
|
187
|
+
"ownership",
|
|
188
|
+
"councilTax",
|
|
189
|
+
"energyEfficiency",
|
|
190
|
+
"propertyType",
|
|
191
|
+
"typeOfConstruction",
|
|
192
|
+
"connectedUtilities",
|
|
193
|
+
"waterAndDrainage",
|
|
194
|
+
"heating",
|
|
195
|
+
"parking",
|
|
196
|
+
"listingAndConservation",
|
|
197
|
+
"rightsAndInformalArrangements",
|
|
198
|
+
"environmentalIssues",
|
|
199
|
+
"notices"
|
|
200
|
+
],
|
|
187
201
|
"properties": {
|
|
188
202
|
"address": {
|
|
189
203
|
"baspiRef": "A1.1",
|
|
@@ -18638,6 +18652,7 @@
|
|
|
18638
18652
|
"type": "object",
|
|
18639
18653
|
"baspiRequired": ["water", "drainage", "maintenanceAgreements"],
|
|
18640
18654
|
"ta6Required": ["water", "drainage"],
|
|
18655
|
+
"ntsRequired": ["water", "drainage"],
|
|
18641
18656
|
"con29DWRequired": ["maps", "water", "drainage", "charging"],
|
|
18642
18657
|
"properties": {
|
|
18643
18658
|
"maps": {
|
|
@@ -18671,6 +18686,7 @@
|
|
|
18671
18686
|
"title": "Water",
|
|
18672
18687
|
"type": "object",
|
|
18673
18688
|
"baspiRequired": ["mainsWater"],
|
|
18689
|
+
"ntsRequired": ["mainsWater"],
|
|
18674
18690
|
"ta6Required": ["mainsWater"],
|
|
18675
18691
|
"con29DWRequired": [
|
|
18676
18692
|
"mainsWater",
|
|
@@ -18960,7 +18976,8 @@
|
|
|
18960
18976
|
"type": "string",
|
|
18961
18977
|
"title": "",
|
|
18962
18978
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
18963
|
-
"con29DWEnum": ["Yes", "No"]
|
|
18979
|
+
"con29DWEnum": ["Yes", "No"],
|
|
18980
|
+
"ntsEnum": ["Yes", "No"]
|
|
18964
18981
|
}
|
|
18965
18982
|
},
|
|
18966
18983
|
"baspiRequired": ["yesNo"],
|
|
@@ -20802,6 +20819,7 @@
|
|
|
20802
20819
|
"accessRestrictionAttempts",
|
|
20803
20820
|
"rightsOrArrangements"
|
|
20804
20821
|
],
|
|
20822
|
+
"ntsRequired": ["rightsOrArrangements"],
|
|
20805
20823
|
"ta6Required": [
|
|
20806
20824
|
"sharedContributions",
|
|
20807
20825
|
"neighbouringLandRights",
|
|
@@ -16,7 +16,17 @@
|
|
|
16
16
|
"required": [
|
|
17
17
|
"ownership",
|
|
18
18
|
"councilTax",
|
|
19
|
-
"energyEfficiency"
|
|
19
|
+
"energyEfficiency",
|
|
20
|
+
"propertyType",
|
|
21
|
+
"typeOfConstruction",
|
|
22
|
+
"connectedUtilities",
|
|
23
|
+
"waterAndDrainage",
|
|
24
|
+
"heating",
|
|
25
|
+
"parking",
|
|
26
|
+
"listingAndConservation",
|
|
27
|
+
"rightsAndInformalArrangements",
|
|
28
|
+
"environmentalIssues",
|
|
29
|
+
"notices"
|
|
20
30
|
],
|
|
21
31
|
"properties": {
|
|
22
32
|
"priceInformation": {
|
|
@@ -1081,10 +1091,17 @@
|
|
|
1081
1091
|
"ntsRef": "A3.2",
|
|
1082
1092
|
"title": "Water and Drainage",
|
|
1083
1093
|
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
1094
|
+
"required": [
|
|
1095
|
+
"water",
|
|
1096
|
+
"drainage"
|
|
1097
|
+
],
|
|
1084
1098
|
"properties": {
|
|
1085
1099
|
"water": {
|
|
1086
1100
|
"ntsRef": "A3.2",
|
|
1087
1101
|
"title": "Water",
|
|
1102
|
+
"required": [
|
|
1103
|
+
"mainsWater"
|
|
1104
|
+
],
|
|
1088
1105
|
"properties": {
|
|
1089
1106
|
"mainsWater": {
|
|
1090
1107
|
"ntsRef": "A3.2",
|
|
@@ -1204,9 +1221,7 @@
|
|
|
1204
1221
|
"ntsRef": "A3.3.1.1",
|
|
1205
1222
|
"enum": [
|
|
1206
1223
|
"Yes",
|
|
1207
|
-
"
|
|
1208
|
-
"No",
|
|
1209
|
-
"Not known"
|
|
1224
|
+
"No"
|
|
1210
1225
|
]
|
|
1211
1226
|
}
|
|
1212
1227
|
}
|
|
@@ -1558,6 +1573,9 @@
|
|
|
1558
1573
|
"rightsAndInformalArrangements": {
|
|
1559
1574
|
"ntsRef": "C2.2",
|
|
1560
1575
|
"title": "Rights and Informal Arrangements",
|
|
1576
|
+
"required": [
|
|
1577
|
+
"rightsOrArrangements"
|
|
1578
|
+
],
|
|
1561
1579
|
"properties": {
|
|
1562
1580
|
"rightsOrArrangements": {
|
|
1563
1581
|
"ntsRef": "C2.2.1",
|