@pdtf/schemas 3.3.0 → 3.4.0-10
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 +1236 -485
- package/src/schemas/v3/overlays/baspi4.json +1 -6
- package/src/schemas/v3/overlays/baspi5.json +3 -7
- package/src/schemas/v3/overlays/lpe1.json +6 -1
- package/src/schemas/v3/overlays/nts.json +5 -4
- package/src/schemas/v3/overlays/{nts-sef.json → nts2.json} +744 -233
- package/src/schemas/v3/overlays/ntsl.json +4 -2
- package/src/schemas/v3/overlays/ntsl2.json +2144 -0
- 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 +360 -55
- package/src/schemas/v3/skeleton.json +38 -1
- package/src/tests/v3/transactionSchema.test.js +36 -0
- package/src/utils/extractOverlay.js +2 -1
|
@@ -77,7 +77,8 @@
|
|
|
77
77
|
"propertyType": {
|
|
78
78
|
"enum": [
|
|
79
79
|
"House",
|
|
80
|
-
"Bungalow"
|
|
80
|
+
"Bungalow",
|
|
81
|
+
"Park home"
|
|
81
82
|
]
|
|
82
83
|
}
|
|
83
84
|
}
|
|
@@ -1553,7 +1554,8 @@
|
|
|
1553
1554
|
]
|
|
1554
1555
|
},
|
|
1555
1556
|
"summary": {
|
|
1556
|
-
"ntslRef": "C3.1.1.2"
|
|
1557
|
+
"ntslRef": "C3.1.1.2",
|
|
1558
|
+
"title": "Please provide details"
|
|
1557
1559
|
}
|
|
1558
1560
|
},
|
|
1559
1561
|
"required": [
|