@pdtf/schemas 3.6.0-9 → 3.6.0-dev.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.
- package/CLAUDE.md +101 -0
- package/README.md +57 -33
- package/docs/branch-release-workflow.md +138 -0
- package/docs/sef25-extensions-ui-spec.md +355 -0
- package/index.js +131 -75
- package/package.json +6 -2
- package/pensive-tesla-d0d355/CLAUDE.md +101 -0
- package/pensive-tesla-d0d355/LICENSE +21 -0
- package/pensive-tesla-d0d355/README.md +435 -0
- package/pensive-tesla-d0d355/docs/branch-release-workflow.md +138 -0
- package/pensive-tesla-d0d355/docs/sef25-extensions-ui-spec.md +355 -0
- package/pensive-tesla-d0d355/index.js +654 -0
- package/pensive-tesla-d0d355/package-lock.json +7297 -0
- package/pensive-tesla-d0d355/package.json +44 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleTransaction.json +878 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleVouch.json +25 -0
- package/pensive-tesla-d0d355/src/examples/v2/exampleTransaction.json +901 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleTransaction.json +1038 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleVouch.json +32 -0
- package/pensive-tesla-d0d355/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/pensive-tesla-d0d355/src/mappings/adf.js +198 -0
- package/pensive-tesla-d0d355/src/schemas/v1/GeoJSON.json +1279 -0
- package/pensive-tesla-d0d355/src/schemas/v1/baspiNotes.html +102 -0
- package/pensive-tesla-d0d355/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/pensive-tesla-d0d355/src/schemas/v1/freehold-information.json +2051 -0
- package/pensive-tesla-d0d355/src/schemas/v1/leasehold-information.json +2064 -0
- package/pensive-tesla-d0d355/src/schemas/v1/legal-information.json +1045 -0
- package/pensive-tesla-d0d355/src/schemas/v1/material-facts.json +2109 -0
- package/pensive-tesla-d0d355/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/pensive-tesla-d0d355/src/schemas/v1/pdtf-transaction.json +191 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches.json +237 -0
- package/pensive-tesla-d0d355/src/schemas/v1/title-deed.json +841 -0
- package/pensive-tesla-d0d355/src/schemas/v2/baspiNotes.html +102 -0
- package/pensive-tesla-d0d355/src/schemas/v2/combined.json +37731 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/baspi.json +8132 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/con29DW.json +705 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/con29R.json +2956 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/fme1.json +1259 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/llc1.json +25 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/nts.json +326 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/oc1.json +2799 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/piq.json +3419 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/rds.json +3736 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta10.json +5306 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta6.json +4533 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta7.json +1045 -0
- package/pensive-tesla-d0d355/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/pensive-tesla-d0d355/src/schemas/v2/skeleton.json +3973 -0
- package/pensive-tesla-d0d355/src/schemas/v3/combined.json +48469 -0
- package/pensive-tesla-d0d355/src/schemas/v3/compactSkeleton.txt +4519 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/README.md +299 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/baspi4.json +8025 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/baspi5.json +8175 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/con29DW.json +716 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/con29R.json +2981 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ac.json +333 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ic.json +59 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/lc.json +75 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/mi.json +69 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/pc.json +37 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ph.json +194 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sc.json +129 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ta.json +252 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/wg.json +350 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/fme1.json +1266 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/llc1.json +25 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/nts.json +2157 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/nts2.json +2742 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ntsl.json +1813 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ntsl2.json +2217 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/oc1.json +2817 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/piq.json +3322 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/rds.json +3665 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/sef25.json +1639 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/sr24.json +38 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta10.json +4654 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta6.json +4568 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta6ed6.json +6534 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta7.json +1537 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/pensive-tesla-d0d355/src/schemas/v3/pdtf-transaction.json +41573 -0
- package/pensive-tesla-d0d355/src/schemas/v3/skeleton.json +5767 -0
- package/pensive-tesla-d0d355/src/schemas/verifiedClaims/README.md +21 -0
- package/pensive-tesla-d0d355/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/pensive-tesla-d0d355/src/utils/compactSkeleton.js +84 -0
- package/pensive-tesla-d0d355/src/utils/countTokens.js +67 -0
- package/pensive-tesla-d0d355/src/utils/extractExtensionOverlays.js +624 -0
- package/pensive-tesla-d0d355/src/utils/extractOverlay.js +381 -0
- package/pensive-tesla-d0d355/src/utils/extractProperties.js +44 -0
- package/pensive-tesla-d0d355/src/utils/listPathTitles.js +36 -0
- package/pensive-tesla-d0d355/src/utils/minimalSkeleton.js +85 -0
- package/pensive-tesla-d0d355/src/utils/pathList.csv +903 -0
- package/pensive-tesla-d0d355/src/utils/pathSkeleton.js +181 -0
- package/src/examples/v3/exampleTransaction.json +3 -3
- package/src/schemas/v3/combined.json +8047 -1982
- package/src/schemas/v3/compactSkeleton.txt +379 -5
- package/src/schemas/v3/overlays/baspi4.json +164 -21
- package/src/schemas/v3/overlays/baspi5.json +169 -23
- package/src/schemas/v3/overlays/extensions/ac.json +333 -0
- package/src/schemas/v3/overlays/extensions/as.json +4 -2
- package/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/src/schemas/v3/overlays/extensions/dr.json +9 -9
- package/src/schemas/v3/overlays/extensions/er.json +4 -2
- package/src/schemas/v3/overlays/extensions/fd.json +6 -3
- package/src/schemas/v3/overlays/extensions/hi.json +6 -3
- package/src/schemas/v3/overlays/extensions/hs.json +4 -2
- package/src/schemas/v3/overlays/extensions/ic.json +59 -0
- package/src/schemas/v3/overlays/extensions/jk.json +28 -8
- package/src/schemas/v3/overlays/extensions/la.json +4 -2
- package/src/schemas/v3/overlays/extensions/lc.json +75 -0
- package/src/schemas/v3/overlays/extensions/ma.json +6 -3
- package/src/schemas/v3/overlays/extensions/mc.json +4 -2
- package/src/schemas/v3/overlays/extensions/mi.json +69 -0
- package/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/src/schemas/v3/overlays/extensions/oa.json +4 -2
- package/src/schemas/v3/overlays/extensions/oc.json +4 -2
- package/src/schemas/v3/overlays/extensions/pc.json +37 -0
- package/src/schemas/v3/overlays/extensions/ph.json +194 -0
- package/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/src/schemas/v3/overlays/extensions/sb.json +4 -2
- package/src/schemas/v3/overlays/extensions/sc.json +129 -0
- package/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/src/schemas/v3/overlays/extensions/sf.json +4 -2
- package/src/schemas/v3/overlays/extensions/sl.json +4 -2
- package/src/schemas/v3/overlays/extensions/ta.json +204 -0
- package/src/schemas/v3/overlays/extensions/tf.json +6 -3
- package/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/src/schemas/v3/overlays/extensions/wg.json +350 -0
- package/src/schemas/v3/overlays/fme1.json +16 -14
- package/src/schemas/v3/overlays/lpe1.json +60 -30
- package/src/schemas/v3/overlays/nts.json +68 -1
- package/src/schemas/v3/overlays/nts2.json +68 -4
- package/src/schemas/v3/overlays/ntsl.json +68 -1
- package/src/schemas/v3/overlays/ntsl2.json +68 -4
- package/src/schemas/v3/overlays/piq.json +39 -4
- package/src/schemas/v3/overlays/rds.json +117 -8
- package/src/schemas/v3/overlays/sef25.json +1639 -0
- package/src/schemas/v3/overlays/ta6.json +46 -16
- package/src/schemas/v3/overlays/ta6ed6.json +6534 -0
- package/src/schemas/v3/overlays/ta7.json +70 -6
- package/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/src/schemas/v3/pdtf-transaction.json +4565 -1021
- package/src/schemas/v3/skeleton.json +510 -38
- package/src/utils/extractExtensionOverlays.js +293 -31
- package/src/utils/extractOverlay.js +94 -27
- package/src/utils/pathSkeleton.js +1 -1
- package/.claude/settings.local.json +0 -42
- package/.github/workflows/pages.yml +0 -50
- package/CNAME +0 -1
- package/_config.yml +0 -1
- package/src/tests/v3/caching.test.js +0 -591
- package/src/tests/v3/enquiries.test.js +0 -1096
- package/src/tests/v3/extensionOverlays.test.js +0 -525
- package/src/tests/v3/offers.test.js +0 -823
- package/src/tests/v3/patternProperties.test.js +0 -688
- package/src/tests/v3/transactionSchema.test.js +0 -615
- package/src/tests/v3/verifiedClaimsValidator.test.js +0 -195
|
@@ -1405,6 +1405,7 @@
|
|
|
1405
1405
|
}
|
|
1406
1406
|
},
|
|
1407
1407
|
"specialistIssues": {
|
|
1408
|
+
"ta6Ref": "7.8",
|
|
1408
1409
|
"required": [
|
|
1409
1410
|
"japaneseKnotweed"
|
|
1410
1411
|
],
|
|
@@ -1434,24 +1435,33 @@
|
|
|
1434
1435
|
},
|
|
1435
1436
|
"managementPlanInPlace": {
|
|
1436
1437
|
"ta6Ref": "7.8.2"
|
|
1437
|
-
},
|
|
1438
|
-
"attachments": {
|
|
1439
|
-
"ta6Ref": "7.8.3"
|
|
1440
1438
|
}
|
|
1441
1439
|
},
|
|
1442
1440
|
"required": [
|
|
1443
|
-
"managementPlanInPlace"
|
|
1444
|
-
|
|
1441
|
+
"managementPlanInPlace"
|
|
1442
|
+
],
|
|
1443
|
+
"oneOf": [
|
|
1444
|
+
null,
|
|
1445
|
+
{
|
|
1446
|
+
"required": [
|
|
1447
|
+
"attachments"
|
|
1448
|
+
],
|
|
1449
|
+
"properties": {
|
|
1450
|
+
"attachments": {
|
|
1451
|
+
"ta6Ref": "7.8.3"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1445
1455
|
]
|
|
1446
1456
|
}
|
|
1447
1457
|
],
|
|
1448
1458
|
"required": [
|
|
1449
1459
|
"yesNo"
|
|
1450
1460
|
],
|
|
1451
|
-
"title": "Is the property affected by Japanese knotweed?",
|
|
1452
1461
|
"properties": {
|
|
1453
1462
|
"yesNo": {
|
|
1454
|
-
"ta6Ref": "7.8.1"
|
|
1463
|
+
"ta6Ref": "7.8.1",
|
|
1464
|
+
"title": "Is the property affected by Japanese knotweed?"
|
|
1455
1465
|
}
|
|
1456
1466
|
}
|
|
1457
1467
|
}
|
|
@@ -2052,7 +2062,10 @@
|
|
|
2052
2062
|
}
|
|
2053
2063
|
}
|
|
2054
2064
|
}
|
|
2055
|
-
}
|
|
2065
|
+
},
|
|
2066
|
+
"required": [
|
|
2067
|
+
"offMainsDrainageSystem"
|
|
2068
|
+
]
|
|
2056
2069
|
}
|
|
2057
2070
|
],
|
|
2058
2071
|
"required": [
|
|
@@ -2270,7 +2283,11 @@
|
|
|
2270
2283
|
],
|
|
2271
2284
|
"properties": {
|
|
2272
2285
|
"yesNo": {
|
|
2273
|
-
"ta6Ref": "12.3c1"
|
|
2286
|
+
"ta6Ref": "12.3c1",
|
|
2287
|
+
"enum": [
|
|
2288
|
+
"Yes",
|
|
2289
|
+
"No"
|
|
2290
|
+
]
|
|
2274
2291
|
}
|
|
2275
2292
|
}
|
|
2276
2293
|
}
|
|
@@ -3234,7 +3251,8 @@
|
|
|
3234
3251
|
"properties": {
|
|
3235
3252
|
"yesNo": {
|
|
3236
3253
|
"enum": [
|
|
3237
|
-
"No"
|
|
3254
|
+
"No",
|
|
3255
|
+
"Not known"
|
|
3238
3256
|
]
|
|
3239
3257
|
}
|
|
3240
3258
|
}
|
|
@@ -3264,7 +3282,11 @@
|
|
|
3264
3282
|
],
|
|
3265
3283
|
"properties": {
|
|
3266
3284
|
"yesNo": {
|
|
3267
|
-
"ta6Ref": "7.4.1"
|
|
3285
|
+
"ta6Ref": "7.4.1",
|
|
3286
|
+
"enum": [
|
|
3287
|
+
"Yes",
|
|
3288
|
+
"No"
|
|
3289
|
+
]
|
|
3268
3290
|
}
|
|
3269
3291
|
}
|
|
3270
3292
|
},
|
|
@@ -3451,7 +3473,7 @@
|
|
|
3451
3473
|
"required": [
|
|
3452
3474
|
"yesNo"
|
|
3453
3475
|
],
|
|
3454
|
-
"title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller
|
|
3476
|
+
"title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller's period of ownership if longer?",
|
|
3455
3477
|
"properties": {
|
|
3456
3478
|
"yesNo": {
|
|
3457
3479
|
"ta6Ref": "1.3.1"
|
|
@@ -3493,7 +3515,7 @@
|
|
|
3493
3515
|
"required": [
|
|
3494
3516
|
"yesNo"
|
|
3495
3517
|
],
|
|
3496
|
-
"title": "During the seller
|
|
3518
|
+
"title": "During the seller's ownership, has any adjacent land or property been purchased by the seller?",
|
|
3497
3519
|
"properties": {
|
|
3498
3520
|
"yesNo": {
|
|
3499
3521
|
"ta6Ref": "1.4.1"
|
|
@@ -3587,7 +3609,7 @@
|
|
|
3587
3609
|
"required": [
|
|
3588
3610
|
"yesNo"
|
|
3589
3611
|
],
|
|
3590
|
-
"title": "Do any drains, pipes or wires serving the property cross any neighbour
|
|
3612
|
+
"title": "Do any drains, pipes or wires serving the property cross any neighbour's property?",
|
|
3591
3613
|
"properties": {
|
|
3592
3614
|
"yesNo": {
|
|
3593
3615
|
"ta6Ref": "8.7.1"
|
|
@@ -3715,7 +3737,11 @@
|
|
|
3715
3737
|
"ta6Ref": "12.1.2"
|
|
3716
3738
|
},
|
|
3717
3739
|
"attachments": {
|
|
3718
|
-
"ta6Ref": "12.1.3"
|
|
3740
|
+
"ta6Ref": "12.1.3",
|
|
3741
|
+
"enum": [
|
|
3742
|
+
"Attached",
|
|
3743
|
+
"To follow"
|
|
3744
|
+
]
|
|
3719
3745
|
}
|
|
3720
3746
|
},
|
|
3721
3747
|
"required": [
|
|
@@ -3767,7 +3793,11 @@
|
|
|
3767
3793
|
"ta6Ref": "12.2.2a.1"
|
|
3768
3794
|
},
|
|
3769
3795
|
"attachments": {
|
|
3770
|
-
"ta6Ref": "12.2.2a.2"
|
|
3796
|
+
"ta6Ref": "12.2.2a.2",
|
|
3797
|
+
"enum": [
|
|
3798
|
+
"Attached",
|
|
3799
|
+
"To follow"
|
|
3800
|
+
]
|
|
3771
3801
|
}
|
|
3772
3802
|
}
|
|
3773
3803
|
}
|