@pdtf/schemas 0.5.0 → 0.5.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.
|
@@ -2,14 +2,14 @@ import { dereference } from "@jdw/jst";
|
|
|
2
2
|
import Ajv from "ajv";
|
|
3
3
|
import addFormats from "ajv-formats";
|
|
4
4
|
|
|
5
|
-
import propertyPack from "./schemas/property-pack.json";
|
|
6
|
-
import baspiMaterialFacts from "./schemas/baspi-a-material-facts.json";
|
|
7
|
-
import baspiLegalInformation from "./schemas/baspi-b-legal-information.json";
|
|
8
|
-
import energyPerformanceCertificate from "./schemas/energy-performance-certificate.json";
|
|
9
|
-
import titleDeed from "./schemas/title-deed.json";
|
|
10
|
-
import geoJson from "./schemas/GeoJSON.json";
|
|
11
|
-
import pdtfClaim from "./schemas/pdtf-claim.json";
|
|
12
|
-
import verifiedClaim from "./schemas/verified_claims-12.json";
|
|
5
|
+
import propertyPack from "./src/schemas/property-pack.json";
|
|
6
|
+
import baspiMaterialFacts from "./src/schemas/baspi-a-material-facts.json";
|
|
7
|
+
import baspiLegalInformation from "./src/schemas/baspi-b-legal-information.json";
|
|
8
|
+
import energyPerformanceCertificate from "./src/schemas/energy-performance-certificate.json";
|
|
9
|
+
import titleDeed from "./src/schemas/title-deed.json";
|
|
10
|
+
import geoJson from "./src/schemas/GeoJSON.json";
|
|
11
|
+
import pdtfClaim from "./src/schemas/pdtf-claim.json";
|
|
12
|
+
import verifiedClaim from "./src/schemas/verified_claims-12.json";
|
|
13
13
|
|
|
14
14
|
const subSchemas = {
|
|
15
15
|
"https://homebuyingandsellinggroup.co.uk/schemas/baspi-a-material-facts.json":
|
package/package.json
CHANGED