@pdtf/schemas 3.4.1-7 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +12 -1
- package/index.js +263 -33
- package/package.json +2 -1
- package/src/examples/v3/exampleDocumentedVouch.json +1 -0
- package/src/examples/v3/exampleVouch.json +1 -0
- package/src/schemas/v3/combined.json +1662 -165
- package/src/schemas/v3/compactSkeleton.txt +3325 -0
- package/src/schemas/v3/overlays/nts.json +4 -1
- package/src/schemas/v3/overlays/nts2.json +4 -1
- package/src/schemas/v3/overlays/ntsl.json +4 -1
- package/src/schemas/v3/overlays/ntsl2.json +4 -1
- package/src/schemas/v3/pdtf-transaction.json +2609 -4
- package/src/schemas/v3/skeleton.json +3187 -3037
- package/src/schemas/verifiedClaims/pdtf-verified-claims.json +5 -0
- package/src/tests/v3/caching.test.js +591 -0
- package/src/tests/v3/transactionSchema.test.js +78 -0
- package/src/utils/compactSkeleton.js +84 -0
- package/src/utils/countTokens.js +67 -0
- package/src/utils/extractOverlay.js +96 -5
- package/src/utils/minimalSkeleton.js +85 -0
- package/src/utils/pathSkeleton.js +181 -0
- package/src/schemas/v3/property-transaction-milestones.json +0 -91
|
@@ -20082,7 +20082,11 @@
|
|
|
20082
20082
|
}
|
|
20083
20083
|
]
|
|
20084
20084
|
}
|
|
20085
|
-
}
|
|
20085
|
+
},
|
|
20086
|
+
"ntsRequired": ["offMainsDrainageSystem"],
|
|
20087
|
+
"nts2Required": ["offMainsDrainageSystem"],
|
|
20088
|
+
"ntslRequired": ["offMainsDrainageSystem"],
|
|
20089
|
+
"ntsl2Required": ["offMainsDrainageSystem"]
|
|
20086
20090
|
}
|
|
20087
20091
|
]
|
|
20088
20092
|
},
|
|
@@ -39726,195 +39730,1570 @@
|
|
|
39726
39730
|
}
|
|
39727
39731
|
}
|
|
39728
39732
|
}
|
|
39729
|
-
}
|
|
39730
|
-
|
|
39731
|
-
|
|
39732
|
-
|
|
39733
|
-
"title": "Valuation Comparison Data",
|
|
39734
|
-
"description": "A collection of data used to compare the valuations (market values) of properties in the real estate or property market.",
|
|
39735
|
-
"type": "object",
|
|
39736
|
-
"properties": {
|
|
39737
|
-
"propertyDetails": {
|
|
39738
|
-
"title": "Property Details",
|
|
39739
|
-
"description": "Details and information related to individual properties for valuation comparison.",
|
|
39733
|
+
},
|
|
39734
|
+
"surveys": {
|
|
39735
|
+
"title": "Survey reports",
|
|
39736
|
+
"description": "JSON schema for RICS Level 2 property survey data",
|
|
39740
39737
|
"type": "array",
|
|
39741
39738
|
"items": {
|
|
39742
39739
|
"type": "object",
|
|
39743
39740
|
"properties": {
|
|
39744
|
-
"
|
|
39745
|
-
"title": "Property Listing Information",
|
|
39746
|
-
"description": "Information related to the pricing and status of a property listing.",
|
|
39741
|
+
"outside": {
|
|
39747
39742
|
"type": "object",
|
|
39748
39743
|
"properties": {
|
|
39749
|
-
"
|
|
39750
|
-
"
|
|
39751
|
-
"type": "string",
|
|
39752
|
-
"enum": ["Recently Sold", "Currently On Sale"],
|
|
39753
|
-
"description": "Type of property listing, indicating whether it was recently sold or is currently on sale."
|
|
39754
|
-
}
|
|
39755
|
-
},
|
|
39756
|
-
"discriminator": {
|
|
39757
|
-
"propertyName": "listingType"
|
|
39758
|
-
},
|
|
39759
|
-
"oneOf": [
|
|
39760
|
-
{
|
|
39761
|
-
"title": "Recently Sold Property",
|
|
39762
|
-
"description": "Specific information about a property that was recently sold.",
|
|
39744
|
+
"chimneyStacks": {
|
|
39745
|
+
"type": "object",
|
|
39763
39746
|
"properties": {
|
|
39764
|
-
"
|
|
39765
|
-
|
|
39766
|
-
},
|
|
39767
|
-
"
|
|
39768
|
-
|
|
39769
|
-
|
|
39770
|
-
|
|
39771
|
-
|
|
39747
|
+
"condition": { "type": "string" },
|
|
39748
|
+
"inspectionLimitations": { "type": "string" },
|
|
39749
|
+
"description": { "type": "string" },
|
|
39750
|
+
"defects": { "type": "string" },
|
|
39751
|
+
"advisories": { "type": "string" },
|
|
39752
|
+
"notes": { "type": "string" },
|
|
39753
|
+
"visibility": { "type": "string" },
|
|
39754
|
+
"visibilityRestriction": { "type": "string" },
|
|
39755
|
+
"flashings": { "type": "string" },
|
|
39756
|
+
"defectsFlag": { "type": "boolean" },
|
|
39757
|
+
"defectsList": { "type": "string" },
|
|
39758
|
+
"photos": {
|
|
39759
|
+
"type": "array",
|
|
39760
|
+
"items": {
|
|
39761
|
+
"type": "object",
|
|
39762
|
+
"properties": {
|
|
39763
|
+
"photoId": { "type": "integer" },
|
|
39764
|
+
"description": { "type": "string" },
|
|
39765
|
+
"report": { "type": "boolean" }
|
|
39766
|
+
}
|
|
39767
|
+
}
|
|
39768
|
+
}
|
|
39769
|
+
}
|
|
39770
|
+
},
|
|
39771
|
+
"roofCoverings": {
|
|
39772
|
+
"type": "object",
|
|
39773
|
+
"properties": {
|
|
39774
|
+
"condition": { "type": "string" },
|
|
39775
|
+
"description": { "type": "string" },
|
|
39776
|
+
"defects": { "type": "string" },
|
|
39777
|
+
"advisories": { "type": "string" },
|
|
39778
|
+
"notes": { "type": "string" },
|
|
39779
|
+
"visibility": { "type": "string" },
|
|
39780
|
+
"restriction": { "type": "string" },
|
|
39781
|
+
"features": { "type": "string" },
|
|
39782
|
+
"mainPitchedCovering": { "type": "string" },
|
|
39783
|
+
"mainPitchedFeatures": { "type": "string" },
|
|
39784
|
+
"mainFlatCovering": { "type": "string" },
|
|
39785
|
+
"mainFlatFeatures": { "type": "string" },
|
|
39786
|
+
"additionalPitchedCovering": { "type": "string" },
|
|
39787
|
+
"additionalPitchedFeatures": { "type": "string" },
|
|
39788
|
+
"additionalDetail": { "type": "string" },
|
|
39789
|
+
"additionalFeatures": { "type": "string" },
|
|
39790
|
+
"bay": { "type": "string" },
|
|
39791
|
+
"bayFeatures": { "type": "string" },
|
|
39792
|
+
"dormer": { "type": "string" },
|
|
39793
|
+
"dormerFeatures": { "type": "string" },
|
|
39794
|
+
"defectsGeneral": { "type": "string" },
|
|
39795
|
+
"photos": {
|
|
39796
|
+
"type": "array",
|
|
39797
|
+
"items": {
|
|
39798
|
+
"type": "object",
|
|
39799
|
+
"properties": {
|
|
39800
|
+
"photoId": { "type": "integer" },
|
|
39801
|
+
"description": { "type": "string" },
|
|
39802
|
+
"report": { "type": "boolean" }
|
|
39803
|
+
}
|
|
39804
|
+
}
|
|
39772
39805
|
},
|
|
39773
|
-
"
|
|
39774
|
-
|
|
39775
|
-
|
|
39776
|
-
|
|
39806
|
+
"mainPitchedDefects": { "type": "boolean" },
|
|
39807
|
+
"mainPitchedDefectsDetail": { "type": "string" },
|
|
39808
|
+
"mainFlatDefects": { "type": "string" },
|
|
39809
|
+
"mainFlatDefectsDetail": { "type": "string" },
|
|
39810
|
+
"additionalPitchedDefects": { "type": "boolean" },
|
|
39811
|
+
"additionalPitchedDefectsDetail": { "type": "string" },
|
|
39812
|
+
"additionalFlatDefects": { "type": "boolean" },
|
|
39813
|
+
"additionalFlatDefectsDetail": { "type": "string" },
|
|
39814
|
+
"bayDefects": { "type": "boolean" },
|
|
39815
|
+
"bayDefectsDetail": { "type": "string" },
|
|
39816
|
+
"dormerDefects": { "type": "boolean" },
|
|
39817
|
+
"dormerDefectsDetail": { "type": "string" }
|
|
39818
|
+
}
|
|
39819
|
+
},
|
|
39820
|
+
"rainwaterPipesGutters": {
|
|
39821
|
+
"type": "object",
|
|
39822
|
+
"properties": {
|
|
39823
|
+
"condition": { "type": "string" },
|
|
39824
|
+
"inspectionLimitations": { "type": "string" },
|
|
39825
|
+
"description": { "type": "string" },
|
|
39826
|
+
"defects": { "type": "string" },
|
|
39827
|
+
"advisories": { "type": "string" },
|
|
39828
|
+
"notes": { "type": "string" },
|
|
39829
|
+
"visibility": { "type": "string" },
|
|
39830
|
+
"restrictions": { "type": "string" },
|
|
39831
|
+
"features": { "type": "string" },
|
|
39832
|
+
"gutterDescription": { "type": "string" },
|
|
39833
|
+
"downpipeDescription": { "type": "string" },
|
|
39834
|
+
"hopperHeadDescription": { "type": "string" },
|
|
39835
|
+
"gutterIssues": { "type": "boolean" },
|
|
39836
|
+
"gutterIssueLocation": { "type": "string" },
|
|
39837
|
+
"gutterDefect": { "type": "string" },
|
|
39838
|
+
"downpipeDefect": { "type": "string" },
|
|
39839
|
+
"hopperHeadDefect": { "type": "string" },
|
|
39840
|
+
"photos": {
|
|
39841
|
+
"type": "array",
|
|
39842
|
+
"items": {
|
|
39843
|
+
"type": "object",
|
|
39844
|
+
"properties": {
|
|
39845
|
+
"photoId": { "type": "integer" },
|
|
39846
|
+
"description": { "type": "string" },
|
|
39847
|
+
"report": { "type": "boolean" }
|
|
39848
|
+
}
|
|
39849
|
+
}
|
|
39777
39850
|
}
|
|
39778
39851
|
}
|
|
39779
39852
|
},
|
|
39780
|
-
{
|
|
39781
|
-
"
|
|
39782
|
-
"description": "Specific information about a property that is currently listed for sale.",
|
|
39853
|
+
"mainWalls": {
|
|
39854
|
+
"type": "object",
|
|
39783
39855
|
"properties": {
|
|
39784
|
-
"
|
|
39785
|
-
|
|
39856
|
+
"condition": { "type": "string" },
|
|
39857
|
+
"inspectionLimitations": { "type": "string" },
|
|
39858
|
+
"description": { "type": "string" },
|
|
39859
|
+
"defects": { "type": "string" },
|
|
39860
|
+
"advisories": { "type": "string" },
|
|
39861
|
+
"notes": { "type": "string" },
|
|
39862
|
+
"visibility": { "type": "string" },
|
|
39863
|
+
"restrictions": { "type": "string" },
|
|
39864
|
+
"externalElevation": { "type": "string" },
|
|
39865
|
+
"construction": { "type": "string" },
|
|
39866
|
+
"features": { "type": "string" },
|
|
39867
|
+
"dpc": { "type": "string" },
|
|
39868
|
+
"structuralMovement": { "type": "boolean" },
|
|
39869
|
+
"movementType": { "type": "string" },
|
|
39870
|
+
"movementCause": { "type": "string" },
|
|
39871
|
+
"movementStatus": { "type": "string" },
|
|
39872
|
+
"otherDefects": { "type": "boolean" },
|
|
39873
|
+
"otherDefectsDescription": { "type": "string" },
|
|
39874
|
+
"cladding": { "type": "string" },
|
|
39875
|
+
"fireRisk": { "type": "boolean" },
|
|
39876
|
+
"advice": { "type": "string" },
|
|
39877
|
+
"extensions": { "type": "string" },
|
|
39878
|
+
"movementLocation": { "type": "string" },
|
|
39879
|
+
"photos": {
|
|
39880
|
+
"type": "array",
|
|
39881
|
+
"items": {
|
|
39882
|
+
"type": "object",
|
|
39883
|
+
"properties": {
|
|
39884
|
+
"photoId": { "type": "integer" },
|
|
39885
|
+
"description": { "type": "string" },
|
|
39886
|
+
"report": { "type": "boolean" }
|
|
39887
|
+
}
|
|
39888
|
+
}
|
|
39786
39889
|
},
|
|
39787
|
-
"
|
|
39788
|
-
"
|
|
39789
|
-
"
|
|
39790
|
-
|
|
39791
|
-
|
|
39890
|
+
"extension1": {
|
|
39891
|
+
"type": "object",
|
|
39892
|
+
"properties": {
|
|
39893
|
+
"detail": { "type": "string" },
|
|
39894
|
+
"construction": { "type": "string" },
|
|
39895
|
+
"dpc": { "type": "string" },
|
|
39896
|
+
"defects": { "type": "boolean" },
|
|
39897
|
+
"defectDescription": { "type": "string" },
|
|
39898
|
+
"movementType": { "type": "string" },
|
|
39899
|
+
"movementCause": { "type": "string" },
|
|
39900
|
+
"movementStatus": { "type": "string" }
|
|
39901
|
+
}
|
|
39792
39902
|
},
|
|
39793
|
-
"
|
|
39794
|
-
"
|
|
39795
|
-
"
|
|
39796
|
-
|
|
39903
|
+
"extension2": {
|
|
39904
|
+
"type": "object",
|
|
39905
|
+
"properties": {
|
|
39906
|
+
"detail": { "type": "string" },
|
|
39907
|
+
"construction": { "type": "string" },
|
|
39908
|
+
"dpc": { "type": "string" },
|
|
39909
|
+
"defects": { "type": "boolean" },
|
|
39910
|
+
"defectDescription": { "type": "string" },
|
|
39911
|
+
"movementType": { "type": "string" },
|
|
39912
|
+
"movementCause": { "type": "string" },
|
|
39913
|
+
"movementStatus": { "type": "string" }
|
|
39914
|
+
}
|
|
39915
|
+
},
|
|
39916
|
+
"extension3": {
|
|
39917
|
+
"type": "object",
|
|
39918
|
+
"properties": {
|
|
39919
|
+
"detail": { "type": "string" },
|
|
39920
|
+
"construction": { "type": "string" },
|
|
39921
|
+
"dpc": { "type": "string" },
|
|
39922
|
+
"defects": { "type": "boolean" },
|
|
39923
|
+
"defectDescription": { "type": "string" },
|
|
39924
|
+
"movementType": { "type": "string" },
|
|
39925
|
+
"movementCause": { "type": "string" },
|
|
39926
|
+
"movementStatus": { "type": "string" }
|
|
39927
|
+
}
|
|
39928
|
+
}
|
|
39929
|
+
}
|
|
39930
|
+
},
|
|
39931
|
+
"windows": {
|
|
39932
|
+
"type": "object",
|
|
39933
|
+
"properties": {
|
|
39934
|
+
"condition": { "type": "string" },
|
|
39935
|
+
"inspectionLimitations": { "type": "string" },
|
|
39936
|
+
"description": { "type": "string" },
|
|
39937
|
+
"defects": { "type": "string" },
|
|
39938
|
+
"advisories": { "type": "string" },
|
|
39939
|
+
"notes": { "type": "string" },
|
|
39940
|
+
"visibility": { "type": "string" },
|
|
39941
|
+
"visibilityRestrictions": { "type": "string" },
|
|
39942
|
+
"glazingType": { "type": "string" },
|
|
39943
|
+
"glazingDescription": { "type": "string" },
|
|
39944
|
+
"glazingHeight": { "type": "boolean" },
|
|
39945
|
+
"glazingSafety": { "type": "boolean" },
|
|
39946
|
+
"glazingDefects": { "type": "boolean" },
|
|
39947
|
+
"glazingDefectList": { "type": "string" },
|
|
39948
|
+
"photos": {
|
|
39949
|
+
"type": "array",
|
|
39950
|
+
"items": {
|
|
39951
|
+
"type": "object",
|
|
39952
|
+
"properties": {
|
|
39953
|
+
"photoId": { "type": "string" },
|
|
39954
|
+
"description": { "type": "string" },
|
|
39955
|
+
"report": { "type": "boolean" }
|
|
39956
|
+
}
|
|
39957
|
+
}
|
|
39958
|
+
}
|
|
39959
|
+
}
|
|
39960
|
+
},
|
|
39961
|
+
"outsideDoors": {
|
|
39962
|
+
"type": "object",
|
|
39963
|
+
"properties": {
|
|
39964
|
+
"condition": { "type": "string" },
|
|
39965
|
+
"inspectionLimitations": { "type": "string" },
|
|
39966
|
+
"description": { "type": "string" },
|
|
39967
|
+
"defects": { "type": "string" },
|
|
39968
|
+
"advisories": { "type": "string" },
|
|
39969
|
+
"notes": { "type": "string" },
|
|
39970
|
+
"visibility": { "type": "string" },
|
|
39971
|
+
"restrictions": { "type": "string" },
|
|
39972
|
+
"glazingDescription": { "type": "string" },
|
|
39973
|
+
"glazingType": { "type": "string" },
|
|
39974
|
+
"glazingHeight": { "type": "boolean" },
|
|
39975
|
+
"glazingSafety": { "type": "boolean" },
|
|
39976
|
+
"glazingDefects": { "type": "boolean" },
|
|
39977
|
+
"glazingDefectDetails": { "type": "string" },
|
|
39978
|
+
"photos": {
|
|
39979
|
+
"type": "array",
|
|
39980
|
+
"items": {
|
|
39981
|
+
"type": "object",
|
|
39982
|
+
"properties": {
|
|
39983
|
+
"photoId": { "type": "integer" },
|
|
39984
|
+
"description": { "type": "string" },
|
|
39985
|
+
"report": { "type": "boolean" }
|
|
39986
|
+
}
|
|
39987
|
+
}
|
|
39988
|
+
}
|
|
39989
|
+
}
|
|
39990
|
+
},
|
|
39991
|
+
"conservatoryPorches": {
|
|
39992
|
+
"type": "object",
|
|
39993
|
+
"properties": {
|
|
39994
|
+
"condition": { "type": "string" },
|
|
39995
|
+
"inspectionLimitations": { "type": "string" },
|
|
39996
|
+
"description": { "type": "string" },
|
|
39997
|
+
"defects": { "type": "string" },
|
|
39998
|
+
"advisories": { "type": "string" },
|
|
39999
|
+
"notes": { "type": "string" },
|
|
40000
|
+
"conservatory": { "type": "boolean" },
|
|
40001
|
+
"porch": { "type": "boolean" },
|
|
40002
|
+
"restrictions": { "type": "string" },
|
|
40003
|
+
"visibility": { "type": "string" },
|
|
40004
|
+
"conservatoryWall": { "type": "string" },
|
|
40005
|
+
"conservatoryFrame": { "type": "string" },
|
|
40006
|
+
"conservatoryGlazing": { "type": "string" },
|
|
40007
|
+
"conservatoryRoof": { "type": "string" },
|
|
40008
|
+
"conservatorySeparate": { "type": "boolean" },
|
|
40009
|
+
"conservatoryHeating": { "type": "string" },
|
|
40010
|
+
"porchWall": { "type": "string" },
|
|
40011
|
+
"porchFrame": { "type": "string" },
|
|
40012
|
+
"porchGlazing": { "type": "string" },
|
|
40013
|
+
"porchRoof": { "type": "string" },
|
|
40014
|
+
"porchPitched": { "type": "string" },
|
|
40015
|
+
"porchFlat": { "type": "string" },
|
|
40016
|
+
"defectsFlag": { "type": "boolean" },
|
|
40017
|
+
"defectLocation": { "type": "string" },
|
|
40018
|
+
"conservatoryEconomic": { "type": "boolean" },
|
|
40019
|
+
"conservatoryStructural": { "type": "boolean" },
|
|
40020
|
+
"conservatoryMovement": { "type": "string" },
|
|
40021
|
+
"conservatoryMovementCause": { "type": "string" },
|
|
40022
|
+
"conservatoryMovementStatus": { "type": "string" },
|
|
40023
|
+
"conservatoryDefects": { "type": "boolean" },
|
|
40024
|
+
"conservatoryDefectDetail": { "type": "string" },
|
|
40025
|
+
"porchEconomic": { "type": "boolean" },
|
|
40026
|
+
"porchStructural": { "type": "boolean" },
|
|
40027
|
+
"porchMovement": { "type": "string" },
|
|
40028
|
+
"porchMovementCause": { "type": "string" },
|
|
40029
|
+
"porchMovementStatus": { "type": "string" },
|
|
40030
|
+
"porchDefects": { "type": "boolean" },
|
|
40031
|
+
"porchDefectDetail": { "type": "string" },
|
|
40032
|
+
"photos": {
|
|
40033
|
+
"type": "array",
|
|
40034
|
+
"items": {
|
|
40035
|
+
"type": "object",
|
|
40036
|
+
"properties": {
|
|
40037
|
+
"photoId": { "type": "integer" },
|
|
40038
|
+
"description": { "type": "string" },
|
|
40039
|
+
"report": { "type": "boolean" }
|
|
40040
|
+
}
|
|
40041
|
+
}
|
|
40042
|
+
}
|
|
40043
|
+
}
|
|
40044
|
+
},
|
|
40045
|
+
"otherJoinery": {
|
|
40046
|
+
"type": "object",
|
|
40047
|
+
"properties": {
|
|
40048
|
+
"condition": { "type": "string" },
|
|
40049
|
+
"inspectionLimitations": { "type": "string" },
|
|
40050
|
+
"description": { "type": "string" },
|
|
40051
|
+
"defects": { "type": "string" },
|
|
40052
|
+
"advisories": { "type": "string" },
|
|
40053
|
+
"notes": { "type": "string" },
|
|
40054
|
+
"visibility": { "type": "string" },
|
|
40055
|
+
"restrictions": { "type": "string" },
|
|
40056
|
+
"features": { "type": "string" },
|
|
40057
|
+
"fasciaDescription": { "type": "string" },
|
|
40058
|
+
"bargeboardsDescription": { "type": "string" },
|
|
40059
|
+
"soffitsDescription": { "type": "string" },
|
|
40060
|
+
"claddingDescription": { "type": "string" },
|
|
40061
|
+
"issues": { "type": "boolean" },
|
|
40062
|
+
"issueLocation": { "type": "string" },
|
|
40063
|
+
"issueDetail": { "type": "string" },
|
|
40064
|
+
"photos": {
|
|
40065
|
+
"type": "array",
|
|
40066
|
+
"items": {
|
|
40067
|
+
"type": "object",
|
|
40068
|
+
"properties": {
|
|
40069
|
+
"photoId": { "type": "string" },
|
|
40070
|
+
"description": { "type": "string" },
|
|
40071
|
+
"report": { "type": "boolean" }
|
|
40072
|
+
}
|
|
40073
|
+
}
|
|
40074
|
+
}
|
|
40075
|
+
}
|
|
40076
|
+
},
|
|
40077
|
+
"other": {
|
|
40078
|
+
"type": "object",
|
|
40079
|
+
"properties": {
|
|
40080
|
+
"condition": { "type": "string" },
|
|
40081
|
+
"inspectionLimitations": { "type": "string" },
|
|
40082
|
+
"description": { "type": "string" },
|
|
40083
|
+
"defects": { "type": "string" },
|
|
40084
|
+
"advisories": { "type": "string" },
|
|
40085
|
+
"notes": { "type": "string" },
|
|
40086
|
+
"visibility": { "type": "string" },
|
|
40087
|
+
"defectsFlag": { "type": "boolean" },
|
|
40088
|
+
"defectDetail": { "type": "string" },
|
|
40089
|
+
"fireSafety": { "type": "string" },
|
|
40090
|
+
"photos": {
|
|
40091
|
+
"type": "array",
|
|
40092
|
+
"items": {
|
|
40093
|
+
"type": "object",
|
|
40094
|
+
"properties": {
|
|
40095
|
+
"photoId": { "type": "integer" },
|
|
40096
|
+
"description": { "type": "string" },
|
|
40097
|
+
"report": { "type": "boolean" }
|
|
40098
|
+
}
|
|
40099
|
+
}
|
|
39797
40100
|
}
|
|
39798
40101
|
}
|
|
39799
40102
|
}
|
|
39800
|
-
|
|
39801
|
-
},
|
|
39802
|
-
"propertyFullDescription": {
|
|
39803
|
-
"title": "Property Description",
|
|
39804
|
-
"description": "A detailed description of the property.",
|
|
39805
|
-
"type": "string"
|
|
39806
|
-
},
|
|
39807
|
-
"uprn": {
|
|
39808
|
-
"title": "Unique Property Reference Number (UPRN)",
|
|
39809
|
-
"description": "A unique identifier for the property.",
|
|
39810
|
-
"type": "string"
|
|
39811
|
-
},
|
|
39812
|
-
"propertyType": {
|
|
39813
|
-
"title": "Type of Property",
|
|
39814
|
-
"description": "The type or category of the property.",
|
|
39815
|
-
"type": "string"
|
|
39816
|
-
},
|
|
39817
|
-
"marketingTenure": {
|
|
39818
|
-
"title": "Marketing Tenure",
|
|
39819
|
-
"description": "The type of tenure being marketed for the property.",
|
|
39820
|
-
"type": "string",
|
|
39821
|
-
"enum": [
|
|
39822
|
-
"Commonhold",
|
|
39823
|
-
"Freehold",
|
|
39824
|
-
"Leasehold",
|
|
39825
|
-
"Share of Freehold",
|
|
39826
|
-
"Shared Ownership"
|
|
39827
|
-
]
|
|
40103
|
+
}
|
|
39828
40104
|
},
|
|
39829
|
-
"
|
|
39830
|
-
"title": "Basic Property Details",
|
|
39831
|
-
"description": "Basic information about the property.",
|
|
40105
|
+
"inside": {
|
|
39832
40106
|
"type": "object",
|
|
39833
40107
|
"properties": {
|
|
39834
|
-
"
|
|
39835
|
-
"title": "Number of Bedrooms",
|
|
39836
|
-
"description": "The total number of bedrooms in the property.",
|
|
39837
|
-
"type": "integer"
|
|
39838
|
-
},
|
|
39839
|
-
"bathrooms": {
|
|
39840
|
-
"title": "Number of Bathrooms",
|
|
39841
|
-
"description": "The total number of bathrooms in the property.",
|
|
39842
|
-
"type": "integer"
|
|
39843
|
-
},
|
|
39844
|
-
"buildInformation": {
|
|
39845
|
-
"title": "Information related to property build",
|
|
39846
|
-
"description": "Details related to the construction of the property.",
|
|
40108
|
+
"roofStructure": {
|
|
39847
40109
|
"type": "object",
|
|
39848
40110
|
"properties": {
|
|
39849
|
-
"
|
|
39850
|
-
|
|
39851
|
-
|
|
40111
|
+
"condition": { "type": "string" },
|
|
40112
|
+
"inspectionLimitations": { "type": "string" },
|
|
40113
|
+
"description": { "type": "string" },
|
|
40114
|
+
"defects": { "type": "string" },
|
|
40115
|
+
"advisories": { "type": "string" },
|
|
40116
|
+
"notes": { "type": "string" },
|
|
40117
|
+
"visibility": { "type": "string" },
|
|
40118
|
+
"restrictions": { "type": "string" },
|
|
40119
|
+
"lining": { "type": "string" },
|
|
40120
|
+
"insulation": { "type": "string" },
|
|
40121
|
+
"firewall": { "type": "string" },
|
|
40122
|
+
"features": { "type": "string" },
|
|
40123
|
+
"photos": {
|
|
39852
40124
|
"type": "object",
|
|
39853
40125
|
"properties": {
|
|
39854
|
-
"
|
|
39855
|
-
|
|
39856
|
-
|
|
39857
|
-
"type": "number",
|
|
39858
|
-
"minimum": 0
|
|
39859
|
-
},
|
|
39860
|
-
"units": {
|
|
39861
|
-
"title": "Internal area units",
|
|
39862
|
-
"description": "The units of measurement for the internal floor area.",
|
|
39863
|
-
"type": "string",
|
|
39864
|
-
"enum": ["square metres", "square feet"]
|
|
39865
|
-
}
|
|
40126
|
+
"photoId": { "type": "string" },
|
|
40127
|
+
"description": { "type": "string" },
|
|
40128
|
+
"report": { "type": "boolean" }
|
|
39866
40129
|
}
|
|
39867
40130
|
},
|
|
39868
|
-
"
|
|
39869
|
-
|
|
39870
|
-
|
|
39871
|
-
|
|
40131
|
+
"additional1Visibility": { "type": "string" },
|
|
40132
|
+
"additional1Restrictions": { "type": "string" },
|
|
40133
|
+
"additional1Description": { "type": "string" },
|
|
40134
|
+
"additional1Lining": { "type": "string" },
|
|
40135
|
+
"additional1Insulation": { "type": "string" },
|
|
40136
|
+
"additional1Defects": { "type": "boolean" },
|
|
40137
|
+
"additional1DefectDetail": { "type": "string" },
|
|
40138
|
+
"additional2Visibility": { "type": "string" },
|
|
40139
|
+
"additional2Restrictions": { "type": "string" },
|
|
40140
|
+
"additional2Description": { "type": "string" },
|
|
40141
|
+
"additional2Lining": { "type": "string" },
|
|
40142
|
+
"additional2Insulation": { "type": "string" },
|
|
40143
|
+
"additional2Defects": { "type": "boolean" },
|
|
40144
|
+
"additional2DefectDetail": { "type": "string" },
|
|
40145
|
+
"defectDetail": { "type": "string" }
|
|
40146
|
+
}
|
|
40147
|
+
},
|
|
40148
|
+
"ceilings": {
|
|
40149
|
+
"type": "object",
|
|
40150
|
+
"properties": {
|
|
40151
|
+
"condition": { "type": "string" },
|
|
40152
|
+
"inspectionLimitations": { "type": "string" },
|
|
40153
|
+
"description": { "type": "string" },
|
|
40154
|
+
"defects": { "type": "string" },
|
|
40155
|
+
"advisories": { "type": "string" },
|
|
40156
|
+
"notes": { "type": "string" },
|
|
40157
|
+
"visibility": { "type": "string" },
|
|
40158
|
+
"restrictions": { "type": "string" },
|
|
40159
|
+
"defectDetail": { "type": "string" },
|
|
40160
|
+
"integralGarageDefects": { "type": "string" },
|
|
40161
|
+
"photos": {
|
|
40162
|
+
"type": "object",
|
|
40163
|
+
"properties": {
|
|
40164
|
+
"photoId": { "type": "integer" },
|
|
40165
|
+
"description": { "type": "string" },
|
|
40166
|
+
"report": { "type": "boolean" }
|
|
40167
|
+
}
|
|
39872
40168
|
}
|
|
39873
40169
|
}
|
|
39874
|
-
}
|
|
39875
|
-
|
|
39876
|
-
|
|
39877
|
-
|
|
39878
|
-
|
|
39879
|
-
|
|
39880
|
-
|
|
39881
|
-
|
|
39882
|
-
|
|
39883
|
-
|
|
39884
|
-
|
|
39885
|
-
"
|
|
39886
|
-
"
|
|
39887
|
-
"type": "
|
|
39888
|
-
"
|
|
39889
|
-
|
|
39890
|
-
|
|
39891
|
-
|
|
39892
|
-
"
|
|
39893
|
-
"
|
|
39894
|
-
|
|
39895
|
-
|
|
39896
|
-
|
|
39897
|
-
|
|
39898
|
-
|
|
39899
|
-
"mediaUrl": {
|
|
39900
|
-
"title": "Media URL",
|
|
39901
|
-
"description": "The URL or link to access the media content.",
|
|
39902
|
-
"type": "string",
|
|
39903
|
-
"format": "uri"
|
|
39904
|
-
},
|
|
39905
|
-
"caption": {
|
|
39906
|
-
"title": "Caption",
|
|
39907
|
-
"description": "A descriptive caption or label for the media content.",
|
|
39908
|
-
"type": "string"
|
|
40170
|
+
},
|
|
40171
|
+
"wallsPartitions": {
|
|
40172
|
+
"type": "object",
|
|
40173
|
+
"properties": {
|
|
40174
|
+
"condition": { "type": "string" },
|
|
40175
|
+
"inspectionLimitations": { "type": "string" },
|
|
40176
|
+
"description": { "type": "string" },
|
|
40177
|
+
"defects": { "type": "string" },
|
|
40178
|
+
"advisories": { "type": "string" },
|
|
40179
|
+
"notes": { "type": "string" },
|
|
40180
|
+
"visibility": { "type": "string" },
|
|
40181
|
+
"restrictions": { "type": "string" },
|
|
40182
|
+
"construction": { "type": "string" },
|
|
40183
|
+
"adequateSupport": { "type": "boolean" },
|
|
40184
|
+
"wallFinish": { "type": "string" },
|
|
40185
|
+
"defectsMinor": { "type": "string" },
|
|
40186
|
+
"defectsMajor": { "type": "string" },
|
|
40187
|
+
"photos": {
|
|
40188
|
+
"type": "object",
|
|
40189
|
+
"properties": {
|
|
40190
|
+
"photoId": { "type": "integer" },
|
|
40191
|
+
"description": { "type": "string" },
|
|
40192
|
+
"report": { "type": "boolean" }
|
|
40193
|
+
}
|
|
40194
|
+
}
|
|
39909
40195
|
}
|
|
39910
|
-
}
|
|
39911
|
-
|
|
39912
|
-
|
|
39913
|
-
|
|
39914
|
-
|
|
39915
|
-
|
|
39916
|
-
|
|
39917
|
-
|
|
40196
|
+
},
|
|
40197
|
+
"floors": {
|
|
40198
|
+
"type": "object",
|
|
40199
|
+
"properties": {
|
|
40200
|
+
"condition": { "type": "string" },
|
|
40201
|
+
"inspectionLimitations": { "type": "string" },
|
|
40202
|
+
"description": { "type": "string" },
|
|
40203
|
+
"defects": { "type": "string" },
|
|
40204
|
+
"advisories": { "type": "string" },
|
|
40205
|
+
"notes": { "type": "string" },
|
|
40206
|
+
"visibility": { "type": "string" },
|
|
40207
|
+
"restrictions": { "type": "string" },
|
|
40208
|
+
"generalDefects": { "type": "string" },
|
|
40209
|
+
"solidDefects": { "type": "string" },
|
|
40210
|
+
"timberDefects": { "type": "string" },
|
|
40211
|
+
"photos": {
|
|
40212
|
+
"type": "object",
|
|
40213
|
+
"properties": {
|
|
40214
|
+
"photoId": { "type": "integer" },
|
|
40215
|
+
"description": { "type": "string" },
|
|
40216
|
+
"report": { "type": "boolean" }
|
|
40217
|
+
}
|
|
40218
|
+
}
|
|
40219
|
+
}
|
|
40220
|
+
},
|
|
40221
|
+
"fireplaces": {
|
|
40222
|
+
"type": "object",
|
|
40223
|
+
"properties": {
|
|
40224
|
+
"condition": { "type": "string" },
|
|
40225
|
+
"inspectionLimitations": { "type": "string" },
|
|
40226
|
+
"description": { "type": "string" },
|
|
40227
|
+
"defects": { "type": "string" },
|
|
40228
|
+
"advisories": { "type": "string" },
|
|
40229
|
+
"notes": { "type": "string" },
|
|
40230
|
+
"visibility": { "type": "string" },
|
|
40231
|
+
"restrictions": { "type": "string" },
|
|
40232
|
+
"defectDetail": { "type": "string" },
|
|
40233
|
+
"photos": {
|
|
40234
|
+
"type": "object",
|
|
40235
|
+
"properties": {
|
|
40236
|
+
"photoId": { "type": "integer" },
|
|
40237
|
+
"description": { "type": "string" },
|
|
40238
|
+
"report": { "type": "boolean" }
|
|
40239
|
+
}
|
|
40240
|
+
}
|
|
40241
|
+
}
|
|
40242
|
+
},
|
|
40243
|
+
"builtinFittings": {
|
|
40244
|
+
"type": "object",
|
|
40245
|
+
"properties": {
|
|
40246
|
+
"condition": { "type": "string" },
|
|
40247
|
+
"inspectionLimitations": { "type": "string" },
|
|
40248
|
+
"description": { "type": "string" },
|
|
40249
|
+
"defects": { "type": "string" },
|
|
40250
|
+
"advisories": { "type": "string" },
|
|
40251
|
+
"notes": { "type": "string" },
|
|
40252
|
+
"visibility": { "type": "string" },
|
|
40253
|
+
"restrictions": { "type": "string" },
|
|
40254
|
+
"defectDetail": { "type": "string" },
|
|
40255
|
+
"advice": { "type": "string" },
|
|
40256
|
+
"photos": {
|
|
40257
|
+
"type": "object",
|
|
40258
|
+
"properties": {
|
|
40259
|
+
"photoId": { "type": "string" },
|
|
40260
|
+
"description": { "type": "string" },
|
|
40261
|
+
"report": { "type": "boolean" }
|
|
40262
|
+
}
|
|
40263
|
+
}
|
|
40264
|
+
}
|
|
40265
|
+
},
|
|
40266
|
+
"woodwork": {
|
|
40267
|
+
"type": "object",
|
|
40268
|
+
"properties": {
|
|
40269
|
+
"condition": { "type": "string" },
|
|
40270
|
+
"inspectionLimitations": { "type": "string" },
|
|
40271
|
+
"description": { "type": "string" },
|
|
40272
|
+
"defects": { "type": "string" },
|
|
40273
|
+
"advisories": { "type": "string" },
|
|
40274
|
+
"notes": { "type": "string" },
|
|
40275
|
+
"visibility": { "type": "string" },
|
|
40276
|
+
"restrictions": { "type": "string" },
|
|
40277
|
+
"doorDescription": { "type": "string" },
|
|
40278
|
+
"stairDescription": { "type": "string" },
|
|
40279
|
+
"joineryDescription": { "type": "string" },
|
|
40280
|
+
"defectsDetail": { "type": "string" },
|
|
40281
|
+
"defectsDoorsWindows": { "type": "string" },
|
|
40282
|
+
"defectsStairs": { "type": "string" },
|
|
40283
|
+
"photos": {
|
|
40284
|
+
"type": "object",
|
|
40285
|
+
"properties": {
|
|
40286
|
+
"photoId": { "type": "string" },
|
|
40287
|
+
"description": { "type": "string" },
|
|
40288
|
+
"report": { "type": "boolean" }
|
|
40289
|
+
}
|
|
40290
|
+
}
|
|
40291
|
+
}
|
|
40292
|
+
},
|
|
40293
|
+
"bathroomFittings": {
|
|
40294
|
+
"type": "object",
|
|
40295
|
+
"properties": {
|
|
40296
|
+
"condition": { "type": "string" },
|
|
40297
|
+
"inspectionLimitations": { "type": "string" },
|
|
40298
|
+
"description": { "type": "string" },
|
|
40299
|
+
"defects": { "type": "string" },
|
|
40300
|
+
"advisories": { "type": "string" },
|
|
40301
|
+
"notes": { "type": "string" },
|
|
40302
|
+
"visibility": { "type": "string" },
|
|
40303
|
+
"restrictions": { "type": "string" },
|
|
40304
|
+
"defectDetail": { "type": "string" },
|
|
40305
|
+
"photos": {
|
|
40306
|
+
"type": "object",
|
|
40307
|
+
"properties": {
|
|
40308
|
+
"photoId": { "type": "integer" },
|
|
40309
|
+
"description": { "type": "string" },
|
|
40310
|
+
"report": { "type": "boolean" }
|
|
40311
|
+
}
|
|
40312
|
+
}
|
|
40313
|
+
}
|
|
40314
|
+
},
|
|
40315
|
+
"other": {
|
|
40316
|
+
"type": "object",
|
|
40317
|
+
"properties": {
|
|
40318
|
+
"condition": { "type": "string" },
|
|
40319
|
+
"inspectionLimitations": { "type": "string" },
|
|
40320
|
+
"description": { "type": "string" },
|
|
40321
|
+
"defects": { "type": "string" },
|
|
40322
|
+
"advisories": { "type": "string" },
|
|
40323
|
+
"notes": { "type": "string" },
|
|
40324
|
+
"visibility": { "type": "string" },
|
|
40325
|
+
"roofConversion": { "type": "string" },
|
|
40326
|
+
"cellar": { "type": "string" },
|
|
40327
|
+
"commonAreas": { "type": "string" },
|
|
40328
|
+
"alarms": { "type": "string" },
|
|
40329
|
+
"defectsRoof": { "type": "string" },
|
|
40330
|
+
"defectsBasement": { "type": "string" },
|
|
40331
|
+
"defectsOther": { "type": "string" },
|
|
40332
|
+
"photos": {
|
|
40333
|
+
"type": "object",
|
|
40334
|
+
"properties": {
|
|
40335
|
+
"photoId": { "type": "string" },
|
|
40336
|
+
"description": { "type": "string" },
|
|
40337
|
+
"report": { "type": "boolean" }
|
|
40338
|
+
}
|
|
40339
|
+
}
|
|
40340
|
+
}
|
|
40341
|
+
}
|
|
40342
|
+
}
|
|
40343
|
+
},
|
|
40344
|
+
"services": {
|
|
40345
|
+
"type": "object",
|
|
40346
|
+
"properties": {
|
|
40347
|
+
"electricity": {
|
|
40348
|
+
"type": "object",
|
|
40349
|
+
"properties": {
|
|
40350
|
+
"condition": { "type": "string" },
|
|
40351
|
+
"inspectionLimitations": { "type": "string" },
|
|
40352
|
+
"description": { "type": "string" },
|
|
40353
|
+
"defects": { "type": "string" },
|
|
40354
|
+
"advisories": { "type": "string" },
|
|
40355
|
+
"notes": { "type": "string" },
|
|
40356
|
+
"photos": {
|
|
40357
|
+
"type": "array",
|
|
40358
|
+
"items": {
|
|
40359
|
+
"type": "object",
|
|
40360
|
+
"properties": {
|
|
40361
|
+
"photoId": { "type": "integer" },
|
|
40362
|
+
"description": { "type": "string" },
|
|
40363
|
+
"report": { "type": "boolean" }
|
|
40364
|
+
}
|
|
40365
|
+
}
|
|
40366
|
+
},
|
|
40367
|
+
"visibility": { "type": "string" },
|
|
40368
|
+
"restrictions": { "type": "string" },
|
|
40369
|
+
"meter": { "type": "string" },
|
|
40370
|
+
"consumerUnit": { "type": "string" },
|
|
40371
|
+
"cutOffDevices": { "type": "string" },
|
|
40372
|
+
"wiring": { "type": "string" },
|
|
40373
|
+
"additionalFeatures": { "type": "string" },
|
|
40374
|
+
"supplementary": { "type": "string" },
|
|
40375
|
+
"testCertificate": { "type": "string" },
|
|
40376
|
+
"defectsPresent": { "type": "boolean" },
|
|
40377
|
+
"defectDetail": { "type": "string" }
|
|
40378
|
+
}
|
|
40379
|
+
},
|
|
40380
|
+
"gasOil": {
|
|
40381
|
+
"type": "object",
|
|
40382
|
+
"properties": {
|
|
40383
|
+
"condition": { "type": "string" },
|
|
40384
|
+
"inspectionLimitations": { "type": "string" },
|
|
40385
|
+
"description": { "type": "string" },
|
|
40386
|
+
"defects": { "type": "string" },
|
|
40387
|
+
"advisories": { "type": "string" },
|
|
40388
|
+
"notes": { "type": "string" },
|
|
40389
|
+
"photos": {
|
|
40390
|
+
"type": "array",
|
|
40391
|
+
"items": {
|
|
40392
|
+
"type": "object",
|
|
40393
|
+
"properties": {
|
|
40394
|
+
"photoId": { "type": "integer" },
|
|
40395
|
+
"description": { "type": "string" },
|
|
40396
|
+
"report": { "type": "boolean" }
|
|
40397
|
+
}
|
|
40398
|
+
}
|
|
40399
|
+
},
|
|
40400
|
+
"visibility": { "type": "string" },
|
|
40401
|
+
"restrictions": { "type": "string" },
|
|
40402
|
+
"meter": { "type": "string" },
|
|
40403
|
+
"privateGas": { "type": "string" },
|
|
40404
|
+
"tankLocation": { "type": "string" },
|
|
40405
|
+
"tankInside": { "type": "string" },
|
|
40406
|
+
"tankOutside": { "type": "string" },
|
|
40407
|
+
"tankType": { "type": "string" },
|
|
40408
|
+
"testCertificate": { "type": "string" },
|
|
40409
|
+
"defectsPresent": { "type": "boolean" },
|
|
40410
|
+
"defectDetail": { "type": "string" }
|
|
40411
|
+
}
|
|
40412
|
+
},
|
|
40413
|
+
"water": {
|
|
40414
|
+
"type": "object",
|
|
40415
|
+
"properties": {
|
|
40416
|
+
"condition": { "type": "string" },
|
|
40417
|
+
"inspectionLimitations": { "type": "string" },
|
|
40418
|
+
"description": { "type": "string" },
|
|
40419
|
+
"defects": { "type": "string" },
|
|
40420
|
+
"advisories": { "type": "string" },
|
|
40421
|
+
"notes": { "type": "string" },
|
|
40422
|
+
"photos": {
|
|
40423
|
+
"type": "array",
|
|
40424
|
+
"items": {
|
|
40425
|
+
"type": "object",
|
|
40426
|
+
"properties": {
|
|
40427
|
+
"photoId": { "type": "string" },
|
|
40428
|
+
"description": { "type": "string" },
|
|
40429
|
+
"report": { "type": "boolean" }
|
|
40430
|
+
}
|
|
40431
|
+
}
|
|
40432
|
+
},
|
|
40433
|
+
"visibility": { "type": "string" },
|
|
40434
|
+
"restrictions": { "type": "string" },
|
|
40435
|
+
"stopTap": { "type": "string" },
|
|
40436
|
+
"supply": { "type": "string" },
|
|
40437
|
+
"distribution": { "type": "string" },
|
|
40438
|
+
"storageTank": { "type": "string" },
|
|
40439
|
+
"defectsPresent": { "type": "boolean" },
|
|
40440
|
+
"defectDetail": { "type": "string" }
|
|
40441
|
+
}
|
|
40442
|
+
},
|
|
40443
|
+
"heating": {
|
|
40444
|
+
"type": "object",
|
|
40445
|
+
"properties": {
|
|
40446
|
+
"condition": { "type": "string" },
|
|
40447
|
+
"inspectionLimitations": { "type": "string" },
|
|
40448
|
+
"description": { "type": "string" },
|
|
40449
|
+
"defects": { "type": "string" },
|
|
40450
|
+
"advisories": { "type": "string" },
|
|
40451
|
+
"notes": { "type": "string" },
|
|
40452
|
+
"photos": {
|
|
40453
|
+
"type": "array",
|
|
40454
|
+
"items": {
|
|
40455
|
+
"type": "object",
|
|
40456
|
+
"properties": {
|
|
40457
|
+
"photoId": { "type": "integer" },
|
|
40458
|
+
"description": { "type": "string" },
|
|
40459
|
+
"report": { "type": "boolean" }
|
|
40460
|
+
}
|
|
40461
|
+
}
|
|
40462
|
+
},
|
|
40463
|
+
"visibility": { "type": "string" },
|
|
40464
|
+
"restrictions": { "type": "string" },
|
|
40465
|
+
"extent": { "type": "string" },
|
|
40466
|
+
"source": { "type": "string" },
|
|
40467
|
+
"emitter": { "type": "string" },
|
|
40468
|
+
"pipework": { "type": "string" },
|
|
40469
|
+
"controls": { "type": "string" },
|
|
40470
|
+
"otherFeatures": { "type": "string" },
|
|
40471
|
+
"testCertificate": { "type": "string" },
|
|
40472
|
+
"defectsPresent": { "type": "boolean" },
|
|
40473
|
+
"defectDetail": { "type": "string" }
|
|
40474
|
+
}
|
|
40475
|
+
},
|
|
40476
|
+
"waterHeating": {
|
|
40477
|
+
"type": "object",
|
|
40478
|
+
"properties": {
|
|
40479
|
+
"condition": { "type": "string" },
|
|
40480
|
+
"inspectionLimitations": { "type": "string" },
|
|
40481
|
+
"description": { "type": "string" },
|
|
40482
|
+
"defects": { "type": "string" },
|
|
40483
|
+
"advisories": { "type": "string" },
|
|
40484
|
+
"notes": { "type": "string" },
|
|
40485
|
+
"photos": {
|
|
40486
|
+
"type": "array",
|
|
40487
|
+
"items": {
|
|
40488
|
+
"type": "object",
|
|
40489
|
+
"properties": {
|
|
40490
|
+
"photoId": { "type": "integer" },
|
|
40491
|
+
"description": { "type": "string" },
|
|
40492
|
+
"report": { "type": "boolean" }
|
|
40493
|
+
}
|
|
40494
|
+
}
|
|
40495
|
+
},
|
|
40496
|
+
"visibility": { "type": "string" },
|
|
40497
|
+
"restrictions": { "type": "string" },
|
|
40498
|
+
"primarySource": { "type": "string" },
|
|
40499
|
+
"supplementarySource": { "type": "string" },
|
|
40500
|
+
"storage": { "type": "string" },
|
|
40501
|
+
"pipework": { "type": "string" },
|
|
40502
|
+
"defectsPresent": { "type": "boolean" },
|
|
40503
|
+
"defectDetail": { "type": "string" }
|
|
40504
|
+
}
|
|
40505
|
+
},
|
|
40506
|
+
"drainage": {
|
|
40507
|
+
"type": "object",
|
|
40508
|
+
"properties": {
|
|
40509
|
+
"condition": { "type": "string" },
|
|
40510
|
+
"inspectionLimitations": { "type": "string" },
|
|
40511
|
+
"description": { "type": "string" },
|
|
40512
|
+
"defects": { "type": "string" },
|
|
40513
|
+
"advisories": { "type": "string" },
|
|
40514
|
+
"notes": { "type": "string" },
|
|
40515
|
+
"photos": {
|
|
40516
|
+
"type": "array",
|
|
40517
|
+
"items": {
|
|
40518
|
+
"type": "object",
|
|
40519
|
+
"properties": {
|
|
40520
|
+
"photoId": { "type": "string" },
|
|
40521
|
+
"description": { "type": "string" },
|
|
40522
|
+
"report": { "type": "boolean" }
|
|
40523
|
+
}
|
|
40524
|
+
}
|
|
40525
|
+
},
|
|
40526
|
+
"visibility": { "type": "string" },
|
|
40527
|
+
"restrictions": { "type": "string" },
|
|
40528
|
+
"system": { "type": "string" },
|
|
40529
|
+
"privateSystem": { "type": "string" },
|
|
40530
|
+
"location": { "type": "string" },
|
|
40531
|
+
"runOff": { "type": "boolean" },
|
|
40532
|
+
"features": { "type": "string" },
|
|
40533
|
+
"defectsPresent": { "type": "boolean" },
|
|
40534
|
+
"defectDetail": { "type": "string" }
|
|
40535
|
+
}
|
|
40536
|
+
},
|
|
40537
|
+
"commonServices": {
|
|
40538
|
+
"type": "object",
|
|
40539
|
+
"properties": {
|
|
40540
|
+
"condition": { "type": "string" },
|
|
40541
|
+
"inspectionLimitations": { "type": "string" },
|
|
40542
|
+
"description": { "type": "string" },
|
|
40543
|
+
"defects": { "type": "string" },
|
|
40544
|
+
"advisories": { "type": "string" },
|
|
40545
|
+
"notes": { "type": "string" },
|
|
40546
|
+
"photos": {
|
|
40547
|
+
"type": "array",
|
|
40548
|
+
"items": {
|
|
40549
|
+
"type": "object",
|
|
40550
|
+
"properties": {
|
|
40551
|
+
"photoId": { "type": "string" },
|
|
40552
|
+
"description": { "type": "string" },
|
|
40553
|
+
"report": { "type": "boolean" }
|
|
40554
|
+
}
|
|
40555
|
+
}
|
|
40556
|
+
},
|
|
40557
|
+
"visibility": { "type": "string" },
|
|
40558
|
+
"type": { "type": "string" },
|
|
40559
|
+
"defectsPresent": { "type": "boolean" },
|
|
40560
|
+
"defectDetail": { "type": "string" }
|
|
40561
|
+
}
|
|
40562
|
+
}
|
|
40563
|
+
}
|
|
40564
|
+
},
|
|
40565
|
+
"grounds": {
|
|
40566
|
+
"type": "object",
|
|
40567
|
+
"properties": {
|
|
40568
|
+
"garage": {
|
|
40569
|
+
"type": "object",
|
|
40570
|
+
"properties": {
|
|
40571
|
+
"condition": {
|
|
40572
|
+
"type": "string"
|
|
40573
|
+
},
|
|
40574
|
+
"inspectionLimitations": {
|
|
40575
|
+
"type": "string"
|
|
40576
|
+
},
|
|
40577
|
+
"description": {
|
|
40578
|
+
"type": "string"
|
|
40579
|
+
},
|
|
40580
|
+
"defects": {
|
|
40581
|
+
"type": "string"
|
|
40582
|
+
},
|
|
40583
|
+
"advisories": {
|
|
40584
|
+
"type": "string"
|
|
40585
|
+
},
|
|
40586
|
+
"notes": {
|
|
40587
|
+
"type": "string"
|
|
40588
|
+
},
|
|
40589
|
+
"photos": {
|
|
40590
|
+
"type": "object",
|
|
40591
|
+
"properties": {
|
|
40592
|
+
"photoId": {
|
|
40593
|
+
"type": "string"
|
|
40594
|
+
},
|
|
40595
|
+
"description": {
|
|
40596
|
+
"type": "string"
|
|
40597
|
+
},
|
|
40598
|
+
"report": {
|
|
40599
|
+
"type": "boolean"
|
|
40600
|
+
}
|
|
40601
|
+
}
|
|
40602
|
+
},
|
|
40603
|
+
"visibility": {
|
|
40604
|
+
"type": "string"
|
|
40605
|
+
},
|
|
40606
|
+
"restrictions": {
|
|
40607
|
+
"type": "string"
|
|
40608
|
+
},
|
|
40609
|
+
"wallConstruction": {
|
|
40610
|
+
"type": "string"
|
|
40611
|
+
},
|
|
40612
|
+
"roofConstruction": {
|
|
40613
|
+
"type": "string"
|
|
40614
|
+
},
|
|
40615
|
+
"location": {
|
|
40616
|
+
"type": "string"
|
|
40617
|
+
},
|
|
40618
|
+
"structuralMovement": {
|
|
40619
|
+
"type": "boolean"
|
|
40620
|
+
},
|
|
40621
|
+
"movementType": {
|
|
40622
|
+
"type": "string"
|
|
40623
|
+
},
|
|
40624
|
+
"movementStatus": {
|
|
40625
|
+
"type": "string"
|
|
40626
|
+
},
|
|
40627
|
+
"hasDefects": {
|
|
40628
|
+
"type": "boolean"
|
|
40629
|
+
},
|
|
40630
|
+
"defectDetail": {
|
|
40631
|
+
"type": "string"
|
|
40632
|
+
}
|
|
40633
|
+
}
|
|
40634
|
+
},
|
|
40635
|
+
"permanentOutbuildings": {
|
|
40636
|
+
"type": "object",
|
|
40637
|
+
"properties": {
|
|
40638
|
+
"condition": {
|
|
40639
|
+
"type": "string"
|
|
40640
|
+
},
|
|
40641
|
+
"inspectionLimitations": {
|
|
40642
|
+
"type": "string"
|
|
40643
|
+
},
|
|
40644
|
+
"description": {
|
|
40645
|
+
"type": "string"
|
|
40646
|
+
},
|
|
40647
|
+
"defects": {
|
|
40648
|
+
"type": "string"
|
|
40649
|
+
},
|
|
40650
|
+
"advisories": {
|
|
40651
|
+
"type": "string"
|
|
40652
|
+
},
|
|
40653
|
+
"notes": {
|
|
40654
|
+
"type": "string"
|
|
40655
|
+
},
|
|
40656
|
+
"photos": {
|
|
40657
|
+
"type": "object",
|
|
40658
|
+
"properties": {
|
|
40659
|
+
"photoId": {
|
|
40660
|
+
"type": "string"
|
|
40661
|
+
},
|
|
40662
|
+
"description": {
|
|
40663
|
+
"type": "string"
|
|
40664
|
+
},
|
|
40665
|
+
"report": {
|
|
40666
|
+
"type": "boolean"
|
|
40667
|
+
}
|
|
40668
|
+
}
|
|
40669
|
+
},
|
|
40670
|
+
"visibility": {
|
|
40671
|
+
"type": "string"
|
|
40672
|
+
},
|
|
40673
|
+
"restrictions": {
|
|
40674
|
+
"type": "string"
|
|
40675
|
+
},
|
|
40676
|
+
"type": {
|
|
40677
|
+
"type": "string"
|
|
40678
|
+
},
|
|
40679
|
+
"wallConstruction": {
|
|
40680
|
+
"type": "string"
|
|
40681
|
+
},
|
|
40682
|
+
"roofConstruction": {
|
|
40683
|
+
"type": "string"
|
|
40684
|
+
},
|
|
40685
|
+
"location": {
|
|
40686
|
+
"type": "string"
|
|
40687
|
+
},
|
|
40688
|
+
"hasDefects": {
|
|
40689
|
+
"type": "boolean"
|
|
40690
|
+
},
|
|
40691
|
+
"defectDetail": {
|
|
40692
|
+
"type": "string"
|
|
40693
|
+
}
|
|
40694
|
+
}
|
|
40695
|
+
},
|
|
40696
|
+
"other": {
|
|
40697
|
+
"type": "object",
|
|
40698
|
+
"properties": {
|
|
40699
|
+
"condition": {
|
|
40700
|
+
"type": "string"
|
|
40701
|
+
},
|
|
40702
|
+
"inspectionLimitations": {
|
|
40703
|
+
"type": "string"
|
|
40704
|
+
},
|
|
40705
|
+
"description": {
|
|
40706
|
+
"type": "string"
|
|
40707
|
+
},
|
|
40708
|
+
"defects": {
|
|
40709
|
+
"type": "string"
|
|
40710
|
+
},
|
|
40711
|
+
"advisories": {
|
|
40712
|
+
"type": "string"
|
|
40713
|
+
},
|
|
40714
|
+
"notes": {
|
|
40715
|
+
"type": "string"
|
|
40716
|
+
},
|
|
40717
|
+
"photos": {
|
|
40718
|
+
"type": "object",
|
|
40719
|
+
"properties": {
|
|
40720
|
+
"photoId": {
|
|
40721
|
+
"type": "integer"
|
|
40722
|
+
},
|
|
40723
|
+
"description": {
|
|
40724
|
+
"type": "string"
|
|
40725
|
+
},
|
|
40726
|
+
"report": {
|
|
40727
|
+
"type": "boolean"
|
|
40728
|
+
}
|
|
40729
|
+
}
|
|
40730
|
+
},
|
|
40731
|
+
"visibility": {
|
|
40732
|
+
"type": "string"
|
|
40733
|
+
},
|
|
40734
|
+
"restrictions": {
|
|
40735
|
+
"type": "string"
|
|
40736
|
+
},
|
|
40737
|
+
"gardens": {
|
|
40738
|
+
"type": "string"
|
|
40739
|
+
},
|
|
40740
|
+
"exceed1Acre": {
|
|
40741
|
+
"type": "boolean"
|
|
40742
|
+
},
|
|
40743
|
+
"boundaries": {
|
|
40744
|
+
"type": "object",
|
|
40745
|
+
"properties": {
|
|
40746
|
+
"fenceDescription": {
|
|
40747
|
+
"type": "string"
|
|
40748
|
+
},
|
|
40749
|
+
"fenceIssues": {
|
|
40750
|
+
"type": "string"
|
|
40751
|
+
},
|
|
40752
|
+
"fenceDefects": {
|
|
40753
|
+
"type": "string"
|
|
40754
|
+
},
|
|
40755
|
+
"wallDescription": {
|
|
40756
|
+
"type": "string"
|
|
40757
|
+
},
|
|
40758
|
+
"wallIssues": {
|
|
40759
|
+
"type": "string"
|
|
40760
|
+
},
|
|
40761
|
+
"wallDefects": {
|
|
40762
|
+
"type": "string"
|
|
40763
|
+
},
|
|
40764
|
+
"hedgeDescription": {
|
|
40765
|
+
"type": "string"
|
|
40766
|
+
},
|
|
40767
|
+
"hedgeIssues": {
|
|
40768
|
+
"type": "string"
|
|
40769
|
+
},
|
|
40770
|
+
"hedgeDefects": {
|
|
40771
|
+
"type": "string"
|
|
40772
|
+
},
|
|
40773
|
+
"otherBoundaryDescription": {
|
|
40774
|
+
"type": "string"
|
|
40775
|
+
}
|
|
40776
|
+
}
|
|
40777
|
+
},
|
|
40778
|
+
"hardscaping": {
|
|
40779
|
+
"type": "object",
|
|
40780
|
+
"properties": {
|
|
40781
|
+
"drivewayLandscaping": {
|
|
40782
|
+
"type": "string"
|
|
40783
|
+
},
|
|
40784
|
+
"driveMaterial": {
|
|
40785
|
+
"type": "string"
|
|
40786
|
+
},
|
|
40787
|
+
"driveDefects": {
|
|
40788
|
+
"type": "boolean"
|
|
40789
|
+
},
|
|
40790
|
+
"driveDefectDetail": {
|
|
40791
|
+
"type": "string"
|
|
40792
|
+
},
|
|
40793
|
+
"patioMaterial": {
|
|
40794
|
+
"type": "string"
|
|
40795
|
+
},
|
|
40796
|
+
"patioDefects": {
|
|
40797
|
+
"type": "boolean"
|
|
40798
|
+
},
|
|
40799
|
+
"patioDefectDetail": {
|
|
40800
|
+
"type": "string"
|
|
40801
|
+
},
|
|
40802
|
+
"pathMaterial": {
|
|
40803
|
+
"type": "string"
|
|
40804
|
+
},
|
|
40805
|
+
"pathDefects": {
|
|
40806
|
+
"type": "boolean"
|
|
40807
|
+
},
|
|
40808
|
+
"pathDefectDetail": {
|
|
40809
|
+
"type": "string"
|
|
40810
|
+
},
|
|
40811
|
+
"deckingMaterial": {
|
|
40812
|
+
"type": "string"
|
|
40813
|
+
},
|
|
40814
|
+
"deckingDefects": {
|
|
40815
|
+
"type": "boolean"
|
|
40816
|
+
},
|
|
40817
|
+
"deckingDefectDetail": {
|
|
40818
|
+
"type": "string"
|
|
40819
|
+
}
|
|
40820
|
+
}
|
|
40821
|
+
},
|
|
40822
|
+
"buildingRegs": {
|
|
40823
|
+
"type": "boolean"
|
|
40824
|
+
},
|
|
40825
|
+
"otherFeatures": {
|
|
40826
|
+
"type": "string"
|
|
40827
|
+
},
|
|
40828
|
+
"japaneseKnotweed": {
|
|
40829
|
+
"type": "string"
|
|
40830
|
+
},
|
|
40831
|
+
"otherDefects": {
|
|
40832
|
+
"type": "boolean"
|
|
40833
|
+
},
|
|
40834
|
+
"otherDefectDetail": {
|
|
40835
|
+
"type": "string"
|
|
40836
|
+
}
|
|
40837
|
+
}
|
|
40838
|
+
}
|
|
40839
|
+
}
|
|
40840
|
+
},
|
|
40841
|
+
"legalIssues": {
|
|
40842
|
+
"type": "object",
|
|
40843
|
+
"properties": {
|
|
40844
|
+
"notes": {
|
|
40845
|
+
"type": "string",
|
|
40846
|
+
"description": "Legal Issues Notes"
|
|
40847
|
+
},
|
|
40848
|
+
"regulation": {
|
|
40849
|
+
"type": "string",
|
|
40850
|
+
"description": "Legal Issues Regulation details"
|
|
40851
|
+
},
|
|
40852
|
+
"guarantees": {
|
|
40853
|
+
"type": "string",
|
|
40854
|
+
"description": "Legal Issues Guarantees details"
|
|
40855
|
+
},
|
|
40856
|
+
"otherMatters": {
|
|
40857
|
+
"type": "string",
|
|
40858
|
+
"description": "Legal Issues Other Matters details"
|
|
40859
|
+
},
|
|
40860
|
+
"rightsOfWay": {
|
|
40861
|
+
"type": "string",
|
|
40862
|
+
"description": "Legal Issues Rights of Way/Restrictions details"
|
|
40863
|
+
}
|
|
40864
|
+
}
|
|
40865
|
+
},
|
|
40866
|
+
"risks": {
|
|
40867
|
+
"type": "object",
|
|
40868
|
+
"properties": {
|
|
40869
|
+
"buildingRisks": {
|
|
40870
|
+
"type": "string",
|
|
40871
|
+
"description": "Building Risk details"
|
|
40872
|
+
},
|
|
40873
|
+
"groundsRisks": {
|
|
40874
|
+
"type": "string",
|
|
40875
|
+
"description": "Ground Risk details"
|
|
40876
|
+
},
|
|
40877
|
+
"peopleRisks": {
|
|
40878
|
+
"type": "string",
|
|
40879
|
+
"description": "People Risk details"
|
|
40880
|
+
},
|
|
40881
|
+
"otherRisks": {
|
|
40882
|
+
"type": "string",
|
|
40883
|
+
"description": "Other Risk or Hazard details"
|
|
40884
|
+
}
|
|
40885
|
+
}
|
|
40886
|
+
},
|
|
40887
|
+
"propertyValuation": {
|
|
40888
|
+
"type": "object",
|
|
40889
|
+
"properties": {
|
|
40890
|
+
"valuation": {
|
|
40891
|
+
"type": "object",
|
|
40892
|
+
"properties": {
|
|
40893
|
+
"valuationDiscriminator": {
|
|
40894
|
+
"type": "boolean",
|
|
40895
|
+
"description": "Provide Valuation Y/N"
|
|
40896
|
+
},
|
|
40897
|
+
"value": {
|
|
40898
|
+
"type": "integer",
|
|
40899
|
+
"description": "Market Value"
|
|
40900
|
+
},
|
|
40901
|
+
"valueWords": {
|
|
40902
|
+
"type": "string",
|
|
40903
|
+
"description": "Market Value in words"
|
|
40904
|
+
},
|
|
40905
|
+
"reinstatement": {
|
|
40906
|
+
"type": "integer",
|
|
40907
|
+
"description": "Reinstatement Cost"
|
|
40908
|
+
},
|
|
40909
|
+
"reinstatementWords": {
|
|
40910
|
+
"type": "string",
|
|
40911
|
+
"description": "Reinstatement Cost in words"
|
|
40912
|
+
},
|
|
40913
|
+
"tenure": {
|
|
40914
|
+
"type": "string",
|
|
40915
|
+
"description": "Property Tenure"
|
|
40916
|
+
},
|
|
40917
|
+
"lease": {
|
|
40918
|
+
"type": "integer",
|
|
40919
|
+
"description": "Unexpired Lease"
|
|
40920
|
+
},
|
|
40921
|
+
"areaOfProperty": {
|
|
40922
|
+
"type": "integer",
|
|
40923
|
+
"description": "Area of Property"
|
|
40924
|
+
}
|
|
40925
|
+
}
|
|
40926
|
+
},
|
|
40927
|
+
"valuationInformation": {
|
|
40928
|
+
"type": "object",
|
|
40929
|
+
"properties": {
|
|
40930
|
+
"additionalAssumptions": {
|
|
40931
|
+
"type": "string",
|
|
40932
|
+
"description": "Valuation Assumptions"
|
|
40933
|
+
},
|
|
40934
|
+
"considerations": {
|
|
40935
|
+
"type": "string",
|
|
40936
|
+
"description": "Considerations affecting value"
|
|
40937
|
+
}
|
|
40938
|
+
}
|
|
40939
|
+
}
|
|
40940
|
+
}
|
|
40941
|
+
},
|
|
40942
|
+
"declaration": {
|
|
40943
|
+
"type": "object",
|
|
40944
|
+
"properties": {
|
|
40945
|
+
"surveyorQuals": {
|
|
40946
|
+
"type": "string",
|
|
40947
|
+
"description": "Surveyor's Qualifications"
|
|
40948
|
+
},
|
|
40949
|
+
"companyAddress": {
|
|
40950
|
+
"type": "string",
|
|
40951
|
+
"description": "Company Address"
|
|
40952
|
+
},
|
|
40953
|
+
"phoneNumber": {
|
|
40954
|
+
"type": "string",
|
|
40955
|
+
"description": "Company Phone Number"
|
|
40956
|
+
},
|
|
40957
|
+
"faxNumber": {
|
|
40958
|
+
"type": "string",
|
|
40959
|
+
"description": "Company Fax Number"
|
|
40960
|
+
},
|
|
40961
|
+
"email": {
|
|
40962
|
+
"type": "string",
|
|
40963
|
+
"description": "Company Email address"
|
|
40964
|
+
},
|
|
40965
|
+
"website": {
|
|
40966
|
+
"type": "string",
|
|
40967
|
+
"description": "Company Website details"
|
|
40968
|
+
},
|
|
40969
|
+
"clientName": {
|
|
40970
|
+
"type": "string",
|
|
40971
|
+
"description": "Customer Name"
|
|
40972
|
+
}
|
|
40973
|
+
}
|
|
40974
|
+
},
|
|
40975
|
+
"misc": {
|
|
40976
|
+
"type": "object",
|
|
40977
|
+
"properties": {
|
|
40978
|
+
"photoFront": {
|
|
40979
|
+
"type": "object",
|
|
40980
|
+
"properties": {
|
|
40981
|
+
"value": { "type": "string" },
|
|
40982
|
+
"photoId": { "type": "integer" },
|
|
40983
|
+
"description": { "type": "string" },
|
|
40984
|
+
"report": { "type": "boolean" }
|
|
40985
|
+
}
|
|
40986
|
+
},
|
|
40987
|
+
"areaOfProperty": {
|
|
40988
|
+
"type": "object",
|
|
40989
|
+
"properties": {
|
|
40990
|
+
"value": { "type": "string" },
|
|
40991
|
+
"photoId": { "type": "integer" },
|
|
40992
|
+
"description": { "type": "string" },
|
|
40993
|
+
"report": { "type": "boolean" }
|
|
40994
|
+
}
|
|
40995
|
+
},
|
|
40996
|
+
"reportDate": { "type": "string" },
|
|
40997
|
+
"epc": { "type": "string" },
|
|
40998
|
+
"agentName": { "type": "string" },
|
|
40999
|
+
"access": { "type": "string" },
|
|
41000
|
+
"propertyQuestions": { "type": "boolean" },
|
|
41001
|
+
"propertyChanges": { "type": "string" },
|
|
41002
|
+
"alterations": { "type": "string" },
|
|
41003
|
+
"furnishings": { "type": "string" },
|
|
41004
|
+
"floorCoverings": { "type": "string" },
|
|
41005
|
+
"propertyType": { "type": "string" },
|
|
41006
|
+
"accommodationLocation": { "type": "string" },
|
|
41007
|
+
"propertyStyle": { "type": "string" },
|
|
41008
|
+
"topography": { "type": "string" },
|
|
41009
|
+
"floodingRisk": { "type": "string" },
|
|
41010
|
+
"coastalLocation": { "type": "boolean" },
|
|
41011
|
+
"siteRisk": { "type": "string" },
|
|
41012
|
+
"highVoltage": { "type": "string" },
|
|
41013
|
+
"buildFormat": { "type": "string" },
|
|
41014
|
+
"areaDetails": { "type": "string" },
|
|
41015
|
+
"groundRentType": { "type": "string" },
|
|
41016
|
+
"conservationArea": { "type": "boolean" },
|
|
41017
|
+
"valuationFactor": { "type": "string" },
|
|
41018
|
+
"conflict": { "type": "boolean" },
|
|
41019
|
+
"conflictType": { "type": "string" },
|
|
41020
|
+
"suspiciousActivity": { "type": "boolean" },
|
|
41021
|
+
"btl": { "type": "boolean" },
|
|
41022
|
+
"photoConsent": { "type": "boolean" },
|
|
41023
|
+
"adjacentCommercial": { "type": "boolean" },
|
|
41024
|
+
"commercialLocation": { "type": "string" },
|
|
41025
|
+
"commercialTypeAbove": { "type": "string" },
|
|
41026
|
+
"commercialTypeAdjacent": { "type": "string" },
|
|
41027
|
+
"separateAccess": { "type": "boolean" },
|
|
41028
|
+
"communal": { "type": "boolean" },
|
|
41029
|
+
"communalFacilities": { "type": "string" },
|
|
41030
|
+
"listedBuilding": { "type": "boolean" },
|
|
41031
|
+
"listedClassification": { "type": "string" },
|
|
41032
|
+
"exla": { "type": "boolean" },
|
|
41033
|
+
"exNature": { "type": "string" },
|
|
41034
|
+
"tenureSource": { "type": "string" },
|
|
41035
|
+
"roadType": { "type": "string" },
|
|
41036
|
+
"roadMadeUp": { "type": "boolean" },
|
|
41037
|
+
"pedestrian": { "type": "boolean" },
|
|
41038
|
+
"constructionType": { "type": "string" },
|
|
41039
|
+
"nonTradType": { "type": "string" },
|
|
41040
|
+
"nonTradSystem": { "type": "string" },
|
|
41041
|
+
"designatedDefective": { "type": "boolean" },
|
|
41042
|
+
"epcAvailable": { "type": "boolean" },
|
|
41043
|
+
"epcReason": { "type": "string" },
|
|
41044
|
+
"epcDiscrepancies": { "type": "boolean" },
|
|
41045
|
+
"epcDiscrepancyDetail": { "type": "string" }
|
|
41046
|
+
}
|
|
41047
|
+
}
|
|
41048
|
+
}
|
|
41049
|
+
}
|
|
41050
|
+
},
|
|
41051
|
+
"valuations": {
|
|
41052
|
+
"title": "Valuation reports",
|
|
41053
|
+
"description": "Valuation reports associated with the transaction",
|
|
41054
|
+
"type": "array",
|
|
41055
|
+
"items": {
|
|
41056
|
+
"title": "Valuation report",
|
|
41057
|
+
"type": "object",
|
|
41058
|
+
"properties": {
|
|
41059
|
+
"valuationId": {
|
|
41060
|
+
"type": "integer"
|
|
41061
|
+
},
|
|
41062
|
+
"valuationTimestamp": {
|
|
41063
|
+
"type": "string",
|
|
41064
|
+
"format": "date-time"
|
|
41065
|
+
},
|
|
41066
|
+
"capitalValue": {
|
|
41067
|
+
"type": "integer"
|
|
41068
|
+
},
|
|
41069
|
+
"confidenceLevel": {
|
|
41070
|
+
"type": "number",
|
|
41071
|
+
"minimum": 0,
|
|
41072
|
+
"maximum": 7
|
|
41073
|
+
},
|
|
41074
|
+
"confidenceBand": {
|
|
41075
|
+
"type": "string",
|
|
41076
|
+
"enum": ["high", "medium", "low"]
|
|
41077
|
+
},
|
|
41078
|
+
"rentalValue": {
|
|
41079
|
+
"type": "integer"
|
|
41080
|
+
},
|
|
41081
|
+
"rentalConfidenceLevel": {
|
|
41082
|
+
"type": "number"
|
|
41083
|
+
},
|
|
41084
|
+
"reinstatementCost": {
|
|
41085
|
+
"type": "integer"
|
|
41086
|
+
},
|
|
41087
|
+
"checkValuationResult": {
|
|
41088
|
+
"type": "string"
|
|
41089
|
+
},
|
|
41090
|
+
"instructionType": {
|
|
41091
|
+
"type": "string"
|
|
41092
|
+
},
|
|
41093
|
+
"valuationContext": {
|
|
41094
|
+
"type": "string"
|
|
41095
|
+
},
|
|
41096
|
+
"valuationType": {
|
|
41097
|
+
"type": "string"
|
|
41098
|
+
}
|
|
41099
|
+
},
|
|
41100
|
+
"required": [
|
|
41101
|
+
"valuationId",
|
|
41102
|
+
"valuationTimestamp",
|
|
41103
|
+
"capitalValue",
|
|
41104
|
+
"confidenceLevel",
|
|
41105
|
+
"confidenceBand"
|
|
41106
|
+
]
|
|
41107
|
+
}
|
|
41108
|
+
}
|
|
41109
|
+
}
|
|
41110
|
+
},
|
|
41111
|
+
"valuationComparisonData": {
|
|
41112
|
+
"title": "Valuation Comparison Data",
|
|
41113
|
+
"description": "A collection of data used to compare the valuations (market values) of properties in the real estate or property market.",
|
|
41114
|
+
"type": "object",
|
|
41115
|
+
"properties": {
|
|
41116
|
+
"propertyDetails": {
|
|
41117
|
+
"title": "Property Details",
|
|
41118
|
+
"description": "Details and information related to individual properties for valuation comparison.",
|
|
41119
|
+
"type": "array",
|
|
41120
|
+
"items": {
|
|
41121
|
+
"type": "object",
|
|
41122
|
+
"properties": {
|
|
41123
|
+
"propertyListingInfo": {
|
|
41124
|
+
"title": "Property Listing Information",
|
|
41125
|
+
"description": "Information related to the pricing and status of a property listing.",
|
|
41126
|
+
"type": "object",
|
|
41127
|
+
"properties": {
|
|
41128
|
+
"listingType": {
|
|
41129
|
+
"title": "Listing Type",
|
|
41130
|
+
"type": "string",
|
|
41131
|
+
"enum": ["Recently Sold", "Currently On Sale"],
|
|
41132
|
+
"description": "Type of property listing, indicating whether it was recently sold or is currently on sale."
|
|
41133
|
+
}
|
|
41134
|
+
},
|
|
41135
|
+
"discriminator": {
|
|
41136
|
+
"propertyName": "listingType"
|
|
41137
|
+
},
|
|
41138
|
+
"oneOf": [
|
|
41139
|
+
{
|
|
41140
|
+
"title": "Recently Sold Property",
|
|
41141
|
+
"description": "Specific information about a property that was recently sold.",
|
|
41142
|
+
"properties": {
|
|
41143
|
+
"listingType": {
|
|
41144
|
+
"enum": ["Recently Sold"]
|
|
41145
|
+
},
|
|
41146
|
+
"soldDate": {
|
|
41147
|
+
"title": "Sold Date",
|
|
41148
|
+
"type": "string",
|
|
41149
|
+
"format": "date-time",
|
|
41150
|
+
"description": "The date when the property was sold."
|
|
41151
|
+
},
|
|
41152
|
+
"soldPrice": {
|
|
41153
|
+
"title": "Sold Price",
|
|
41154
|
+
"type": "number",
|
|
41155
|
+
"description": "The amount for which the property was sold."
|
|
41156
|
+
}
|
|
41157
|
+
}
|
|
41158
|
+
},
|
|
41159
|
+
{
|
|
41160
|
+
"title": "Property Currently On Sale",
|
|
41161
|
+
"description": "Specific information about a property that is currently listed for sale.",
|
|
41162
|
+
"properties": {
|
|
41163
|
+
"listingType": {
|
|
41164
|
+
"enum": ["Currently On Sale"]
|
|
41165
|
+
},
|
|
41166
|
+
"listedDate": {
|
|
41167
|
+
"title": "Listed Date",
|
|
41168
|
+
"type": "string",
|
|
41169
|
+
"format": "date-time",
|
|
41170
|
+
"description": "The date when the property was listed for sale."
|
|
41171
|
+
},
|
|
41172
|
+
"listPrice": {
|
|
41173
|
+
"title": "List Price",
|
|
41174
|
+
"type": "number",
|
|
41175
|
+
"description": "The asking price for the property currently on sale."
|
|
41176
|
+
}
|
|
41177
|
+
}
|
|
41178
|
+
}
|
|
41179
|
+
]
|
|
41180
|
+
},
|
|
41181
|
+
"propertyFullDescription": {
|
|
41182
|
+
"title": "Property Description",
|
|
41183
|
+
"description": "A detailed description of the property.",
|
|
41184
|
+
"type": "string"
|
|
41185
|
+
},
|
|
41186
|
+
"uprn": {
|
|
41187
|
+
"title": "Unique Property Reference Number (UPRN)",
|
|
41188
|
+
"description": "A unique identifier for the property.",
|
|
41189
|
+
"type": "string"
|
|
41190
|
+
},
|
|
41191
|
+
"propertyType": {
|
|
41192
|
+
"title": "Type of Property",
|
|
41193
|
+
"description": "The type or category of the property.",
|
|
41194
|
+
"type": "string"
|
|
41195
|
+
},
|
|
41196
|
+
"marketingTenure": {
|
|
41197
|
+
"title": "Marketing Tenure",
|
|
41198
|
+
"description": "The type of tenure being marketed for the property.",
|
|
41199
|
+
"type": "string",
|
|
41200
|
+
"enum": [
|
|
41201
|
+
"Commonhold",
|
|
41202
|
+
"Freehold",
|
|
41203
|
+
"Leasehold",
|
|
41204
|
+
"Share of Freehold",
|
|
41205
|
+
"Shared Ownership"
|
|
41206
|
+
]
|
|
41207
|
+
},
|
|
41208
|
+
"basicDetails": {
|
|
41209
|
+
"title": "Basic Property Details",
|
|
41210
|
+
"description": "Basic information about the property.",
|
|
41211
|
+
"type": "object",
|
|
41212
|
+
"properties": {
|
|
41213
|
+
"bedrooms": {
|
|
41214
|
+
"title": "Number of Bedrooms",
|
|
41215
|
+
"description": "The total number of bedrooms in the property.",
|
|
41216
|
+
"type": "integer"
|
|
41217
|
+
},
|
|
41218
|
+
"bathrooms": {
|
|
41219
|
+
"title": "Number of Bathrooms",
|
|
41220
|
+
"description": "The total number of bathrooms in the property.",
|
|
41221
|
+
"type": "integer"
|
|
41222
|
+
},
|
|
41223
|
+
"buildInformation": {
|
|
41224
|
+
"title": "Information related to property build",
|
|
41225
|
+
"description": "Details related to the construction of the property.",
|
|
41226
|
+
"type": "object",
|
|
41227
|
+
"properties": {
|
|
41228
|
+
"internalArea": {
|
|
41229
|
+
"title": "Total internal floor area",
|
|
41230
|
+
"description": "The total internal floor area of the property.",
|
|
41231
|
+
"type": "object",
|
|
41232
|
+
"properties": {
|
|
41233
|
+
"area": {
|
|
41234
|
+
"title": "Internal area value",
|
|
41235
|
+
"description": "The numerical value of the internal floor area.",
|
|
41236
|
+
"type": "number",
|
|
41237
|
+
"minimum": 0
|
|
41238
|
+
},
|
|
41239
|
+
"units": {
|
|
41240
|
+
"title": "Internal area units",
|
|
41241
|
+
"description": "The units of measurement for the internal floor area.",
|
|
41242
|
+
"type": "string",
|
|
41243
|
+
"enum": ["square metres", "square feet"]
|
|
41244
|
+
}
|
|
41245
|
+
}
|
|
41246
|
+
},
|
|
41247
|
+
"yearOfBuild": {
|
|
41248
|
+
"title": "Year the property was built",
|
|
41249
|
+
"description": "The year when the property was constructed.",
|
|
41250
|
+
"type": "integer"
|
|
41251
|
+
}
|
|
41252
|
+
}
|
|
41253
|
+
}
|
|
41254
|
+
}
|
|
41255
|
+
},
|
|
41256
|
+
"media": {
|
|
41257
|
+
"title": "Media",
|
|
41258
|
+
"description": "Media content related to the property listing.",
|
|
41259
|
+
"type": "array",
|
|
41260
|
+
"items": {
|
|
41261
|
+
"type": "object",
|
|
41262
|
+
"properties": {
|
|
41263
|
+
"mediaType": {
|
|
41264
|
+
"title": "Type of media",
|
|
41265
|
+
"description": "The type of media content (e.g., images, floorplans, brochures) related to the property.",
|
|
41266
|
+
"type": "string",
|
|
41267
|
+
"enum": [
|
|
41268
|
+
"Image",
|
|
41269
|
+
"Floorplan",
|
|
41270
|
+
"Brochure",
|
|
41271
|
+
"Virtual tour",
|
|
41272
|
+
"Audio tour",
|
|
41273
|
+
"EPC",
|
|
41274
|
+
"EPC graph",
|
|
41275
|
+
"Other"
|
|
41276
|
+
]
|
|
41277
|
+
},
|
|
41278
|
+
"mediaUrl": {
|
|
41279
|
+
"title": "Media URL",
|
|
41280
|
+
"description": "The URL or link to access the media content.",
|
|
41281
|
+
"type": "string",
|
|
41282
|
+
"format": "uri"
|
|
41283
|
+
},
|
|
41284
|
+
"caption": {
|
|
41285
|
+
"title": "Caption",
|
|
41286
|
+
"description": "A descriptive caption or label for the media content.",
|
|
41287
|
+
"type": "string"
|
|
41288
|
+
}
|
|
41289
|
+
}
|
|
41290
|
+
}
|
|
41291
|
+
}
|
|
41292
|
+
}
|
|
41293
|
+
}
|
|
41294
|
+
},
|
|
41295
|
+
"propertyPricing": {
|
|
41296
|
+
"title": "Property Pricing Estimates",
|
|
39918
41297
|
"description": "Detailed property pricing estimates, including rental estimates, market value, and yield calculations.",
|
|
39919
41298
|
"type": "object",
|
|
39920
41299
|
"properties": {
|
|
@@ -40070,10 +41449,10 @@
|
|
|
40070
41449
|
"minItems": 1,
|
|
40071
41450
|
"items": {
|
|
40072
41451
|
"type": "object",
|
|
40073
|
-
"title": "
|
|
41452
|
+
"title": "Onwards Purchase",
|
|
40074
41453
|
"properties": {
|
|
40075
41454
|
"transactionId": {
|
|
40076
|
-
"title": "UUID for
|
|
41455
|
+
"title": "UUID for an onward transaction",
|
|
40077
41456
|
"type": "string"
|
|
40078
41457
|
},
|
|
40079
41458
|
"externalIds": {
|
|
@@ -40147,10 +41526,10 @@
|
|
|
40147
41526
|
"minItems": 1,
|
|
40148
41527
|
"items": {
|
|
40149
41528
|
"type": "object",
|
|
40150
|
-
"title": "
|
|
41529
|
+
"title": "The property(ies) the buyer/buyers are selling to finance the purchase",
|
|
40151
41530
|
"properties": {
|
|
40152
41531
|
"transactionId": {
|
|
40153
|
-
"title": "UUID for
|
|
41532
|
+
"title": "UUID for an onward transaction",
|
|
40154
41533
|
"type": "string"
|
|
40155
41534
|
},
|
|
40156
41535
|
"externalIds": {
|
|
@@ -40218,6 +41597,124 @@
|
|
|
40218
41597
|
}
|
|
40219
41598
|
}
|
|
40220
41599
|
}
|
|
41600
|
+
},
|
|
41601
|
+
"milestones": {
|
|
41602
|
+
"title": "Transaction Milestones",
|
|
41603
|
+
"type": "object",
|
|
41604
|
+
"properties": {
|
|
41605
|
+
"listed": {
|
|
41606
|
+
"description": "The date the property commenced marketing by being publicly listed for sale",
|
|
41607
|
+
"type": "object",
|
|
41608
|
+
"properties": {
|
|
41609
|
+
"expected": {
|
|
41610
|
+
"description": "Planned date of listing, for example when scheduled in advance around e.g. Boxing Day activities",
|
|
41611
|
+
"type": "string",
|
|
41612
|
+
"format": "date-time"
|
|
41613
|
+
},
|
|
41614
|
+
"completed": {
|
|
41615
|
+
"description": "Actual date of first public listing for sale",
|
|
41616
|
+
"type": "string",
|
|
41617
|
+
"format": "date-time"
|
|
41618
|
+
}
|
|
41619
|
+
}
|
|
41620
|
+
},
|
|
41621
|
+
"legalForms": {
|
|
41622
|
+
"description": "The progress of the legal forms completion, including TA6, TA7 where relevant, and TA10 forms or their equivalents",
|
|
41623
|
+
"type": "object",
|
|
41624
|
+
"properties": {
|
|
41625
|
+
"started": {
|
|
41626
|
+
"description": "The date the legal forms were shared with the vendors for completion",
|
|
41627
|
+
"type": "string",
|
|
41628
|
+
"format": "date-time"
|
|
41629
|
+
},
|
|
41630
|
+
"completed": {
|
|
41631
|
+
"description": "The date the legal forms were completed and signed by all parties",
|
|
41632
|
+
"type": "string",
|
|
41633
|
+
"format": "date-time"
|
|
41634
|
+
}
|
|
41635
|
+
}
|
|
41636
|
+
},
|
|
41637
|
+
"soldSubjectToContract": {
|
|
41638
|
+
"type": "object",
|
|
41639
|
+
"properties": {
|
|
41640
|
+
"completed": {
|
|
41641
|
+
"description": "The date an offer for sale was accepted by a proceedable buyer",
|
|
41642
|
+
"type": "string",
|
|
41643
|
+
"format": "date-time"
|
|
41644
|
+
}
|
|
41645
|
+
}
|
|
41646
|
+
},
|
|
41647
|
+
"searches": {
|
|
41648
|
+
"description": "The progress of all searches in a standard search pack together",
|
|
41649
|
+
"type": "object",
|
|
41650
|
+
"properties": {
|
|
41651
|
+
"started": {
|
|
41652
|
+
"description": "The date the first of the searches in the pack was ordered",
|
|
41653
|
+
"type": "string",
|
|
41654
|
+
"format": "date-time"
|
|
41655
|
+
},
|
|
41656
|
+
"expected": {
|
|
41657
|
+
"description": "The latest date the searches are expected to be completed",
|
|
41658
|
+
"type": "string",
|
|
41659
|
+
"format": "date-time"
|
|
41660
|
+
},
|
|
41661
|
+
"completed": {
|
|
41662
|
+
"description": "The date the last of the searches in the pack was delivered",
|
|
41663
|
+
"type": "string",
|
|
41664
|
+
"format": "date-time"
|
|
41665
|
+
}
|
|
41666
|
+
}
|
|
41667
|
+
},
|
|
41668
|
+
"enquiries": {
|
|
41669
|
+
"type": "object",
|
|
41670
|
+
"properties": {
|
|
41671
|
+
"started": {
|
|
41672
|
+
"description": "The date the enquiries process between conveyancers was commenced",
|
|
41673
|
+
"type": "string",
|
|
41674
|
+
"format": "date-time"
|
|
41675
|
+
},
|
|
41676
|
+
"completed": {
|
|
41677
|
+
"description": "The date the last of the enquiries was resolved",
|
|
41678
|
+
"type": "string",
|
|
41679
|
+
"format": "date-time"
|
|
41680
|
+
}
|
|
41681
|
+
}
|
|
41682
|
+
},
|
|
41683
|
+
"exchangeOfContracts": {
|
|
41684
|
+
"type": "object",
|
|
41685
|
+
"properties": {
|
|
41686
|
+
"expected": {
|
|
41687
|
+
"description": "A proposed or agreed date for the exchange of contracts",
|
|
41688
|
+
"type": "string",
|
|
41689
|
+
"format": "date-time"
|
|
41690
|
+
},
|
|
41691
|
+
"completed": {
|
|
41692
|
+
"description": "The actual date the contracts were exchanged",
|
|
41693
|
+
"type": "string",
|
|
41694
|
+
"format": "date-time"
|
|
41695
|
+
}
|
|
41696
|
+
}
|
|
41697
|
+
},
|
|
41698
|
+
"completion": {
|
|
41699
|
+
"type": "object",
|
|
41700
|
+
"properties": {
|
|
41701
|
+
"started": {
|
|
41702
|
+
"type": "string",
|
|
41703
|
+
"format": "date-time"
|
|
41704
|
+
},
|
|
41705
|
+
"expected": {
|
|
41706
|
+
"description": "A proposed or agreed date for completion",
|
|
41707
|
+
"type": "string",
|
|
41708
|
+
"format": "date-time"
|
|
41709
|
+
},
|
|
41710
|
+
"completed": {
|
|
41711
|
+
"description": "The actual date the property sale was completed",
|
|
41712
|
+
"type": "string",
|
|
41713
|
+
"format": "date-time"
|
|
41714
|
+
}
|
|
41715
|
+
}
|
|
41716
|
+
}
|
|
41717
|
+
}
|
|
40221
41718
|
}
|
|
40222
41719
|
}
|
|
40223
41720
|
}
|