@pdtf/schemas 3.6.0-dev.1 → 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/package.json +1 -1
- 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/schemas/v3/combined.json +323 -5
- package/src/schemas/v3/compactSkeleton.txt +63 -0
- package/src/schemas/v3/overlays/baspi4.json +2 -1
- package/src/schemas/v3/overlays/baspi5.json +2 -1
- package/src/schemas/v3/overlays/extensions/ta.json +0 -48
- package/src/schemas/v3/overlays/piq.json +2 -1
- package/src/schemas/v3/overlays/ta6ed6.json +2 -1
- package/src/schemas/v3/pdtf-transaction.json +336 -2
- package/src/schemas/v3/skeleton.json +68 -3
- package/docs/backend-lms-profile-filtering-spec.md +0 -180
|
@@ -198,7 +198,8 @@
|
|
|
198
198
|
"Mortgage Broker",
|
|
199
199
|
"Lender",
|
|
200
200
|
"Landlord",
|
|
201
|
-
"Tenant"
|
|
201
|
+
"Tenant",
|
|
202
|
+
"Platform Support"
|
|
202
203
|
]
|
|
203
204
|
},
|
|
204
205
|
"externalIds": {
|
|
@@ -392,7 +393,8 @@
|
|
|
392
393
|
"Mortgage Broker",
|
|
393
394
|
"Lender",
|
|
394
395
|
"Landlord",
|
|
395
|
-
"Tenant"
|
|
396
|
+
"Tenant",
|
|
397
|
+
"Platform Support"
|
|
396
398
|
]
|
|
397
399
|
}
|
|
398
400
|
}
|
|
@@ -638,6 +640,39 @@
|
|
|
638
640
|
}
|
|
639
641
|
}
|
|
640
642
|
},
|
|
643
|
+
"ruralUrbanClassification": {
|
|
644
|
+
"title": "ONS Rural Urban Classification (2021)",
|
|
645
|
+
"description": "The ONS 2021 Rural Urban Classification for the Output Area containing this property. Values follow the RUC21 categories: Urban (Nearer/Further to major town or city), Larger rural settlement (Nearer/Further), Smaller rural settlement (Nearer/Further).",
|
|
646
|
+
"type": "string"
|
|
647
|
+
},
|
|
648
|
+
"ruralUrbanCode": {
|
|
649
|
+
"title": "ONS Rural Urban Classification code (2021)",
|
|
650
|
+
"description": "The ONS 2021 Rural Urban Classification code (e.g. UN1, UN2, LR1, LR2, SR1, SR2).",
|
|
651
|
+
"type": "string",
|
|
652
|
+
"enum": [
|
|
653
|
+
"UN1",
|
|
654
|
+
"UN2",
|
|
655
|
+
"LR1",
|
|
656
|
+
"LR2",
|
|
657
|
+
"SR1",
|
|
658
|
+
"SR2"
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
|
+
"region": {
|
|
662
|
+
"title": "Government Office Region",
|
|
663
|
+
"description": "The Government Office Region for this property (e.g. East Midlands, London, South East). England and Wales only.",
|
|
664
|
+
"type": "string"
|
|
665
|
+
},
|
|
666
|
+
"parish": {
|
|
667
|
+
"title": "Civil parish",
|
|
668
|
+
"description": "The civil parish or community (Wales) for this property, if applicable.",
|
|
669
|
+
"type": "string"
|
|
670
|
+
},
|
|
671
|
+
"outputArea": {
|
|
672
|
+
"title": "Census Output Area code (2021)",
|
|
673
|
+
"description": "The ONS 2021 Census Output Area code for this property.",
|
|
674
|
+
"type": "string"
|
|
675
|
+
},
|
|
641
676
|
"googleStreetViewPOV": {
|
|
642
677
|
"title": "Street View to render street nearby property in Google Street View",
|
|
643
678
|
"type": "object",
|
|
@@ -921,6 +956,11 @@
|
|
|
921
956
|
"Yes",
|
|
922
957
|
"No"
|
|
923
958
|
]
|
|
959
|
+
},
|
|
960
|
+
"detailsAnalysis": {
|
|
961
|
+
"type": "object",
|
|
962
|
+
"additionalProperties": true,
|
|
963
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
924
964
|
}
|
|
925
965
|
},
|
|
926
966
|
"required": [
|
|
@@ -6230,6 +6270,11 @@
|
|
|
6230
6270
|
"Yes",
|
|
6231
6271
|
"No"
|
|
6232
6272
|
]
|
|
6273
|
+
},
|
|
6274
|
+
"detailsAnalysis": {
|
|
6275
|
+
"type": "object",
|
|
6276
|
+
"additionalProperties": true,
|
|
6277
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
6233
6278
|
}
|
|
6234
6279
|
},
|
|
6235
6280
|
"oneOf": [
|
|
@@ -6324,6 +6369,11 @@
|
|
|
6324
6369
|
"Yes",
|
|
6325
6370
|
"No"
|
|
6326
6371
|
]
|
|
6372
|
+
},
|
|
6373
|
+
"detailsAnalysis": {
|
|
6374
|
+
"type": "object",
|
|
6375
|
+
"additionalProperties": true,
|
|
6376
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
6327
6377
|
}
|
|
6328
6378
|
},
|
|
6329
6379
|
"oneOf": [
|
|
@@ -6459,6 +6509,11 @@
|
|
|
6459
6509
|
"Anticipated",
|
|
6460
6510
|
"Not applicable"
|
|
6461
6511
|
]
|
|
6512
|
+
},
|
|
6513
|
+
"detailsAnalysis": {
|
|
6514
|
+
"type": "object",
|
|
6515
|
+
"additionalProperties": true,
|
|
6516
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
6462
6517
|
}
|
|
6463
6518
|
},
|
|
6464
6519
|
"oneOf": [
|
|
@@ -6500,6 +6555,11 @@
|
|
|
6500
6555
|
"Yes",
|
|
6501
6556
|
"No"
|
|
6502
6557
|
]
|
|
6558
|
+
},
|
|
6559
|
+
"detailsAnalysis": {
|
|
6560
|
+
"type": "object",
|
|
6561
|
+
"additionalProperties": true,
|
|
6562
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
6503
6563
|
}
|
|
6504
6564
|
},
|
|
6505
6565
|
"oneOf": [
|
|
@@ -7284,6 +7344,11 @@
|
|
|
7284
7344
|
"Yes",
|
|
7285
7345
|
"No"
|
|
7286
7346
|
]
|
|
7347
|
+
},
|
|
7348
|
+
"detailsAnalysis": {
|
|
7349
|
+
"type": "object",
|
|
7350
|
+
"additionalProperties": true,
|
|
7351
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
7287
7352
|
}
|
|
7288
7353
|
},
|
|
7289
7354
|
"oneOf": [
|
|
@@ -7323,6 +7388,11 @@
|
|
|
7323
7388
|
"Yes",
|
|
7324
7389
|
"No"
|
|
7325
7390
|
]
|
|
7391
|
+
},
|
|
7392
|
+
"detailsAnalysis": {
|
|
7393
|
+
"type": "object",
|
|
7394
|
+
"additionalProperties": true,
|
|
7395
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
7326
7396
|
}
|
|
7327
7397
|
},
|
|
7328
7398
|
"oneOf": [
|
|
@@ -7488,6 +7558,11 @@
|
|
|
7488
7558
|
"Yes",
|
|
7489
7559
|
"No"
|
|
7490
7560
|
]
|
|
7561
|
+
},
|
|
7562
|
+
"detailsAnalysis": {
|
|
7563
|
+
"type": "object",
|
|
7564
|
+
"additionalProperties": true,
|
|
7565
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
7491
7566
|
}
|
|
7492
7567
|
},
|
|
7493
7568
|
"oneOf": [
|
|
@@ -8600,6 +8675,11 @@
|
|
|
8600
8675
|
"No",
|
|
8601
8676
|
"Not known"
|
|
8602
8677
|
]
|
|
8678
|
+
},
|
|
8679
|
+
"detailsAnalysis": {
|
|
8680
|
+
"type": "object",
|
|
8681
|
+
"additionalProperties": true,
|
|
8682
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
8603
8683
|
}
|
|
8604
8684
|
},
|
|
8605
8685
|
"oneOf": [
|
|
@@ -8729,6 +8809,11 @@
|
|
|
8729
8809
|
"Yes",
|
|
8730
8810
|
"No"
|
|
8731
8811
|
]
|
|
8812
|
+
},
|
|
8813
|
+
"detailsAnalysis": {
|
|
8814
|
+
"type": "object",
|
|
8815
|
+
"additionalProperties": true,
|
|
8816
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
8732
8817
|
}
|
|
8733
8818
|
},
|
|
8734
8819
|
"oneOf": [
|
|
@@ -8796,6 +8881,11 @@
|
|
|
8796
8881
|
"Yes",
|
|
8797
8882
|
"No"
|
|
8798
8883
|
]
|
|
8884
|
+
},
|
|
8885
|
+
"detailsAnalysis": {
|
|
8886
|
+
"type": "object",
|
|
8887
|
+
"additionalProperties": true,
|
|
8888
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
8799
8889
|
}
|
|
8800
8890
|
},
|
|
8801
8891
|
"oneOf": [
|
|
@@ -8849,6 +8939,11 @@
|
|
|
8849
8939
|
"Not applicable",
|
|
8850
8940
|
"Not known"
|
|
8851
8941
|
]
|
|
8942
|
+
},
|
|
8943
|
+
"detailsAnalysis": {
|
|
8944
|
+
"type": "object",
|
|
8945
|
+
"additionalProperties": true,
|
|
8946
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
8852
8947
|
}
|
|
8853
8948
|
},
|
|
8854
8949
|
"oneOf": [
|
|
@@ -8916,6 +9011,11 @@
|
|
|
8916
9011
|
"Yes",
|
|
8917
9012
|
"No"
|
|
8918
9013
|
]
|
|
9014
|
+
},
|
|
9015
|
+
"detailsAnalysis": {
|
|
9016
|
+
"type": "object",
|
|
9017
|
+
"additionalProperties": true,
|
|
9018
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
8919
9019
|
}
|
|
8920
9020
|
},
|
|
8921
9021
|
"oneOf": [
|
|
@@ -8971,6 +9071,11 @@
|
|
|
8971
9071
|
"Yes",
|
|
8972
9072
|
"No"
|
|
8973
9073
|
]
|
|
9074
|
+
},
|
|
9075
|
+
"detailsAnalysis": {
|
|
9076
|
+
"type": "object",
|
|
9077
|
+
"additionalProperties": true,
|
|
9078
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
8974
9079
|
}
|
|
8975
9080
|
},
|
|
8976
9081
|
"oneOf": [
|
|
@@ -9516,6 +9621,11 @@
|
|
|
9516
9621
|
"Yes",
|
|
9517
9622
|
"No"
|
|
9518
9623
|
]
|
|
9624
|
+
},
|
|
9625
|
+
"detailsAnalysis": {
|
|
9626
|
+
"type": "object",
|
|
9627
|
+
"additionalProperties": true,
|
|
9628
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9519
9629
|
}
|
|
9520
9630
|
},
|
|
9521
9631
|
"oneOf": [
|
|
@@ -9555,6 +9665,11 @@
|
|
|
9555
9665
|
"Yes",
|
|
9556
9666
|
"No"
|
|
9557
9667
|
]
|
|
9668
|
+
},
|
|
9669
|
+
"detailsAnalysis": {
|
|
9670
|
+
"type": "object",
|
|
9671
|
+
"additionalProperties": true,
|
|
9672
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9558
9673
|
}
|
|
9559
9674
|
},
|
|
9560
9675
|
"oneOf": [
|
|
@@ -9601,6 +9716,11 @@
|
|
|
9601
9716
|
"Yes",
|
|
9602
9717
|
"No"
|
|
9603
9718
|
]
|
|
9719
|
+
},
|
|
9720
|
+
"detailsAnalysis": {
|
|
9721
|
+
"type": "object",
|
|
9722
|
+
"additionalProperties": true,
|
|
9723
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9604
9724
|
}
|
|
9605
9725
|
},
|
|
9606
9726
|
"oneOf": [
|
|
@@ -9637,6 +9757,11 @@
|
|
|
9637
9757
|
"No",
|
|
9638
9758
|
"Not required"
|
|
9639
9759
|
]
|
|
9760
|
+
},
|
|
9761
|
+
"detailsAnalysis": {
|
|
9762
|
+
"type": "object",
|
|
9763
|
+
"additionalProperties": true,
|
|
9764
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9640
9765
|
}
|
|
9641
9766
|
},
|
|
9642
9767
|
"oneOf": [
|
|
@@ -9687,6 +9812,11 @@
|
|
|
9687
9812
|
"No",
|
|
9688
9813
|
"Not required"
|
|
9689
9814
|
]
|
|
9815
|
+
},
|
|
9816
|
+
"detailsAnalysis": {
|
|
9817
|
+
"type": "object",
|
|
9818
|
+
"additionalProperties": true,
|
|
9819
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9690
9820
|
}
|
|
9691
9821
|
},
|
|
9692
9822
|
"oneOf": [
|
|
@@ -9838,6 +9968,11 @@
|
|
|
9838
9968
|
"Yes",
|
|
9839
9969
|
"No"
|
|
9840
9970
|
]
|
|
9971
|
+
},
|
|
9972
|
+
"detailsAnalysis": {
|
|
9973
|
+
"type": "object",
|
|
9974
|
+
"additionalProperties": true,
|
|
9975
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9841
9976
|
}
|
|
9842
9977
|
},
|
|
9843
9978
|
"oneOf": [
|
|
@@ -9878,6 +10013,11 @@
|
|
|
9878
10013
|
"No",
|
|
9879
10014
|
"Not required"
|
|
9880
10015
|
]
|
|
10016
|
+
},
|
|
10017
|
+
"detailsAnalysis": {
|
|
10018
|
+
"type": "object",
|
|
10019
|
+
"additionalProperties": true,
|
|
10020
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
9881
10021
|
}
|
|
9882
10022
|
},
|
|
9883
10023
|
"oneOf": [
|
|
@@ -10127,6 +10267,11 @@
|
|
|
10127
10267
|
"Yes",
|
|
10128
10268
|
"No"
|
|
10129
10269
|
]
|
|
10270
|
+
},
|
|
10271
|
+
"detailsAnalysis": {
|
|
10272
|
+
"type": "object",
|
|
10273
|
+
"additionalProperties": true,
|
|
10274
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
10130
10275
|
}
|
|
10131
10276
|
},
|
|
10132
10277
|
"oneOf": [
|
|
@@ -10167,6 +10312,11 @@
|
|
|
10167
10312
|
"No",
|
|
10168
10313
|
"Not required"
|
|
10169
10314
|
]
|
|
10315
|
+
},
|
|
10316
|
+
"detailsAnalysis": {
|
|
10317
|
+
"type": "object",
|
|
10318
|
+
"additionalProperties": true,
|
|
10319
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
10170
10320
|
}
|
|
10171
10321
|
},
|
|
10172
10322
|
"oneOf": [
|
|
@@ -10601,6 +10751,11 @@
|
|
|
10601
10751
|
"Yes",
|
|
10602
10752
|
"No"
|
|
10603
10753
|
]
|
|
10754
|
+
},
|
|
10755
|
+
"detailsAnalysis": {
|
|
10756
|
+
"type": "object",
|
|
10757
|
+
"additionalProperties": true,
|
|
10758
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
10604
10759
|
}
|
|
10605
10760
|
},
|
|
10606
10761
|
"oneOf": [
|
|
@@ -10641,6 +10796,11 @@
|
|
|
10641
10796
|
"No",
|
|
10642
10797
|
"Not required"
|
|
10643
10798
|
]
|
|
10799
|
+
},
|
|
10800
|
+
"detailsAnalysis": {
|
|
10801
|
+
"type": "object",
|
|
10802
|
+
"additionalProperties": true,
|
|
10803
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
10644
10804
|
}
|
|
10645
10805
|
},
|
|
10646
10806
|
"oneOf": [
|
|
@@ -12000,6 +12160,11 @@
|
|
|
12000
12160
|
"Yes",
|
|
12001
12161
|
"No"
|
|
12002
12162
|
]
|
|
12163
|
+
},
|
|
12164
|
+
"detailsAnalysis": {
|
|
12165
|
+
"type": "object",
|
|
12166
|
+
"additionalProperties": true,
|
|
12167
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
12003
12168
|
}
|
|
12004
12169
|
},
|
|
12005
12170
|
"oneOf": [
|
|
@@ -12047,6 +12212,11 @@
|
|
|
12047
12212
|
"Yes",
|
|
12048
12213
|
"No"
|
|
12049
12214
|
]
|
|
12215
|
+
},
|
|
12216
|
+
"detailsAnalysis": {
|
|
12217
|
+
"type": "object",
|
|
12218
|
+
"additionalProperties": true,
|
|
12219
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
12050
12220
|
}
|
|
12051
12221
|
},
|
|
12052
12222
|
"oneOf": [
|
|
@@ -12102,6 +12272,11 @@
|
|
|
12102
12272
|
"Yes",
|
|
12103
12273
|
"No"
|
|
12104
12274
|
]
|
|
12275
|
+
},
|
|
12276
|
+
"detailsAnalysis": {
|
|
12277
|
+
"type": "object",
|
|
12278
|
+
"additionalProperties": true,
|
|
12279
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
12105
12280
|
}
|
|
12106
12281
|
},
|
|
12107
12282
|
"oneOf": [
|
|
@@ -12399,6 +12574,11 @@
|
|
|
12399
12574
|
"Yes",
|
|
12400
12575
|
"No"
|
|
12401
12576
|
]
|
|
12577
|
+
},
|
|
12578
|
+
"detailsAnalysis": {
|
|
12579
|
+
"type": "object",
|
|
12580
|
+
"additionalProperties": true,
|
|
12581
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
12402
12582
|
}
|
|
12403
12583
|
},
|
|
12404
12584
|
"oneOf": [
|
|
@@ -12711,6 +12891,11 @@
|
|
|
12711
12891
|
"Yes",
|
|
12712
12892
|
"No"
|
|
12713
12893
|
]
|
|
12894
|
+
},
|
|
12895
|
+
"detailsAnalysis": {
|
|
12896
|
+
"type": "object",
|
|
12897
|
+
"additionalProperties": true,
|
|
12898
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
12714
12899
|
}
|
|
12715
12900
|
},
|
|
12716
12901
|
"oneOf": [
|
|
@@ -18031,6 +18216,11 @@
|
|
|
18031
18216
|
"Yes",
|
|
18032
18217
|
"No"
|
|
18033
18218
|
]
|
|
18219
|
+
},
|
|
18220
|
+
"detailsAnalysis": {
|
|
18221
|
+
"type": "object",
|
|
18222
|
+
"additionalProperties": true,
|
|
18223
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
18034
18224
|
}
|
|
18035
18225
|
},
|
|
18036
18226
|
"oneOf": [
|
|
@@ -18121,6 +18311,11 @@
|
|
|
18121
18311
|
"Yes",
|
|
18122
18312
|
"No"
|
|
18123
18313
|
]
|
|
18314
|
+
},
|
|
18315
|
+
"detailsAnalysis": {
|
|
18316
|
+
"type": "object",
|
|
18317
|
+
"additionalProperties": true,
|
|
18318
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
18124
18319
|
}
|
|
18125
18320
|
},
|
|
18126
18321
|
"oneOf": [
|
|
@@ -19875,6 +20070,11 @@
|
|
|
19875
20070
|
"Room heaters only",
|
|
19876
20071
|
"None"
|
|
19877
20072
|
]
|
|
20073
|
+
},
|
|
20074
|
+
"detailsAnalysis": {
|
|
20075
|
+
"type": "object",
|
|
20076
|
+
"additionalProperties": true,
|
|
20077
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
19878
20078
|
}
|
|
19879
20079
|
},
|
|
19880
20080
|
"oneOf": [
|
|
@@ -20599,6 +20799,11 @@
|
|
|
20599
20799
|
"Yes",
|
|
20600
20800
|
"No"
|
|
20601
20801
|
]
|
|
20802
|
+
},
|
|
20803
|
+
"detailsAnalysis": {
|
|
20804
|
+
"type": "object",
|
|
20805
|
+
"additionalProperties": true,
|
|
20806
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
20602
20807
|
}
|
|
20603
20808
|
},
|
|
20604
20809
|
"oneOf": [
|
|
@@ -20638,6 +20843,11 @@
|
|
|
20638
20843
|
"Yes",
|
|
20639
20844
|
"No"
|
|
20640
20845
|
]
|
|
20846
|
+
},
|
|
20847
|
+
"detailsAnalysis": {
|
|
20848
|
+
"type": "object",
|
|
20849
|
+
"additionalProperties": true,
|
|
20850
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
20641
20851
|
}
|
|
20642
20852
|
},
|
|
20643
20853
|
"oneOf": [
|
|
@@ -20677,6 +20887,11 @@
|
|
|
20677
20887
|
"Yes",
|
|
20678
20888
|
"No"
|
|
20679
20889
|
]
|
|
20890
|
+
},
|
|
20891
|
+
"detailsAnalysis": {
|
|
20892
|
+
"type": "object",
|
|
20893
|
+
"additionalProperties": true,
|
|
20894
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
20680
20895
|
}
|
|
20681
20896
|
},
|
|
20682
20897
|
"oneOf": [
|
|
@@ -20716,6 +20931,11 @@
|
|
|
20716
20931
|
"Yes",
|
|
20717
20932
|
"No"
|
|
20718
20933
|
]
|
|
20934
|
+
},
|
|
20935
|
+
"detailsAnalysis": {
|
|
20936
|
+
"type": "object",
|
|
20937
|
+
"additionalProperties": true,
|
|
20938
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
20719
20939
|
}
|
|
20720
20940
|
},
|
|
20721
20941
|
"oneOf": [
|
|
@@ -20803,6 +21023,11 @@
|
|
|
20803
21023
|
"Yes",
|
|
20804
21024
|
"No"
|
|
20805
21025
|
]
|
|
21026
|
+
},
|
|
21027
|
+
"detailsAnalysis": {
|
|
21028
|
+
"type": "object",
|
|
21029
|
+
"additionalProperties": true,
|
|
21030
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
20806
21031
|
}
|
|
20807
21032
|
},
|
|
20808
21033
|
"oneOf": [
|
|
@@ -23483,6 +23708,11 @@
|
|
|
23483
23708
|
"Yes",
|
|
23484
23709
|
"No"
|
|
23485
23710
|
]
|
|
23711
|
+
},
|
|
23712
|
+
"detailsAnalysis": {
|
|
23713
|
+
"type": "object",
|
|
23714
|
+
"additionalProperties": true,
|
|
23715
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23486
23716
|
}
|
|
23487
23717
|
},
|
|
23488
23718
|
"oneOf": [
|
|
@@ -23522,6 +23752,11 @@
|
|
|
23522
23752
|
"Yes",
|
|
23523
23753
|
"No"
|
|
23524
23754
|
]
|
|
23755
|
+
},
|
|
23756
|
+
"detailsAnalysis": {
|
|
23757
|
+
"type": "object",
|
|
23758
|
+
"additionalProperties": true,
|
|
23759
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23525
23760
|
}
|
|
23526
23761
|
},
|
|
23527
23762
|
"oneOf": [
|
|
@@ -23561,6 +23796,11 @@
|
|
|
23561
23796
|
"Yes",
|
|
23562
23797
|
"No"
|
|
23563
23798
|
]
|
|
23799
|
+
},
|
|
23800
|
+
"detailsAnalysis": {
|
|
23801
|
+
"type": "object",
|
|
23802
|
+
"additionalProperties": true,
|
|
23803
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23564
23804
|
}
|
|
23565
23805
|
},
|
|
23566
23806
|
"oneOf": [
|
|
@@ -23608,6 +23848,11 @@
|
|
|
23608
23848
|
"Yes",
|
|
23609
23849
|
"No"
|
|
23610
23850
|
]
|
|
23851
|
+
},
|
|
23852
|
+
"detailsAnalysis": {
|
|
23853
|
+
"type": "object",
|
|
23854
|
+
"additionalProperties": true,
|
|
23855
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23611
23856
|
}
|
|
23612
23857
|
},
|
|
23613
23858
|
"oneOf": [
|
|
@@ -23649,6 +23894,11 @@
|
|
|
23649
23894
|
"No",
|
|
23650
23895
|
"Not applicable"
|
|
23651
23896
|
]
|
|
23897
|
+
},
|
|
23898
|
+
"detailsAnalysis": {
|
|
23899
|
+
"type": "object",
|
|
23900
|
+
"additionalProperties": true,
|
|
23901
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23652
23902
|
}
|
|
23653
23903
|
},
|
|
23654
23904
|
"oneOf": [
|
|
@@ -23753,6 +24003,11 @@
|
|
|
23753
24003
|
"No",
|
|
23754
24004
|
"Not applicable"
|
|
23755
24005
|
]
|
|
24006
|
+
},
|
|
24007
|
+
"detailsAnalysis": {
|
|
24008
|
+
"type": "object",
|
|
24009
|
+
"additionalProperties": true,
|
|
24010
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23756
24011
|
}
|
|
23757
24012
|
},
|
|
23758
24013
|
"oneOf": [
|
|
@@ -23794,6 +24049,11 @@
|
|
|
23794
24049
|
"No",
|
|
23795
24050
|
"Not applicable"
|
|
23796
24051
|
]
|
|
24052
|
+
},
|
|
24053
|
+
"detailsAnalysis": {
|
|
24054
|
+
"type": "object",
|
|
24055
|
+
"additionalProperties": true,
|
|
24056
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23797
24057
|
}
|
|
23798
24058
|
},
|
|
23799
24059
|
"oneOf": [
|
|
@@ -23837,6 +24097,11 @@
|
|
|
23837
24097
|
"Not applicable",
|
|
23838
24098
|
"Not known"
|
|
23839
24099
|
]
|
|
24100
|
+
},
|
|
24101
|
+
"detailsAnalysis": {
|
|
24102
|
+
"type": "object",
|
|
24103
|
+
"additionalProperties": true,
|
|
24104
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
23840
24105
|
}
|
|
23841
24106
|
},
|
|
23842
24107
|
"oneOf": [
|
|
@@ -24085,6 +24350,11 @@
|
|
|
24085
24350
|
"No",
|
|
24086
24351
|
"Not known"
|
|
24087
24352
|
]
|
|
24353
|
+
},
|
|
24354
|
+
"detailsAnalysis": {
|
|
24355
|
+
"type": "object",
|
|
24356
|
+
"additionalProperties": true,
|
|
24357
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
24088
24358
|
}
|
|
24089
24359
|
},
|
|
24090
24360
|
"oneOf": [
|
|
@@ -24344,6 +24614,11 @@
|
|
|
24344
24614
|
"Yes",
|
|
24345
24615
|
"No"
|
|
24346
24616
|
]
|
|
24617
|
+
},
|
|
24618
|
+
"detailsAnalysis": {
|
|
24619
|
+
"type": "object",
|
|
24620
|
+
"additionalProperties": true,
|
|
24621
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
24347
24622
|
}
|
|
24348
24623
|
},
|
|
24349
24624
|
"oneOf": [
|
|
@@ -24849,6 +25124,11 @@
|
|
|
24849
25124
|
"Yes",
|
|
24850
25125
|
"No"
|
|
24851
25126
|
]
|
|
25127
|
+
},
|
|
25128
|
+
"detailsAnalysis": {
|
|
25129
|
+
"type": "object",
|
|
25130
|
+
"additionalProperties": true,
|
|
25131
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
24852
25132
|
}
|
|
24853
25133
|
},
|
|
24854
25134
|
"oneOf": [
|
|
@@ -24935,6 +25215,11 @@
|
|
|
24935
25215
|
"Yes",
|
|
24936
25216
|
"No"
|
|
24937
25217
|
]
|
|
25218
|
+
},
|
|
25219
|
+
"detailsAnalysis": {
|
|
25220
|
+
"type": "object",
|
|
25221
|
+
"additionalProperties": true,
|
|
25222
|
+
"description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
|
|
24938
25223
|
}
|
|
24939
25224
|
},
|
|
24940
25225
|
"oneOf": [
|
|
@@ -37445,9 +37730,53 @@
|
|
|
37445
37730
|
"filedUnder": {
|
|
37446
37731
|
"title": "Related title number",
|
|
37447
37732
|
"type": "string"
|
|
37733
|
+
},
|
|
37734
|
+
"summary": {
|
|
37735
|
+
"type": "object",
|
|
37736
|
+
"description": "Structured extraction output from the filed document. Shape varies by documentType.",
|
|
37737
|
+
"additionalProperties": true
|
|
37738
|
+
},
|
|
37739
|
+
"availability": {
|
|
37740
|
+
"title": "Human-readable HMLR availability description",
|
|
37741
|
+
"description": "From HMLR's official-copies/availability response, e.g. \"available for immediate download\". Optional; typically populated before the document is retrieved.",
|
|
37742
|
+
"type": "string"
|
|
37743
|
+
},
|
|
37744
|
+
"availabilityCode": {
|
|
37745
|
+
"title": "HMLR availability code",
|
|
37746
|
+
"description": "From HMLR's official-copies/availability response. Optional; typically populated before the document is retrieved.",
|
|
37747
|
+
"type": "string",
|
|
37748
|
+
"enum": [
|
|
37749
|
+
"IMMEDIATE",
|
|
37750
|
+
"MANUAL",
|
|
37751
|
+
"UNAVAILABLE"
|
|
37752
|
+
]
|
|
37753
|
+
},
|
|
37754
|
+
"entryNumbers": {
|
|
37755
|
+
"title": "Register entry numbers referencing this document",
|
|
37756
|
+
"description": "Register entries (e.g. \"A5\", \"C1\") that refer to this document, from HMLR's official-copies/availability response. Optional.",
|
|
37757
|
+
"type": "array",
|
|
37758
|
+
"items": {
|
|
37759
|
+
"type": "string",
|
|
37760
|
+
"minLength": 1
|
|
37761
|
+
}
|
|
37762
|
+
},
|
|
37763
|
+
"backdated": {
|
|
37764
|
+
"title": "Whether HMLR considers this document backdated",
|
|
37765
|
+
"description": "From HMLR's official-copies/availability response, typically present on register and title-plan entries. Optional.",
|
|
37766
|
+
"type": "boolean"
|
|
37448
37767
|
}
|
|
37449
37768
|
}
|
|
37450
37769
|
}
|
|
37770
|
+
},
|
|
37771
|
+
"keyFacts": {
|
|
37772
|
+
"type": "object",
|
|
37773
|
+
"description": "Generated summary of owners, charges, restrictions, rights and easements from the title register.",
|
|
37774
|
+
"additionalProperties": true
|
|
37775
|
+
},
|
|
37776
|
+
"covenantAnalysis": {
|
|
37777
|
+
"type": "object",
|
|
37778
|
+
"description": "Categorised covenant analysis from register entries and filed documents, including enforceability assessment and breach consequences.",
|
|
37779
|
+
"additionalProperties": true
|
|
37451
37780
|
}
|
|
37452
37781
|
}
|
|
37453
37782
|
}
|
|
@@ -41163,6 +41492,11 @@
|
|
|
41163
41492
|
},
|
|
41164
41493
|
"messageText": {
|
|
41165
41494
|
"type": "string"
|
|
41495
|
+
},
|
|
41496
|
+
"pdtfPath": {
|
|
41497
|
+
"description": "PDTF schema path indicating where response data should be stored, enabling structured data resolution alongside the enquiry message",
|
|
41498
|
+
"type": "string",
|
|
41499
|
+
"pattern": "^/"
|
|
41166
41500
|
}
|
|
41167
41501
|
},
|
|
41168
41502
|
"required": [
|