@pdtf/schemas 3.4.0-1 → 3.4.0-11
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/index.js +2 -1
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +2 -2
- package/src/schemas/v3/combined.json +275 -182
- package/src/schemas/v3/overlays/baspi4.json +1 -6
- package/src/schemas/v3/overlays/baspi5.json +3 -7
- package/src/schemas/v3/overlays/nts.json +5 -4
- package/src/schemas/v3/overlays/nts2.json +196 -48
- package/src/schemas/v3/overlays/ntsl.json +4 -2
- package/src/schemas/v3/overlays/ntsl2.json +189 -10
- package/src/schemas/v3/overlays/ta10.json +124 -134
- package/src/schemas/v3/overlays/ta6.json +3 -1
- package/src/schemas/v3/pdtf-transaction.json +6209 -1701
- package/src/schemas/v3/skeleton.json +8 -1
- package/src/tests/v3/transactionSchema.test.js +36 -0
|
@@ -1789,6 +1789,7 @@
|
|
|
1789
1789
|
}
|
|
1790
1790
|
},
|
|
1791
1791
|
"drainage": {
|
|
1792
|
+
"ta6Ref": "12.4",
|
|
1792
1793
|
"required": [
|
|
1793
1794
|
"mainsSurfaceWaterDrainage",
|
|
1794
1795
|
"mainsFoulDrainage"
|
|
@@ -3172,7 +3173,8 @@
|
|
|
3172
3173
|
],
|
|
3173
3174
|
"properties": {
|
|
3174
3175
|
"hasBeenFlooded": {
|
|
3175
|
-
"ta6Ref": "7.1.1"
|
|
3176
|
+
"ta6Ref": "7.1.1",
|
|
3177
|
+
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?"
|
|
3176
3178
|
}
|
|
3177
3179
|
}
|
|
3178
3180
|
}
|