@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.
@@ -34078,6 +34078,2493 @@
34078
34078
  }
34079
34079
  }
34080
34080
  }
34081
+ },
34082
+ "surveys": {
34083
+ "title": "Survey reports",
34084
+ "description": "JSON schema for RICS Level 2 property survey data",
34085
+ "type": "array",
34086
+ "items": {
34087
+ "type": "object",
34088
+ "properties": {
34089
+ "outside": {
34090
+ "type": "object",
34091
+ "properties": {
34092
+ "chimneyStacks": {
34093
+ "type": "object",
34094
+ "properties": {
34095
+ "condition": {
34096
+ "type": "string"
34097
+ },
34098
+ "inspectionLimitations": {
34099
+ "type": "string"
34100
+ },
34101
+ "description": {
34102
+ "type": "string"
34103
+ },
34104
+ "defects": {
34105
+ "type": "string"
34106
+ },
34107
+ "advisories": {
34108
+ "type": "string"
34109
+ },
34110
+ "notes": {
34111
+ "type": "string"
34112
+ },
34113
+ "visibility": {
34114
+ "type": "string"
34115
+ },
34116
+ "visibilityRestriction": {
34117
+ "type": "string"
34118
+ },
34119
+ "flashings": {
34120
+ "type": "string"
34121
+ },
34122
+ "defectsFlag": {
34123
+ "type": "boolean"
34124
+ },
34125
+ "defectsList": {
34126
+ "type": "string"
34127
+ },
34128
+ "photos": {
34129
+ "type": "array",
34130
+ "items": {
34131
+ "type": "object",
34132
+ "properties": {
34133
+ "photoId": {
34134
+ "type": "integer"
34135
+ },
34136
+ "description": {
34137
+ "type": "string"
34138
+ },
34139
+ "report": {
34140
+ "type": "boolean"
34141
+ }
34142
+ }
34143
+ }
34144
+ }
34145
+ }
34146
+ },
34147
+ "roofCoverings": {
34148
+ "type": "object",
34149
+ "properties": {
34150
+ "condition": {
34151
+ "type": "string"
34152
+ },
34153
+ "description": {
34154
+ "type": "string"
34155
+ },
34156
+ "defects": {
34157
+ "type": "string"
34158
+ },
34159
+ "advisories": {
34160
+ "type": "string"
34161
+ },
34162
+ "notes": {
34163
+ "type": "string"
34164
+ },
34165
+ "visibility": {
34166
+ "type": "string"
34167
+ },
34168
+ "restriction": {
34169
+ "type": "string"
34170
+ },
34171
+ "features": {
34172
+ "type": "string"
34173
+ },
34174
+ "mainPitchedCovering": {
34175
+ "type": "string"
34176
+ },
34177
+ "mainPitchedFeatures": {
34178
+ "type": "string"
34179
+ },
34180
+ "mainFlatCovering": {
34181
+ "type": "string"
34182
+ },
34183
+ "mainFlatFeatures": {
34184
+ "type": "string"
34185
+ },
34186
+ "additionalPitchedCovering": {
34187
+ "type": "string"
34188
+ },
34189
+ "additionalPitchedFeatures": {
34190
+ "type": "string"
34191
+ },
34192
+ "additionalDetail": {
34193
+ "type": "string"
34194
+ },
34195
+ "additionalFeatures": {
34196
+ "type": "string"
34197
+ },
34198
+ "bay": {
34199
+ "type": "string"
34200
+ },
34201
+ "bayFeatures": {
34202
+ "type": "string"
34203
+ },
34204
+ "dormer": {
34205
+ "type": "string"
34206
+ },
34207
+ "dormerFeatures": {
34208
+ "type": "string"
34209
+ },
34210
+ "defectsGeneral": {
34211
+ "type": "string"
34212
+ },
34213
+ "photos": {
34214
+ "type": "array",
34215
+ "items": {
34216
+ "type": "object",
34217
+ "properties": {
34218
+ "photoId": {
34219
+ "type": "integer"
34220
+ },
34221
+ "description": {
34222
+ "type": "string"
34223
+ },
34224
+ "report": {
34225
+ "type": "boolean"
34226
+ }
34227
+ }
34228
+ }
34229
+ },
34230
+ "mainPitchedDefects": {
34231
+ "type": "boolean"
34232
+ },
34233
+ "mainPitchedDefectsDetail": {
34234
+ "type": "string"
34235
+ },
34236
+ "mainFlatDefects": {
34237
+ "type": "string"
34238
+ },
34239
+ "mainFlatDefectsDetail": {
34240
+ "type": "string"
34241
+ },
34242
+ "additionalPitchedDefects": {
34243
+ "type": "boolean"
34244
+ },
34245
+ "additionalPitchedDefectsDetail": {
34246
+ "type": "string"
34247
+ },
34248
+ "additionalFlatDefects": {
34249
+ "type": "boolean"
34250
+ },
34251
+ "additionalFlatDefectsDetail": {
34252
+ "type": "string"
34253
+ },
34254
+ "bayDefects": {
34255
+ "type": "boolean"
34256
+ },
34257
+ "bayDefectsDetail": {
34258
+ "type": "string"
34259
+ },
34260
+ "dormerDefects": {
34261
+ "type": "boolean"
34262
+ },
34263
+ "dormerDefectsDetail": {
34264
+ "type": "string"
34265
+ }
34266
+ }
34267
+ },
34268
+ "rainwaterPipesGutters": {
34269
+ "type": "object",
34270
+ "properties": {
34271
+ "condition": {
34272
+ "type": "string"
34273
+ },
34274
+ "inspectionLimitations": {
34275
+ "type": "string"
34276
+ },
34277
+ "description": {
34278
+ "type": "string"
34279
+ },
34280
+ "defects": {
34281
+ "type": "string"
34282
+ },
34283
+ "advisories": {
34284
+ "type": "string"
34285
+ },
34286
+ "notes": {
34287
+ "type": "string"
34288
+ },
34289
+ "visibility": {
34290
+ "type": "string"
34291
+ },
34292
+ "restrictions": {
34293
+ "type": "string"
34294
+ },
34295
+ "features": {
34296
+ "type": "string"
34297
+ },
34298
+ "gutterDescription": {
34299
+ "type": "string"
34300
+ },
34301
+ "downpipeDescription": {
34302
+ "type": "string"
34303
+ },
34304
+ "hopperHeadDescription": {
34305
+ "type": "string"
34306
+ },
34307
+ "gutterIssues": {
34308
+ "type": "boolean"
34309
+ },
34310
+ "gutterIssueLocation": {
34311
+ "type": "string"
34312
+ },
34313
+ "gutterDefect": {
34314
+ "type": "string"
34315
+ },
34316
+ "downpipeDefect": {
34317
+ "type": "string"
34318
+ },
34319
+ "hopperHeadDefect": {
34320
+ "type": "string"
34321
+ },
34322
+ "photos": {
34323
+ "type": "array",
34324
+ "items": {
34325
+ "type": "object",
34326
+ "properties": {
34327
+ "photoId": {
34328
+ "type": "integer"
34329
+ },
34330
+ "description": {
34331
+ "type": "string"
34332
+ },
34333
+ "report": {
34334
+ "type": "boolean"
34335
+ }
34336
+ }
34337
+ }
34338
+ }
34339
+ }
34340
+ },
34341
+ "mainWalls": {
34342
+ "type": "object",
34343
+ "properties": {
34344
+ "condition": {
34345
+ "type": "string"
34346
+ },
34347
+ "inspectionLimitations": {
34348
+ "type": "string"
34349
+ },
34350
+ "description": {
34351
+ "type": "string"
34352
+ },
34353
+ "defects": {
34354
+ "type": "string"
34355
+ },
34356
+ "advisories": {
34357
+ "type": "string"
34358
+ },
34359
+ "notes": {
34360
+ "type": "string"
34361
+ },
34362
+ "visibility": {
34363
+ "type": "string"
34364
+ },
34365
+ "restrictions": {
34366
+ "type": "string"
34367
+ },
34368
+ "externalElevation": {
34369
+ "type": "string"
34370
+ },
34371
+ "construction": {
34372
+ "type": "string"
34373
+ },
34374
+ "features": {
34375
+ "type": "string"
34376
+ },
34377
+ "dpc": {
34378
+ "type": "string"
34379
+ },
34380
+ "structuralMovement": {
34381
+ "type": "boolean"
34382
+ },
34383
+ "movementType": {
34384
+ "type": "string"
34385
+ },
34386
+ "movementCause": {
34387
+ "type": "string"
34388
+ },
34389
+ "movementStatus": {
34390
+ "type": "string"
34391
+ },
34392
+ "otherDefects": {
34393
+ "type": "boolean"
34394
+ },
34395
+ "otherDefectsDescription": {
34396
+ "type": "string"
34397
+ },
34398
+ "cladding": {
34399
+ "type": "string"
34400
+ },
34401
+ "fireRisk": {
34402
+ "type": "boolean"
34403
+ },
34404
+ "advice": {
34405
+ "type": "string"
34406
+ },
34407
+ "extensions": {
34408
+ "type": "string"
34409
+ },
34410
+ "movementLocation": {
34411
+ "type": "string"
34412
+ },
34413
+ "photos": {
34414
+ "type": "array",
34415
+ "items": {
34416
+ "type": "object",
34417
+ "properties": {
34418
+ "photoId": {
34419
+ "type": "integer"
34420
+ },
34421
+ "description": {
34422
+ "type": "string"
34423
+ },
34424
+ "report": {
34425
+ "type": "boolean"
34426
+ }
34427
+ }
34428
+ }
34429
+ },
34430
+ "extension1": {
34431
+ "type": "object",
34432
+ "properties": {
34433
+ "detail": {
34434
+ "type": "string"
34435
+ },
34436
+ "construction": {
34437
+ "type": "string"
34438
+ },
34439
+ "dpc": {
34440
+ "type": "string"
34441
+ },
34442
+ "defects": {
34443
+ "type": "boolean"
34444
+ },
34445
+ "defectDescription": {
34446
+ "type": "string"
34447
+ },
34448
+ "movementType": {
34449
+ "type": "string"
34450
+ },
34451
+ "movementCause": {
34452
+ "type": "string"
34453
+ },
34454
+ "movementStatus": {
34455
+ "type": "string"
34456
+ }
34457
+ }
34458
+ },
34459
+ "extension2": {
34460
+ "type": "object",
34461
+ "properties": {
34462
+ "detail": {
34463
+ "type": "string"
34464
+ },
34465
+ "construction": {
34466
+ "type": "string"
34467
+ },
34468
+ "dpc": {
34469
+ "type": "string"
34470
+ },
34471
+ "defects": {
34472
+ "type": "boolean"
34473
+ },
34474
+ "defectDescription": {
34475
+ "type": "string"
34476
+ },
34477
+ "movementType": {
34478
+ "type": "string"
34479
+ },
34480
+ "movementCause": {
34481
+ "type": "string"
34482
+ },
34483
+ "movementStatus": {
34484
+ "type": "string"
34485
+ }
34486
+ }
34487
+ },
34488
+ "extension3": {
34489
+ "type": "object",
34490
+ "properties": {
34491
+ "detail": {
34492
+ "type": "string"
34493
+ },
34494
+ "construction": {
34495
+ "type": "string"
34496
+ },
34497
+ "dpc": {
34498
+ "type": "string"
34499
+ },
34500
+ "defects": {
34501
+ "type": "boolean"
34502
+ },
34503
+ "defectDescription": {
34504
+ "type": "string"
34505
+ },
34506
+ "movementType": {
34507
+ "type": "string"
34508
+ },
34509
+ "movementCause": {
34510
+ "type": "string"
34511
+ },
34512
+ "movementStatus": {
34513
+ "type": "string"
34514
+ }
34515
+ }
34516
+ }
34517
+ }
34518
+ },
34519
+ "windows": {
34520
+ "type": "object",
34521
+ "properties": {
34522
+ "condition": {
34523
+ "type": "string"
34524
+ },
34525
+ "inspectionLimitations": {
34526
+ "type": "string"
34527
+ },
34528
+ "description": {
34529
+ "type": "string"
34530
+ },
34531
+ "defects": {
34532
+ "type": "string"
34533
+ },
34534
+ "advisories": {
34535
+ "type": "string"
34536
+ },
34537
+ "notes": {
34538
+ "type": "string"
34539
+ },
34540
+ "visibility": {
34541
+ "type": "string"
34542
+ },
34543
+ "visibilityRestrictions": {
34544
+ "type": "string"
34545
+ },
34546
+ "glazingType": {
34547
+ "type": "string"
34548
+ },
34549
+ "glazingDescription": {
34550
+ "type": "string"
34551
+ },
34552
+ "glazingHeight": {
34553
+ "type": "boolean"
34554
+ },
34555
+ "glazingSafety": {
34556
+ "type": "boolean"
34557
+ },
34558
+ "glazingDefects": {
34559
+ "type": "boolean"
34560
+ },
34561
+ "glazingDefectList": {
34562
+ "type": "string"
34563
+ },
34564
+ "photos": {
34565
+ "type": "array",
34566
+ "items": {
34567
+ "type": "object",
34568
+ "properties": {
34569
+ "photoId": {
34570
+ "type": "string"
34571
+ },
34572
+ "description": {
34573
+ "type": "string"
34574
+ },
34575
+ "report": {
34576
+ "type": "boolean"
34577
+ }
34578
+ }
34579
+ }
34580
+ }
34581
+ }
34582
+ },
34583
+ "outsideDoors": {
34584
+ "type": "object",
34585
+ "properties": {
34586
+ "condition": {
34587
+ "type": "string"
34588
+ },
34589
+ "inspectionLimitations": {
34590
+ "type": "string"
34591
+ },
34592
+ "description": {
34593
+ "type": "string"
34594
+ },
34595
+ "defects": {
34596
+ "type": "string"
34597
+ },
34598
+ "advisories": {
34599
+ "type": "string"
34600
+ },
34601
+ "notes": {
34602
+ "type": "string"
34603
+ },
34604
+ "visibility": {
34605
+ "type": "string"
34606
+ },
34607
+ "restrictions": {
34608
+ "type": "string"
34609
+ },
34610
+ "glazingDescription": {
34611
+ "type": "string"
34612
+ },
34613
+ "glazingType": {
34614
+ "type": "string"
34615
+ },
34616
+ "glazingHeight": {
34617
+ "type": "boolean"
34618
+ },
34619
+ "glazingSafety": {
34620
+ "type": "boolean"
34621
+ },
34622
+ "glazingDefects": {
34623
+ "type": "boolean"
34624
+ },
34625
+ "glazingDefectDetails": {
34626
+ "type": "string"
34627
+ },
34628
+ "photos": {
34629
+ "type": "array",
34630
+ "items": {
34631
+ "type": "object",
34632
+ "properties": {
34633
+ "photoId": {
34634
+ "type": "integer"
34635
+ },
34636
+ "description": {
34637
+ "type": "string"
34638
+ },
34639
+ "report": {
34640
+ "type": "boolean"
34641
+ }
34642
+ }
34643
+ }
34644
+ }
34645
+ }
34646
+ },
34647
+ "conservatoryPorches": {
34648
+ "type": "object",
34649
+ "properties": {
34650
+ "condition": {
34651
+ "type": "string"
34652
+ },
34653
+ "inspectionLimitations": {
34654
+ "type": "string"
34655
+ },
34656
+ "description": {
34657
+ "type": "string"
34658
+ },
34659
+ "defects": {
34660
+ "type": "string"
34661
+ },
34662
+ "advisories": {
34663
+ "type": "string"
34664
+ },
34665
+ "notes": {
34666
+ "type": "string"
34667
+ },
34668
+ "conservatory": {
34669
+ "type": "boolean"
34670
+ },
34671
+ "porch": {
34672
+ "type": "boolean"
34673
+ },
34674
+ "restrictions": {
34675
+ "type": "string"
34676
+ },
34677
+ "visibility": {
34678
+ "type": "string"
34679
+ },
34680
+ "conservatoryWall": {
34681
+ "type": "string"
34682
+ },
34683
+ "conservatoryFrame": {
34684
+ "type": "string"
34685
+ },
34686
+ "conservatoryGlazing": {
34687
+ "type": "string"
34688
+ },
34689
+ "conservatoryRoof": {
34690
+ "type": "string"
34691
+ },
34692
+ "conservatorySeparate": {
34693
+ "type": "boolean"
34694
+ },
34695
+ "conservatoryHeating": {
34696
+ "type": "string"
34697
+ },
34698
+ "porchWall": {
34699
+ "type": "string"
34700
+ },
34701
+ "porchFrame": {
34702
+ "type": "string"
34703
+ },
34704
+ "porchGlazing": {
34705
+ "type": "string"
34706
+ },
34707
+ "porchRoof": {
34708
+ "type": "string"
34709
+ },
34710
+ "porchPitched": {
34711
+ "type": "string"
34712
+ },
34713
+ "porchFlat": {
34714
+ "type": "string"
34715
+ },
34716
+ "defectsFlag": {
34717
+ "type": "boolean"
34718
+ },
34719
+ "defectLocation": {
34720
+ "type": "string"
34721
+ },
34722
+ "conservatoryEconomic": {
34723
+ "type": "boolean"
34724
+ },
34725
+ "conservatoryStructural": {
34726
+ "type": "boolean"
34727
+ },
34728
+ "conservatoryMovement": {
34729
+ "type": "string"
34730
+ },
34731
+ "conservatoryMovementCause": {
34732
+ "type": "string"
34733
+ },
34734
+ "conservatoryMovementStatus": {
34735
+ "type": "string"
34736
+ },
34737
+ "conservatoryDefects": {
34738
+ "type": "boolean"
34739
+ },
34740
+ "conservatoryDefectDetail": {
34741
+ "type": "string"
34742
+ },
34743
+ "porchEconomic": {
34744
+ "type": "boolean"
34745
+ },
34746
+ "porchStructural": {
34747
+ "type": "boolean"
34748
+ },
34749
+ "porchMovement": {
34750
+ "type": "string"
34751
+ },
34752
+ "porchMovementCause": {
34753
+ "type": "string"
34754
+ },
34755
+ "porchMovementStatus": {
34756
+ "type": "string"
34757
+ },
34758
+ "porchDefects": {
34759
+ "type": "boolean"
34760
+ },
34761
+ "porchDefectDetail": {
34762
+ "type": "string"
34763
+ },
34764
+ "photos": {
34765
+ "type": "array",
34766
+ "items": {
34767
+ "type": "object",
34768
+ "properties": {
34769
+ "photoId": {
34770
+ "type": "integer"
34771
+ },
34772
+ "description": {
34773
+ "type": "string"
34774
+ },
34775
+ "report": {
34776
+ "type": "boolean"
34777
+ }
34778
+ }
34779
+ }
34780
+ }
34781
+ }
34782
+ },
34783
+ "otherJoinery": {
34784
+ "type": "object",
34785
+ "properties": {
34786
+ "condition": {
34787
+ "type": "string"
34788
+ },
34789
+ "inspectionLimitations": {
34790
+ "type": "string"
34791
+ },
34792
+ "description": {
34793
+ "type": "string"
34794
+ },
34795
+ "defects": {
34796
+ "type": "string"
34797
+ },
34798
+ "advisories": {
34799
+ "type": "string"
34800
+ },
34801
+ "notes": {
34802
+ "type": "string"
34803
+ },
34804
+ "visibility": {
34805
+ "type": "string"
34806
+ },
34807
+ "restrictions": {
34808
+ "type": "string"
34809
+ },
34810
+ "features": {
34811
+ "type": "string"
34812
+ },
34813
+ "fasciaDescription": {
34814
+ "type": "string"
34815
+ },
34816
+ "bargeboardsDescription": {
34817
+ "type": "string"
34818
+ },
34819
+ "soffitsDescription": {
34820
+ "type": "string"
34821
+ },
34822
+ "claddingDescription": {
34823
+ "type": "string"
34824
+ },
34825
+ "issues": {
34826
+ "type": "boolean"
34827
+ },
34828
+ "issueLocation": {
34829
+ "type": "string"
34830
+ },
34831
+ "issueDetail": {
34832
+ "type": "string"
34833
+ },
34834
+ "photos": {
34835
+ "type": "array",
34836
+ "items": {
34837
+ "type": "object",
34838
+ "properties": {
34839
+ "photoId": {
34840
+ "type": "string"
34841
+ },
34842
+ "description": {
34843
+ "type": "string"
34844
+ },
34845
+ "report": {
34846
+ "type": "boolean"
34847
+ }
34848
+ }
34849
+ }
34850
+ }
34851
+ }
34852
+ },
34853
+ "other": {
34854
+ "type": "object",
34855
+ "properties": {
34856
+ "condition": {
34857
+ "type": "string"
34858
+ },
34859
+ "inspectionLimitations": {
34860
+ "type": "string"
34861
+ },
34862
+ "description": {
34863
+ "type": "string"
34864
+ },
34865
+ "defects": {
34866
+ "type": "string"
34867
+ },
34868
+ "advisories": {
34869
+ "type": "string"
34870
+ },
34871
+ "notes": {
34872
+ "type": "string"
34873
+ },
34874
+ "visibility": {
34875
+ "type": "string"
34876
+ },
34877
+ "defectsFlag": {
34878
+ "type": "boolean"
34879
+ },
34880
+ "defectDetail": {
34881
+ "type": "string"
34882
+ },
34883
+ "fireSafety": {
34884
+ "type": "string"
34885
+ },
34886
+ "photos": {
34887
+ "type": "array",
34888
+ "items": {
34889
+ "type": "object",
34890
+ "properties": {
34891
+ "photoId": {
34892
+ "type": "integer"
34893
+ },
34894
+ "description": {
34895
+ "type": "string"
34896
+ },
34897
+ "report": {
34898
+ "type": "boolean"
34899
+ }
34900
+ }
34901
+ }
34902
+ }
34903
+ }
34904
+ }
34905
+ }
34906
+ },
34907
+ "inside": {
34908
+ "type": "object",
34909
+ "properties": {
34910
+ "roofStructure": {
34911
+ "type": "object",
34912
+ "properties": {
34913
+ "condition": {
34914
+ "type": "string"
34915
+ },
34916
+ "inspectionLimitations": {
34917
+ "type": "string"
34918
+ },
34919
+ "description": {
34920
+ "type": "string"
34921
+ },
34922
+ "defects": {
34923
+ "type": "string"
34924
+ },
34925
+ "advisories": {
34926
+ "type": "string"
34927
+ },
34928
+ "notes": {
34929
+ "type": "string"
34930
+ },
34931
+ "visibility": {
34932
+ "type": "string"
34933
+ },
34934
+ "restrictions": {
34935
+ "type": "string"
34936
+ },
34937
+ "lining": {
34938
+ "type": "string"
34939
+ },
34940
+ "insulation": {
34941
+ "type": "string"
34942
+ },
34943
+ "firewall": {
34944
+ "type": "string"
34945
+ },
34946
+ "features": {
34947
+ "type": "string"
34948
+ },
34949
+ "photos": {
34950
+ "type": "object",
34951
+ "properties": {
34952
+ "photoId": {
34953
+ "type": "string"
34954
+ },
34955
+ "description": {
34956
+ "type": "string"
34957
+ },
34958
+ "report": {
34959
+ "type": "boolean"
34960
+ }
34961
+ }
34962
+ },
34963
+ "additional1Visibility": {
34964
+ "type": "string"
34965
+ },
34966
+ "additional1Restrictions": {
34967
+ "type": "string"
34968
+ },
34969
+ "additional1Description": {
34970
+ "type": "string"
34971
+ },
34972
+ "additional1Lining": {
34973
+ "type": "string"
34974
+ },
34975
+ "additional1Insulation": {
34976
+ "type": "string"
34977
+ },
34978
+ "additional1Defects": {
34979
+ "type": "boolean"
34980
+ },
34981
+ "additional1DefectDetail": {
34982
+ "type": "string"
34983
+ },
34984
+ "additional2Visibility": {
34985
+ "type": "string"
34986
+ },
34987
+ "additional2Restrictions": {
34988
+ "type": "string"
34989
+ },
34990
+ "additional2Description": {
34991
+ "type": "string"
34992
+ },
34993
+ "additional2Lining": {
34994
+ "type": "string"
34995
+ },
34996
+ "additional2Insulation": {
34997
+ "type": "string"
34998
+ },
34999
+ "additional2Defects": {
35000
+ "type": "boolean"
35001
+ },
35002
+ "additional2DefectDetail": {
35003
+ "type": "string"
35004
+ },
35005
+ "defectDetail": {
35006
+ "type": "string"
35007
+ }
35008
+ }
35009
+ },
35010
+ "ceilings": {
35011
+ "type": "object",
35012
+ "properties": {
35013
+ "condition": {
35014
+ "type": "string"
35015
+ },
35016
+ "inspectionLimitations": {
35017
+ "type": "string"
35018
+ },
35019
+ "description": {
35020
+ "type": "string"
35021
+ },
35022
+ "defects": {
35023
+ "type": "string"
35024
+ },
35025
+ "advisories": {
35026
+ "type": "string"
35027
+ },
35028
+ "notes": {
35029
+ "type": "string"
35030
+ },
35031
+ "visibility": {
35032
+ "type": "string"
35033
+ },
35034
+ "restrictions": {
35035
+ "type": "string"
35036
+ },
35037
+ "defectDetail": {
35038
+ "type": "string"
35039
+ },
35040
+ "integralGarageDefects": {
35041
+ "type": "string"
35042
+ },
35043
+ "photos": {
35044
+ "type": "object",
35045
+ "properties": {
35046
+ "photoId": {
35047
+ "type": "integer"
35048
+ },
35049
+ "description": {
35050
+ "type": "string"
35051
+ },
35052
+ "report": {
35053
+ "type": "boolean"
35054
+ }
35055
+ }
35056
+ }
35057
+ }
35058
+ },
35059
+ "wallsPartitions": {
35060
+ "type": "object",
35061
+ "properties": {
35062
+ "condition": {
35063
+ "type": "string"
35064
+ },
35065
+ "inspectionLimitations": {
35066
+ "type": "string"
35067
+ },
35068
+ "description": {
35069
+ "type": "string"
35070
+ },
35071
+ "defects": {
35072
+ "type": "string"
35073
+ },
35074
+ "advisories": {
35075
+ "type": "string"
35076
+ },
35077
+ "notes": {
35078
+ "type": "string"
35079
+ },
35080
+ "visibility": {
35081
+ "type": "string"
35082
+ },
35083
+ "restrictions": {
35084
+ "type": "string"
35085
+ },
35086
+ "construction": {
35087
+ "type": "string"
35088
+ },
35089
+ "adequateSupport": {
35090
+ "type": "boolean"
35091
+ },
35092
+ "wallFinish": {
35093
+ "type": "string"
35094
+ },
35095
+ "defectsMinor": {
35096
+ "type": "string"
35097
+ },
35098
+ "defectsMajor": {
35099
+ "type": "string"
35100
+ },
35101
+ "photos": {
35102
+ "type": "object",
35103
+ "properties": {
35104
+ "photoId": {
35105
+ "type": "integer"
35106
+ },
35107
+ "description": {
35108
+ "type": "string"
35109
+ },
35110
+ "report": {
35111
+ "type": "boolean"
35112
+ }
35113
+ }
35114
+ }
35115
+ }
35116
+ },
35117
+ "floors": {
35118
+ "type": "object",
35119
+ "properties": {
35120
+ "condition": {
35121
+ "type": "string"
35122
+ },
35123
+ "inspectionLimitations": {
35124
+ "type": "string"
35125
+ },
35126
+ "description": {
35127
+ "type": "string"
35128
+ },
35129
+ "defects": {
35130
+ "type": "string"
35131
+ },
35132
+ "advisories": {
35133
+ "type": "string"
35134
+ },
35135
+ "notes": {
35136
+ "type": "string"
35137
+ },
35138
+ "visibility": {
35139
+ "type": "string"
35140
+ },
35141
+ "restrictions": {
35142
+ "type": "string"
35143
+ },
35144
+ "generalDefects": {
35145
+ "type": "string"
35146
+ },
35147
+ "solidDefects": {
35148
+ "type": "string"
35149
+ },
35150
+ "timberDefects": {
35151
+ "type": "string"
35152
+ },
35153
+ "photos": {
35154
+ "type": "object",
35155
+ "properties": {
35156
+ "photoId": {
35157
+ "type": "integer"
35158
+ },
35159
+ "description": {
35160
+ "type": "string"
35161
+ },
35162
+ "report": {
35163
+ "type": "boolean"
35164
+ }
35165
+ }
35166
+ }
35167
+ }
35168
+ },
35169
+ "fireplaces": {
35170
+ "type": "object",
35171
+ "properties": {
35172
+ "condition": {
35173
+ "type": "string"
35174
+ },
35175
+ "inspectionLimitations": {
35176
+ "type": "string"
35177
+ },
35178
+ "description": {
35179
+ "type": "string"
35180
+ },
35181
+ "defects": {
35182
+ "type": "string"
35183
+ },
35184
+ "advisories": {
35185
+ "type": "string"
35186
+ },
35187
+ "notes": {
35188
+ "type": "string"
35189
+ },
35190
+ "visibility": {
35191
+ "type": "string"
35192
+ },
35193
+ "restrictions": {
35194
+ "type": "string"
35195
+ },
35196
+ "defectDetail": {
35197
+ "type": "string"
35198
+ },
35199
+ "photos": {
35200
+ "type": "object",
35201
+ "properties": {
35202
+ "photoId": {
35203
+ "type": "integer"
35204
+ },
35205
+ "description": {
35206
+ "type": "string"
35207
+ },
35208
+ "report": {
35209
+ "type": "boolean"
35210
+ }
35211
+ }
35212
+ }
35213
+ }
35214
+ },
35215
+ "builtinFittings": {
35216
+ "type": "object",
35217
+ "properties": {
35218
+ "condition": {
35219
+ "type": "string"
35220
+ },
35221
+ "inspectionLimitations": {
35222
+ "type": "string"
35223
+ },
35224
+ "description": {
35225
+ "type": "string"
35226
+ },
35227
+ "defects": {
35228
+ "type": "string"
35229
+ },
35230
+ "advisories": {
35231
+ "type": "string"
35232
+ },
35233
+ "notes": {
35234
+ "type": "string"
35235
+ },
35236
+ "visibility": {
35237
+ "type": "string"
35238
+ },
35239
+ "restrictions": {
35240
+ "type": "string"
35241
+ },
35242
+ "defectDetail": {
35243
+ "type": "string"
35244
+ },
35245
+ "advice": {
35246
+ "type": "string"
35247
+ },
35248
+ "photos": {
35249
+ "type": "object",
35250
+ "properties": {
35251
+ "photoId": {
35252
+ "type": "string"
35253
+ },
35254
+ "description": {
35255
+ "type": "string"
35256
+ },
35257
+ "report": {
35258
+ "type": "boolean"
35259
+ }
35260
+ }
35261
+ }
35262
+ }
35263
+ },
35264
+ "woodwork": {
35265
+ "type": "object",
35266
+ "properties": {
35267
+ "condition": {
35268
+ "type": "string"
35269
+ },
35270
+ "inspectionLimitations": {
35271
+ "type": "string"
35272
+ },
35273
+ "description": {
35274
+ "type": "string"
35275
+ },
35276
+ "defects": {
35277
+ "type": "string"
35278
+ },
35279
+ "advisories": {
35280
+ "type": "string"
35281
+ },
35282
+ "notes": {
35283
+ "type": "string"
35284
+ },
35285
+ "visibility": {
35286
+ "type": "string"
35287
+ },
35288
+ "restrictions": {
35289
+ "type": "string"
35290
+ },
35291
+ "doorDescription": {
35292
+ "type": "string"
35293
+ },
35294
+ "stairDescription": {
35295
+ "type": "string"
35296
+ },
35297
+ "joineryDescription": {
35298
+ "type": "string"
35299
+ },
35300
+ "defectsDetail": {
35301
+ "type": "string"
35302
+ },
35303
+ "defectsDoorsWindows": {
35304
+ "type": "string"
35305
+ },
35306
+ "defectsStairs": {
35307
+ "type": "string"
35308
+ },
35309
+ "photos": {
35310
+ "type": "object",
35311
+ "properties": {
35312
+ "photoId": {
35313
+ "type": "string"
35314
+ },
35315
+ "description": {
35316
+ "type": "string"
35317
+ },
35318
+ "report": {
35319
+ "type": "boolean"
35320
+ }
35321
+ }
35322
+ }
35323
+ }
35324
+ },
35325
+ "bathroomFittings": {
35326
+ "type": "object",
35327
+ "properties": {
35328
+ "condition": {
35329
+ "type": "string"
35330
+ },
35331
+ "inspectionLimitations": {
35332
+ "type": "string"
35333
+ },
35334
+ "description": {
35335
+ "type": "string"
35336
+ },
35337
+ "defects": {
35338
+ "type": "string"
35339
+ },
35340
+ "advisories": {
35341
+ "type": "string"
35342
+ },
35343
+ "notes": {
35344
+ "type": "string"
35345
+ },
35346
+ "visibility": {
35347
+ "type": "string"
35348
+ },
35349
+ "restrictions": {
35350
+ "type": "string"
35351
+ },
35352
+ "defectDetail": {
35353
+ "type": "string"
35354
+ },
35355
+ "photos": {
35356
+ "type": "object",
35357
+ "properties": {
35358
+ "photoId": {
35359
+ "type": "integer"
35360
+ },
35361
+ "description": {
35362
+ "type": "string"
35363
+ },
35364
+ "report": {
35365
+ "type": "boolean"
35366
+ }
35367
+ }
35368
+ }
35369
+ }
35370
+ },
35371
+ "other": {
35372
+ "type": "object",
35373
+ "properties": {
35374
+ "condition": {
35375
+ "type": "string"
35376
+ },
35377
+ "inspectionLimitations": {
35378
+ "type": "string"
35379
+ },
35380
+ "description": {
35381
+ "type": "string"
35382
+ },
35383
+ "defects": {
35384
+ "type": "string"
35385
+ },
35386
+ "advisories": {
35387
+ "type": "string"
35388
+ },
35389
+ "notes": {
35390
+ "type": "string"
35391
+ },
35392
+ "visibility": {
35393
+ "type": "string"
35394
+ },
35395
+ "roofConversion": {
35396
+ "type": "string"
35397
+ },
35398
+ "cellar": {
35399
+ "type": "string"
35400
+ },
35401
+ "commonAreas": {
35402
+ "type": "string"
35403
+ },
35404
+ "alarms": {
35405
+ "type": "string"
35406
+ },
35407
+ "defectsRoof": {
35408
+ "type": "string"
35409
+ },
35410
+ "defectsBasement": {
35411
+ "type": "string"
35412
+ },
35413
+ "defectsOther": {
35414
+ "type": "string"
35415
+ },
35416
+ "photos": {
35417
+ "type": "object",
35418
+ "properties": {
35419
+ "photoId": {
35420
+ "type": "string"
35421
+ },
35422
+ "description": {
35423
+ "type": "string"
35424
+ },
35425
+ "report": {
35426
+ "type": "boolean"
35427
+ }
35428
+ }
35429
+ }
35430
+ }
35431
+ }
35432
+ }
35433
+ },
35434
+ "services": {
35435
+ "type": "object",
35436
+ "properties": {
35437
+ "electricity": {
35438
+ "type": "object",
35439
+ "properties": {
35440
+ "condition": {
35441
+ "type": "string"
35442
+ },
35443
+ "inspectionLimitations": {
35444
+ "type": "string"
35445
+ },
35446
+ "description": {
35447
+ "type": "string"
35448
+ },
35449
+ "defects": {
35450
+ "type": "string"
35451
+ },
35452
+ "advisories": {
35453
+ "type": "string"
35454
+ },
35455
+ "notes": {
35456
+ "type": "string"
35457
+ },
35458
+ "photos": {
35459
+ "type": "array",
35460
+ "items": {
35461
+ "type": "object",
35462
+ "properties": {
35463
+ "photoId": {
35464
+ "type": "integer"
35465
+ },
35466
+ "description": {
35467
+ "type": "string"
35468
+ },
35469
+ "report": {
35470
+ "type": "boolean"
35471
+ }
35472
+ }
35473
+ }
35474
+ },
35475
+ "visibility": {
35476
+ "type": "string"
35477
+ },
35478
+ "restrictions": {
35479
+ "type": "string"
35480
+ },
35481
+ "meter": {
35482
+ "type": "string"
35483
+ },
35484
+ "consumerUnit": {
35485
+ "type": "string"
35486
+ },
35487
+ "cutOffDevices": {
35488
+ "type": "string"
35489
+ },
35490
+ "wiring": {
35491
+ "type": "string"
35492
+ },
35493
+ "additionalFeatures": {
35494
+ "type": "string"
35495
+ },
35496
+ "supplementary": {
35497
+ "type": "string"
35498
+ },
35499
+ "testCertificate": {
35500
+ "type": "string"
35501
+ },
35502
+ "defectsPresent": {
35503
+ "type": "boolean"
35504
+ },
35505
+ "defectDetail": {
35506
+ "type": "string"
35507
+ }
35508
+ }
35509
+ },
35510
+ "gasOil": {
35511
+ "type": "object",
35512
+ "properties": {
35513
+ "condition": {
35514
+ "type": "string"
35515
+ },
35516
+ "inspectionLimitations": {
35517
+ "type": "string"
35518
+ },
35519
+ "description": {
35520
+ "type": "string"
35521
+ },
35522
+ "defects": {
35523
+ "type": "string"
35524
+ },
35525
+ "advisories": {
35526
+ "type": "string"
35527
+ },
35528
+ "notes": {
35529
+ "type": "string"
35530
+ },
35531
+ "photos": {
35532
+ "type": "array",
35533
+ "items": {
35534
+ "type": "object",
35535
+ "properties": {
35536
+ "photoId": {
35537
+ "type": "integer"
35538
+ },
35539
+ "description": {
35540
+ "type": "string"
35541
+ },
35542
+ "report": {
35543
+ "type": "boolean"
35544
+ }
35545
+ }
35546
+ }
35547
+ },
35548
+ "visibility": {
35549
+ "type": "string"
35550
+ },
35551
+ "restrictions": {
35552
+ "type": "string"
35553
+ },
35554
+ "meter": {
35555
+ "type": "string"
35556
+ },
35557
+ "privateGas": {
35558
+ "type": "string"
35559
+ },
35560
+ "tankLocation": {
35561
+ "type": "string"
35562
+ },
35563
+ "tankInside": {
35564
+ "type": "string"
35565
+ },
35566
+ "tankOutside": {
35567
+ "type": "string"
35568
+ },
35569
+ "tankType": {
35570
+ "type": "string"
35571
+ },
35572
+ "testCertificate": {
35573
+ "type": "string"
35574
+ },
35575
+ "defectsPresent": {
35576
+ "type": "boolean"
35577
+ },
35578
+ "defectDetail": {
35579
+ "type": "string"
35580
+ }
35581
+ }
35582
+ },
35583
+ "water": {
35584
+ "type": "object",
35585
+ "properties": {
35586
+ "condition": {
35587
+ "type": "string"
35588
+ },
35589
+ "inspectionLimitations": {
35590
+ "type": "string"
35591
+ },
35592
+ "description": {
35593
+ "type": "string"
35594
+ },
35595
+ "defects": {
35596
+ "type": "string"
35597
+ },
35598
+ "advisories": {
35599
+ "type": "string"
35600
+ },
35601
+ "notes": {
35602
+ "type": "string"
35603
+ },
35604
+ "photos": {
35605
+ "type": "array",
35606
+ "items": {
35607
+ "type": "object",
35608
+ "properties": {
35609
+ "photoId": {
35610
+ "type": "string"
35611
+ },
35612
+ "description": {
35613
+ "type": "string"
35614
+ },
35615
+ "report": {
35616
+ "type": "boolean"
35617
+ }
35618
+ }
35619
+ }
35620
+ },
35621
+ "visibility": {
35622
+ "type": "string"
35623
+ },
35624
+ "restrictions": {
35625
+ "type": "string"
35626
+ },
35627
+ "stopTap": {
35628
+ "type": "string"
35629
+ },
35630
+ "supply": {
35631
+ "type": "string"
35632
+ },
35633
+ "distribution": {
35634
+ "type": "string"
35635
+ },
35636
+ "storageTank": {
35637
+ "type": "string"
35638
+ },
35639
+ "defectsPresent": {
35640
+ "type": "boolean"
35641
+ },
35642
+ "defectDetail": {
35643
+ "type": "string"
35644
+ }
35645
+ }
35646
+ },
35647
+ "heating": {
35648
+ "type": "object",
35649
+ "properties": {
35650
+ "condition": {
35651
+ "type": "string"
35652
+ },
35653
+ "inspectionLimitations": {
35654
+ "type": "string"
35655
+ },
35656
+ "description": {
35657
+ "type": "string"
35658
+ },
35659
+ "defects": {
35660
+ "type": "string"
35661
+ },
35662
+ "advisories": {
35663
+ "type": "string"
35664
+ },
35665
+ "notes": {
35666
+ "type": "string"
35667
+ },
35668
+ "photos": {
35669
+ "type": "array",
35670
+ "items": {
35671
+ "type": "object",
35672
+ "properties": {
35673
+ "photoId": {
35674
+ "type": "integer"
35675
+ },
35676
+ "description": {
35677
+ "type": "string"
35678
+ },
35679
+ "report": {
35680
+ "type": "boolean"
35681
+ }
35682
+ }
35683
+ }
35684
+ },
35685
+ "visibility": {
35686
+ "type": "string"
35687
+ },
35688
+ "restrictions": {
35689
+ "type": "string"
35690
+ },
35691
+ "extent": {
35692
+ "type": "string"
35693
+ },
35694
+ "source": {
35695
+ "type": "string"
35696
+ },
35697
+ "emitter": {
35698
+ "type": "string"
35699
+ },
35700
+ "pipework": {
35701
+ "type": "string"
35702
+ },
35703
+ "controls": {
35704
+ "type": "string"
35705
+ },
35706
+ "otherFeatures": {
35707
+ "type": "string"
35708
+ },
35709
+ "testCertificate": {
35710
+ "type": "string"
35711
+ },
35712
+ "defectsPresent": {
35713
+ "type": "boolean"
35714
+ },
35715
+ "defectDetail": {
35716
+ "type": "string"
35717
+ }
35718
+ }
35719
+ },
35720
+ "waterHeating": {
35721
+ "type": "object",
35722
+ "properties": {
35723
+ "condition": {
35724
+ "type": "string"
35725
+ },
35726
+ "inspectionLimitations": {
35727
+ "type": "string"
35728
+ },
35729
+ "description": {
35730
+ "type": "string"
35731
+ },
35732
+ "defects": {
35733
+ "type": "string"
35734
+ },
35735
+ "advisories": {
35736
+ "type": "string"
35737
+ },
35738
+ "notes": {
35739
+ "type": "string"
35740
+ },
35741
+ "photos": {
35742
+ "type": "array",
35743
+ "items": {
35744
+ "type": "object",
35745
+ "properties": {
35746
+ "photoId": {
35747
+ "type": "integer"
35748
+ },
35749
+ "description": {
35750
+ "type": "string"
35751
+ },
35752
+ "report": {
35753
+ "type": "boolean"
35754
+ }
35755
+ }
35756
+ }
35757
+ },
35758
+ "visibility": {
35759
+ "type": "string"
35760
+ },
35761
+ "restrictions": {
35762
+ "type": "string"
35763
+ },
35764
+ "primarySource": {
35765
+ "type": "string"
35766
+ },
35767
+ "supplementarySource": {
35768
+ "type": "string"
35769
+ },
35770
+ "storage": {
35771
+ "type": "string"
35772
+ },
35773
+ "pipework": {
35774
+ "type": "string"
35775
+ },
35776
+ "defectsPresent": {
35777
+ "type": "boolean"
35778
+ },
35779
+ "defectDetail": {
35780
+ "type": "string"
35781
+ }
35782
+ }
35783
+ },
35784
+ "drainage": {
35785
+ "type": "object",
35786
+ "properties": {
35787
+ "condition": {
35788
+ "type": "string"
35789
+ },
35790
+ "inspectionLimitations": {
35791
+ "type": "string"
35792
+ },
35793
+ "description": {
35794
+ "type": "string"
35795
+ },
35796
+ "defects": {
35797
+ "type": "string"
35798
+ },
35799
+ "advisories": {
35800
+ "type": "string"
35801
+ },
35802
+ "notes": {
35803
+ "type": "string"
35804
+ },
35805
+ "photos": {
35806
+ "type": "array",
35807
+ "items": {
35808
+ "type": "object",
35809
+ "properties": {
35810
+ "photoId": {
35811
+ "type": "string"
35812
+ },
35813
+ "description": {
35814
+ "type": "string"
35815
+ },
35816
+ "report": {
35817
+ "type": "boolean"
35818
+ }
35819
+ }
35820
+ }
35821
+ },
35822
+ "visibility": {
35823
+ "type": "string"
35824
+ },
35825
+ "restrictions": {
35826
+ "type": "string"
35827
+ },
35828
+ "system": {
35829
+ "type": "string"
35830
+ },
35831
+ "privateSystem": {
35832
+ "type": "string"
35833
+ },
35834
+ "location": {
35835
+ "type": "string"
35836
+ },
35837
+ "runOff": {
35838
+ "type": "boolean"
35839
+ },
35840
+ "features": {
35841
+ "type": "string"
35842
+ },
35843
+ "defectsPresent": {
35844
+ "type": "boolean"
35845
+ },
35846
+ "defectDetail": {
35847
+ "type": "string"
35848
+ }
35849
+ }
35850
+ },
35851
+ "commonServices": {
35852
+ "type": "object",
35853
+ "properties": {
35854
+ "condition": {
35855
+ "type": "string"
35856
+ },
35857
+ "inspectionLimitations": {
35858
+ "type": "string"
35859
+ },
35860
+ "description": {
35861
+ "type": "string"
35862
+ },
35863
+ "defects": {
35864
+ "type": "string"
35865
+ },
35866
+ "advisories": {
35867
+ "type": "string"
35868
+ },
35869
+ "notes": {
35870
+ "type": "string"
35871
+ },
35872
+ "photos": {
35873
+ "type": "array",
35874
+ "items": {
35875
+ "type": "object",
35876
+ "properties": {
35877
+ "photoId": {
35878
+ "type": "string"
35879
+ },
35880
+ "description": {
35881
+ "type": "string"
35882
+ },
35883
+ "report": {
35884
+ "type": "boolean"
35885
+ }
35886
+ }
35887
+ }
35888
+ },
35889
+ "visibility": {
35890
+ "type": "string"
35891
+ },
35892
+ "type": {
35893
+ "type": "string"
35894
+ },
35895
+ "defectsPresent": {
35896
+ "type": "boolean"
35897
+ },
35898
+ "defectDetail": {
35899
+ "type": "string"
35900
+ }
35901
+ }
35902
+ }
35903
+ }
35904
+ },
35905
+ "grounds": {
35906
+ "type": "object",
35907
+ "properties": {
35908
+ "garage": {
35909
+ "type": "object",
35910
+ "properties": {
35911
+ "condition": {
35912
+ "type": "string"
35913
+ },
35914
+ "inspectionLimitations": {
35915
+ "type": "string"
35916
+ },
35917
+ "description": {
35918
+ "type": "string"
35919
+ },
35920
+ "defects": {
35921
+ "type": "string"
35922
+ },
35923
+ "advisories": {
35924
+ "type": "string"
35925
+ },
35926
+ "notes": {
35927
+ "type": "string"
35928
+ },
35929
+ "photos": {
35930
+ "type": "object",
35931
+ "properties": {
35932
+ "photoId": {
35933
+ "type": "string"
35934
+ },
35935
+ "description": {
35936
+ "type": "string"
35937
+ },
35938
+ "report": {
35939
+ "type": "boolean"
35940
+ }
35941
+ }
35942
+ },
35943
+ "visibility": {
35944
+ "type": "string"
35945
+ },
35946
+ "restrictions": {
35947
+ "type": "string"
35948
+ },
35949
+ "wallConstruction": {
35950
+ "type": "string"
35951
+ },
35952
+ "roofConstruction": {
35953
+ "type": "string"
35954
+ },
35955
+ "location": {
35956
+ "type": "string"
35957
+ },
35958
+ "structuralMovement": {
35959
+ "type": "boolean"
35960
+ },
35961
+ "movementType": {
35962
+ "type": "string"
35963
+ },
35964
+ "movementStatus": {
35965
+ "type": "string"
35966
+ },
35967
+ "hasDefects": {
35968
+ "type": "boolean"
35969
+ },
35970
+ "defectDetail": {
35971
+ "type": "string"
35972
+ }
35973
+ }
35974
+ },
35975
+ "permanentOutbuildings": {
35976
+ "type": "object",
35977
+ "properties": {
35978
+ "condition": {
35979
+ "type": "string"
35980
+ },
35981
+ "inspectionLimitations": {
35982
+ "type": "string"
35983
+ },
35984
+ "description": {
35985
+ "type": "string"
35986
+ },
35987
+ "defects": {
35988
+ "type": "string"
35989
+ },
35990
+ "advisories": {
35991
+ "type": "string"
35992
+ },
35993
+ "notes": {
35994
+ "type": "string"
35995
+ },
35996
+ "photos": {
35997
+ "type": "object",
35998
+ "properties": {
35999
+ "photoId": {
36000
+ "type": "string"
36001
+ },
36002
+ "description": {
36003
+ "type": "string"
36004
+ },
36005
+ "report": {
36006
+ "type": "boolean"
36007
+ }
36008
+ }
36009
+ },
36010
+ "visibility": {
36011
+ "type": "string"
36012
+ },
36013
+ "restrictions": {
36014
+ "type": "string"
36015
+ },
36016
+ "type": {
36017
+ "type": "string"
36018
+ },
36019
+ "wallConstruction": {
36020
+ "type": "string"
36021
+ },
36022
+ "roofConstruction": {
36023
+ "type": "string"
36024
+ },
36025
+ "location": {
36026
+ "type": "string"
36027
+ },
36028
+ "hasDefects": {
36029
+ "type": "boolean"
36030
+ },
36031
+ "defectDetail": {
36032
+ "type": "string"
36033
+ }
36034
+ }
36035
+ },
36036
+ "other": {
36037
+ "type": "object",
36038
+ "properties": {
36039
+ "condition": {
36040
+ "type": "string"
36041
+ },
36042
+ "inspectionLimitations": {
36043
+ "type": "string"
36044
+ },
36045
+ "description": {
36046
+ "type": "string"
36047
+ },
36048
+ "defects": {
36049
+ "type": "string"
36050
+ },
36051
+ "advisories": {
36052
+ "type": "string"
36053
+ },
36054
+ "notes": {
36055
+ "type": "string"
36056
+ },
36057
+ "photos": {
36058
+ "type": "object",
36059
+ "properties": {
36060
+ "photoId": {
36061
+ "type": "integer"
36062
+ },
36063
+ "description": {
36064
+ "type": "string"
36065
+ },
36066
+ "report": {
36067
+ "type": "boolean"
36068
+ }
36069
+ }
36070
+ },
36071
+ "visibility": {
36072
+ "type": "string"
36073
+ },
36074
+ "restrictions": {
36075
+ "type": "string"
36076
+ },
36077
+ "gardens": {
36078
+ "type": "string"
36079
+ },
36080
+ "exceed1Acre": {
36081
+ "type": "boolean"
36082
+ },
36083
+ "boundaries": {
36084
+ "type": "object",
36085
+ "properties": {
36086
+ "fenceDescription": {
36087
+ "type": "string"
36088
+ },
36089
+ "fenceIssues": {
36090
+ "type": "string"
36091
+ },
36092
+ "fenceDefects": {
36093
+ "type": "string"
36094
+ },
36095
+ "wallDescription": {
36096
+ "type": "string"
36097
+ },
36098
+ "wallIssues": {
36099
+ "type": "string"
36100
+ },
36101
+ "wallDefects": {
36102
+ "type": "string"
36103
+ },
36104
+ "hedgeDescription": {
36105
+ "type": "string"
36106
+ },
36107
+ "hedgeIssues": {
36108
+ "type": "string"
36109
+ },
36110
+ "hedgeDefects": {
36111
+ "type": "string"
36112
+ },
36113
+ "otherBoundaryDescription": {
36114
+ "type": "string"
36115
+ }
36116
+ }
36117
+ },
36118
+ "hardscaping": {
36119
+ "type": "object",
36120
+ "properties": {
36121
+ "drivewayLandscaping": {
36122
+ "type": "string"
36123
+ },
36124
+ "driveMaterial": {
36125
+ "type": "string"
36126
+ },
36127
+ "driveDefects": {
36128
+ "type": "boolean"
36129
+ },
36130
+ "driveDefectDetail": {
36131
+ "type": "string"
36132
+ },
36133
+ "patioMaterial": {
36134
+ "type": "string"
36135
+ },
36136
+ "patioDefects": {
36137
+ "type": "boolean"
36138
+ },
36139
+ "patioDefectDetail": {
36140
+ "type": "string"
36141
+ },
36142
+ "pathMaterial": {
36143
+ "type": "string"
36144
+ },
36145
+ "pathDefects": {
36146
+ "type": "boolean"
36147
+ },
36148
+ "pathDefectDetail": {
36149
+ "type": "string"
36150
+ },
36151
+ "deckingMaterial": {
36152
+ "type": "string"
36153
+ },
36154
+ "deckingDefects": {
36155
+ "type": "boolean"
36156
+ },
36157
+ "deckingDefectDetail": {
36158
+ "type": "string"
36159
+ }
36160
+ }
36161
+ },
36162
+ "buildingRegs": {
36163
+ "type": "boolean"
36164
+ },
36165
+ "otherFeatures": {
36166
+ "type": "string"
36167
+ },
36168
+ "japaneseKnotweed": {
36169
+ "type": "string"
36170
+ },
36171
+ "otherDefects": {
36172
+ "type": "boolean"
36173
+ },
36174
+ "otherDefectDetail": {
36175
+ "type": "string"
36176
+ }
36177
+ }
36178
+ }
36179
+ }
36180
+ },
36181
+ "legalIssues": {
36182
+ "type": "object",
36183
+ "properties": {
36184
+ "notes": {
36185
+ "type": "string",
36186
+ "description": "Legal Issues Notes"
36187
+ },
36188
+ "regulation": {
36189
+ "type": "string",
36190
+ "description": "Legal Issues Regulation details"
36191
+ },
36192
+ "guarantees": {
36193
+ "type": "string",
36194
+ "description": "Legal Issues Guarantees details"
36195
+ },
36196
+ "otherMatters": {
36197
+ "type": "string",
36198
+ "description": "Legal Issues Other Matters details"
36199
+ },
36200
+ "rightsOfWay": {
36201
+ "type": "string",
36202
+ "description": "Legal Issues Rights of Way/Restrictions details"
36203
+ }
36204
+ }
36205
+ },
36206
+ "risks": {
36207
+ "type": "object",
36208
+ "properties": {
36209
+ "buildingRisks": {
36210
+ "type": "string",
36211
+ "description": "Building Risk details"
36212
+ },
36213
+ "groundsRisks": {
36214
+ "type": "string",
36215
+ "description": "Ground Risk details"
36216
+ },
36217
+ "peopleRisks": {
36218
+ "type": "string",
36219
+ "description": "People Risk details"
36220
+ },
36221
+ "otherRisks": {
36222
+ "type": "string",
36223
+ "description": "Other Risk or Hazard details"
36224
+ }
36225
+ }
36226
+ },
36227
+ "propertyValuation": {
36228
+ "type": "object",
36229
+ "properties": {
36230
+ "valuation": {
36231
+ "type": "object",
36232
+ "properties": {
36233
+ "valuationDiscriminator": {
36234
+ "type": "boolean",
36235
+ "description": "Provide Valuation Y/N"
36236
+ },
36237
+ "value": {
36238
+ "type": "integer",
36239
+ "description": "Market Value"
36240
+ },
36241
+ "valueWords": {
36242
+ "type": "string",
36243
+ "description": "Market Value in words"
36244
+ },
36245
+ "reinstatement": {
36246
+ "type": "integer",
36247
+ "description": "Reinstatement Cost"
36248
+ },
36249
+ "reinstatementWords": {
36250
+ "type": "string",
36251
+ "description": "Reinstatement Cost in words"
36252
+ },
36253
+ "tenure": {
36254
+ "type": "string",
36255
+ "description": "Property Tenure"
36256
+ },
36257
+ "lease": {
36258
+ "type": "integer",
36259
+ "description": "Unexpired Lease"
36260
+ },
36261
+ "areaOfProperty": {
36262
+ "type": "integer",
36263
+ "description": "Area of Property"
36264
+ }
36265
+ }
36266
+ },
36267
+ "valuationInformation": {
36268
+ "type": "object",
36269
+ "properties": {
36270
+ "additionalAssumptions": {
36271
+ "type": "string",
36272
+ "description": "Valuation Assumptions"
36273
+ },
36274
+ "considerations": {
36275
+ "type": "string",
36276
+ "description": "Considerations affecting value"
36277
+ }
36278
+ }
36279
+ }
36280
+ }
36281
+ },
36282
+ "declaration": {
36283
+ "type": "object",
36284
+ "properties": {
36285
+ "surveyorQuals": {
36286
+ "type": "string",
36287
+ "description": "Surveyor's Qualifications"
36288
+ },
36289
+ "companyAddress": {
36290
+ "type": "string",
36291
+ "description": "Company Address"
36292
+ },
36293
+ "phoneNumber": {
36294
+ "type": "string",
36295
+ "description": "Company Phone Number"
36296
+ },
36297
+ "faxNumber": {
36298
+ "type": "string",
36299
+ "description": "Company Fax Number"
36300
+ },
36301
+ "email": {
36302
+ "type": "string",
36303
+ "description": "Company Email address"
36304
+ },
36305
+ "website": {
36306
+ "type": "string",
36307
+ "description": "Company Website details"
36308
+ },
36309
+ "clientName": {
36310
+ "type": "string",
36311
+ "description": "Customer Name"
36312
+ }
36313
+ }
36314
+ },
36315
+ "misc": {
36316
+ "type": "object",
36317
+ "properties": {
36318
+ "photoFront": {
36319
+ "type": "object",
36320
+ "properties": {
36321
+ "value": {
36322
+ "type": "string"
36323
+ },
36324
+ "photoId": {
36325
+ "type": "integer"
36326
+ },
36327
+ "description": {
36328
+ "type": "string"
36329
+ },
36330
+ "report": {
36331
+ "type": "boolean"
36332
+ }
36333
+ }
36334
+ },
36335
+ "areaOfProperty": {
36336
+ "type": "object",
36337
+ "properties": {
36338
+ "value": {
36339
+ "type": "string"
36340
+ },
36341
+ "photoId": {
36342
+ "type": "integer"
36343
+ },
36344
+ "description": {
36345
+ "type": "string"
36346
+ },
36347
+ "report": {
36348
+ "type": "boolean"
36349
+ }
36350
+ }
36351
+ },
36352
+ "reportDate": {
36353
+ "type": "string"
36354
+ },
36355
+ "epc": {
36356
+ "type": "string"
36357
+ },
36358
+ "agentName": {
36359
+ "type": "string"
36360
+ },
36361
+ "access": {
36362
+ "type": "string"
36363
+ },
36364
+ "propertyQuestions": {
36365
+ "type": "boolean"
36366
+ },
36367
+ "propertyChanges": {
36368
+ "type": "string"
36369
+ },
36370
+ "alterations": {
36371
+ "type": "string"
36372
+ },
36373
+ "furnishings": {
36374
+ "type": "string"
36375
+ },
36376
+ "floorCoverings": {
36377
+ "type": "string"
36378
+ },
36379
+ "propertyType": {
36380
+ "type": "string"
36381
+ },
36382
+ "accommodationLocation": {
36383
+ "type": "string"
36384
+ },
36385
+ "propertyStyle": {
36386
+ "type": "string"
36387
+ },
36388
+ "topography": {
36389
+ "type": "string"
36390
+ },
36391
+ "floodingRisk": {
36392
+ "type": "string"
36393
+ },
36394
+ "coastalLocation": {
36395
+ "type": "boolean"
36396
+ },
36397
+ "siteRisk": {
36398
+ "type": "string"
36399
+ },
36400
+ "highVoltage": {
36401
+ "type": "string"
36402
+ },
36403
+ "buildFormat": {
36404
+ "type": "string"
36405
+ },
36406
+ "areaDetails": {
36407
+ "type": "string"
36408
+ },
36409
+ "groundRentType": {
36410
+ "type": "string"
36411
+ },
36412
+ "conservationArea": {
36413
+ "type": "boolean"
36414
+ },
36415
+ "valuationFactor": {
36416
+ "type": "string"
36417
+ },
36418
+ "conflict": {
36419
+ "type": "boolean"
36420
+ },
36421
+ "conflictType": {
36422
+ "type": "string"
36423
+ },
36424
+ "suspiciousActivity": {
36425
+ "type": "boolean"
36426
+ },
36427
+ "btl": {
36428
+ "type": "boolean"
36429
+ },
36430
+ "photoConsent": {
36431
+ "type": "boolean"
36432
+ },
36433
+ "adjacentCommercial": {
36434
+ "type": "boolean"
36435
+ },
36436
+ "commercialLocation": {
36437
+ "type": "string"
36438
+ },
36439
+ "commercialTypeAbove": {
36440
+ "type": "string"
36441
+ },
36442
+ "commercialTypeAdjacent": {
36443
+ "type": "string"
36444
+ },
36445
+ "separateAccess": {
36446
+ "type": "boolean"
36447
+ },
36448
+ "communal": {
36449
+ "type": "boolean"
36450
+ },
36451
+ "communalFacilities": {
36452
+ "type": "string"
36453
+ },
36454
+ "listedBuilding": {
36455
+ "type": "boolean"
36456
+ },
36457
+ "listedClassification": {
36458
+ "type": "string"
36459
+ },
36460
+ "exla": {
36461
+ "type": "boolean"
36462
+ },
36463
+ "exNature": {
36464
+ "type": "string"
36465
+ },
36466
+ "tenureSource": {
36467
+ "type": "string"
36468
+ },
36469
+ "roadType": {
36470
+ "type": "string"
36471
+ },
36472
+ "roadMadeUp": {
36473
+ "type": "boolean"
36474
+ },
36475
+ "pedestrian": {
36476
+ "type": "boolean"
36477
+ },
36478
+ "constructionType": {
36479
+ "type": "string"
36480
+ },
36481
+ "nonTradType": {
36482
+ "type": "string"
36483
+ },
36484
+ "nonTradSystem": {
36485
+ "type": "string"
36486
+ },
36487
+ "designatedDefective": {
36488
+ "type": "boolean"
36489
+ },
36490
+ "epcAvailable": {
36491
+ "type": "boolean"
36492
+ },
36493
+ "epcReason": {
36494
+ "type": "string"
36495
+ },
36496
+ "epcDiscrepancies": {
36497
+ "type": "boolean"
36498
+ },
36499
+ "epcDiscrepancyDetail": {
36500
+ "type": "string"
36501
+ }
36502
+ }
36503
+ }
36504
+ }
36505
+ }
36506
+ },
36507
+ "valuations": {
36508
+ "title": "Valuation reports",
36509
+ "description": "Valuation reports associated with the transaction",
36510
+ "type": "array",
36511
+ "items": {
36512
+ "title": "Valuation report",
36513
+ "type": "object",
36514
+ "properties": {
36515
+ "valuationId": {
36516
+ "type": "integer"
36517
+ },
36518
+ "valuationTimestamp": {
36519
+ "type": "string",
36520
+ "format": "date-time"
36521
+ },
36522
+ "capitalValue": {
36523
+ "type": "integer"
36524
+ },
36525
+ "confidenceLevel": {
36526
+ "type": "number",
36527
+ "minimum": 0,
36528
+ "maximum": 7
36529
+ },
36530
+ "confidenceBand": {
36531
+ "type": "string",
36532
+ "enum": [
36533
+ "high",
36534
+ "medium",
36535
+ "low"
36536
+ ]
36537
+ },
36538
+ "rentalValue": {
36539
+ "type": "integer"
36540
+ },
36541
+ "rentalConfidenceLevel": {
36542
+ "type": "number"
36543
+ },
36544
+ "reinstatementCost": {
36545
+ "type": "integer"
36546
+ },
36547
+ "checkValuationResult": {
36548
+ "type": "string"
36549
+ },
36550
+ "instructionType": {
36551
+ "type": "string"
36552
+ },
36553
+ "valuationContext": {
36554
+ "type": "string"
36555
+ },
36556
+ "valuationType": {
36557
+ "type": "string"
36558
+ }
36559
+ },
36560
+ "required": [
36561
+ "valuationId",
36562
+ "valuationTimestamp",
36563
+ "capitalValue",
36564
+ "confidenceLevel",
36565
+ "confidenceBand"
36566
+ ]
36567
+ }
34081
36568
  }
34082
36569
  }
34083
36570
  },
@@ -34457,10 +36944,10 @@
34457
36944
  "minItems": 1,
34458
36945
  "items": {
34459
36946
  "type": "object",
34460
- "title": "onwards Purchases",
36947
+ "title": "Onwards Purchase",
34461
36948
  "properties": {
34462
36949
  "transactionId": {
34463
- "title": "UUID for the onward transaction",
36950
+ "title": "UUID for an onward transaction",
34464
36951
  "type": "string"
34465
36952
  },
34466
36953
  "externalIds": {
@@ -34539,10 +37026,10 @@
34539
37026
  "minItems": 1,
34540
37027
  "items": {
34541
37028
  "type": "object",
34542
- "title": "the properties the buyer/buyers are selling to finance the purchase",
37029
+ "title": "The property(ies) the buyer/buyers are selling to finance the purchase",
34543
37030
  "properties": {
34544
37031
  "transactionId": {
34545
- "title": "UUID for the onward transaction",
37032
+ "title": "UUID for an onward transaction",
34546
37033
  "type": "string"
34547
37034
  },
34548
37035
  "externalIds": {
@@ -34615,6 +37102,124 @@
34615
37102
  }
34616
37103
  }
34617
37104
  }
37105
+ },
37106
+ "milestones": {
37107
+ "title": "Transaction Milestones",
37108
+ "type": "object",
37109
+ "properties": {
37110
+ "listed": {
37111
+ "description": "The date the property commenced marketing by being publicly listed for sale",
37112
+ "type": "object",
37113
+ "properties": {
37114
+ "expected": {
37115
+ "description": "Planned date of listing, for example when scheduled in advance around e.g. Boxing Day activities",
37116
+ "type": "string",
37117
+ "format": "date-time"
37118
+ },
37119
+ "completed": {
37120
+ "description": "Actual date of first public listing for sale",
37121
+ "type": "string",
37122
+ "format": "date-time"
37123
+ }
37124
+ }
37125
+ },
37126
+ "legalForms": {
37127
+ "description": "The progress of the legal forms completion, including TA6, TA7 where relevant, and TA10 forms or their equivalents",
37128
+ "type": "object",
37129
+ "properties": {
37130
+ "started": {
37131
+ "description": "The date the legal forms were shared with the vendors for completion",
37132
+ "type": "string",
37133
+ "format": "date-time"
37134
+ },
37135
+ "completed": {
37136
+ "description": "The date the legal forms were completed and signed by all parties",
37137
+ "type": "string",
37138
+ "format": "date-time"
37139
+ }
37140
+ }
37141
+ },
37142
+ "soldSubjectToContract": {
37143
+ "type": "object",
37144
+ "properties": {
37145
+ "completed": {
37146
+ "description": "The date an offer for sale was accepted by a proceedable buyer",
37147
+ "type": "string",
37148
+ "format": "date-time"
37149
+ }
37150
+ }
37151
+ },
37152
+ "searches": {
37153
+ "description": "The progress of all searches in a standard search pack together",
37154
+ "type": "object",
37155
+ "properties": {
37156
+ "started": {
37157
+ "description": "The date the first of the searches in the pack was ordered",
37158
+ "type": "string",
37159
+ "format": "date-time"
37160
+ },
37161
+ "expected": {
37162
+ "description": "The latest date the searches are expected to be completed",
37163
+ "type": "string",
37164
+ "format": "date-time"
37165
+ },
37166
+ "completed": {
37167
+ "description": "The date the last of the searches in the pack was delivered",
37168
+ "type": "string",
37169
+ "format": "date-time"
37170
+ }
37171
+ }
37172
+ },
37173
+ "enquiries": {
37174
+ "type": "object",
37175
+ "properties": {
37176
+ "started": {
37177
+ "description": "The date the enquiries process between conveyancers was commenced",
37178
+ "type": "string",
37179
+ "format": "date-time"
37180
+ },
37181
+ "completed": {
37182
+ "description": "The date the last of the enquiries was resolved",
37183
+ "type": "string",
37184
+ "format": "date-time"
37185
+ }
37186
+ }
37187
+ },
37188
+ "exchangeOfContracts": {
37189
+ "type": "object",
37190
+ "properties": {
37191
+ "expected": {
37192
+ "description": "A proposed or agreed date for the exchange of contracts",
37193
+ "type": "string",
37194
+ "format": "date-time"
37195
+ },
37196
+ "completed": {
37197
+ "description": "The actual date the contracts were exchanged",
37198
+ "type": "string",
37199
+ "format": "date-time"
37200
+ }
37201
+ }
37202
+ },
37203
+ "completion": {
37204
+ "type": "object",
37205
+ "properties": {
37206
+ "started": {
37207
+ "type": "string",
37208
+ "format": "date-time"
37209
+ },
37210
+ "expected": {
37211
+ "description": "A proposed or agreed date for completion",
37212
+ "type": "string",
37213
+ "format": "date-time"
37214
+ },
37215
+ "completed": {
37216
+ "description": "The actual date the property sale was completed",
37217
+ "type": "string",
37218
+ "format": "date-time"
37219
+ }
37220
+ }
37221
+ }
37222
+ }
34618
37223
  }
34619
37224
  }
34620
37225
  }