@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
|
@@ -206,7 +206,8 @@
|
|
|
206
206
|
"Mortgage Broker",
|
|
207
207
|
"Lender",
|
|
208
208
|
"Landlord",
|
|
209
|
-
"Tenant"
|
|
209
|
+
"Tenant",
|
|
210
|
+
"Platform Support"
|
|
210
211
|
]
|
|
211
212
|
},
|
|
212
213
|
"externalIds": {
|
|
@@ -374,7 +375,8 @@
|
|
|
374
375
|
"Mortgage Broker",
|
|
375
376
|
"Lender",
|
|
376
377
|
"Landlord",
|
|
377
|
-
"Tenant"
|
|
378
|
+
"Tenant",
|
|
379
|
+
"Platform Support"
|
|
378
380
|
]
|
|
379
381
|
}
|
|
380
382
|
}
|
|
@@ -886,6 +888,32 @@
|
|
|
886
888
|
}
|
|
887
889
|
}
|
|
888
890
|
},
|
|
891
|
+
"ruralUrbanClassification": {
|
|
892
|
+
"title": "ONS Rural Urban Classification (2021)",
|
|
893
|
+
"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).",
|
|
894
|
+
"type": "string"
|
|
895
|
+
},
|
|
896
|
+
"ruralUrbanCode": {
|
|
897
|
+
"title": "ONS Rural Urban Classification code (2021)",
|
|
898
|
+
"description": "The ONS 2021 Rural Urban Classification code (e.g. UN1, UN2, LR1, LR2, SR1, SR2).",
|
|
899
|
+
"type": "string",
|
|
900
|
+
"enum": ["UN1", "UN2", "LR1", "LR2", "SR1", "SR2"]
|
|
901
|
+
},
|
|
902
|
+
"region": {
|
|
903
|
+
"title": "Government Office Region",
|
|
904
|
+
"description": "The Government Office Region for this property (e.g. East Midlands, London, South East). England and Wales only.",
|
|
905
|
+
"type": "string"
|
|
906
|
+
},
|
|
907
|
+
"parish": {
|
|
908
|
+
"title": "Civil parish",
|
|
909
|
+
"description": "The civil parish or community (Wales) for this property, if applicable.",
|
|
910
|
+
"type": "string"
|
|
911
|
+
},
|
|
912
|
+
"outputArea": {
|
|
913
|
+
"title": "Census Output Area code (2021)",
|
|
914
|
+
"description": "The ONS 2021 Census Output Area code for this property.",
|
|
915
|
+
"type": "string"
|
|
916
|
+
},
|
|
889
917
|
"googleStreetViewPOV": {
|
|
890
918
|
"title": "Street View to render street nearby property in Google Street View",
|
|
891
919
|
"type": "object",
|
|
@@ -1233,6 +1261,11 @@
|
|
|
1233
1261
|
"type": "string",
|
|
1234
1262
|
"title": "Is the property located in a building which includes commercial property E.g. shops, offices etc?",
|
|
1235
1263
|
"enum": ["Yes", "No"]
|
|
1264
|
+
},
|
|
1265
|
+
"detailsAnalysis": {
|
|
1266
|
+
"type": "object",
|
|
1267
|
+
"additionalProperties": true,
|
|
1268
|
+
"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."
|
|
1236
1269
|
}
|
|
1237
1270
|
},
|
|
1238
1271
|
"required": ["isLocatedOverCommercialPremises"],
|
|
@@ -7734,6 +7767,11 @@
|
|
|
7734
7767
|
"type": "string",
|
|
7735
7768
|
"title": "",
|
|
7736
7769
|
"enum": ["Yes", "No"]
|
|
7770
|
+
},
|
|
7771
|
+
"detailsAnalysis": {
|
|
7772
|
+
"type": "object",
|
|
7773
|
+
"additionalProperties": true,
|
|
7774
|
+
"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."
|
|
7737
7775
|
}
|
|
7738
7776
|
},
|
|
7739
7777
|
"lpe1Required": ["yesNo"],
|
|
@@ -7835,6 +7873,11 @@
|
|
|
7835
7873
|
"type": "string",
|
|
7836
7874
|
"title": "",
|
|
7837
7875
|
"enum": ["Yes", "No"]
|
|
7876
|
+
},
|
|
7877
|
+
"detailsAnalysis": {
|
|
7878
|
+
"type": "object",
|
|
7879
|
+
"additionalProperties": true,
|
|
7880
|
+
"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."
|
|
7838
7881
|
}
|
|
7839
7882
|
},
|
|
7840
7883
|
"lpe1Required": ["yesNo"],
|
|
@@ -7985,6 +8028,11 @@
|
|
|
7985
8028
|
"Anticipated",
|
|
7986
8029
|
"Not applicable"
|
|
7987
8030
|
]
|
|
8031
|
+
},
|
|
8032
|
+
"detailsAnalysis": {
|
|
8033
|
+
"type": "object",
|
|
8034
|
+
"additionalProperties": true,
|
|
8035
|
+
"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."
|
|
7988
8036
|
}
|
|
7989
8037
|
},
|
|
7990
8038
|
"lpe1Required": ["yesNo"],
|
|
@@ -8028,6 +8076,11 @@
|
|
|
8028
8076
|
"type": "string",
|
|
8029
8077
|
"title": "",
|
|
8030
8078
|
"enum": ["Yes", "No"]
|
|
8079
|
+
},
|
|
8080
|
+
"detailsAnalysis": {
|
|
8081
|
+
"type": "object",
|
|
8082
|
+
"additionalProperties": true,
|
|
8083
|
+
"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."
|
|
8031
8084
|
}
|
|
8032
8085
|
},
|
|
8033
8086
|
"lpe1Required": ["yesNo"],
|
|
@@ -8948,6 +9001,11 @@
|
|
|
8948
9001
|
"type": "string",
|
|
8949
9002
|
"title": "",
|
|
8950
9003
|
"enum": ["Yes", "No"]
|
|
9004
|
+
},
|
|
9005
|
+
"detailsAnalysis": {
|
|
9006
|
+
"type": "object",
|
|
9007
|
+
"additionalProperties": true,
|
|
9008
|
+
"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."
|
|
8951
9009
|
}
|
|
8952
9010
|
},
|
|
8953
9011
|
"lpe1Required": ["yesNo"],
|
|
@@ -8987,6 +9045,11 @@
|
|
|
8987
9045
|
"type": "string",
|
|
8988
9046
|
"title": "",
|
|
8989
9047
|
"enum": ["Yes", "No"]
|
|
9048
|
+
},
|
|
9049
|
+
"detailsAnalysis": {
|
|
9050
|
+
"type": "object",
|
|
9051
|
+
"additionalProperties": true,
|
|
9052
|
+
"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."
|
|
8990
9053
|
}
|
|
8991
9054
|
},
|
|
8992
9055
|
"lpe1Required": ["yesNo"],
|
|
@@ -9201,6 +9264,11 @@
|
|
|
9201
9264
|
"type": "string",
|
|
9202
9265
|
"title": "",
|
|
9203
9266
|
"enum": ["Yes", "No"]
|
|
9267
|
+
},
|
|
9268
|
+
"detailsAnalysis": {
|
|
9269
|
+
"type": "object",
|
|
9270
|
+
"additionalProperties": true,
|
|
9271
|
+
"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."
|
|
9204
9272
|
}
|
|
9205
9273
|
},
|
|
9206
9274
|
"lpe1Required": ["yesNo"],
|
|
@@ -10690,6 +10758,11 @@
|
|
|
10690
10758
|
"nts2Enum": ["Yes", "No"],
|
|
10691
10759
|
"ntslEnum": ["Yes", "No"],
|
|
10692
10760
|
"ntsl2Enum": ["Yes", "No"]
|
|
10761
|
+
},
|
|
10762
|
+
"detailsAnalysis": {
|
|
10763
|
+
"type": "object",
|
|
10764
|
+
"additionalProperties": true,
|
|
10765
|
+
"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."
|
|
10693
10766
|
}
|
|
10694
10767
|
},
|
|
10695
10768
|
"baspi4Required": ["yesNo"],
|
|
@@ -10917,6 +10990,11 @@
|
|
|
10917
10990
|
"type": "string",
|
|
10918
10991
|
"title": "",
|
|
10919
10992
|
"enum": ["Yes", "No"]
|
|
10993
|
+
},
|
|
10994
|
+
"detailsAnalysis": {
|
|
10995
|
+
"type": "object",
|
|
10996
|
+
"additionalProperties": true,
|
|
10997
|
+
"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."
|
|
10920
10998
|
}
|
|
10921
10999
|
},
|
|
10922
11000
|
"baspi4Required": ["yesNo"],
|
|
@@ -11054,6 +11132,11 @@
|
|
|
11054
11132
|
"type": "string",
|
|
11055
11133
|
"title": "",
|
|
11056
11134
|
"enum": ["Yes", "No"]
|
|
11135
|
+
},
|
|
11136
|
+
"detailsAnalysis": {
|
|
11137
|
+
"type": "object",
|
|
11138
|
+
"additionalProperties": true,
|
|
11139
|
+
"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."
|
|
11057
11140
|
}
|
|
11058
11141
|
},
|
|
11059
11142
|
"baspi4Required": ["yesNo"],
|
|
@@ -11149,6 +11232,11 @@
|
|
|
11149
11232
|
"nts2Enum": ["Yes", "No"],
|
|
11150
11233
|
"ntslEnum": ["Yes", "No"],
|
|
11151
11234
|
"ntsl2Enum": ["Yes", "No"]
|
|
11235
|
+
},
|
|
11236
|
+
"detailsAnalysis": {
|
|
11237
|
+
"type": "object",
|
|
11238
|
+
"additionalProperties": true,
|
|
11239
|
+
"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."
|
|
11152
11240
|
}
|
|
11153
11241
|
},
|
|
11154
11242
|
"ntsRequired": ["yesNo"],
|
|
@@ -11286,6 +11374,11 @@
|
|
|
11286
11374
|
"type": "string",
|
|
11287
11375
|
"title": "",
|
|
11288
11376
|
"enum": ["Yes", "No"]
|
|
11377
|
+
},
|
|
11378
|
+
"detailsAnalysis": {
|
|
11379
|
+
"type": "object",
|
|
11380
|
+
"additionalProperties": true,
|
|
11381
|
+
"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."
|
|
11289
11382
|
}
|
|
11290
11383
|
},
|
|
11291
11384
|
"discriminator": {
|
|
@@ -11347,6 +11440,11 @@
|
|
|
11347
11440
|
"type": "string",
|
|
11348
11441
|
"title": "",
|
|
11349
11442
|
"enum": ["Yes", "No"]
|
|
11443
|
+
},
|
|
11444
|
+
"detailsAnalysis": {
|
|
11445
|
+
"type": "object",
|
|
11446
|
+
"additionalProperties": true,
|
|
11447
|
+
"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."
|
|
11350
11448
|
}
|
|
11351
11449
|
},
|
|
11352
11450
|
"baspi4Required": ["hasSprayFoamInstalled"],
|
|
@@ -12057,6 +12155,11 @@
|
|
|
12057
12155
|
"type": "string",
|
|
12058
12156
|
"title": "",
|
|
12059
12157
|
"enum": ["Yes", "No"]
|
|
12158
|
+
},
|
|
12159
|
+
"detailsAnalysis": {
|
|
12160
|
+
"type": "object",
|
|
12161
|
+
"additionalProperties": true,
|
|
12162
|
+
"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."
|
|
12060
12163
|
}
|
|
12061
12164
|
},
|
|
12062
12165
|
"baspi4Required": ["yesNo"],
|
|
@@ -12114,6 +12217,11 @@
|
|
|
12114
12217
|
"type": "string",
|
|
12115
12218
|
"title": "",
|
|
12116
12219
|
"enum": ["Yes", "No"]
|
|
12220
|
+
},
|
|
12221
|
+
"detailsAnalysis": {
|
|
12222
|
+
"type": "object",
|
|
12223
|
+
"additionalProperties": true,
|
|
12224
|
+
"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."
|
|
12117
12225
|
}
|
|
12118
12226
|
},
|
|
12119
12227
|
"baspi4Required": ["yesNo"],
|
|
@@ -12232,6 +12340,11 @@
|
|
|
12232
12340
|
"type": "string",
|
|
12233
12341
|
"title": "",
|
|
12234
12342
|
"enum": ["Yes", "No"]
|
|
12343
|
+
},
|
|
12344
|
+
"detailsAnalysis": {
|
|
12345
|
+
"type": "object",
|
|
12346
|
+
"additionalProperties": true,
|
|
12347
|
+
"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."
|
|
12235
12348
|
}
|
|
12236
12349
|
},
|
|
12237
12350
|
"baspi4Required": ["yesNo"],
|
|
@@ -12277,6 +12390,11 @@
|
|
|
12277
12390
|
"type": "string",
|
|
12278
12391
|
"title": "",
|
|
12279
12392
|
"enum": ["Yes", "No", "Not required"]
|
|
12393
|
+
},
|
|
12394
|
+
"detailsAnalysis": {
|
|
12395
|
+
"type": "object",
|
|
12396
|
+
"additionalProperties": true,
|
|
12397
|
+
"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."
|
|
12280
12398
|
}
|
|
12281
12399
|
},
|
|
12282
12400
|
"baspi4Required": ["yesNo"],
|
|
@@ -12340,6 +12458,11 @@
|
|
|
12340
12458
|
"type": "string",
|
|
12341
12459
|
"title": "",
|
|
12342
12460
|
"enum": ["Yes", "No", "Not required"]
|
|
12461
|
+
},
|
|
12462
|
+
"detailsAnalysis": {
|
|
12463
|
+
"type": "object",
|
|
12464
|
+
"additionalProperties": true,
|
|
12465
|
+
"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."
|
|
12343
12466
|
}
|
|
12344
12467
|
},
|
|
12345
12468
|
"baspi4Required": ["yesNo"],
|
|
@@ -12535,6 +12658,11 @@
|
|
|
12535
12658
|
"type": "string",
|
|
12536
12659
|
"title": "",
|
|
12537
12660
|
"enum": ["Yes", "No"]
|
|
12661
|
+
},
|
|
12662
|
+
"detailsAnalysis": {
|
|
12663
|
+
"type": "object",
|
|
12664
|
+
"additionalProperties": true,
|
|
12665
|
+
"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."
|
|
12538
12666
|
}
|
|
12539
12667
|
},
|
|
12540
12668
|
"baspi4Required": ["yesNo"],
|
|
@@ -12589,6 +12717,11 @@
|
|
|
12589
12717
|
"type": "string",
|
|
12590
12718
|
"title": "",
|
|
12591
12719
|
"enum": ["Yes", "No", "Not required"]
|
|
12720
|
+
},
|
|
12721
|
+
"detailsAnalysis": {
|
|
12722
|
+
"type": "object",
|
|
12723
|
+
"additionalProperties": true,
|
|
12724
|
+
"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."
|
|
12592
12725
|
}
|
|
12593
12726
|
},
|
|
12594
12727
|
"baspi4Required": ["yesNo"],
|
|
@@ -12906,6 +13039,11 @@
|
|
|
12906
13039
|
"type": "string",
|
|
12907
13040
|
"title": "",
|
|
12908
13041
|
"enum": ["Yes", "No"]
|
|
13042
|
+
},
|
|
13043
|
+
"detailsAnalysis": {
|
|
13044
|
+
"type": "object",
|
|
13045
|
+
"additionalProperties": true,
|
|
13046
|
+
"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."
|
|
12909
13047
|
}
|
|
12910
13048
|
},
|
|
12911
13049
|
"baspi4Required": ["yesNo"],
|
|
@@ -12963,6 +13101,11 @@
|
|
|
12963
13101
|
"type": "string",
|
|
12964
13102
|
"title": "",
|
|
12965
13103
|
"enum": ["Yes", "No", "Not required"]
|
|
13104
|
+
},
|
|
13105
|
+
"detailsAnalysis": {
|
|
13106
|
+
"type": "object",
|
|
13107
|
+
"additionalProperties": true,
|
|
13108
|
+
"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."
|
|
12966
13109
|
}
|
|
12967
13110
|
},
|
|
12968
13111
|
"baspi4Required": ["yesNo"],
|
|
@@ -13484,6 +13627,11 @@
|
|
|
13484
13627
|
"type": "string",
|
|
13485
13628
|
"title": "",
|
|
13486
13629
|
"enum": ["Yes", "No"]
|
|
13630
|
+
},
|
|
13631
|
+
"detailsAnalysis": {
|
|
13632
|
+
"type": "object",
|
|
13633
|
+
"additionalProperties": true,
|
|
13634
|
+
"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."
|
|
13487
13635
|
}
|
|
13488
13636
|
},
|
|
13489
13637
|
"baspi4Required": ["yesNo"],
|
|
@@ -13543,6 +13691,11 @@
|
|
|
13543
13691
|
"type": "string",
|
|
13544
13692
|
"title": "",
|
|
13545
13693
|
"enum": ["Yes", "No", "Not required"]
|
|
13694
|
+
},
|
|
13695
|
+
"detailsAnalysis": {
|
|
13696
|
+
"type": "object",
|
|
13697
|
+
"additionalProperties": true,
|
|
13698
|
+
"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."
|
|
13546
13699
|
}
|
|
13547
13700
|
},
|
|
13548
13701
|
"baspi4Required": ["yesNo"],
|
|
@@ -15000,6 +15153,11 @@
|
|
|
15000
15153
|
"type": "string",
|
|
15001
15154
|
"title": "",
|
|
15002
15155
|
"enum": ["Yes", "No"]
|
|
15156
|
+
},
|
|
15157
|
+
"detailsAnalysis": {
|
|
15158
|
+
"type": "object",
|
|
15159
|
+
"additionalProperties": true,
|
|
15160
|
+
"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."
|
|
15003
15161
|
}
|
|
15004
15162
|
},
|
|
15005
15163
|
"baspi4Required": ["yesNo"],
|
|
@@ -15063,6 +15221,11 @@
|
|
|
15063
15221
|
"type": "string",
|
|
15064
15222
|
"title": "",
|
|
15065
15223
|
"enum": ["Yes", "No"]
|
|
15224
|
+
},
|
|
15225
|
+
"detailsAnalysis": {
|
|
15226
|
+
"type": "object",
|
|
15227
|
+
"additionalProperties": true,
|
|
15228
|
+
"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."
|
|
15066
15229
|
}
|
|
15067
15230
|
},
|
|
15068
15231
|
"baspi4Required": ["yesNo"],
|
|
@@ -15146,6 +15309,11 @@
|
|
|
15146
15309
|
"type": "string",
|
|
15147
15310
|
"title": "",
|
|
15148
15311
|
"enum": ["Yes", "No"]
|
|
15312
|
+
},
|
|
15313
|
+
"detailsAnalysis": {
|
|
15314
|
+
"type": "object",
|
|
15315
|
+
"additionalProperties": true,
|
|
15316
|
+
"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."
|
|
15149
15317
|
}
|
|
15150
15318
|
},
|
|
15151
15319
|
"baspi4Required": ["yesNo"],
|
|
@@ -15628,6 +15796,11 @@
|
|
|
15628
15796
|
"type": "string",
|
|
15629
15797
|
"title": "",
|
|
15630
15798
|
"enum": ["Yes", "No"]
|
|
15799
|
+
},
|
|
15800
|
+
"detailsAnalysis": {
|
|
15801
|
+
"type": "object",
|
|
15802
|
+
"additionalProperties": true,
|
|
15803
|
+
"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."
|
|
15631
15804
|
}
|
|
15632
15805
|
},
|
|
15633
15806
|
"baspi4Required": ["yesNo"],
|
|
@@ -16078,6 +16251,11 @@
|
|
|
16078
16251
|
"type": "string",
|
|
16079
16252
|
"title": "",
|
|
16080
16253
|
"enum": ["Yes", "No"]
|
|
16254
|
+
},
|
|
16255
|
+
"detailsAnalysis": {
|
|
16256
|
+
"type": "object",
|
|
16257
|
+
"additionalProperties": true,
|
|
16258
|
+
"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."
|
|
16081
16259
|
}
|
|
16082
16260
|
},
|
|
16083
16261
|
"baspi4Required": ["yesNo"],
|
|
@@ -21655,6 +21833,11 @@
|
|
|
21655
21833
|
"type": "string",
|
|
21656
21834
|
"title": "",
|
|
21657
21835
|
"enum": ["Yes", "No"]
|
|
21836
|
+
},
|
|
21837
|
+
"detailsAnalysis": {
|
|
21838
|
+
"type": "object",
|
|
21839
|
+
"additionalProperties": true,
|
|
21840
|
+
"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."
|
|
21658
21841
|
}
|
|
21659
21842
|
},
|
|
21660
21843
|
"baspi4Required": ["yesNo"],
|
|
@@ -21750,6 +21933,11 @@
|
|
|
21750
21933
|
"type": "string",
|
|
21751
21934
|
"title": "",
|
|
21752
21935
|
"enum": ["Yes", "No"]
|
|
21936
|
+
},
|
|
21937
|
+
"detailsAnalysis": {
|
|
21938
|
+
"type": "object",
|
|
21939
|
+
"additionalProperties": true,
|
|
21940
|
+
"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."
|
|
21753
21941
|
}
|
|
21754
21942
|
},
|
|
21755
21943
|
"baspi4Required": ["yesNo"],
|
|
@@ -24191,6 +24379,11 @@
|
|
|
24191
24379
|
"Room heaters only",
|
|
24192
24380
|
"None"
|
|
24193
24381
|
]
|
|
24382
|
+
},
|
|
24383
|
+
"detailsAnalysis": {
|
|
24384
|
+
"type": "object",
|
|
24385
|
+
"additionalProperties": true,
|
|
24386
|
+
"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."
|
|
24194
24387
|
}
|
|
24195
24388
|
},
|
|
24196
24389
|
"discriminator": {
|
|
@@ -24569,9 +24762,7 @@
|
|
|
24569
24762
|
"title": "Please provide a copy of the service or maintenance works report.",
|
|
24570
24763
|
"type": "string",
|
|
24571
24764
|
"enum": ["Attached", "To follow", "Not available"],
|
|
24572
|
-
"ta6ed6Enum": ["Attached", "To follow"]
|
|
24573
|
-
"ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.g2",
|
|
24574
|
-
"ta6ed6CompatEnum": ["Attached", "To follow"]
|
|
24765
|
+
"ta6ed6Enum": ["Attached", "To follow"]
|
|
24575
24766
|
},
|
|
24576
24767
|
"heatingInGoodWorkingOrder": {
|
|
24577
24768
|
"baspi4Ref": "A7.4.3",
|
|
@@ -25339,6 +25530,11 @@
|
|
|
25339
25530
|
"type": "string",
|
|
25340
25531
|
"title": "",
|
|
25341
25532
|
"enum": ["Yes", "No"]
|
|
25533
|
+
},
|
|
25534
|
+
"detailsAnalysis": {
|
|
25535
|
+
"type": "object",
|
|
25536
|
+
"additionalProperties": true,
|
|
25537
|
+
"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."
|
|
25342
25538
|
}
|
|
25343
25539
|
},
|
|
25344
25540
|
"baspi4Required": ["yesNo"],
|
|
@@ -25397,6 +25593,11 @@
|
|
|
25397
25593
|
"type": "string",
|
|
25398
25594
|
"title": "",
|
|
25399
25595
|
"enum": ["Yes", "No"]
|
|
25596
|
+
},
|
|
25597
|
+
"detailsAnalysis": {
|
|
25598
|
+
"type": "object",
|
|
25599
|
+
"additionalProperties": true,
|
|
25600
|
+
"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."
|
|
25400
25601
|
}
|
|
25401
25602
|
},
|
|
25402
25603
|
"baspi4Required": ["yesNo"],
|
|
@@ -25455,6 +25656,11 @@
|
|
|
25455
25656
|
"type": "string",
|
|
25456
25657
|
"title": "",
|
|
25457
25658
|
"enum": ["Yes", "No"]
|
|
25659
|
+
},
|
|
25660
|
+
"detailsAnalysis": {
|
|
25661
|
+
"type": "object",
|
|
25662
|
+
"additionalProperties": true,
|
|
25663
|
+
"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."
|
|
25458
25664
|
}
|
|
25459
25665
|
},
|
|
25460
25666
|
"baspi4Required": ["yesNo"],
|
|
@@ -25513,6 +25719,11 @@
|
|
|
25513
25719
|
"type": "string",
|
|
25514
25720
|
"title": "",
|
|
25515
25721
|
"enum": ["Yes", "No"]
|
|
25722
|
+
},
|
|
25723
|
+
"detailsAnalysis": {
|
|
25724
|
+
"type": "object",
|
|
25725
|
+
"additionalProperties": true,
|
|
25726
|
+
"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."
|
|
25516
25727
|
}
|
|
25517
25728
|
},
|
|
25518
25729
|
"baspi4Required": ["yesNo"],
|
|
@@ -25632,6 +25843,11 @@
|
|
|
25632
25843
|
"type": "string",
|
|
25633
25844
|
"title": "",
|
|
25634
25845
|
"enum": ["Yes", "No"]
|
|
25846
|
+
},
|
|
25847
|
+
"detailsAnalysis": {
|
|
25848
|
+
"type": "object",
|
|
25849
|
+
"additionalProperties": true,
|
|
25850
|
+
"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."
|
|
25635
25851
|
}
|
|
25636
25852
|
},
|
|
25637
25853
|
"baspi4Required": ["yesNo"],
|
|
@@ -29010,6 +29226,11 @@
|
|
|
29010
29226
|
"type": "string",
|
|
29011
29227
|
"title": "",
|
|
29012
29228
|
"enum": ["Yes", "No"]
|
|
29229
|
+
},
|
|
29230
|
+
"detailsAnalysis": {
|
|
29231
|
+
"type": "object",
|
|
29232
|
+
"additionalProperties": true,
|
|
29233
|
+
"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."
|
|
29013
29234
|
}
|
|
29014
29235
|
},
|
|
29015
29236
|
"baspi4Required": ["yesNo"],
|
|
@@ -29057,6 +29278,11 @@
|
|
|
29057
29278
|
"type": "string",
|
|
29058
29279
|
"title": "",
|
|
29059
29280
|
"enum": ["Yes", "No"]
|
|
29281
|
+
},
|
|
29282
|
+
"detailsAnalysis": {
|
|
29283
|
+
"type": "object",
|
|
29284
|
+
"additionalProperties": true,
|
|
29285
|
+
"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."
|
|
29060
29286
|
}
|
|
29061
29287
|
},
|
|
29062
29288
|
"baspi4Required": ["yesNo"],
|
|
@@ -29103,6 +29329,11 @@
|
|
|
29103
29329
|
"type": "string",
|
|
29104
29330
|
"title": "",
|
|
29105
29331
|
"enum": ["Yes", "No"]
|
|
29332
|
+
},
|
|
29333
|
+
"detailsAnalysis": {
|
|
29334
|
+
"type": "object",
|
|
29335
|
+
"additionalProperties": true,
|
|
29336
|
+
"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."
|
|
29106
29337
|
}
|
|
29107
29338
|
},
|
|
29108
29339
|
"baspi4Required": ["yesNo"],
|
|
@@ -29158,6 +29389,11 @@
|
|
|
29158
29389
|
"type": "string",
|
|
29159
29390
|
"title": "",
|
|
29160
29391
|
"enum": ["Yes", "No"]
|
|
29392
|
+
},
|
|
29393
|
+
"detailsAnalysis": {
|
|
29394
|
+
"type": "object",
|
|
29395
|
+
"additionalProperties": true,
|
|
29396
|
+
"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."
|
|
29161
29397
|
}
|
|
29162
29398
|
},
|
|
29163
29399
|
"baspi4Required": ["yesNo"],
|
|
@@ -29214,6 +29450,11 @@
|
|
|
29214
29450
|
"title": "Are the boundaries uniform?",
|
|
29215
29451
|
"type": "string",
|
|
29216
29452
|
"enum": ["Yes", "No", "Not applicable"]
|
|
29453
|
+
},
|
|
29454
|
+
"detailsAnalysis": {
|
|
29455
|
+
"type": "object",
|
|
29456
|
+
"additionalProperties": true,
|
|
29457
|
+
"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."
|
|
29217
29458
|
}
|
|
29218
29459
|
},
|
|
29219
29460
|
"discriminator": {
|
|
@@ -29346,6 +29587,11 @@
|
|
|
29346
29587
|
"type": "string",
|
|
29347
29588
|
"title": "",
|
|
29348
29589
|
"enum": ["Yes", "No", "Not applicable"]
|
|
29590
|
+
},
|
|
29591
|
+
"detailsAnalysis": {
|
|
29592
|
+
"type": "object",
|
|
29593
|
+
"additionalProperties": true,
|
|
29594
|
+
"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."
|
|
29349
29595
|
}
|
|
29350
29596
|
},
|
|
29351
29597
|
"baspi4Required": ["yesNo"],
|
|
@@ -29405,6 +29651,11 @@
|
|
|
29405
29651
|
"type": "string",
|
|
29406
29652
|
"title": "",
|
|
29407
29653
|
"enum": ["Yes", "No", "Not applicable"]
|
|
29654
|
+
},
|
|
29655
|
+
"detailsAnalysis": {
|
|
29656
|
+
"type": "object",
|
|
29657
|
+
"additionalProperties": true,
|
|
29658
|
+
"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."
|
|
29408
29659
|
}
|
|
29409
29660
|
},
|
|
29410
29661
|
"baspi4Required": ["yesNo"],
|
|
@@ -29467,6 +29718,11 @@
|
|
|
29467
29718
|
"type": "string",
|
|
29468
29719
|
"title": "",
|
|
29469
29720
|
"enum": ["Yes", "No", "Not applicable", "Not known"]
|
|
29721
|
+
},
|
|
29722
|
+
"detailsAnalysis": {
|
|
29723
|
+
"type": "object",
|
|
29724
|
+
"additionalProperties": true,
|
|
29725
|
+
"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."
|
|
29470
29726
|
}
|
|
29471
29727
|
},
|
|
29472
29728
|
"baspi4Required": ["yesNo"],
|
|
@@ -29864,6 +30120,11 @@
|
|
|
29864
30120
|
"enum": ["Yes", "No", "Not known"],
|
|
29865
30121
|
"baspi4Enum": ["Yes", "No"],
|
|
29866
30122
|
"baspi5Enum": ["Yes", "No"]
|
|
30123
|
+
},
|
|
30124
|
+
"detailsAnalysis": {
|
|
30125
|
+
"type": "object",
|
|
30126
|
+
"additionalProperties": true,
|
|
30127
|
+
"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."
|
|
29867
30128
|
}
|
|
29868
30129
|
},
|
|
29869
30130
|
"baspi4Required": ["yesNo"],
|
|
@@ -30215,6 +30476,11 @@
|
|
|
30215
30476
|
"type": "string",
|
|
30216
30477
|
"title": "",
|
|
30217
30478
|
"enum": ["Yes", "No"]
|
|
30479
|
+
},
|
|
30480
|
+
"detailsAnalysis": {
|
|
30481
|
+
"type": "object",
|
|
30482
|
+
"additionalProperties": true,
|
|
30483
|
+
"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."
|
|
30218
30484
|
}
|
|
30219
30485
|
},
|
|
30220
30486
|
"baspi4Required": ["yesNo"],
|
|
@@ -30886,6 +31152,11 @@
|
|
|
30886
31152
|
"type": "string",
|
|
30887
31153
|
"title": "",
|
|
30888
31154
|
"enum": ["Yes", "No"]
|
|
31155
|
+
},
|
|
31156
|
+
"detailsAnalysis": {
|
|
31157
|
+
"type": "object",
|
|
31158
|
+
"additionalProperties": true,
|
|
31159
|
+
"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."
|
|
30889
31160
|
}
|
|
30890
31161
|
},
|
|
30891
31162
|
"baspi4Required": ["yesNo"],
|
|
@@ -30986,6 +31257,11 @@
|
|
|
30986
31257
|
"type": "string",
|
|
30987
31258
|
"title": "",
|
|
30988
31259
|
"enum": ["Yes", "No"]
|
|
31260
|
+
},
|
|
31261
|
+
"detailsAnalysis": {
|
|
31262
|
+
"type": "object",
|
|
31263
|
+
"additionalProperties": true,
|
|
31264
|
+
"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."
|
|
30989
31265
|
}
|
|
30990
31266
|
},
|
|
30991
31267
|
"baspi4Required": ["yesNo"],
|
|
@@ -44416,9 +44692,46 @@
|
|
|
44416
44692
|
"filedUnder": {
|
|
44417
44693
|
"title": "Related title number",
|
|
44418
44694
|
"type": "string"
|
|
44695
|
+
},
|
|
44696
|
+
"summary": {
|
|
44697
|
+
"type": "object",
|
|
44698
|
+
"description": "Structured extraction output from the filed document. Shape varies by documentType.",
|
|
44699
|
+
"additionalProperties": true
|
|
44700
|
+
},
|
|
44701
|
+
"availability": {
|
|
44702
|
+
"title": "Human-readable HMLR availability description",
|
|
44703
|
+
"description": "From HMLR's official-copies/availability response, e.g. \"available for immediate download\". Optional; typically populated before the document is retrieved.",
|
|
44704
|
+
"type": "string"
|
|
44705
|
+
},
|
|
44706
|
+
"availabilityCode": {
|
|
44707
|
+
"title": "HMLR availability code",
|
|
44708
|
+
"description": "From HMLR's official-copies/availability response. Optional; typically populated before the document is retrieved.",
|
|
44709
|
+
"type": "string",
|
|
44710
|
+
"enum": ["IMMEDIATE", "MANUAL", "UNAVAILABLE"]
|
|
44711
|
+
},
|
|
44712
|
+
"entryNumbers": {
|
|
44713
|
+
"title": "Register entry numbers referencing this document",
|
|
44714
|
+
"description": "Register entries (e.g. \"A5\", \"C1\") that refer to this document, from HMLR's official-copies/availability response. Optional.",
|
|
44715
|
+
"type": "array",
|
|
44716
|
+
"items": { "type": "string", "minLength": 1 }
|
|
44717
|
+
},
|
|
44718
|
+
"backdated": {
|
|
44719
|
+
"title": "Whether HMLR considers this document backdated",
|
|
44720
|
+
"description": "From HMLR's official-copies/availability response, typically present on register and title-plan entries. Optional.",
|
|
44721
|
+
"type": "boolean"
|
|
44419
44722
|
}
|
|
44420
44723
|
}
|
|
44421
44724
|
}
|
|
44725
|
+
},
|
|
44726
|
+
"keyFacts": {
|
|
44727
|
+
"type": "object",
|
|
44728
|
+
"description": "Generated summary of owners, charges, restrictions, rights and easements from the title register.",
|
|
44729
|
+
"additionalProperties": true
|
|
44730
|
+
},
|
|
44731
|
+
"covenantAnalysis": {
|
|
44732
|
+
"type": "object",
|
|
44733
|
+
"description": "Categorised covenant analysis from register entries and filed documents, including enforceability assessment and breach consequences.",
|
|
44734
|
+
"additionalProperties": true
|
|
44422
44735
|
}
|
|
44423
44736
|
}
|
|
44424
44737
|
}
|
|
@@ -48081,6 +48394,11 @@
|
|
|
48081
48394
|
},
|
|
48082
48395
|
"messageText": {
|
|
48083
48396
|
"type": "string"
|
|
48397
|
+
},
|
|
48398
|
+
"pdtfPath": {
|
|
48399
|
+
"description": "PDTF schema path indicating where response data should be stored, enabling structured data resolution alongside the enquiry message",
|
|
48400
|
+
"type": "string",
|
|
48401
|
+
"pattern": "^/"
|
|
48084
48402
|
}
|
|
48085
48403
|
},
|
|
48086
48404
|
"required": [
|