@pdtf/schemas 2.0.0-6 → 2.0.0-7
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 +1 -1
- package/src/schemas/v2/combined.json +2073 -7095
- package/src/schemas/v2/overlays/baspi.json +52 -16
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/rds.json +1 -6
- package/src/schemas/v2/overlays/ta6.json +1 -6
- package/src/schemas/v2/overlays/ta7.json +7 -7
- package/src/schemas/v2/pdtf-transaction.json +29 -35
- package/src/tests/v2/transactionSchema.test.js +3 -1
|
@@ -110,7 +110,9 @@ test("correctly gets a subschema through a dependency", () => {
|
|
|
110
110
|
"/propertyPack/materialFacts/delayFactors/hasDelayFactors/details",
|
|
111
111
|
schemaId
|
|
112
112
|
);
|
|
113
|
-
expect(subschema.title).toBe(
|
|
113
|
+
expect(subschema.title).toBe(
|
|
114
|
+
"Provide details and likely timescale for delay (if known)"
|
|
115
|
+
);
|
|
114
116
|
});
|
|
115
117
|
|
|
116
118
|
test("correctly gets another subschema through a dependency", () => {
|