@pdtf/schemas 3.4.0-3 → 3.4.0-4
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
|
@@ -444,7 +444,8 @@
|
|
|
444
444
|
"listingAndConservation",
|
|
445
445
|
"rightsAndInformalArrangements",
|
|
446
446
|
"environmentalIssues",
|
|
447
|
-
"notices"
|
|
447
|
+
"notices",
|
|
448
|
+
"specialistIssues"
|
|
448
449
|
],
|
|
449
450
|
"ntslRequired": [
|
|
450
451
|
"lettingInformation",
|
|
@@ -460,8 +461,7 @@
|
|
|
460
461
|
"listingAndConservation",
|
|
461
462
|
"rightsAndInformalArrangements",
|
|
462
463
|
"environmentalIssues",
|
|
463
|
-
"notices"
|
|
464
|
-
"specialistIssues"
|
|
464
|
+
"notices"
|
|
465
465
|
],
|
|
466
466
|
"ntsl2Required": [
|
|
467
467
|
"lettingInformation",
|
|
@@ -13095,6 +13095,8 @@
|
|
|
13095
13095
|
"baspi4Ref": "A5.3.2",
|
|
13096
13096
|
"baspi5Ref": "A5.3.2",
|
|
13097
13097
|
"ta6Ref": "7.8.2",
|
|
13098
|
+
"nts2Ref": "A5.3.2",
|
|
13099
|
+
"ntsl2Ref": "A5.3.2",
|
|
13098
13100
|
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
13099
13101
|
"type": "string",
|
|
13100
13102
|
"enum": ["Yes", "No", "Not known"]
|
|
@@ -13110,6 +13112,8 @@
|
|
|
13110
13112
|
},
|
|
13111
13113
|
"baspi4Required": ["managementPlanInPlace"],
|
|
13112
13114
|
"baspi5Required": ["managementPlanInPlace"],
|
|
13115
|
+
"nts2Required": ["managementPlanInPlace"],
|
|
13116
|
+
"ntsl2Required": ["managementPlanInPlace"],
|
|
13113
13117
|
"ta6Required": ["managementPlanInPlace", "attachments"]
|
|
13114
13118
|
}
|
|
13115
13119
|
],
|
|
@@ -20781,7 +20785,14 @@
|
|
|
20781
20785
|
"piqRef": "A7.5.1",
|
|
20782
20786
|
"title": "When was the heating system last serviced or maintained?",
|
|
20783
20787
|
"type": "string",
|
|
20784
|
-
"
|
|
20788
|
+
"oneOf": [
|
|
20789
|
+
{
|
|
20790
|
+
"format": "date"
|
|
20791
|
+
},
|
|
20792
|
+
{
|
|
20793
|
+
"enum": ["Not known"]
|
|
20794
|
+
}
|
|
20795
|
+
]
|
|
20785
20796
|
},
|
|
20786
20797
|
"heatingLastServicedReport": {
|
|
20787
20798
|
"baspi4Ref": "A7.4.2.2",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"listingAndConservation",
|
|
23
23
|
"rightsAndInformalArrangements",
|
|
24
24
|
"environmentalIssues",
|
|
25
|
-
"notices"
|
|
25
|
+
"notices",
|
|
26
|
+
"specialistIssues"
|
|
26
27
|
],
|
|
27
28
|
"properties": {
|
|
28
29
|
"priceInformation": {
|
|
@@ -1492,8 +1493,14 @@
|
|
|
1492
1493
|
"enum": [
|
|
1493
1494
|
"Yes"
|
|
1494
1495
|
]
|
|
1496
|
+
},
|
|
1497
|
+
"managementPlanInPlace": {
|
|
1498
|
+
"nts2Ref": "A5.3.2"
|
|
1495
1499
|
}
|
|
1496
|
-
}
|
|
1500
|
+
},
|
|
1501
|
+
"required": [
|
|
1502
|
+
"managementPlanInPlace"
|
|
1503
|
+
]
|
|
1497
1504
|
}
|
|
1498
1505
|
],
|
|
1499
1506
|
"required": [
|
|
@@ -17091,7 +17091,16 @@
|
|
|
17091
17091
|
"heatingLastServicedDate": {
|
|
17092
17092
|
"title": "When was the heating system last serviced or maintained?",
|
|
17093
17093
|
"type": "string",
|
|
17094
|
-
"
|
|
17094
|
+
"oneOf": [
|
|
17095
|
+
{
|
|
17096
|
+
"format": "date"
|
|
17097
|
+
},
|
|
17098
|
+
{
|
|
17099
|
+
"enum": [
|
|
17100
|
+
"Not known"
|
|
17101
|
+
]
|
|
17102
|
+
}
|
|
17103
|
+
]
|
|
17095
17104
|
},
|
|
17096
17105
|
"heatingLastServicedReport": {
|
|
17097
17106
|
"title": "Please provide a copy of the service or maintenance works report.",
|