@pdtf/schemas 3.6.0-dev.3 → 3.6.0-dev.4
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/charming-napier-57a77c/LICENSE +21 -0
- package/charming-napier-57a77c/README.md +430 -0
- package/charming-napier-57a77c/docs/sef25-extensions-ui-spec.md +355 -0
- package/charming-napier-57a77c/index.js +654 -0
- package/charming-napier-57a77c/package-lock.json +7297 -0
- package/charming-napier-57a77c/package.json +41 -0
- package/charming-napier-57a77c/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/charming-napier-57a77c/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/charming-napier-57a77c/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/charming-napier-57a77c/src/examples/v1/exampleTransaction.json +878 -0
- package/charming-napier-57a77c/src/examples/v1/exampleVouch.json +25 -0
- package/charming-napier-57a77c/src/examples/v2/exampleTransaction.json +901 -0
- package/charming-napier-57a77c/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/charming-napier-57a77c/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/charming-napier-57a77c/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/charming-napier-57a77c/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/charming-napier-57a77c/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/charming-napier-57a77c/src/examples/v3/exampleTransaction.json +1038 -0
- package/charming-napier-57a77c/src/examples/v3/exampleVouch.json +32 -0
- package/charming-napier-57a77c/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/charming-napier-57a77c/src/mappings/adf.js +198 -0
- package/charming-napier-57a77c/src/schemas/v1/GeoJSON.json +1279 -0
- package/charming-napier-57a77c/src/schemas/v1/baspiNotes.html +102 -0
- package/charming-napier-57a77c/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/charming-napier-57a77c/src/schemas/v1/freehold-information.json +2051 -0
- package/charming-napier-57a77c/src/schemas/v1/leasehold-information.json +2064 -0
- package/charming-napier-57a77c/src/schemas/v1/legal-information.json +1045 -0
- package/charming-napier-57a77c/src/schemas/v1/material-facts.json +2109 -0
- package/charming-napier-57a77c/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/charming-napier-57a77c/src/schemas/v1/pdtf-transaction.json +191 -0
- package/charming-napier-57a77c/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/charming-napier-57a77c/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/charming-napier-57a77c/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/charming-napier-57a77c/src/schemas/v1/searches.json +237 -0
- package/charming-napier-57a77c/src/schemas/v1/title-deed.json +841 -0
- package/charming-napier-57a77c/src/schemas/v2/baspiNotes.html +102 -0
- package/charming-napier-57a77c/src/schemas/v2/combined.json +37731 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/baspi.json +8132 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/con29DW.json +705 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/con29R.json +2956 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/fme1.json +1259 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/llc1.json +25 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/nts.json +326 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/oc1.json +2799 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/piq.json +3419 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/rds.json +3736 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/ta10.json +5306 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/ta6.json +4533 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/ta7.json +1045 -0
- package/charming-napier-57a77c/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/charming-napier-57a77c/src/schemas/v2/skeleton.json +3973 -0
- package/charming-napier-57a77c/src/schemas/v3/combined.json +48153 -0
- package/charming-napier-57a77c/src/schemas/v3/compactSkeleton.txt +4457 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/README.md +299 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/baspi4.json +8027 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/baspi5.json +8177 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/con29DW.json +716 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/con29R.json +2981 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ac.json +333 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ic.json +59 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/lc.json +75 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/mi.json +69 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/pc.json +37 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ph.json +194 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sc.json +129 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ta.json +240 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/wg.json +350 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/fme1.json +1266 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/llc1.json +25 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/nts.json +2157 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/nts2.json +2742 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ntsl.json +1813 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ntsl2.json +2217 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/oc1.json +2817 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/piq.json +3321 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/rds.json +3665 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/sef25.json +1639 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/sr24.json +38 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta10.json +4654 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta6.json +4568 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta6ed6.json +6537 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta7.json +1537 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/charming-napier-57a77c/src/schemas/v3/pdtf-transaction.json +41229 -0
- package/charming-napier-57a77c/src/schemas/v3/skeleton.json +5703 -0
- package/charming-napier-57a77c/src/schemas/verifiedClaims/README.md +21 -0
- package/charming-napier-57a77c/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/charming-napier-57a77c/src/tests/v3/buyerCircumstances.test.js +543 -0
- package/charming-napier-57a77c/src/tests/v3/caching.test.js +591 -0
- package/charming-napier-57a77c/src/tests/v3/enquiries.test.js +1096 -0
- package/charming-napier-57a77c/src/tests/v3/extensionOverlays.test.js +1599 -0
- package/charming-napier-57a77c/src/tests/v3/offers.test.js +823 -0
- package/charming-napier-57a77c/src/tests/v3/patternProperties.test.js +688 -0
- package/charming-napier-57a77c/src/tests/v3/ta6ed6.test.js +2374 -0
- package/charming-napier-57a77c/src/tests/v3/ta7ed5.test.js +600 -0
- package/charming-napier-57a77c/src/tests/v3/transactionSchema.test.js +646 -0
- package/charming-napier-57a77c/src/tests/v3/verifiedClaimsValidator.test.js +195 -0
- package/charming-napier-57a77c/src/utils/compactSkeleton.js +84 -0
- package/charming-napier-57a77c/src/utils/countTokens.js +67 -0
- package/charming-napier-57a77c/src/utils/extractExtensionOverlays.js +624 -0
- package/charming-napier-57a77c/src/utils/extractOverlay.js +381 -0
- package/charming-napier-57a77c/src/utils/extractProperties.js +44 -0
- package/charming-napier-57a77c/src/utils/listPathTitles.js +36 -0
- package/charming-napier-57a77c/src/utils/minimalSkeleton.js +85 -0
- package/charming-napier-57a77c/src/utils/pathList.csv +903 -0
- package/charming-napier-57a77c/src/utils/pathSkeleton.js +181 -0
- package/keen-dewdney-6ae15b/LICENSE +21 -0
- package/keen-dewdney-6ae15b/README.md +334 -0
- package/keen-dewdney-6ae15b/index.js +557 -0
- package/keen-dewdney-6ae15b/package-lock.json +7296 -0
- package/keen-dewdney-6ae15b/package.json +39 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleTransaction.json +878 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleVouch.json +25 -0
- package/keen-dewdney-6ae15b/src/examples/v2/exampleTransaction.json +901 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleAddParticipantVouch.json +35 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleDocumentedVouch.json +44 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleElectronicRecord.json +33 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleTransaction.json +1034 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleVouch.json +29 -0
- package/keen-dewdney-6ae15b/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/keen-dewdney-6ae15b/src/mappings/adf.js +198 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/GeoJSON.json +1279 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/baspiNotes.html +102 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/freehold-information.json +2051 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/leasehold-information.json +2064 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/legal-information.json +1045 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/material-facts.json +2109 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/pdtf-transaction.json +191 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches.json +237 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/title-deed.json +841 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/baspiNotes.html +102 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/combined.json +37731 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/baspi.json +8132 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/con29DW.json +705 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/con29R.json +2956 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/fme1.json +1259 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/llc1.json +25 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/nts.json +326 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/oc1.json +2799 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/piq.json +3419 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/rds.json +3736 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/ta10.json +5306 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/ta6.json +4533 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/ta7.json +1045 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/skeleton.json +3973 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/combined.json +41720 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/compactSkeleton.txt +3325 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/README.md +299 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/baspi4.json +7872 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/baspi5.json +8019 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/con29DW.json +716 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/con29R.json +2981 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/as.json +72 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/er.json +83 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/fd.json +72 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/hi.json +48 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/hs.json +71 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/jk.json +76 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/la.json +83 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/ma.json +87 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/mc.json +36 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/oa.json +22 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/oc.json +55 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/sb.json +71 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/sf.json +72 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/sl.json +66 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/tf.json +100 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/fme1.json +1264 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/llc1.json +25 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/lpe1.json +2226 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/nts.json +2090 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/nts2.json +2678 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ntsl.json +1746 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ntsl2.json +2153 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/oc1.json +2817 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/piq.json +3276 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/rds.json +3552 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/sr24.json +38 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ta10.json +4642 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ta6.json +4501 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ta7.json +1435 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/pdtf-transaction.json +37225 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/skeleton.json +4323 -0
- package/keen-dewdney-6ae15b/src/schemas/verifiedClaims/README.md +12 -0
- package/keen-dewdney-6ae15b/src/schemas/verifiedClaims/pdtf-verified-claims.json +431 -0
- package/keen-dewdney-6ae15b/src/tests/v3/caching.test.js +591 -0
- package/keen-dewdney-6ae15b/src/tests/v3/extensionOverlays.test.js +525 -0
- package/keen-dewdney-6ae15b/src/tests/v3/transactionSchema.test.js +574 -0
- package/keen-dewdney-6ae15b/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/keen-dewdney-6ae15b/src/utils/compactSkeleton.js +84 -0
- package/keen-dewdney-6ae15b/src/utils/countTokens.js +67 -0
- package/keen-dewdney-6ae15b/src/utils/extractExtensionOverlays.js +362 -0
- package/keen-dewdney-6ae15b/src/utils/extractOverlay.js +290 -0
- package/keen-dewdney-6ae15b/src/utils/extractProperties.js +44 -0
- package/keen-dewdney-6ae15b/src/utils/listPathTitles.js +36 -0
- package/keen-dewdney-6ae15b/src/utils/minimalSkeleton.js +85 -0
- package/keen-dewdney-6ae15b/src/utils/pathList.csv +903 -0
- package/keen-dewdney-6ae15b/src/utils/pathSkeleton.js +181 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +8 -15
- package/src/schemas/v3/overlays/baspi4.json +12 -7
- package/src/schemas/v3/overlays/baspi5.json +12 -7
- package/src/schemas/v3/overlays/extensions/ac.json +2 -1
- package/src/schemas/v3/overlays/extensions/dk.json +3 -2
- package/src/schemas/v3/overlays/extensions/ic.json +2 -1
- package/src/schemas/v3/overlays/extensions/lc.json +3 -2
- package/src/schemas/v3/overlays/extensions/mi.json +2 -1
- package/src/schemas/v3/overlays/extensions/nd.json +3 -2
- package/src/schemas/v3/overlays/extensions/pc.json +3 -2
- package/src/schemas/v3/overlays/extensions/ph.json +2 -1
- package/src/schemas/v3/overlays/extensions/rw.json +4 -3
- package/src/schemas/v3/overlays/extensions/sc.json +8 -4
- package/src/schemas/v3/overlays/extensions/sd.json +3 -2
- package/src/schemas/v3/overlays/extensions/tr.json +3 -2
- package/src/schemas/v3/overlays/extensions/wg.json +2 -1
- package/src/schemas/v3/overlays/lpe1.json +1 -1
- package/src/schemas/v3/overlays/nts.json +3 -1
- package/src/schemas/v3/overlays/nts2.json +3 -1
- package/src/schemas/v3/overlays/ntsl.json +3 -1
- package/src/schemas/v3/overlays/ntsl2.json +3 -1
- package/src/schemas/v3/overlays/piq.json +7 -5
- package/src/schemas/v3/overlays/rds.json +9 -6
- package/src/schemas/v3/overlays/ta10.json +0 -9
- package/src/schemas/v3/overlays/ta6.json +8 -4
- package/src/schemas/v3/overlays/ta6ed6.json +4 -2
- package/src/schemas/v3/pdtf-transaction.json +15 -18
- package/src/utils/extractExtensionOverlays.js +10 -1
|
@@ -0,0 +1,2109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://trust.propdata.org.uk/schemas/v1/material-facts.json",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"title": "Material facts at the point of marketing",
|
|
6
|
+
"description": "BASPI v2.0 Part A - Disclosure of material facts at the point of marketing, supporting mapping to BASPI, Law Society, NTS and RICS Data Schema elements.",
|
|
7
|
+
"baspiRef": "A",
|
|
8
|
+
"required": [
|
|
9
|
+
"uprn",
|
|
10
|
+
"address",
|
|
11
|
+
"delayFactors",
|
|
12
|
+
"ownership",
|
|
13
|
+
"parking",
|
|
14
|
+
"listingAndConservation",
|
|
15
|
+
"typeOfConstruction",
|
|
16
|
+
"energyEfficiency",
|
|
17
|
+
"councilTax",
|
|
18
|
+
"disputesAndComplaints",
|
|
19
|
+
"alterationsAndChanges",
|
|
20
|
+
"notices",
|
|
21
|
+
"specialistIssues",
|
|
22
|
+
"fixturesAndFittings",
|
|
23
|
+
"waterAndDrainage",
|
|
24
|
+
"utilities",
|
|
25
|
+
"greenDealLoan",
|
|
26
|
+
"centralHeating",
|
|
27
|
+
"insurance",
|
|
28
|
+
"boundaries",
|
|
29
|
+
"rightsAndInformalArrangements",
|
|
30
|
+
"otherIssues",
|
|
31
|
+
"additionalInformation",
|
|
32
|
+
"consumerProtectionRegulationsDeclaration"
|
|
33
|
+
],
|
|
34
|
+
"properties": {
|
|
35
|
+
"address": {
|
|
36
|
+
"baspiRef": "A1.1",
|
|
37
|
+
"lawSocietyRef": "TA6/0",
|
|
38
|
+
"RDSRef": "Property/Address/xal:AddressDetails",
|
|
39
|
+
"title": "Property Address",
|
|
40
|
+
"$ref": "#/$defs/address"
|
|
41
|
+
},
|
|
42
|
+
"uprn": {
|
|
43
|
+
"baspiRef": "A1.1.1",
|
|
44
|
+
"RDSRef": "Property/GUID/{name='UPRN',id=?}",
|
|
45
|
+
"title": "Unique Property Reference Number ",
|
|
46
|
+
"type": "integer"
|
|
47
|
+
},
|
|
48
|
+
"propertyType": {
|
|
49
|
+
"title": "Type of property",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"isNewBuild": {
|
|
53
|
+
"title": "Is the property a New Build?",
|
|
54
|
+
"type": "boolean"
|
|
55
|
+
},
|
|
56
|
+
"location": {
|
|
57
|
+
"title": "Geographical location",
|
|
58
|
+
"type": "object",
|
|
59
|
+
"properties": {
|
|
60
|
+
"latitude": {
|
|
61
|
+
"title": "Latitude",
|
|
62
|
+
"type": "number",
|
|
63
|
+
"minimum": -90,
|
|
64
|
+
"maximum": 90
|
|
65
|
+
},
|
|
66
|
+
"longitude": {
|
|
67
|
+
"title": "Longitude",
|
|
68
|
+
"type": "number",
|
|
69
|
+
"minimum": -180,
|
|
70
|
+
"maximum": 180
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"localAuthority": {
|
|
75
|
+
"title": "Local authority",
|
|
76
|
+
"type": "object",
|
|
77
|
+
"properties": {
|
|
78
|
+
"localAuthorityName": {
|
|
79
|
+
"title": "Local authority name",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"localAuthorityReference": {
|
|
83
|
+
"title": "Local authority reference",
|
|
84
|
+
"type": "string"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"priceInformation": {
|
|
89
|
+
"ntsRef": "A3",
|
|
90
|
+
"title": "Price information",
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": {
|
|
93
|
+
"price": {
|
|
94
|
+
"ntsRef": "A3.1",
|
|
95
|
+
"title": "Price",
|
|
96
|
+
"type": "number",
|
|
97
|
+
"minimum": 1
|
|
98
|
+
},
|
|
99
|
+
"priceQualifier": {
|
|
100
|
+
"ntsRef": "A3.2",
|
|
101
|
+
"title": "Price type",
|
|
102
|
+
"type": "string",
|
|
103
|
+
"enum": [
|
|
104
|
+
"POA",
|
|
105
|
+
"Guide price",
|
|
106
|
+
"Fixed price",
|
|
107
|
+
"Offers in excess of",
|
|
108
|
+
"Offers in region of",
|
|
109
|
+
"Sale by tender"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"disposal": {
|
|
113
|
+
"title": "Disposal",
|
|
114
|
+
"type": "string",
|
|
115
|
+
"enum": [
|
|
116
|
+
"Auction",
|
|
117
|
+
"Formal tender",
|
|
118
|
+
"Informal tender",
|
|
119
|
+
"Modern Method of Auction",
|
|
120
|
+
"Private treaty"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"summaryDescription": {
|
|
126
|
+
"title": "Summary description",
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"marketingTenure": {
|
|
130
|
+
"title": "Type of tenure being marketed",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"enum": [
|
|
133
|
+
"Commonhold",
|
|
134
|
+
"Freehold",
|
|
135
|
+
"Leasehold",
|
|
136
|
+
"Share of Freehold",
|
|
137
|
+
"Shared Ownership"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
"media": {
|
|
141
|
+
"title": "Media",
|
|
142
|
+
"type": "array",
|
|
143
|
+
"items": {
|
|
144
|
+
"type": "object",
|
|
145
|
+
"required": ["mediaUrl"],
|
|
146
|
+
"properties": {
|
|
147
|
+
"mediaType": {
|
|
148
|
+
"title": "Type of media",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"enum": [
|
|
151
|
+
"Image",
|
|
152
|
+
"Floorplan",
|
|
153
|
+
"Brochure",
|
|
154
|
+
"Virtual tour",
|
|
155
|
+
"Audio tour",
|
|
156
|
+
"EPC",
|
|
157
|
+
"EPC graph"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"mediaUrl": {
|
|
161
|
+
"title": "Media URL",
|
|
162
|
+
"type": "string",
|
|
163
|
+
"format": "uri"
|
|
164
|
+
},
|
|
165
|
+
"caption": { "title": "Caption", "type": "string" }
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"delayFactors": {
|
|
170
|
+
"baspiRef": "A1.2",
|
|
171
|
+
"title": "Delay Factors",
|
|
172
|
+
"type": "object",
|
|
173
|
+
"required": ["hasDelayFactors"],
|
|
174
|
+
"properties": {
|
|
175
|
+
"hasDelayFactors": {
|
|
176
|
+
"baspiRef": "A1.2.1",
|
|
177
|
+
"title": "Are you aware of any factors which might delay or complicate the sale?",
|
|
178
|
+
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title? If yes, provide details and likely timescale for delay (if known)",
|
|
179
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"ownership": {
|
|
184
|
+
"baspiRef": "A1.3",
|
|
185
|
+
"lawSocietyRef": "TA7/1",
|
|
186
|
+
"ntsRef": "A1.1",
|
|
187
|
+
"title": "Ownership",
|
|
188
|
+
"type": "object",
|
|
189
|
+
"required": ["ownershipsToBeTransferred"],
|
|
190
|
+
"properties": {
|
|
191
|
+
"ownershipsToBeTransferred": {
|
|
192
|
+
"baspiRef": "A1.3",
|
|
193
|
+
"lawSocietyRef": "TA7/1",
|
|
194
|
+
"title": "Ownerships to be transferred on sale",
|
|
195
|
+
"type": "array",
|
|
196
|
+
"minItems": 1,
|
|
197
|
+
"items": {
|
|
198
|
+
"baspiRef": "A1.3",
|
|
199
|
+
"title": "Ownership to be transferred",
|
|
200
|
+
"type": "object",
|
|
201
|
+
"required": ["ownershipType"],
|
|
202
|
+
"properties": {
|
|
203
|
+
"titleNumber": {
|
|
204
|
+
"title": "Title number (if registered)",
|
|
205
|
+
"type": "string",
|
|
206
|
+
"minLength": 1
|
|
207
|
+
},
|
|
208
|
+
"ownershipType": {
|
|
209
|
+
"baspiRef": "A1.3.1",
|
|
210
|
+
"RDSRef": "Tenure/Tenure",
|
|
211
|
+
"lawSocietyRef": "TA7/1.1",
|
|
212
|
+
"title": "What type of ownership is the property?",
|
|
213
|
+
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
|
|
214
|
+
"type": "string",
|
|
215
|
+
"enum": [
|
|
216
|
+
"Freehold",
|
|
217
|
+
"Managed Freehold",
|
|
218
|
+
"Commonhold",
|
|
219
|
+
"Leasehold",
|
|
220
|
+
"Other"
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"discriminator": { "propertyName": "ownershipType" },
|
|
225
|
+
"oneOf": [
|
|
226
|
+
{
|
|
227
|
+
"properties": {
|
|
228
|
+
"ownershipType": {
|
|
229
|
+
"enum": ["Freehold"]
|
|
230
|
+
},
|
|
231
|
+
"wholeFreeholdForSale": {
|
|
232
|
+
"title": "Is the entire freehold being sold?",
|
|
233
|
+
"description": "If not, describe the share for sale (e.g. Ground floor flat only)",
|
|
234
|
+
"$ref": "#/$defs/yesNoDetailIfNo"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"required": ["wholeFreeholdForSale"]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"properties": {
|
|
241
|
+
"ownershipType": {
|
|
242
|
+
"enum": ["Managed Freehold", "Commonhold"]
|
|
243
|
+
},
|
|
244
|
+
"annualServiceCharge": {
|
|
245
|
+
"baspiRef": "A1.5.1",
|
|
246
|
+
"lawSocietyRef": "TA6/10.1",
|
|
247
|
+
"ntsRef": "A1.6",
|
|
248
|
+
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
249
|
+
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
250
|
+
"type": "number"
|
|
251
|
+
},
|
|
252
|
+
"largeAdditionalExpense": {
|
|
253
|
+
"baspiRef": "A1.5.2",
|
|
254
|
+
"lawSocietyRef": "TA6/10.1",
|
|
255
|
+
"RDSRef": "TenureAgreements/Repairs,TenureAgreements/ServicesCharges/Breakdown",
|
|
256
|
+
"title": "Have you received notice of any large expense in addition to the annual payment?",
|
|
257
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
258
|
+
"description": "If yes, please provide details and confirm whether there is a reserve fund or sinking fund which will cover the cost of the works."
|
|
259
|
+
},
|
|
260
|
+
"additionalFeesOnSale": {
|
|
261
|
+
"baspiRef": "A1.5.3",
|
|
262
|
+
"lawSocietyRef": "TA6/10.1",
|
|
263
|
+
"RDSRef": "TenureAgreements/LegalCosts/Actual, TenureAgreements/LegalCosts/Estimated",
|
|
264
|
+
"title": "Additional fees payable on sale (£)",
|
|
265
|
+
"type": "number"
|
|
266
|
+
},
|
|
267
|
+
"freeholderContactDetails": {
|
|
268
|
+
"baspiRef": "A1.5.4",
|
|
269
|
+
"lawSocietyRef": "TA7/4.1a",
|
|
270
|
+
"RDSRef": "TenureAgreements/Assignor",
|
|
271
|
+
"title": "The contact details of the freeholder or rentcharge owner",
|
|
272
|
+
"$ref": "#/$defs/contactDetails"
|
|
273
|
+
},
|
|
274
|
+
"managingAgentContactDetails": {
|
|
275
|
+
"baspiRef": "A1.5.5",
|
|
276
|
+
"lawSocietyRef": "TA7/4.1a",
|
|
277
|
+
"RDSRef": "Participants/Role",
|
|
278
|
+
"title": "The contact details of the managing agent",
|
|
279
|
+
"$ref": "#/$defs/contactDetails"
|
|
280
|
+
},
|
|
281
|
+
"managementCompanyDirectorRequirement": {
|
|
282
|
+
"baspiRef": "A1.5.6",
|
|
283
|
+
"RDSRef": "Property/Flags",
|
|
284
|
+
"title": "Is the owner of the property required to become a director in a management company for the maintenance of shared amenities?",
|
|
285
|
+
"$ref": "#/$defs/yesNo"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"required": [
|
|
289
|
+
"annualServiceCharge",
|
|
290
|
+
"largeAdditionalExpense",
|
|
291
|
+
"additionalFeesOnSale",
|
|
292
|
+
"freeholderContactDetails",
|
|
293
|
+
"managingAgentContactDetails",
|
|
294
|
+
"managementCompanyDirectorRequirement"
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"properties": {
|
|
299
|
+
"ownershipType": {
|
|
300
|
+
"enum": ["Leasehold"]
|
|
301
|
+
},
|
|
302
|
+
"sharedOwnership": {
|
|
303
|
+
"ntsRef": "A1.7",
|
|
304
|
+
"title": "Shared ownership",
|
|
305
|
+
"type": "object",
|
|
306
|
+
"properties": {
|
|
307
|
+
"isSharedOwnership": {
|
|
308
|
+
"title": "Is the property under Shared Ownership or a Part-buy Part-rent arrangement?",
|
|
309
|
+
"type": "string",
|
|
310
|
+
"enum": ["Yes", "No"]
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"required": ["isSharedOwnership"],
|
|
314
|
+
"discriminator": { "propertyName": "isSharedOwnership" },
|
|
315
|
+
"oneOf": [
|
|
316
|
+
{
|
|
317
|
+
"properties": {
|
|
318
|
+
"isSharedOwnership": {
|
|
319
|
+
"enum": ["No"]
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"properties": {
|
|
325
|
+
"isSharedOwnership": {
|
|
326
|
+
"enum": ["Yes"]
|
|
327
|
+
},
|
|
328
|
+
"sharedOwnershipPercentage": {
|
|
329
|
+
"ntsRef": "A1.7.1",
|
|
330
|
+
"title": "Shared ownership percentage",
|
|
331
|
+
"type": "integer",
|
|
332
|
+
"minimum": 5,
|
|
333
|
+
"exclusiveMaximum": 100
|
|
334
|
+
},
|
|
335
|
+
"sharedOwnershipRent": {
|
|
336
|
+
"ntsRef": "A1.7.2",
|
|
337
|
+
"title": "Shared ownership rent (£)",
|
|
338
|
+
"type": "number",
|
|
339
|
+
"minimum": 0
|
|
340
|
+
},
|
|
341
|
+
"sharedOwnershipRentFrequency": {
|
|
342
|
+
"ntsRef": "A1.7.3",
|
|
343
|
+
"title": "Shared ownership rent frequency",
|
|
344
|
+
"type": "string",
|
|
345
|
+
"enum": ["Yearly", "Monthly", "Weekly"]
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"required": [
|
|
349
|
+
"sharedOwnershipPercentage",
|
|
350
|
+
"sharedOwnershipRent",
|
|
351
|
+
"sharedOwnershipRentFrequency"
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
"startYearOfLease": {
|
|
357
|
+
"baspiRef": "A1.4.1b",
|
|
358
|
+
"ntsRef": "A1.2",
|
|
359
|
+
"title": "Year that the lease commenced",
|
|
360
|
+
"type": "integer",
|
|
361
|
+
"minimum": 1000
|
|
362
|
+
},
|
|
363
|
+
"lengthOfLeaseInYears": {
|
|
364
|
+
"baspiRef": "A1.4.1a",
|
|
365
|
+
"ntsRef": "A1.3",
|
|
366
|
+
"title": "Length of lease (years)",
|
|
367
|
+
"type": "integer"
|
|
368
|
+
},
|
|
369
|
+
"currentGroundRent": {
|
|
370
|
+
"baspiRef": "A1.4.2",
|
|
371
|
+
"ntsRef": "A1.4",
|
|
372
|
+
"RDSRef": "TenureAgreements/RentPayable/Value",
|
|
373
|
+
"lawSocietyRef": "TA7/1.2a",
|
|
374
|
+
"title": "Current annual ground rent (£)",
|
|
375
|
+
"type": "number"
|
|
376
|
+
},
|
|
377
|
+
"rentIncrease": {
|
|
378
|
+
"baspiRef": "A1.4.3",
|
|
379
|
+
"ntsRef": "A1.5",
|
|
380
|
+
"RDSRef": "TenureAgreement/isRentChangeable, TenureAgreements/RentChanges",
|
|
381
|
+
"title": "Does the ground rent increase?",
|
|
382
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
383
|
+
"description": "Please provide full details of the ground rent increase e.g. how often and by how much and when the next increase is due."
|
|
384
|
+
},
|
|
385
|
+
"annualServiceCharge": {
|
|
386
|
+
"baspiRef": "A1.5.1",
|
|
387
|
+
"ntsRef": "A1.6",
|
|
388
|
+
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
389
|
+
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
390
|
+
"type": "number"
|
|
391
|
+
},
|
|
392
|
+
"largeAdditionalExpense": {
|
|
393
|
+
"baspiRef": "A1.5.2",
|
|
394
|
+
"RDSRef": "TenureAgreements/Repairs,TenureAgreements/ServicesCharges/Breakdown",
|
|
395
|
+
"title": "Have you received notice of any large expense in addition to the annual payment?",
|
|
396
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
397
|
+
"description": "If yes, please provide details and confirm whether there is a reserve fund or sinking fund which will cover the cost of the works."
|
|
398
|
+
},
|
|
399
|
+
"additionalFeesOnSale": {
|
|
400
|
+
"baspiRef": "A1.5.3",
|
|
401
|
+
"RDSRef": "TenureAgreements/LegalCosts/Actual, TenureAgreements/LegalCosts/Estimated",
|
|
402
|
+
"title": "Additional fees payable on sale (£)",
|
|
403
|
+
"type": "number"
|
|
404
|
+
},
|
|
405
|
+
"freeholderContactDetails": {
|
|
406
|
+
"baspiRef": "A1.5.4",
|
|
407
|
+
"lawSocietyRef": "TA7/4.1a",
|
|
408
|
+
"RDSRef": "TenureAgreements/Assignor",
|
|
409
|
+
"title": "The name, address and email address of the freeholder or rentcharge owner",
|
|
410
|
+
"$ref": "#/$defs/contactDetails"
|
|
411
|
+
},
|
|
412
|
+
"managingAgentContactDetails": {
|
|
413
|
+
"baspiRef": "A1.5.5",
|
|
414
|
+
"lawSocietyRef": "TA7/4.1b",
|
|
415
|
+
"RDSRef": "Participants/Role",
|
|
416
|
+
"title": "The name, address and email address of the managing agent",
|
|
417
|
+
"$ref": "#/$defs/contactDetails"
|
|
418
|
+
},
|
|
419
|
+
"managementCompanyDirectorRequirement": {
|
|
420
|
+
"baspiRef": "A1.5.6",
|
|
421
|
+
"RDSRef": "Property/Flags",
|
|
422
|
+
"title": "Is the owner of the property required to become a director in a management company for the maintenance of shared amenities?",
|
|
423
|
+
"$ref": "#/$defs/yesNo"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"required": [
|
|
427
|
+
"sharedOwnership",
|
|
428
|
+
"startYearOfLease",
|
|
429
|
+
"lengthOfLeaseInYears",
|
|
430
|
+
"currentGroundRent",
|
|
431
|
+
"rentIncrease",
|
|
432
|
+
"annualServiceCharge",
|
|
433
|
+
"largeAdditionalExpense",
|
|
434
|
+
"additionalFeesOnSale",
|
|
435
|
+
"freeholderContactDetails",
|
|
436
|
+
"managingAgentContactDetails",
|
|
437
|
+
"managementCompanyDirectorRequirement"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"properties": {
|
|
442
|
+
"ownershipType": {
|
|
443
|
+
"enum": ["Other"]
|
|
444
|
+
},
|
|
445
|
+
"otherOwnershipDetails": {
|
|
446
|
+
"baspiRef": "A1.3.2",
|
|
447
|
+
"title": "Details of the ownership type",
|
|
448
|
+
"type": "string",
|
|
449
|
+
"minLength": 1
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"required": ["otherOwnershipDetails"]
|
|
453
|
+
}
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"parking": {
|
|
460
|
+
"baspiRef": "A1.6",
|
|
461
|
+
"RDSRef": "Services/Parking",
|
|
462
|
+
"lawSocietyRef": "TA6/9",
|
|
463
|
+
"title": "Parking",
|
|
464
|
+
"type": "object",
|
|
465
|
+
"required": [
|
|
466
|
+
"parkingArrangements",
|
|
467
|
+
"controlledParking",
|
|
468
|
+
"electricVehicleChargingPoint"
|
|
469
|
+
],
|
|
470
|
+
"properties": {
|
|
471
|
+
"parkingArrangements": {
|
|
472
|
+
"lawSocietyRef": "TA6/9.1",
|
|
473
|
+
"type": "object",
|
|
474
|
+
"title": "Parking arrangements",
|
|
475
|
+
"required": ["parkingArrangementsType"],
|
|
476
|
+
"properties": {
|
|
477
|
+
"parkingArrangementsType": {
|
|
478
|
+
"baspiRef": "A1.6.1",
|
|
479
|
+
"title": "What type of parking arrangements are there?",
|
|
480
|
+
"type": "string",
|
|
481
|
+
"enum": [
|
|
482
|
+
"Garage",
|
|
483
|
+
"Allocated parking space",
|
|
484
|
+
"Driveway",
|
|
485
|
+
"On street",
|
|
486
|
+
"Resident permit",
|
|
487
|
+
"Metered parking",
|
|
488
|
+
"Communal parking",
|
|
489
|
+
"None",
|
|
490
|
+
"Other"
|
|
491
|
+
]
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"discriminator": { "propertyName": "parkingArrangementsType" },
|
|
495
|
+
"oneOf": [
|
|
496
|
+
{
|
|
497
|
+
"properties": {
|
|
498
|
+
"parkingArrangementsType": {
|
|
499
|
+
"enum": [
|
|
500
|
+
"Garage",
|
|
501
|
+
"Allocated parking space",
|
|
502
|
+
"Driveway",
|
|
503
|
+
"On street",
|
|
504
|
+
"Resident permit",
|
|
505
|
+
"Metered parking",
|
|
506
|
+
"Communal parking",
|
|
507
|
+
"None"
|
|
508
|
+
]
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"properties": {
|
|
514
|
+
"parkingArrangementsType": {
|
|
515
|
+
"enum": ["Other"]
|
|
516
|
+
},
|
|
517
|
+
"otherParkingType": {
|
|
518
|
+
"baspiRef": "A1.6.2",
|
|
519
|
+
"title": "Please describe the other parking arrangements",
|
|
520
|
+
"type": "string"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"required": ["otherParkingType"]
|
|
524
|
+
}
|
|
525
|
+
]
|
|
526
|
+
},
|
|
527
|
+
"controlledParking": {
|
|
528
|
+
"lawSocietyRef": "TA6/9.2",
|
|
529
|
+
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
530
|
+
"$ref": "#/$defs/yesNo"
|
|
531
|
+
},
|
|
532
|
+
"electricVehicleChargingPoint": {
|
|
533
|
+
"baspiRef": "A1.6.1",
|
|
534
|
+
"title": "Is there an electric vehicle charging point belonging to the property?",
|
|
535
|
+
"$ref": "#/$defs/yesNo"
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"listingAndConservation": {
|
|
540
|
+
"baspiRef": "A1.7",
|
|
541
|
+
"lawSocietyRef": "TA6/4.7",
|
|
542
|
+
"title": "Listing and Conservation",
|
|
543
|
+
"type": "object",
|
|
544
|
+
"required": [
|
|
545
|
+
"isListed",
|
|
546
|
+
"isConservationArea",
|
|
547
|
+
"hasTreePreservationOrder"
|
|
548
|
+
],
|
|
549
|
+
"properties": {
|
|
550
|
+
"isListed": {
|
|
551
|
+
"baspiRef": "A1.7.1",
|
|
552
|
+
"RDSRef": "Protections",
|
|
553
|
+
"lawSocietyRef": "TA6/4.7a",
|
|
554
|
+
"title": "Is the property a listed building in England or Wales?",
|
|
555
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
556
|
+
"description": "If yes, please provide details of the listing and any relevant documents"
|
|
557
|
+
},
|
|
558
|
+
"isConservationArea": {
|
|
559
|
+
"baspiRef": "A1.7.2",
|
|
560
|
+
"RDSRef": "Protections",
|
|
561
|
+
"lawSocietyRef": "TA6/4.7b",
|
|
562
|
+
"title": "Is the property in a designated conservation area?",
|
|
563
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
564
|
+
"description": "If yes, please provide details of the listing and any relevant documents"
|
|
565
|
+
},
|
|
566
|
+
"hasTreePreservationOrder": {
|
|
567
|
+
"baspiRef": "A1.7.3",
|
|
568
|
+
"RDSRef": "Property/Flags",
|
|
569
|
+
"lawSocietyRef": "TA6/4.8",
|
|
570
|
+
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
571
|
+
"type": "object",
|
|
572
|
+
"properties": {
|
|
573
|
+
"yesNo": {
|
|
574
|
+
"type": "string",
|
|
575
|
+
"title": "",
|
|
576
|
+
"enum": ["Yes", "No"]
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"required": ["yesNo"],
|
|
580
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
581
|
+
"oneOf": [
|
|
582
|
+
{
|
|
583
|
+
"properties": {
|
|
584
|
+
"yesNo": {
|
|
585
|
+
"enum": ["No"]
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"properties": {
|
|
591
|
+
"yesNo": {
|
|
592
|
+
"enum": ["Yes"]
|
|
593
|
+
},
|
|
594
|
+
"details": {
|
|
595
|
+
"title": "Details",
|
|
596
|
+
"RDSRef": "Protections",
|
|
597
|
+
"type": "string",
|
|
598
|
+
"minLength": 1
|
|
599
|
+
},
|
|
600
|
+
"workCarriedOut": {
|
|
601
|
+
"RDSRef": "WorksAlterationsChanges",
|
|
602
|
+
"lawSocietyRef": "TA6/4.8a",
|
|
603
|
+
"title": "If work has been carried out to any trees which are protected by the order, were the relevant consents obtained? Provide any relevant documentation",
|
|
604
|
+
"type": "string",
|
|
605
|
+
"minLength": 1
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"required": ["details", "workCarriedOut"]
|
|
609
|
+
}
|
|
610
|
+
]
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"typeOfConstruction": {
|
|
615
|
+
"baspiRef": "A1.8",
|
|
616
|
+
"title": "Type of Construction",
|
|
617
|
+
"type": "object",
|
|
618
|
+
"required": ["isStandardForm", "hasFlammableExternalWallSystem"],
|
|
619
|
+
"properties": {
|
|
620
|
+
"isStandardForm": {
|
|
621
|
+
"baspiRef": "A1.8.1",
|
|
622
|
+
"RDSRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
623
|
+
"title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
|
|
624
|
+
"$ref": "#/$defs/yesNoDetailIfNo"
|
|
625
|
+
},
|
|
626
|
+
"hasFlammableExternalWallSystem": {
|
|
627
|
+
"baspiRef": "A1.8.2",
|
|
628
|
+
"RDSRef": "Tenure/DisputesComplaints,Tenure/LegalClaims",
|
|
629
|
+
"title": "Does the property have potentially flammable external wall system - including cladding and balconies etc?",
|
|
630
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
631
|
+
"description": "If yes, please give details and attach an EWS form or state if none is to hand"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"energyEfficiency": {
|
|
636
|
+
"RDSRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
637
|
+
"title": "Energy Efficiency",
|
|
638
|
+
"type": "object",
|
|
639
|
+
"required": ["energyEfficiencyRating", "hasSprayFoamInstalled"],
|
|
640
|
+
"properties": {
|
|
641
|
+
"energyEfficiencyRating": {
|
|
642
|
+
"baspiRef": "A1.8.3",
|
|
643
|
+
"lawSocietyRef": "TA6/7.6",
|
|
644
|
+
"title": "Energy Efficiency Rating",
|
|
645
|
+
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
646
|
+
"type": "string",
|
|
647
|
+
"enum": [
|
|
648
|
+
"A",
|
|
649
|
+
"B",
|
|
650
|
+
"C",
|
|
651
|
+
"D",
|
|
652
|
+
"E",
|
|
653
|
+
"F",
|
|
654
|
+
"G",
|
|
655
|
+
"Exempt Property",
|
|
656
|
+
"Survey Instructed",
|
|
657
|
+
"No Certificate"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
"hasSprayFoamInstalled": {
|
|
661
|
+
"baspiRef": "A1.8.4",
|
|
662
|
+
"title": "Has spray foam insulation been installed at the property?",
|
|
663
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
664
|
+
"description": "If yes, please give details together with certification from BBA or KIWA and the installation warranty for the work carried out."
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"councilTax": {
|
|
669
|
+
"baspiRef": "A1.9",
|
|
670
|
+
"ntsRef": "A2",
|
|
671
|
+
"title": "Council Tax",
|
|
672
|
+
"type": "object",
|
|
673
|
+
"required": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
674
|
+
"properties": {
|
|
675
|
+
"councilTaxBand": {
|
|
676
|
+
"baspiRef": "A1.9.1",
|
|
677
|
+
"ntsRef": "A2.1",
|
|
678
|
+
"RDSRef": "TenureAgreements/Taxes/{banding=?}",
|
|
679
|
+
"title": "Which Council Tax band does this property fall within?",
|
|
680
|
+
"type": "string",
|
|
681
|
+
"enum": ["A", "B", "C", "D", "E", "F", "G", "H"]
|
|
682
|
+
},
|
|
683
|
+
"councilTaxAffectingAlterations": {
|
|
684
|
+
"baspiRef": "A1.9.2",
|
|
685
|
+
"RDSRef": "TenureAgreements/Taxes/WorksAlterationsChanges",
|
|
686
|
+
"title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
|
|
687
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
688
|
+
"description": "If yes, please give details"
|
|
689
|
+
},
|
|
690
|
+
"councilTaxAnnualCharge": {
|
|
691
|
+
"title": "What is the current annual Council Tax charge? (£)",
|
|
692
|
+
"type": "number"
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"disputesAndComplaints": {
|
|
697
|
+
"baspiRef": "A2",
|
|
698
|
+
"title": "Disputes and Complaints",
|
|
699
|
+
"type": "object",
|
|
700
|
+
"required": ["hasDisputesAndComplaints"],
|
|
701
|
+
"properties": {
|
|
702
|
+
"hasDisputesAndComplaints": {
|
|
703
|
+
"baspiRef": "A2.1",
|
|
704
|
+
"RDSRef": "Tenure/DisputesComplaints,Tenure/LegalClaims",
|
|
705
|
+
"lawSocietyRef": "TA6/2",
|
|
706
|
+
"title": "Have any disputes or complaints occurred, or any actions taken place which might lead to a dispute, regarding this property, a property nearby, or their use? E.g boundary disagreement, noise, trespass etc",
|
|
707
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"alterationsAndChanges": {
|
|
712
|
+
"baspiRef": "A3",
|
|
713
|
+
"lawSocietyRef": "TA6/4.1",
|
|
714
|
+
"title": "Alterations and Changes to the Property",
|
|
715
|
+
"type": "object",
|
|
716
|
+
"required": [
|
|
717
|
+
"hasStructuralAlterations",
|
|
718
|
+
"changeOfUse",
|
|
719
|
+
"windowReplacementsSince2002",
|
|
720
|
+
"hasAddedConservatory",
|
|
721
|
+
"planningPermissionBreaches",
|
|
722
|
+
"unresolvedPlanningIssues"
|
|
723
|
+
],
|
|
724
|
+
"properties": {
|
|
725
|
+
"hasStructuralAlterations": {
|
|
726
|
+
"baspiRef": "A3.1",
|
|
727
|
+
"RDSRef": "WorksAlterationsChanges",
|
|
728
|
+
"lawSocietyRef": "TA6/4.1a",
|
|
729
|
+
"title": "Have there been any structural alterations, extensions, significant repairs or renewals to the property? (e.g. extensions, loft or garage conversion, removal of internal walls or chimneys)",
|
|
730
|
+
"$ref": "#/$defs/yesNoDetailConsents",
|
|
731
|
+
"description": "If yes, for each change, please outline the nature of the work and provide the dates of all work undertaken."
|
|
732
|
+
},
|
|
733
|
+
"changeOfUse": {
|
|
734
|
+
"baspiRef": "A3.1",
|
|
735
|
+
"RDSRef": "WorksAlterationsChanges",
|
|
736
|
+
"lawSocietyRef": "TA6/4.1b",
|
|
737
|
+
"title": "Has there been any change of use (e.g. from an office to a residence?",
|
|
738
|
+
"$ref": "#/$defs/yesNoDetailConsents",
|
|
739
|
+
"description": "If yes, please confirm the year the change was completed."
|
|
740
|
+
},
|
|
741
|
+
"windowReplacementsSince2002": {
|
|
742
|
+
"baspiRef": "A3.2",
|
|
743
|
+
"RDSRef": "WorksAlterationsChanges",
|
|
744
|
+
"lawSocietyRef": "TA6/4.1c",
|
|
745
|
+
"title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
|
|
746
|
+
"$ref": "#/$defs/yesNoDetailConsents",
|
|
747
|
+
"description": "If yes, for each installation, please outline the nature of the work and confirm the year the installation was completed."
|
|
748
|
+
},
|
|
749
|
+
"hasAddedConservatory": {
|
|
750
|
+
"baspiRef": "A3.3",
|
|
751
|
+
"RDSRef": "WorksAlterationsChanges",
|
|
752
|
+
"lawSocietyRef": "TA6/4.1d",
|
|
753
|
+
"title": "Has a conservatory been added?",
|
|
754
|
+
"$ref": "#/$defs/yesNoDetailConsents",
|
|
755
|
+
"description": "If yes, confirm the year the installation was completed and whether any walls were removed, an exterior quality door separates the conservatory from the main building and, since the conservatory was added, has any replacement or refurbishment of the roof been undertaken that reduces the glazed area of the roof?"
|
|
756
|
+
},
|
|
757
|
+
"planningPermissionBreaches": {
|
|
758
|
+
"baspiRef": "A3.6",
|
|
759
|
+
"RDSRef": "Property/Flags",
|
|
760
|
+
"lawSocietyRef": "TA6/4.4",
|
|
761
|
+
"title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
|
|
762
|
+
"type": "object",
|
|
763
|
+
"properties": {
|
|
764
|
+
"yesNo": {
|
|
765
|
+
"type": "string",
|
|
766
|
+
"title": "",
|
|
767
|
+
"enum": ["Yes", "No"]
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
"required": ["yesNo"],
|
|
771
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
772
|
+
"oneOf": [
|
|
773
|
+
{
|
|
774
|
+
"properties": {
|
|
775
|
+
"yesNo": {
|
|
776
|
+
"enum": ["No"]
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"properties": {
|
|
782
|
+
"yesNo": {
|
|
783
|
+
"enum": ["Yes"]
|
|
784
|
+
},
|
|
785
|
+
"details": {
|
|
786
|
+
"RDSRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
|
|
787
|
+
"title": "Details",
|
|
788
|
+
"type": "string",
|
|
789
|
+
"minLength": 1
|
|
790
|
+
},
|
|
791
|
+
"willingToInsure": {
|
|
792
|
+
"baspiRef": "A3.8",
|
|
793
|
+
"RDSRef": "Insurance/isWillingToProvide",
|
|
794
|
+
"title": "If yes, confirm whether you will pay for an insurance policy if the Local Authority still have power to enforce the breach. Your property lawyer can obtain a quote for you. (If you already have a policy please give it to your property lawyer and include details in Question 6 of Section B) [*Note: It will be a term of the insurance policy that the Local Authority is not contacted so if you have contacted the Local Authority the option of indemnity insurance will not be available.]",
|
|
795
|
+
"type": "string",
|
|
796
|
+
"enum": ["Yes", "No"]
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"required": ["details", "willingToInsure"]
|
|
800
|
+
}
|
|
801
|
+
]
|
|
802
|
+
},
|
|
803
|
+
"unresolvedPlanningIssues": {
|
|
804
|
+
"baspiRef": "A3.7",
|
|
805
|
+
"lawSocietyRef": "TA6/4.5",
|
|
806
|
+
"RDSRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
|
|
807
|
+
"title": "Are you aware of any unresolved planning or building control issues?",
|
|
808
|
+
"type": "object",
|
|
809
|
+
"properties": {
|
|
810
|
+
"yesNo": {
|
|
811
|
+
"type": "string",
|
|
812
|
+
"title": "",
|
|
813
|
+
"enum": ["Yes", "No"]
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"required": ["yesNo"],
|
|
817
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
818
|
+
"oneOf": [
|
|
819
|
+
{
|
|
820
|
+
"properties": {
|
|
821
|
+
"yesNo": {
|
|
822
|
+
"enum": ["No"]
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"properties": {
|
|
828
|
+
"yesNo": {
|
|
829
|
+
"enum": ["Yes"]
|
|
830
|
+
},
|
|
831
|
+
"details": {
|
|
832
|
+
"RDSRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
|
|
833
|
+
"title": "Details",
|
|
834
|
+
"type": "string",
|
|
835
|
+
"minLength": 1
|
|
836
|
+
},
|
|
837
|
+
"willingToInsure": {
|
|
838
|
+
"baspiRef": "A3.8",
|
|
839
|
+
"RDSRef": "Insurance/isWillingToProvide",
|
|
840
|
+
"title": "If yes, confirm whether you will pay for an insurance policy if the Local Authority still have power to enforce the breach. Your property lawyer can obtain a quote for you. (If you already have a policy please give it to your property lawyer and include details in Question 6 of Section B) [*Note: It will be a term of the insurance policy that the Local Authority is not contacted so if you have contacted the Local Authority the option of indemnity insurance will not be available.]",
|
|
841
|
+
"type": "string",
|
|
842
|
+
"enum": ["Yes", "No"]
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"required": ["details", "willingToInsure"]
|
|
846
|
+
}
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"notices": {
|
|
852
|
+
"baspiRef": "A4",
|
|
853
|
+
"lawSocietyRef": "TA6/3",
|
|
854
|
+
"title": "Notices which Affect the Property",
|
|
855
|
+
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
856
|
+
"type": "object",
|
|
857
|
+
"required": [
|
|
858
|
+
"neighbourDevelopment",
|
|
859
|
+
"planningApplication",
|
|
860
|
+
"requiredMaintenance",
|
|
861
|
+
"listedBuildingApplication",
|
|
862
|
+
"infrastructureProject",
|
|
863
|
+
"partyWallAct",
|
|
864
|
+
"otherNotices"
|
|
865
|
+
],
|
|
866
|
+
"properties": {
|
|
867
|
+
"neighbourDevelopment": {
|
|
868
|
+
"baspiRef": "A4.1",
|
|
869
|
+
"RDSRef": "Property/Flags,Planning",
|
|
870
|
+
"lawSocietyRef": "TA6/3.1",
|
|
871
|
+
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
872
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
873
|
+
},
|
|
874
|
+
"planningApplication": {
|
|
875
|
+
"baspiRef": "A4.2",
|
|
876
|
+
"RDSRef": "Property/Flags,Planning",
|
|
877
|
+
"lawSocietyRef": "TA6/3.2",
|
|
878
|
+
"title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
|
|
879
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
880
|
+
},
|
|
881
|
+
"requiredMaintenance": {
|
|
882
|
+
"baspiRef": "A4.3",
|
|
883
|
+
"RDSRef": "Property/Flags,Notifications",
|
|
884
|
+
"lawSocietyRef": "TA6/3.1",
|
|
885
|
+
"title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
|
|
886
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
887
|
+
},
|
|
888
|
+
"listedBuildingApplication": {
|
|
889
|
+
"baspiRef": "A4.4",
|
|
890
|
+
"RDSRef": "Property/Flags,Protections",
|
|
891
|
+
"lawSocietyRef": "TA6/3.1",
|
|
892
|
+
"title": "Listed building application",
|
|
893
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
894
|
+
},
|
|
895
|
+
"infrastructureProject": {
|
|
896
|
+
"baspiRef": "A4.5",
|
|
897
|
+
"RDSRef": "Property/Flags,Planning",
|
|
898
|
+
"lawSocietyRef": "TA6/3.1",
|
|
899
|
+
"title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
|
|
900
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
901
|
+
},
|
|
902
|
+
"partyWallAct": {
|
|
903
|
+
"baspiRef": "A4.6",
|
|
904
|
+
"RDSRef": "Property/Flags,Notifications",
|
|
905
|
+
"lawSocietyRef": "TA6/1.6",
|
|
906
|
+
"title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
|
|
907
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
908
|
+
},
|
|
909
|
+
"otherNotices": {
|
|
910
|
+
"baspiRef": "A4.7",
|
|
911
|
+
"RDSRef": "Property/Flags,Notifications",
|
|
912
|
+
"lawSocietyRef": "TA6/3.1",
|
|
913
|
+
"title": "Any other type of notice",
|
|
914
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"specialistIssues": {
|
|
919
|
+
"baspiRef": "A5",
|
|
920
|
+
"title": "Specialist Issues",
|
|
921
|
+
"type": "object",
|
|
922
|
+
"required": [
|
|
923
|
+
"dryRotEtcTreatment",
|
|
924
|
+
"containsAsbestos",
|
|
925
|
+
"japaneseKnotweed",
|
|
926
|
+
"subsidenceOrStructuralFault",
|
|
927
|
+
"ongoingHealthOrSafetyIssue"
|
|
928
|
+
],
|
|
929
|
+
"properties": {
|
|
930
|
+
"dryRotEtcTreatment": {
|
|
931
|
+
"baspiRef": "A5.1",
|
|
932
|
+
"RDSRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
933
|
+
"title": "To your knowledge, has there been any preventative work for, or treatment of dry rot, wet rot or damp carried out at the property?",
|
|
934
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
935
|
+
},
|
|
936
|
+
"containsAsbestos": {
|
|
937
|
+
"baspiRef": "A5.2",
|
|
938
|
+
"RDSRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
939
|
+
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
940
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
941
|
+
"description": "If yes, please state whether there is a management plan in place and attach a copy"
|
|
942
|
+
},
|
|
943
|
+
"japaneseKnotweed": {
|
|
944
|
+
"baspiRef": "A5.3",
|
|
945
|
+
"RDSRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
|
|
946
|
+
"lawSocietyRef": "TA6/7.8",
|
|
947
|
+
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
948
|
+
"description": "If so please state whether there is a management plan in place and attach a copy",
|
|
949
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
950
|
+
},
|
|
951
|
+
"subsidenceOrStructuralFault": {
|
|
952
|
+
"baspiRef": "A5.4",
|
|
953
|
+
"RDSRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
954
|
+
"title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
|
|
955
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
956
|
+
},
|
|
957
|
+
"ongoingHealthOrSafetyIssue": {
|
|
958
|
+
"baspiRef": "A5.5",
|
|
959
|
+
"RDSRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
960
|
+
"title": "Have you been notified by a relevant authority or qualified expert of an on-going health or safety issue with the property?",
|
|
961
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"fixturesAndFittings": {
|
|
966
|
+
"baspiRef": "A6",
|
|
967
|
+
"lawSocietyRef": "TA10",
|
|
968
|
+
"title": "Fixtures and Fittings",
|
|
969
|
+
"description": "This is so a buyer’s offer can take into account whether you are taking something of value or leaving extra items. A full list will need to be completed after the sale is agreed.",
|
|
970
|
+
"type": "object",
|
|
971
|
+
"required": ["itemsToRemove", "itemsToInclude"],
|
|
972
|
+
"properties": {
|
|
973
|
+
"itemsToRemove": {
|
|
974
|
+
"baspiRef": "A6.1",
|
|
975
|
+
"RDSRef": "Objects/{isIncludedInExchange='no',class='fixture|fitting}",
|
|
976
|
+
"title": "Are there any items, which would be considered a fixture or fitting, that you intend to take? E.g. Carpets, curtains, light fittings, fitted cupboards, etc",
|
|
977
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
978
|
+
},
|
|
979
|
+
"itemsToInclude": {
|
|
980
|
+
"baspiRef": "A6.2",
|
|
981
|
+
"RDSRef": "Objects/{isIncludedInExchange='true',class='equipment|furniture}",
|
|
982
|
+
"title": "Are there additional furniture items or possessions are you very likely to include in the sale, irrespective of sale price?",
|
|
983
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"waterAndDrainage": {
|
|
988
|
+
"baspiRef": "A7",
|
|
989
|
+
"lawSocietyRef": "TA6/13",
|
|
990
|
+
"title": "Water and Drainage",
|
|
991
|
+
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
992
|
+
"type": "object",
|
|
993
|
+
"required": [
|
|
994
|
+
"mainsWater",
|
|
995
|
+
"mainsSurfaceWaterDrainage",
|
|
996
|
+
"mainsFoulDrainage"
|
|
997
|
+
],
|
|
998
|
+
"properties": {
|
|
999
|
+
"mainsWater": {
|
|
1000
|
+
"baspiRef": "A7.1.10",
|
|
1001
|
+
"lawSocietyRef": "TA6/13.3",
|
|
1002
|
+
"RDSRef": "Services/PotableWaterSupply",
|
|
1003
|
+
"title": "Mains water",
|
|
1004
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1005
|
+
},
|
|
1006
|
+
"mainsSurfaceWaterDrainage": {
|
|
1007
|
+
"baspiRef": "A7.1.12",
|
|
1008
|
+
"RDSRef": "Services/StormWaterDrainage",
|
|
1009
|
+
"lawSocietyRef": "TA6/12.4b",
|
|
1010
|
+
"title": "Mains surface water drainage",
|
|
1011
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1012
|
+
},
|
|
1013
|
+
"mainsFoulDrainage": {
|
|
1014
|
+
"baspiRef": "A7.1.11",
|
|
1015
|
+
"RDSRef": "Services/WasteWaterSewarageDisposal",
|
|
1016
|
+
"lawSocietyRef": "TA6/12.4a",
|
|
1017
|
+
"title": "Mains foul drainage",
|
|
1018
|
+
"type": "object",
|
|
1019
|
+
"required": ["yesNo"],
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"yesNo": {
|
|
1022
|
+
"type": "string",
|
|
1023
|
+
"title": "",
|
|
1024
|
+
"enum": ["Yes", "To be connected", "No"]
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1028
|
+
"oneOf": [
|
|
1029
|
+
{
|
|
1030
|
+
"properties": {
|
|
1031
|
+
"yesNo": {
|
|
1032
|
+
"enum": ["No"]
|
|
1033
|
+
},
|
|
1034
|
+
"sustainableDrainageSystem": {
|
|
1035
|
+
"baspiRef": "A7.2.1",
|
|
1036
|
+
"RDSRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1037
|
+
"title": "Sustainable Drainage System",
|
|
1038
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1039
|
+
},
|
|
1040
|
+
"septicTank": {
|
|
1041
|
+
"baspiRef": "A7.2.2",
|
|
1042
|
+
"RDSRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1043
|
+
"lawSocietyRef": "TA6/12.5",
|
|
1044
|
+
"title": "Septic tank",
|
|
1045
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1046
|
+
"description": "If yes, please specify date replaced or updated and date last emptied"
|
|
1047
|
+
},
|
|
1048
|
+
"cesspit": {
|
|
1049
|
+
"baspiRef": "A7.2.3",
|
|
1050
|
+
"RDSRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1051
|
+
"lawSocietyRef": "TA6/12.7",
|
|
1052
|
+
"title": "Cesspit",
|
|
1053
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1054
|
+
"description": "If yes, please specify date last emptied"
|
|
1055
|
+
},
|
|
1056
|
+
"sewerageTreatmentPlant": {
|
|
1057
|
+
"baspiRef": "A7.2.4",
|
|
1058
|
+
"RDSRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1059
|
+
"lawSocietyRef": "TA6/12.8",
|
|
1060
|
+
"title": "Sewerage treatment plant",
|
|
1061
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1062
|
+
"description": "If yes, please specify date last serviced"
|
|
1063
|
+
},
|
|
1064
|
+
"otherConnectedProperties": {
|
|
1065
|
+
"baspiRef": "A7.2.5",
|
|
1066
|
+
"RDSRef": "Services/OtherServices/SharedWith",
|
|
1067
|
+
"lawSocietyRef": "TA6/12.6",
|
|
1068
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
1069
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1070
|
+
"description": "If yes, provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for."
|
|
1071
|
+
},
|
|
1072
|
+
"yearSystemInstalled": {
|
|
1073
|
+
"lawSocietyRef": "TA6/12.9",
|
|
1074
|
+
"title": "What year was the system installed?",
|
|
1075
|
+
"type": "integer",
|
|
1076
|
+
"minimum": 1000
|
|
1077
|
+
},
|
|
1078
|
+
"plantOnOtherLand": {
|
|
1079
|
+
"baspiRef": "A7.2.6",
|
|
1080
|
+
"RDSRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
|
|
1081
|
+
"lawSocietyRef": "TA6/12.10",
|
|
1082
|
+
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
1083
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1084
|
+
"description": "If yes, please supply a plan showing the location of the system and how access is obtained."
|
|
1085
|
+
},
|
|
1086
|
+
"plantRegistered": {
|
|
1087
|
+
"baspiRef": "A7.2.7",
|
|
1088
|
+
"RDSRef": "Services/OtherServices/Certificates",
|
|
1089
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
1090
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1091
|
+
"description": "If yes, please supply the appropriate permit to discharge or exemption certificate"
|
|
1092
|
+
},
|
|
1093
|
+
"plantDrainsIntoWaterway": {
|
|
1094
|
+
"baspiRef": "A7.2.8",
|
|
1095
|
+
"RDSRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
|
|
1096
|
+
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
1097
|
+
"type": "object",
|
|
1098
|
+
"properties": {
|
|
1099
|
+
"yesNo": {
|
|
1100
|
+
"type": "string",
|
|
1101
|
+
"title": "",
|
|
1102
|
+
"enum": [
|
|
1103
|
+
"Yes",
|
|
1104
|
+
"No, the effluent is discharged through a soakaway system."
|
|
1105
|
+
]
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"required": ["yesNo"],
|
|
1109
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1110
|
+
"oneOf": [
|
|
1111
|
+
{
|
|
1112
|
+
"properties": {
|
|
1113
|
+
"yesNo": {
|
|
1114
|
+
"enum": [
|
|
1115
|
+
"No, the effluent is discharged through a soakaway system."
|
|
1116
|
+
]
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"properties": {
|
|
1122
|
+
"yesNo": {
|
|
1123
|
+
"enum": ["Yes"]
|
|
1124
|
+
},
|
|
1125
|
+
"dischargeCompliesWithGBR": {
|
|
1126
|
+
"baspiRef": "A7.2.9",
|
|
1127
|
+
"RDSRef": "Services/OtherServices/ExternalConnections/Flags",
|
|
1128
|
+
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
1129
|
+
"type": "string",
|
|
1130
|
+
"enum": [
|
|
1131
|
+
"Yes",
|
|
1132
|
+
"No, it does not comply with the rules for discharge into a waterway."
|
|
1133
|
+
]
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"required": ["dischargeCompliesWithGBR"]
|
|
1137
|
+
}
|
|
1138
|
+
]
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"required": [
|
|
1142
|
+
"sustainableDrainageSystem",
|
|
1143
|
+
"septicTank",
|
|
1144
|
+
"cesspit",
|
|
1145
|
+
"sewerageTreatmentPlant",
|
|
1146
|
+
"otherConnectedProperties",
|
|
1147
|
+
"yearSystemInstalled",
|
|
1148
|
+
"plantOnOtherLand",
|
|
1149
|
+
"plantRegistered",
|
|
1150
|
+
"plantDrainsIntoWaterway"
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"properties": {
|
|
1155
|
+
"yesNo": {
|
|
1156
|
+
"enum": ["Yes"]
|
|
1157
|
+
},
|
|
1158
|
+
"supplier": {
|
|
1159
|
+
"title": "Supplier (if known)",
|
|
1160
|
+
"type": "string",
|
|
1161
|
+
"minLength": 1
|
|
1162
|
+
},
|
|
1163
|
+
"maintenanceAgreements": {
|
|
1164
|
+
"baspiRef": "A7.2",
|
|
1165
|
+
"RDSRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
1166
|
+
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to this service?",
|
|
1167
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"required": ["maintenanceAgreements"]
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"properties": {
|
|
1174
|
+
"yesNo": {
|
|
1175
|
+
"enum": ["To be connected"]
|
|
1176
|
+
},
|
|
1177
|
+
"dateToBeConnected": {
|
|
1178
|
+
"title": "Date to be connected",
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"format": "date"
|
|
1181
|
+
},
|
|
1182
|
+
"supplier": {
|
|
1183
|
+
"title": "Supplier (if known)",
|
|
1184
|
+
"type": "string"
|
|
1185
|
+
},
|
|
1186
|
+
"maintenanceAgreements": {
|
|
1187
|
+
"baspiRef": "A7.2",
|
|
1188
|
+
"RDSRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
1189
|
+
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to this service?",
|
|
1190
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"required": ["dateToBeConnected", "maintenanceAgreements"]
|
|
1194
|
+
}
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"utilities": {
|
|
1200
|
+
"baspiRef": "A7",
|
|
1201
|
+
"lawSocietyRef": "TA6/13",
|
|
1202
|
+
"title": "Utilities",
|
|
1203
|
+
"description": "Please indicate which utilities are connected to the property.",
|
|
1204
|
+
"type": "object",
|
|
1205
|
+
"required": [
|
|
1206
|
+
"electricity",
|
|
1207
|
+
"gas",
|
|
1208
|
+
"lpg",
|
|
1209
|
+
"oil",
|
|
1210
|
+
"telephone",
|
|
1211
|
+
"cableSatelliteTV",
|
|
1212
|
+
"broadband",
|
|
1213
|
+
"solarPanels",
|
|
1214
|
+
"otherServices"
|
|
1215
|
+
],
|
|
1216
|
+
"properties": {
|
|
1217
|
+
"electricity": {
|
|
1218
|
+
"baspiRef": "A7.1.1",
|
|
1219
|
+
"lawSocietyRef": "TA6/13.1",
|
|
1220
|
+
"RDSRef": "Services/Electricity",
|
|
1221
|
+
"title": "Electricity",
|
|
1222
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1223
|
+
},
|
|
1224
|
+
"gas": {
|
|
1225
|
+
"baspiRef": "A7.1.2",
|
|
1226
|
+
"lawSocietyRef": "TA6/13.2",
|
|
1227
|
+
"RDSRef": "Services/Gas",
|
|
1228
|
+
"title": "Gas",
|
|
1229
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1230
|
+
},
|
|
1231
|
+
"lpg": {
|
|
1232
|
+
"baspiRef": "A7.1.3",
|
|
1233
|
+
"RDSRef": "Services/LiquefiedPetroleumGas",
|
|
1234
|
+
"title": "Liquid Petroleum Gas (LPG)",
|
|
1235
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1236
|
+
},
|
|
1237
|
+
"oil": {
|
|
1238
|
+
"baspiRef": "A7.1.4",
|
|
1239
|
+
"RDSRef": "Services/Oil",
|
|
1240
|
+
"title": "Oil",
|
|
1241
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1242
|
+
},
|
|
1243
|
+
"telephone": {
|
|
1244
|
+
"baspiRef": "A7.1.5",
|
|
1245
|
+
"lawSocietyRef": "TA6/13.5",
|
|
1246
|
+
"RDSRef": "Services/Telephone",
|
|
1247
|
+
"title": "Telephone",
|
|
1248
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1249
|
+
},
|
|
1250
|
+
"cableSatelliteTV": {
|
|
1251
|
+
"baspiRef": "A7.1.6",
|
|
1252
|
+
"lawSocietyRef": "TA6/13.6",
|
|
1253
|
+
"RDSRef": "Services/CableSatelliteTV",
|
|
1254
|
+
"title": "Cable TV or satellite",
|
|
1255
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1256
|
+
},
|
|
1257
|
+
"broadband": {
|
|
1258
|
+
"baspiRef": "A7.1.7",
|
|
1259
|
+
"title": "Broadband",
|
|
1260
|
+
"RDSRef": "Services/Internet",
|
|
1261
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1262
|
+
},
|
|
1263
|
+
"solarPanels": {
|
|
1264
|
+
"baspiRef": "A7.1.8",
|
|
1265
|
+
"RDSRef": "Services/Internet??",
|
|
1266
|
+
"lawSocietyRef": "TA6/4.6",
|
|
1267
|
+
"title": "Solar or photovoltaic panels",
|
|
1268
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1269
|
+
},
|
|
1270
|
+
"otherServices": {
|
|
1271
|
+
"baspiRef": "A7.1.9",
|
|
1272
|
+
"RDSRef": "Services/Other",
|
|
1273
|
+
"title": "Other",
|
|
1274
|
+
"description": "Other services include renewable technologies, for example ground source heat pumps, if you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
|
|
1275
|
+
"$ref": "#/$defs/yesNoConnectedSupplier"
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"greenDealLoan": {
|
|
1280
|
+
"baspiRef": "A7.3",
|
|
1281
|
+
"RDSRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
1282
|
+
"title": "Green Deal Loan",
|
|
1283
|
+
"type": "object",
|
|
1284
|
+
"required": ["hasGreenDealLoan"],
|
|
1285
|
+
"properties": {
|
|
1286
|
+
"hasGreenDealLoan": {
|
|
1287
|
+
"baspiRef": "A7.3",
|
|
1288
|
+
"lawSocietyRef": "TA6/7.7",
|
|
1289
|
+
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
1290
|
+
"description": "If yes, please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
|
|
1291
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
"centralHeating": {
|
|
1296
|
+
"baspiRef": "A7.4",
|
|
1297
|
+
"RDSRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
1298
|
+
"title": "Central Heating",
|
|
1299
|
+
"type": "object",
|
|
1300
|
+
"required": ["hasCentralHeating"],
|
|
1301
|
+
"properties": {
|
|
1302
|
+
"hasCentralHeating": {
|
|
1303
|
+
"baspiRef": "A7.4",
|
|
1304
|
+
"lawSocietyRef": "TA6/12.3",
|
|
1305
|
+
"title": "Is there full/partial central heating in your property?",
|
|
1306
|
+
"type": "string",
|
|
1307
|
+
"enum": ["Yes", "No"]
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"discriminator": { "propertyName": "hasCentralHeating" },
|
|
1311
|
+
"oneOf": [
|
|
1312
|
+
{
|
|
1313
|
+
"properties": {
|
|
1314
|
+
"hasCentralHeating": {
|
|
1315
|
+
"enum": ["No"]
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"properties": {
|
|
1321
|
+
"hasCentralHeating": {
|
|
1322
|
+
"enum": ["Yes"]
|
|
1323
|
+
},
|
|
1324
|
+
"centralHeatingDetails": {
|
|
1325
|
+
"type": "object",
|
|
1326
|
+
"title": "Central Heating Details",
|
|
1327
|
+
"properties": {
|
|
1328
|
+
"centralHeatingFuel": {
|
|
1329
|
+
"baspiRef": "A7.5.1",
|
|
1330
|
+
"RDSRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
|
|
1331
|
+
"type": "object",
|
|
1332
|
+
"title": "Central Heating Fuel",
|
|
1333
|
+
"required": ["centralHeatingFuelType"],
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"centralHeatingFuelType": {
|
|
1336
|
+
"baspiRef": "A7.5.1a",
|
|
1337
|
+
"lawSocietyRef": "TA6/12.3a",
|
|
1338
|
+
"title": "What type of fuel does the system and boiler run on?",
|
|
1339
|
+
"type": "string",
|
|
1340
|
+
"enum": ["Gas", "Electricity", "Oil", "LPG", "Other"]
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"discriminator": { "propertyName": "centralHeatingFuelType" },
|
|
1344
|
+
"oneOf": [
|
|
1345
|
+
{
|
|
1346
|
+
"properties": {
|
|
1347
|
+
"centralHeatingFuelType": {
|
|
1348
|
+
"enum": ["Gas", "Electricity", "Oil", "LPG"]
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"properties": {
|
|
1354
|
+
"centralHeatingFuelType": {
|
|
1355
|
+
"enum": ["Other"]
|
|
1356
|
+
},
|
|
1357
|
+
"otherCentralHeatingFuelType": {
|
|
1358
|
+
"baspiRef": "A7.5.1b",
|
|
1359
|
+
"lawSocietyRef": "TA6/12.3a",
|
|
1360
|
+
"title": "Please describe the other fuel type",
|
|
1361
|
+
"type": "string",
|
|
1362
|
+
"minLength": 1
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"required": ["otherCentralHeatingFuelType"]
|
|
1366
|
+
}
|
|
1367
|
+
]
|
|
1368
|
+
},
|
|
1369
|
+
"centralHeatingInstalled": {
|
|
1370
|
+
"baspiRef": "A7.5.2",
|
|
1371
|
+
"RDSRef": "Objects/Installed",
|
|
1372
|
+
"lawSocietyRef": "TA6/12.3b",
|
|
1373
|
+
"title": "When was the heating system and boiler installed?",
|
|
1374
|
+
"type": "string",
|
|
1375
|
+
"format": "date"
|
|
1376
|
+
},
|
|
1377
|
+
"boilerInstallationCertificate": {
|
|
1378
|
+
"baspiRef": "A7.5.3",
|
|
1379
|
+
"RDSRef": "Objects/Installation,Objects/Certificates",
|
|
1380
|
+
"lawSocietyRef": "TA6/12.3b",
|
|
1381
|
+
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
1382
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1383
|
+
"description": "If yes, please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc"
|
|
1384
|
+
},
|
|
1385
|
+
"heatingLastServiced": {
|
|
1386
|
+
"baspiRef": "A7.5.4",
|
|
1387
|
+
"RDSRef": "Objects/Maintenance",
|
|
1388
|
+
"lawSocietyRef": "TA6/12.3d",
|
|
1389
|
+
"title": "When was the heating system and boiler last serviced or maintained? Please provide a copy of the service or maintenance works report ",
|
|
1390
|
+
"type": "string",
|
|
1391
|
+
"format": "date"
|
|
1392
|
+
},
|
|
1393
|
+
"heatingInGoodWorkingOrder": {
|
|
1394
|
+
"baspiRef": "A7.5.6",
|
|
1395
|
+
"RDSRef": "Objects/Condition=?",
|
|
1396
|
+
"lawSocietyRef": "TA6/12.3c",
|
|
1397
|
+
"title": "Is the heating system in good working order to your satisfaction?",
|
|
1398
|
+
"$ref": "#/$defs/yesNoDetailIfNo",
|
|
1399
|
+
"description": "If 'No' please provide details"
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
"required": [
|
|
1403
|
+
"centralHeatingFuel",
|
|
1404
|
+
"centralHeatingInstalled",
|
|
1405
|
+
"boilerInstallationCertificate",
|
|
1406
|
+
"heatingLastServiced",
|
|
1407
|
+
"heatingInGoodWorkingOrder"
|
|
1408
|
+
]
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"required": ["centralHeatingDetails"]
|
|
1412
|
+
}
|
|
1413
|
+
]
|
|
1414
|
+
},
|
|
1415
|
+
"insurance": {
|
|
1416
|
+
"baspiRef": "A8",
|
|
1417
|
+
"lawSocietyRef": "TA6/6",
|
|
1418
|
+
"title": "Insurance",
|
|
1419
|
+
"type": "object",
|
|
1420
|
+
"required": ["isInsured"],
|
|
1421
|
+
"properties": {
|
|
1422
|
+
"isInsured": {
|
|
1423
|
+
"baspiRef": "A8.1",
|
|
1424
|
+
"RDSRef": "Insurance/isInsured=no|yes|true|false",
|
|
1425
|
+
"lawSocietyRef": "TA6/6.1",
|
|
1426
|
+
"title": "Do you insure the property?",
|
|
1427
|
+
"type": "string",
|
|
1428
|
+
"enum": ["Yes", "No"]
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"discriminator": { "propertyName": "isInsured" },
|
|
1432
|
+
"oneOf": [
|
|
1433
|
+
{
|
|
1434
|
+
"properties": {
|
|
1435
|
+
"isInsured": {
|
|
1436
|
+
"enum": ["No"]
|
|
1437
|
+
},
|
|
1438
|
+
"details": {
|
|
1439
|
+
"title": "Why not?",
|
|
1440
|
+
"type": "string",
|
|
1441
|
+
"minLength": 1
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"required": ["details"]
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"properties": {
|
|
1448
|
+
"isInsured": {
|
|
1449
|
+
"enum": ["Yes"]
|
|
1450
|
+
},
|
|
1451
|
+
"difficultiesObtainingInsurance": {
|
|
1452
|
+
"baspiRef": "A8.2",
|
|
1453
|
+
"RDSRef": "Insurance/Flags,Insurance/refusalReason=?",
|
|
1454
|
+
"lawSocietyRef": "TA6/6.4",
|
|
1455
|
+
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused (e.g. high premiums, excess over £1,500, special conditions etc)",
|
|
1456
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1457
|
+
},
|
|
1458
|
+
"insuranceClaims": {
|
|
1459
|
+
"baspiRef": "A8.3",
|
|
1460
|
+
"RDSRef": "Insurance/Claims",
|
|
1461
|
+
"lawSocietyRef": "TA6/6.5",
|
|
1462
|
+
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
1463
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"required": ["difficultiesObtainingInsurance", "insuranceClaims"]
|
|
1467
|
+
}
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
"boundaries": {
|
|
1471
|
+
"baspiRef": "A9",
|
|
1472
|
+
"lawSocietyRef": "TA6/1",
|
|
1473
|
+
"title": "Boundaries",
|
|
1474
|
+
"type": "object",
|
|
1475
|
+
"description": "You will need to check your title to answer these questions. If you do not have a copy, for a small fee to HM Land Registry, you can download both the title register and the title plan of the property at https://www.gov.uk/search-property-information-land-registry.",
|
|
1476
|
+
"required": [
|
|
1477
|
+
"partOutsideLegalOwnership",
|
|
1478
|
+
"partOnSeparateSiteOrDeed",
|
|
1479
|
+
"boundariesDifferFromTitlePlan",
|
|
1480
|
+
"boundaryAlterationProposal"
|
|
1481
|
+
],
|
|
1482
|
+
"properties": {
|
|
1483
|
+
"partOutsideLegalOwnership": {
|
|
1484
|
+
"baspiRef": "A9.1",
|
|
1485
|
+
"RDSRef": "Tenure/Interests",
|
|
1486
|
+
"title": "Is any part of the property outside the seller’s legal ownership?",
|
|
1487
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1488
|
+
"description": "If yes, please provide details. E.g. parking, garden, outbuilding, accessway, etc"
|
|
1489
|
+
},
|
|
1490
|
+
"partOnSeparateSiteOrDeed": {
|
|
1491
|
+
"baspiRef": "A9.2",
|
|
1492
|
+
"RDSRef": "Tenure *with different property entity and references etc*",
|
|
1493
|
+
"title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
|
|
1494
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1495
|
+
},
|
|
1496
|
+
"boundariesDifferFromTitlePlan": {
|
|
1497
|
+
"baspiRef": "A9.3",
|
|
1498
|
+
"RDSRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
1499
|
+
"title": "Do the boundaries differ from those shown on the title plan?",
|
|
1500
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1501
|
+
"description": "If yes, please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are"
|
|
1502
|
+
},
|
|
1503
|
+
"boundaryAlterationProposal": {
|
|
1504
|
+
"baspiRef": "A9.4",
|
|
1505
|
+
"RDSRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
1506
|
+
"title": "Is there a current proposal with anyone to alter the boundaries of your property?",
|
|
1507
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"rightsAndInformalArrangements": {
|
|
1512
|
+
"baspiRef": "A10",
|
|
1513
|
+
"lawSocietyRef": "TA6/8",
|
|
1514
|
+
"title": "Rights and Informal Arrangements",
|
|
1515
|
+
"type": "object",
|
|
1516
|
+
"required": [
|
|
1517
|
+
"sharedContributions",
|
|
1518
|
+
"neighbouringLandRights",
|
|
1519
|
+
"accessRestrictionAttempts",
|
|
1520
|
+
"rightsOrArrangements"
|
|
1521
|
+
],
|
|
1522
|
+
"properties": {
|
|
1523
|
+
"sharedContributions": {
|
|
1524
|
+
"baspiRef": "A10.1",
|
|
1525
|
+
"RDSRef": "Services/SharedCosts",
|
|
1526
|
+
"lawSocietyRef": "TA6/8.1",
|
|
1527
|
+
"title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
|
|
1528
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1529
|
+
"description": "If yes, please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required"
|
|
1530
|
+
},
|
|
1531
|
+
"neighbouringLandRights": {
|
|
1532
|
+
"baspiRef": "A10.2",
|
|
1533
|
+
"RDSRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
|
|
1534
|
+
"lawSocietyRef": "TA6/8.2",
|
|
1535
|
+
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
|
|
1536
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1537
|
+
"description": "If yes, please give details and provide a plan showing the route of the access, parking etc"
|
|
1538
|
+
},
|
|
1539
|
+
"accessRestrictionAttempts": {
|
|
1540
|
+
"baspiRef": "A10.3",
|
|
1541
|
+
"RDSRef": "Tenure/Restrictions",
|
|
1542
|
+
"lawSocietyRef": "TA6/8.3",
|
|
1543
|
+
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
1544
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1545
|
+
},
|
|
1546
|
+
"rightsOrArrangements": {
|
|
1547
|
+
"baspiRef": "A10.4",
|
|
1548
|
+
"lawSocietyRef": "TA6/8.4",
|
|
1549
|
+
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
1550
|
+
"type": "object",
|
|
1551
|
+
"required": [
|
|
1552
|
+
"publicRightOfWay",
|
|
1553
|
+
"rightsOfLightOrSupport",
|
|
1554
|
+
"rightsCreatedThroughCustom",
|
|
1555
|
+
"minesAndMinerals",
|
|
1556
|
+
"churchChancel",
|
|
1557
|
+
"otherRights"
|
|
1558
|
+
],
|
|
1559
|
+
"properties": {
|
|
1560
|
+
"publicRightOfWay": {
|
|
1561
|
+
"baspiRef": "A10.4.1",
|
|
1562
|
+
"RDSRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities,Tenure/CadastralMapOfParcels",
|
|
1563
|
+
"lawSocietyRef": "TA6/8.6",
|
|
1564
|
+
"title": "A public right of way through and/or across your property, buildings or land",
|
|
1565
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1566
|
+
"description": "If yes, please mark the route on a plan of the property"
|
|
1567
|
+
},
|
|
1568
|
+
"rightsOfLightOrSupport": {
|
|
1569
|
+
"baspiRef": "A10.4.2",
|
|
1570
|
+
"RDSRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
1571
|
+
"lawSocietyRef": "TA6/8.4a",
|
|
1572
|
+
"title": "Rights of light or support for other properties",
|
|
1573
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1574
|
+
},
|
|
1575
|
+
"rightsCreatedThroughCustom": {
|
|
1576
|
+
"baspiRef": "A10.4.3",
|
|
1577
|
+
"RDSRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
1578
|
+
"lawSocietyRef": "TA6/8.4c",
|
|
1579
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage, rights of the lord of the manor or others to take things from your property etc)",
|
|
1580
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1581
|
+
},
|
|
1582
|
+
"minesAndMinerals": {
|
|
1583
|
+
"baspiRef": "A10.4.4",
|
|
1584
|
+
"RDSRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
1585
|
+
"lawSocietyRef": "TA6/8.5a",
|
|
1586
|
+
"title": "Mines and minerals under the property",
|
|
1587
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1588
|
+
},
|
|
1589
|
+
"churchChancel": {
|
|
1590
|
+
"baspiRef": "A10.4.5",
|
|
1591
|
+
"RDSRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
1592
|
+
"lawSocietyRef": "TA6/8.5b",
|
|
1593
|
+
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
1594
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1595
|
+
},
|
|
1596
|
+
"otherRights": {
|
|
1597
|
+
"baspiRef": "A10.4.6",
|
|
1598
|
+
"RDSRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
1599
|
+
"lawSocietyRef": "TA6/8.6",
|
|
1600
|
+
"title": "Any other rights or arrangements affecting the property?",
|
|
1601
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"otherIssues": {
|
|
1608
|
+
"baspiRef": "A11",
|
|
1609
|
+
"title": "Other Issues Affecting the Property",
|
|
1610
|
+
"type": "object",
|
|
1611
|
+
"required": [
|
|
1612
|
+
"flooding",
|
|
1613
|
+
"radon",
|
|
1614
|
+
"otherEnvironmental",
|
|
1615
|
+
"excessiveNoise",
|
|
1616
|
+
"crime",
|
|
1617
|
+
"cautionOrConviction",
|
|
1618
|
+
"failedTransactionsInLast12Months"
|
|
1619
|
+
],
|
|
1620
|
+
"properties": {
|
|
1621
|
+
"flooding": {
|
|
1622
|
+
"baspiRef": "A11.1",
|
|
1623
|
+
"RDSRef": "Sustainability/Environmental|Natural|Situational",
|
|
1624
|
+
"lawSocietyRef": "TA6/7.1",
|
|
1625
|
+
"title": "Flooding",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"required": ["floodRiskReport", "hasBeenFlooded"],
|
|
1628
|
+
"properties": {
|
|
1629
|
+
"floodRiskReport": {
|
|
1630
|
+
"baspiRef": "A11.1",
|
|
1631
|
+
"RDSRef": "Sustainability/Environmental|Natural|Situational",
|
|
1632
|
+
"lawSocietyRef": "TA6/7.3",
|
|
1633
|
+
"title": "Has a Flood Risk Report been prepared?",
|
|
1634
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1635
|
+
"description": "If yes, please supply a copy."
|
|
1636
|
+
},
|
|
1637
|
+
"hasBeenFlooded": {
|
|
1638
|
+
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
1639
|
+
"description": "If yes, please state when the flooding occurred and identify the parts that flooded",
|
|
1640
|
+
"lawSocietyRef": "TA6/7.2",
|
|
1641
|
+
"type": "string",
|
|
1642
|
+
"enum": ["Yes", "No"]
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"discriminator": { "propertyName": "hasBeenFlooded" },
|
|
1646
|
+
"oneOf": [
|
|
1647
|
+
{
|
|
1648
|
+
"properties": {
|
|
1649
|
+
"hasBeenFlooded": {
|
|
1650
|
+
"enum": ["No"]
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"properties": {
|
|
1656
|
+
"hasBeenFlooded": {
|
|
1657
|
+
"enum": ["Yes"]
|
|
1658
|
+
},
|
|
1659
|
+
"details": {
|
|
1660
|
+
"lawSocietyRef": "TA6/7.1",
|
|
1661
|
+
"type": "string",
|
|
1662
|
+
"minLength": 1
|
|
1663
|
+
},
|
|
1664
|
+
"typeOfFlooding": {
|
|
1665
|
+
"baspiRef": "A11.1",
|
|
1666
|
+
"RDSRef": "Sustainability/Environmental|Natural|Situational",
|
|
1667
|
+
"lawSocietyRef": "TA6/7.2",
|
|
1668
|
+
"title": "What type of flooding occurred?",
|
|
1669
|
+
"type": "object",
|
|
1670
|
+
"properties": {
|
|
1671
|
+
"groundWater": {
|
|
1672
|
+
"lawSocietyRef": "TA6/7.2a",
|
|
1673
|
+
"title": "Ground water",
|
|
1674
|
+
"$ref": "#/$defs/yesNo"
|
|
1675
|
+
},
|
|
1676
|
+
"sewer": {
|
|
1677
|
+
"lawSocietyRef": "TA6/7.2b",
|
|
1678
|
+
"title": "Sewer",
|
|
1679
|
+
"$ref": "#/$defs/yesNo"
|
|
1680
|
+
},
|
|
1681
|
+
"surfaceWater": {
|
|
1682
|
+
"lawSocietyRef": "TA6/7.2c",
|
|
1683
|
+
"title": "Surface water",
|
|
1684
|
+
"$ref": "#/$defs/yesNo"
|
|
1685
|
+
},
|
|
1686
|
+
"coastal": {
|
|
1687
|
+
"lawSocietyRef": "TA6/7.2d",
|
|
1688
|
+
"title": "Coastal flooding",
|
|
1689
|
+
"$ref": "#/$defs/yesNo"
|
|
1690
|
+
},
|
|
1691
|
+
"river": {
|
|
1692
|
+
"lawSocietyRef": "TA6/7.2e",
|
|
1693
|
+
"title": "River flooding",
|
|
1694
|
+
"$ref": "#/$defs/yesNo"
|
|
1695
|
+
},
|
|
1696
|
+
"other": {
|
|
1697
|
+
"title": "Other",
|
|
1698
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1699
|
+
"description": "Please state"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"required": [
|
|
1703
|
+
"groundWater",
|
|
1704
|
+
"sewer",
|
|
1705
|
+
"surfaceWater",
|
|
1706
|
+
"coastal",
|
|
1707
|
+
"river",
|
|
1708
|
+
"other"
|
|
1709
|
+
]
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"required": ["typeOfFlooding", "details"]
|
|
1713
|
+
}
|
|
1714
|
+
]
|
|
1715
|
+
},
|
|
1716
|
+
"radon": {
|
|
1717
|
+
"baspiRef": "A11.1",
|
|
1718
|
+
"RDSRef": "Sustainability/Environmental|Natural|Situational",
|
|
1719
|
+
"lawSocietyRef": "TA6/7.4",
|
|
1720
|
+
"title": "Radon",
|
|
1721
|
+
"type": "object",
|
|
1722
|
+
"required": ["remedialMeasuresOnConstruction", "radonTest"],
|
|
1723
|
+
"properties": {
|
|
1724
|
+
"radonTest": {
|
|
1725
|
+
"lawSocietyRef": "TA6/7.4",
|
|
1726
|
+
"title": "Has a Radon test been carried out on the property?",
|
|
1727
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1728
|
+
"description": "If yes, please supply a copy of the report and indicate if the test result was below the recommended level."
|
|
1729
|
+
},
|
|
1730
|
+
"remedialMeasuresOnConstruction": {
|
|
1731
|
+
"RDSRef": "Sustainability/Environmental|Natural|Situational",
|
|
1732
|
+
"lawSocietyRef": "TA6/7.5",
|
|
1733
|
+
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
1734
|
+
"$ref": "#/$defs/yesNo"
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
"otherEnvironmental": {
|
|
1739
|
+
"baspiRef": "A11.1",
|
|
1740
|
+
"RDSRef": "Sustainability/Environmental|Natural|Situational",
|
|
1741
|
+
"title": "To your knowledge, have there been any other environmental issues that affect the property or garden (for example, these could include air pollution, mining, sink holes, quarrying or fracking etc)?",
|
|
1742
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1743
|
+
"description": "If yes, please provide details. For example the level of air pollution, location of fracking etc, and whether any action has been taken to prevent harm."
|
|
1744
|
+
},
|
|
1745
|
+
"excessiveNoise": {
|
|
1746
|
+
"baspiRef": "A11.2",
|
|
1747
|
+
"RDSRef": "Tenure/OtherMaterialIssues",
|
|
1748
|
+
"title": "To your knowledge, has anyone occupying the property been disturbed by excessive noise which is likely to reoccur at the property?",
|
|
1749
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1750
|
+
},
|
|
1751
|
+
"crime": {
|
|
1752
|
+
"baspiRef": "A11.3",
|
|
1753
|
+
"RDSRef": "Tenure/OtherMaterialIssues",
|
|
1754
|
+
"title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
|
|
1755
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1756
|
+
},
|
|
1757
|
+
"cautionOrConviction": {
|
|
1758
|
+
"baspiRef": "A11.4",
|
|
1759
|
+
"RDSRef": "Tenure/OtherMaterialIssues",
|
|
1760
|
+
"title": "To your knowledge, has the property been occupied by someone who has been cautioned or convicted of a serious crime?",
|
|
1761
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1762
|
+
},
|
|
1763
|
+
"failedTransactionsInLast12Months": {
|
|
1764
|
+
"baspiRef": "A11.5",
|
|
1765
|
+
"RDSRef": "Tenure/OtherMaterialIssues",
|
|
1766
|
+
"title": "Have there been any failed purchase transactions on the property within the last 12 months?",
|
|
1767
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"additionalInformation": {
|
|
1772
|
+
"baspiRef": "A12",
|
|
1773
|
+
"title": "Additional Information",
|
|
1774
|
+
"type": "object",
|
|
1775
|
+
"required": ["restrictionsOnUseNotCompliedWith", "otherMaterialIssue"],
|
|
1776
|
+
"properties": {
|
|
1777
|
+
"restrictionsOnUseNotCompliedWith": {
|
|
1778
|
+
"baspiRef": "A12.1",
|
|
1779
|
+
"RDSRef": "Use/NonCompliance",
|
|
1780
|
+
"title": "Are you aware of any restrictions on the use or alteration of the property which have not been complied with?",
|
|
1781
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1782
|
+
},
|
|
1783
|
+
"otherMaterialIssue": {
|
|
1784
|
+
"baspiRef": "A12.2",
|
|
1785
|
+
"RDSRef": "Tenure/OtherMaterialIssues",
|
|
1786
|
+
"title": "Are you aware of any other material issue or information which relates to the property or has anything occurred which may affect the average person’s decision to proceed? (This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008)",
|
|
1787
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
1788
|
+
"description": "If yes, please describe this issue and any action that has been taken, if applicable."
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"consumerProtectionRegulationsDeclaration": {
|
|
1793
|
+
"baspiRef": "A13",
|
|
1794
|
+
"title": "Consumer Protection Regulations Declaration",
|
|
1795
|
+
"type": "object",
|
|
1796
|
+
"required": ["consumerProtectionRegulationsResponse"],
|
|
1797
|
+
"properties": {
|
|
1798
|
+
"consumerProtectionRegulationsResponse": {
|
|
1799
|
+
"baspiRef": "A13.1",
|
|
1800
|
+
"title": "Seller’s declaration",
|
|
1801
|
+
"description": "I/we confirm the answers to be truthful and accurate and to the best of my/our knowledge. The questions have been designed to assist with the disclosure of material information and any misleading or incorrect answers are likely to be exposed later in the legal process which may hinder my/our sale. I/we will provide my property lawyer with the additional documentation in support of the information supplied on this form. If there are any changes which alter the information provided, I/we will immediately notify the person marketing the property as well as my/our property lawyer.",
|
|
1802
|
+
"type": "boolean"
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"$defs": {
|
|
1808
|
+
"yesNo": {
|
|
1809
|
+
"type": "object",
|
|
1810
|
+
"properties": {
|
|
1811
|
+
"yesNo": {
|
|
1812
|
+
"type": "string",
|
|
1813
|
+
"title": "",
|
|
1814
|
+
"enum": ["Yes", "No"]
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"required": ["yesNo"]
|
|
1818
|
+
},
|
|
1819
|
+
"yesNoDetailIfYes": {
|
|
1820
|
+
"type": "object",
|
|
1821
|
+
"properties": {
|
|
1822
|
+
"yesNo": {
|
|
1823
|
+
"type": "string",
|
|
1824
|
+
"title": "",
|
|
1825
|
+
"enum": ["Yes", "No"]
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"required": ["yesNo"],
|
|
1829
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1830
|
+
"oneOf": [
|
|
1831
|
+
{
|
|
1832
|
+
"properties": {
|
|
1833
|
+
"yesNo": {
|
|
1834
|
+
"enum": ["No"]
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"properties": {
|
|
1840
|
+
"yesNo": {
|
|
1841
|
+
"enum": ["Yes"]
|
|
1842
|
+
},
|
|
1843
|
+
"details": {
|
|
1844
|
+
"title": "Details",
|
|
1845
|
+
"type": "string",
|
|
1846
|
+
"minLength": 1
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"required": ["details"]
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
"yesNoDetailIfNo": {
|
|
1854
|
+
"type": "object",
|
|
1855
|
+
"properties": {
|
|
1856
|
+
"yesNo": {
|
|
1857
|
+
"type": "string",
|
|
1858
|
+
"title": "",
|
|
1859
|
+
"enum": ["Yes", "No"]
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"required": ["yesNo"],
|
|
1863
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1864
|
+
"oneOf": [
|
|
1865
|
+
{
|
|
1866
|
+
"properties": {
|
|
1867
|
+
"yesNo": {
|
|
1868
|
+
"enum": ["Yes"]
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"properties": {
|
|
1874
|
+
"yesNo": {
|
|
1875
|
+
"enum": ["No"]
|
|
1876
|
+
},
|
|
1877
|
+
"details": {
|
|
1878
|
+
"title": "Details",
|
|
1879
|
+
"type": "string",
|
|
1880
|
+
"minLength": 1
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"required": ["details"]
|
|
1884
|
+
}
|
|
1885
|
+
]
|
|
1886
|
+
},
|
|
1887
|
+
"yesNoNotRequiredDetailIfNo": {
|
|
1888
|
+
"type": "object",
|
|
1889
|
+
"properties": {
|
|
1890
|
+
"yesNo": {
|
|
1891
|
+
"type": "string",
|
|
1892
|
+
"title": "",
|
|
1893
|
+
"enum": ["Yes", "No", "Not required"]
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
"required": ["yesNo"],
|
|
1897
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1898
|
+
"oneOf": [
|
|
1899
|
+
{
|
|
1900
|
+
"properties": {
|
|
1901
|
+
"yesNo": {
|
|
1902
|
+
"enum": ["Yes", "Not required"]
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"properties": {
|
|
1908
|
+
"yesNo": {
|
|
1909
|
+
"enum": ["No"]
|
|
1910
|
+
},
|
|
1911
|
+
"details": {
|
|
1912
|
+
"title": "Please outline the reasons why",
|
|
1913
|
+
"type": "string",
|
|
1914
|
+
"minLength": 1
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
"required": ["details"]
|
|
1918
|
+
}
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
"yesNoConnectedSupplier": {
|
|
1922
|
+
"type": "object",
|
|
1923
|
+
"properties": {
|
|
1924
|
+
"yesNo": {
|
|
1925
|
+
"type": "string",
|
|
1926
|
+
"title": "",
|
|
1927
|
+
"enum": ["Yes", "To be connected", "No"]
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"required": ["yesNo"],
|
|
1931
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1932
|
+
"oneOf": [
|
|
1933
|
+
{
|
|
1934
|
+
"properties": {
|
|
1935
|
+
"yesNo": {
|
|
1936
|
+
"enum": ["No"]
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"properties": {
|
|
1942
|
+
"yesNo": {
|
|
1943
|
+
"enum": ["Yes"]
|
|
1944
|
+
},
|
|
1945
|
+
"supplier": {
|
|
1946
|
+
"title": "Supplier (if known)",
|
|
1947
|
+
"type": "string"
|
|
1948
|
+
},
|
|
1949
|
+
"maintenanceAgreements": {
|
|
1950
|
+
"baspiRef": "A7.2",
|
|
1951
|
+
"RDSRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
1952
|
+
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to this service?",
|
|
1953
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"required": ["maintenanceAgreements"]
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"properties": {
|
|
1960
|
+
"yesNo": {
|
|
1961
|
+
"enum": ["To be connected"]
|
|
1962
|
+
},
|
|
1963
|
+
"dateToBeConnected": {
|
|
1964
|
+
"title": "Date to be connected",
|
|
1965
|
+
"type": "string",
|
|
1966
|
+
"format": "date"
|
|
1967
|
+
},
|
|
1968
|
+
"supplier": {
|
|
1969
|
+
"title": "Supplier (if known)",
|
|
1970
|
+
"type": "string"
|
|
1971
|
+
},
|
|
1972
|
+
"maintenanceAgreements": {
|
|
1973
|
+
"baspiRef": "A7.2",
|
|
1974
|
+
"RDSRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
1975
|
+
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to this service?",
|
|
1976
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"required": ["dateToBeConnected", "maintenanceAgreements"]
|
|
1980
|
+
}
|
|
1981
|
+
]
|
|
1982
|
+
},
|
|
1983
|
+
"yesNoDetailConsents": {
|
|
1984
|
+
"type": "object",
|
|
1985
|
+
"properties": {
|
|
1986
|
+
"yesNo": {
|
|
1987
|
+
"type": "string",
|
|
1988
|
+
"title": "",
|
|
1989
|
+
"enum": ["Yes", "No"]
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
"required": ["yesNo"],
|
|
1993
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
1994
|
+
"oneOf": [
|
|
1995
|
+
{
|
|
1996
|
+
"properties": {
|
|
1997
|
+
"yesNo": {
|
|
1998
|
+
"enum": ["No"]
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"properties": {
|
|
2004
|
+
"yesNo": {
|
|
2005
|
+
"enum": ["Yes"]
|
|
2006
|
+
},
|
|
2007
|
+
"details": {
|
|
2008
|
+
"title": "Details",
|
|
2009
|
+
"type": "string",
|
|
2010
|
+
"minLength": 1
|
|
2011
|
+
},
|
|
2012
|
+
"buildingRegApproval": {
|
|
2013
|
+
"baspiRef": "A3.4.1",
|
|
2014
|
+
"RDSRef": "WorksAlterationsChanges/ConsentApproval",
|
|
2015
|
+
"lawSocietyRef": "TA6/4.2",
|
|
2016
|
+
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
2017
|
+
"$ref": "#/$defs/yesNoNotRequiredDetailIfNo"
|
|
2018
|
+
},
|
|
2019
|
+
"planningPermission": {
|
|
2020
|
+
"baspiRef": "A3.4.2",
|
|
2021
|
+
"RDSRef": "WorksAlterationsChanges/ConsentApproval",
|
|
2022
|
+
"lawSocietyRef": "TA6/4.4",
|
|
2023
|
+
"title": "Was planning permission obtained?",
|
|
2024
|
+
"$ref": "#/$defs/yesNoNotRequiredDetailIfNo"
|
|
2025
|
+
},
|
|
2026
|
+
"listedBuildingConsent": {
|
|
2027
|
+
"baspiRef": "A3.4.3",
|
|
2028
|
+
"RDSRef": "WorksAlterationsChanges/ConsentApproval",
|
|
2029
|
+
"lawSocietyRef": "TA6/4.2",
|
|
2030
|
+
"title": "Was listed building consent obtained?",
|
|
2031
|
+
"$ref": "#/$defs/yesNoNotRequiredDetailIfNo"
|
|
2032
|
+
},
|
|
2033
|
+
"deedRestrictionConsent": {
|
|
2034
|
+
"baspiRef": "A3.4.4",
|
|
2035
|
+
"RDSRef": "WorksAlterationsChanges/ConsentApproval",
|
|
2036
|
+
"lawSocietyRef": "TA6/4.2",
|
|
2037
|
+
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
2038
|
+
"$ref": "#/$defs/yesNoNotRequiredDetailIfNo"
|
|
2039
|
+
},
|
|
2040
|
+
"unfinished": {
|
|
2041
|
+
"baspiRef": "A3.5",
|
|
2042
|
+
"RDSRef": "WorksAlterationsChanges/isIncomplete",
|
|
2043
|
+
"lawSocietyRef": "TA6/4.3",
|
|
2044
|
+
"title": "Are any of the works listed above unfinished?",
|
|
2045
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"required": [
|
|
2049
|
+
"details",
|
|
2050
|
+
"buildingRegApproval",
|
|
2051
|
+
"planningPermission",
|
|
2052
|
+
"listedBuildingConsent",
|
|
2053
|
+
"deedRestrictionConsent",
|
|
2054
|
+
"unfinished"
|
|
2055
|
+
]
|
|
2056
|
+
}
|
|
2057
|
+
]
|
|
2058
|
+
},
|
|
2059
|
+
"address": {
|
|
2060
|
+
"type": "object",
|
|
2061
|
+
"properties": {
|
|
2062
|
+
"line1": {
|
|
2063
|
+
"title": "Address 1",
|
|
2064
|
+
"type": "string",
|
|
2065
|
+
"minLength": 1
|
|
2066
|
+
},
|
|
2067
|
+
"line2": {
|
|
2068
|
+
"title": "Address 2",
|
|
2069
|
+
"type": "string"
|
|
2070
|
+
},
|
|
2071
|
+
"town": {
|
|
2072
|
+
"title": "Town",
|
|
2073
|
+
"type": "string"
|
|
2074
|
+
},
|
|
2075
|
+
"county": {
|
|
2076
|
+
"title": "County",
|
|
2077
|
+
"type": "string"
|
|
2078
|
+
},
|
|
2079
|
+
"postcode": {
|
|
2080
|
+
"title": "Postcode",
|
|
2081
|
+
"type": "string",
|
|
2082
|
+
"minLength": 1
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
"required": ["line1", "postcode"]
|
|
2086
|
+
},
|
|
2087
|
+
"contactDetails": {
|
|
2088
|
+
"type": "object",
|
|
2089
|
+
"properties": {
|
|
2090
|
+
"nameOrOrganisation": {
|
|
2091
|
+
"title": "Name or organisation",
|
|
2092
|
+
"type": "string",
|
|
2093
|
+
"minLength": 1
|
|
2094
|
+
},
|
|
2095
|
+
"emailAddress": {
|
|
2096
|
+
"title": "Email address",
|
|
2097
|
+
"type": "string",
|
|
2098
|
+
"format": "email"
|
|
2099
|
+
},
|
|
2100
|
+
"address": {
|
|
2101
|
+
"title": "Address",
|
|
2102
|
+
"type": "string",
|
|
2103
|
+
"minLength": 1
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
"required": ["nameOrOrganisation"]
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
}
|