@pdtf/schemas 3.0.0-13 → 3.0.0-15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +1 -0
- package/src/schemas/v3/combined.json +110 -195
- package/src/schemas/v3/overlays/nts.json +35 -18
- package/src/schemas/v3/overlays/ta6.json +0 -5
- package/src/schemas/v3/pdtf-transaction.json +90 -307
- package/src/schemas/v3/skeleton.json +3 -0
|
@@ -267,7 +267,6 @@
|
|
|
267
267
|
"title": "Price type",
|
|
268
268
|
"type": "string",
|
|
269
269
|
"enum": [
|
|
270
|
-
"POA",
|
|
271
270
|
"Guide price",
|
|
272
271
|
"Fixed price",
|
|
273
272
|
"Offers in excess of",
|
|
@@ -339,7 +338,7 @@
|
|
|
339
338
|
"type": "object",
|
|
340
339
|
"properties": {
|
|
341
340
|
"building": {
|
|
342
|
-
"title": "Building
|
|
341
|
+
"title": "Building information",
|
|
343
342
|
"type": "object",
|
|
344
343
|
"properties": {
|
|
345
344
|
"builtForm": {
|
|
@@ -348,8 +347,8 @@
|
|
|
348
347
|
"enum": [
|
|
349
348
|
"Detached",
|
|
350
349
|
"Semi-detached",
|
|
351
|
-
"
|
|
352
|
-
"End
|
|
350
|
+
"Mid-terrace",
|
|
351
|
+
"End-terrace",
|
|
353
352
|
"Other"
|
|
354
353
|
]
|
|
355
354
|
},
|
|
@@ -405,7 +404,7 @@
|
|
|
405
404
|
},
|
|
406
405
|
"entranceFloor": {
|
|
407
406
|
"title": "Entrance floor",
|
|
408
|
-
"description": "
|
|
407
|
+
"description": "Floor level of the entrance floor relative to the lowest level of the property (0 for ground floor). If there is a basement, the basement is level 0 and the other floors are from 1 upwards",
|
|
409
408
|
"type": "integer"
|
|
410
409
|
},
|
|
411
410
|
"hasLift": {
|
|
@@ -6963,12 +6962,25 @@
|
|
|
6963
6962
|
"On Street",
|
|
6964
6963
|
"Rear",
|
|
6965
6964
|
"Private",
|
|
6966
|
-
"Disabled Parking Available",
|
|
6967
|
-
"No Disabled Parking Available",
|
|
6968
6965
|
"Garage En Bloc"
|
|
6969
6966
|
]
|
|
6970
6967
|
}
|
|
6971
6968
|
},
|
|
6969
|
+
"disabledParking": {
|
|
6970
|
+
"title": "Is disabled parking available?",
|
|
6971
|
+
"type": "object",
|
|
6972
|
+
"properties": {
|
|
6973
|
+
"yesNo": {
|
|
6974
|
+
"type": "string",
|
|
6975
|
+
"title": "",
|
|
6976
|
+
"enum": [
|
|
6977
|
+
"Yes",
|
|
6978
|
+
"No",
|
|
6979
|
+
"Not known"
|
|
6980
|
+
]
|
|
6981
|
+
}
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6972
6984
|
"controlledParking": {
|
|
6973
6985
|
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
6974
6986
|
"type": "object",
|
|
@@ -7196,8 +7208,8 @@
|
|
|
7196
7208
|
"type": "object",
|
|
7197
7209
|
"properties": {
|
|
7198
7210
|
"isStandardForm": {
|
|
7199
|
-
"title": "Is the property built in a standard form of construction?
|
|
7200
|
-
"description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
|
|
7211
|
+
"title": "Is the property built in a standard form of construction?",
|
|
7212
|
+
"description": "Standard construction is brick and/or block with timber-supported roof comprising a tile or slate cover. Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows.",
|
|
7201
7213
|
"type": "object",
|
|
7202
7214
|
"properties": {
|
|
7203
7215
|
"yesNo": {
|
|
@@ -7354,7 +7366,7 @@
|
|
|
7354
7366
|
},
|
|
7355
7367
|
"accessibilityAndAdaptations": {
|
|
7356
7368
|
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
7357
|
-
"description": "Lateral living is a
|
|
7369
|
+
"description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
|
|
7358
7370
|
"type": "array",
|
|
7359
7371
|
"items": {
|
|
7360
7372
|
"type": "string",
|
|
@@ -17608,7 +17620,7 @@
|
|
|
17608
17620
|
},
|
|
17609
17621
|
"details": {
|
|
17610
17622
|
"title": "Community heating system details",
|
|
17611
|
-
"description": "Please
|
|
17623
|
+
"description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
|
|
17612
17624
|
"type": "string",
|
|
17613
17625
|
"minLength": 1
|
|
17614
17626
|
}
|
|
@@ -18532,15 +18544,10 @@
|
|
|
18532
18544
|
]
|
|
18533
18545
|
},
|
|
18534
18546
|
"actionAlertRating": {
|
|
18535
|
-
"type": "
|
|
18547
|
+
"type": "integer",
|
|
18536
18548
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18537
|
-
"
|
|
18538
|
-
|
|
18539
|
-
"2",
|
|
18540
|
-
"3",
|
|
18541
|
-
"4",
|
|
18542
|
-
"5"
|
|
18543
|
-
]
|
|
18549
|
+
"minimum": 1,
|
|
18550
|
+
"maximum": 5
|
|
18544
18551
|
},
|
|
18545
18552
|
"result": {
|
|
18546
18553
|
"title": "Result",
|
|
@@ -18582,15 +18589,10 @@
|
|
|
18582
18589
|
]
|
|
18583
18590
|
},
|
|
18584
18591
|
"actionAlertRating": {
|
|
18585
|
-
"type": "
|
|
18592
|
+
"type": "integer",
|
|
18586
18593
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18587
|
-
"
|
|
18588
|
-
|
|
18589
|
-
"2",
|
|
18590
|
-
"3",
|
|
18591
|
-
"4",
|
|
18592
|
-
"5"
|
|
18593
|
-
]
|
|
18594
|
+
"minimum": 1,
|
|
18595
|
+
"maximum": 5
|
|
18594
18596
|
},
|
|
18595
18597
|
"result": {
|
|
18596
18598
|
"title": "Result",
|
|
@@ -18692,15 +18694,10 @@
|
|
|
18692
18694
|
]
|
|
18693
18695
|
},
|
|
18694
18696
|
"actionAlertRating": {
|
|
18695
|
-
"type": "
|
|
18697
|
+
"type": "integer",
|
|
18696
18698
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18697
|
-
"
|
|
18698
|
-
|
|
18699
|
-
"2",
|
|
18700
|
-
"3",
|
|
18701
|
-
"4",
|
|
18702
|
-
"5"
|
|
18703
|
-
]
|
|
18699
|
+
"minimum": 1,
|
|
18700
|
+
"maximum": 5
|
|
18704
18701
|
},
|
|
18705
18702
|
"result": {
|
|
18706
18703
|
"title": "Result",
|
|
@@ -18741,15 +18738,10 @@
|
|
|
18741
18738
|
]
|
|
18742
18739
|
},
|
|
18743
18740
|
"actionAlertRating": {
|
|
18744
|
-
"type": "
|
|
18741
|
+
"type": "integer",
|
|
18745
18742
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18746
|
-
"
|
|
18747
|
-
|
|
18748
|
-
"2",
|
|
18749
|
-
"3",
|
|
18750
|
-
"4",
|
|
18751
|
-
"5"
|
|
18752
|
-
]
|
|
18743
|
+
"minimum": 1,
|
|
18744
|
+
"maximum": 5
|
|
18753
18745
|
},
|
|
18754
18746
|
"result": {
|
|
18755
18747
|
"title": "Result",
|
|
@@ -18860,15 +18852,10 @@
|
|
|
18860
18852
|
]
|
|
18861
18853
|
},
|
|
18862
18854
|
"actionAlertRating": {
|
|
18863
|
-
"type": "
|
|
18855
|
+
"type": "integer",
|
|
18864
18856
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18865
|
-
"
|
|
18866
|
-
|
|
18867
|
-
"2",
|
|
18868
|
-
"3",
|
|
18869
|
-
"4",
|
|
18870
|
-
"5"
|
|
18871
|
-
]
|
|
18857
|
+
"minimum": 1,
|
|
18858
|
+
"maximum": 5
|
|
18872
18859
|
},
|
|
18873
18860
|
"result": {
|
|
18874
18861
|
"title": "Result",
|
|
@@ -18909,15 +18896,10 @@
|
|
|
18909
18896
|
]
|
|
18910
18897
|
},
|
|
18911
18898
|
"actionAlertRating": {
|
|
18912
|
-
"type": "
|
|
18899
|
+
"type": "integer",
|
|
18913
18900
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18914
|
-
"
|
|
18915
|
-
|
|
18916
|
-
"2",
|
|
18917
|
-
"3",
|
|
18918
|
-
"4",
|
|
18919
|
-
"5"
|
|
18920
|
-
]
|
|
18901
|
+
"minimum": 1,
|
|
18902
|
+
"maximum": 5
|
|
18921
18903
|
},
|
|
18922
18904
|
"result": {
|
|
18923
18905
|
"title": "Result",
|
|
@@ -18963,15 +18945,10 @@
|
|
|
18963
18945
|
]
|
|
18964
18946
|
},
|
|
18965
18947
|
"actionAlertRating": {
|
|
18966
|
-
"type": "
|
|
18948
|
+
"type": "integer",
|
|
18967
18949
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
18968
|
-
"
|
|
18969
|
-
|
|
18970
|
-
"2",
|
|
18971
|
-
"3",
|
|
18972
|
-
"4",
|
|
18973
|
-
"5"
|
|
18974
|
-
]
|
|
18950
|
+
"minimum": 1,
|
|
18951
|
+
"maximum": 5
|
|
18975
18952
|
},
|
|
18976
18953
|
"result": {
|
|
18977
18954
|
"title": "Result",
|
|
@@ -19012,15 +18989,10 @@
|
|
|
19012
18989
|
]
|
|
19013
18990
|
},
|
|
19014
18991
|
"actionAlertRating": {
|
|
19015
|
-
"type": "
|
|
18992
|
+
"type": "integer",
|
|
19016
18993
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19017
|
-
"
|
|
19018
|
-
|
|
19019
|
-
"2",
|
|
19020
|
-
"3",
|
|
19021
|
-
"4",
|
|
19022
|
-
"5"
|
|
19023
|
-
]
|
|
18994
|
+
"minimum": 1,
|
|
18995
|
+
"maximum": 5
|
|
19024
18996
|
},
|
|
19025
18997
|
"result": {
|
|
19026
18998
|
"title": "Result",
|
|
@@ -19066,15 +19038,10 @@
|
|
|
19066
19038
|
]
|
|
19067
19039
|
},
|
|
19068
19040
|
"actionAlertRating": {
|
|
19069
|
-
"type": "
|
|
19041
|
+
"type": "integer",
|
|
19070
19042
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19071
|
-
"
|
|
19072
|
-
|
|
19073
|
-
"2",
|
|
19074
|
-
"3",
|
|
19075
|
-
"4",
|
|
19076
|
-
"5"
|
|
19077
|
-
]
|
|
19043
|
+
"minimum": 1,
|
|
19044
|
+
"maximum": 5
|
|
19078
19045
|
},
|
|
19079
19046
|
"result": {
|
|
19080
19047
|
"title": "Result",
|
|
@@ -19115,15 +19082,10 @@
|
|
|
19115
19082
|
]
|
|
19116
19083
|
},
|
|
19117
19084
|
"actionAlertRating": {
|
|
19118
|
-
"type": "
|
|
19085
|
+
"type": "integer",
|
|
19119
19086
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19120
|
-
"
|
|
19121
|
-
|
|
19122
|
-
"2",
|
|
19123
|
-
"3",
|
|
19124
|
-
"4",
|
|
19125
|
-
"5"
|
|
19126
|
-
]
|
|
19087
|
+
"minimum": 1,
|
|
19088
|
+
"maximum": 5
|
|
19127
19089
|
},
|
|
19128
19090
|
"result": {
|
|
19129
19091
|
"title": "Result",
|
|
@@ -19169,15 +19131,10 @@
|
|
|
19169
19131
|
]
|
|
19170
19132
|
},
|
|
19171
19133
|
"actionAlertRating": {
|
|
19172
|
-
"type": "
|
|
19134
|
+
"type": "integer",
|
|
19173
19135
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19174
|
-
"
|
|
19175
|
-
|
|
19176
|
-
"2",
|
|
19177
|
-
"3",
|
|
19178
|
-
"4",
|
|
19179
|
-
"5"
|
|
19180
|
-
]
|
|
19136
|
+
"minimum": 1,
|
|
19137
|
+
"maximum": 5
|
|
19181
19138
|
},
|
|
19182
19139
|
"result": {
|
|
19183
19140
|
"title": "Result",
|
|
@@ -19218,15 +19175,10 @@
|
|
|
19218
19175
|
]
|
|
19219
19176
|
},
|
|
19220
19177
|
"actionAlertRating": {
|
|
19221
|
-
"type": "
|
|
19178
|
+
"type": "integer",
|
|
19222
19179
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19223
|
-
"
|
|
19224
|
-
|
|
19225
|
-
"2",
|
|
19226
|
-
"3",
|
|
19227
|
-
"4",
|
|
19228
|
-
"5"
|
|
19229
|
-
]
|
|
19180
|
+
"minimum": 1,
|
|
19181
|
+
"maximum": 5
|
|
19230
19182
|
},
|
|
19231
19183
|
"result": {
|
|
19232
19184
|
"title": "Result",
|
|
@@ -19272,15 +19224,10 @@
|
|
|
19272
19224
|
]
|
|
19273
19225
|
},
|
|
19274
19226
|
"actionAlertRating": {
|
|
19275
|
-
"type": "
|
|
19227
|
+
"type": "integer",
|
|
19276
19228
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19277
|
-
"
|
|
19278
|
-
|
|
19279
|
-
"2",
|
|
19280
|
-
"3",
|
|
19281
|
-
"4",
|
|
19282
|
-
"5"
|
|
19283
|
-
]
|
|
19229
|
+
"minimum": 1,
|
|
19230
|
+
"maximum": 5
|
|
19284
19231
|
},
|
|
19285
19232
|
"result": {
|
|
19286
19233
|
"title": "Result",
|
|
@@ -19321,15 +19268,10 @@
|
|
|
19321
19268
|
]
|
|
19322
19269
|
},
|
|
19323
19270
|
"actionAlertRating": {
|
|
19324
|
-
"type": "
|
|
19271
|
+
"type": "integer",
|
|
19325
19272
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19326
|
-
"
|
|
19327
|
-
|
|
19328
|
-
"2",
|
|
19329
|
-
"3",
|
|
19330
|
-
"4",
|
|
19331
|
-
"5"
|
|
19332
|
-
]
|
|
19273
|
+
"minimum": 1,
|
|
19274
|
+
"maximum": 5
|
|
19333
19275
|
},
|
|
19334
19276
|
"result": {
|
|
19335
19277
|
"title": "Result",
|
|
@@ -19375,15 +19317,10 @@
|
|
|
19375
19317
|
]
|
|
19376
19318
|
},
|
|
19377
19319
|
"actionAlertRating": {
|
|
19378
|
-
"type": "
|
|
19320
|
+
"type": "integer",
|
|
19379
19321
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19380
|
-
"
|
|
19381
|
-
|
|
19382
|
-
"2",
|
|
19383
|
-
"3",
|
|
19384
|
-
"4",
|
|
19385
|
-
"5"
|
|
19386
|
-
]
|
|
19322
|
+
"minimum": 1,
|
|
19323
|
+
"maximum": 5
|
|
19387
19324
|
},
|
|
19388
19325
|
"result": {
|
|
19389
19326
|
"title": "Result",
|
|
@@ -19424,15 +19361,10 @@
|
|
|
19424
19361
|
]
|
|
19425
19362
|
},
|
|
19426
19363
|
"actionAlertRating": {
|
|
19427
|
-
"type": "
|
|
19364
|
+
"type": "integer",
|
|
19428
19365
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19429
|
-
"
|
|
19430
|
-
|
|
19431
|
-
"2",
|
|
19432
|
-
"3",
|
|
19433
|
-
"4",
|
|
19434
|
-
"5"
|
|
19435
|
-
]
|
|
19366
|
+
"minimum": 1,
|
|
19367
|
+
"maximum": 5
|
|
19436
19368
|
},
|
|
19437
19369
|
"result": {
|
|
19438
19370
|
"title": "Result",
|
|
@@ -19492,15 +19424,10 @@
|
|
|
19492
19424
|
]
|
|
19493
19425
|
},
|
|
19494
19426
|
"actionAlertRating": {
|
|
19495
|
-
"type": "
|
|
19427
|
+
"type": "integer",
|
|
19496
19428
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19497
|
-
"
|
|
19498
|
-
|
|
19499
|
-
"2",
|
|
19500
|
-
"3",
|
|
19501
|
-
"4",
|
|
19502
|
-
"5"
|
|
19503
|
-
]
|
|
19429
|
+
"minimum": 1,
|
|
19430
|
+
"maximum": 5
|
|
19504
19431
|
},
|
|
19505
19432
|
"result": {
|
|
19506
19433
|
"title": "Result",
|
|
@@ -19541,15 +19468,10 @@
|
|
|
19541
19468
|
]
|
|
19542
19469
|
},
|
|
19543
19470
|
"actionAlertRating": {
|
|
19544
|
-
"type": "
|
|
19471
|
+
"type": "integer",
|
|
19545
19472
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19546
|
-
"
|
|
19547
|
-
|
|
19548
|
-
"2",
|
|
19549
|
-
"3",
|
|
19550
|
-
"4",
|
|
19551
|
-
"5"
|
|
19552
|
-
]
|
|
19473
|
+
"minimum": 1,
|
|
19474
|
+
"maximum": 5
|
|
19553
19475
|
},
|
|
19554
19476
|
"result": {
|
|
19555
19477
|
"title": "Result",
|
|
@@ -19609,15 +19531,10 @@
|
|
|
19609
19531
|
]
|
|
19610
19532
|
},
|
|
19611
19533
|
"actionAlertRating": {
|
|
19612
|
-
"type": "
|
|
19534
|
+
"type": "integer",
|
|
19613
19535
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19614
|
-
"
|
|
19615
|
-
|
|
19616
|
-
"2",
|
|
19617
|
-
"3",
|
|
19618
|
-
"4",
|
|
19619
|
-
"5"
|
|
19620
|
-
]
|
|
19536
|
+
"minimum": 1,
|
|
19537
|
+
"maximum": 5
|
|
19621
19538
|
},
|
|
19622
19539
|
"result": {
|
|
19623
19540
|
"title": "Result",
|
|
@@ -19659,15 +19576,10 @@
|
|
|
19659
19576
|
]
|
|
19660
19577
|
},
|
|
19661
19578
|
"actionAlertRating": {
|
|
19662
|
-
"type": "
|
|
19579
|
+
"type": "integer",
|
|
19663
19580
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19664
|
-
"
|
|
19665
|
-
|
|
19666
|
-
"2",
|
|
19667
|
-
"3",
|
|
19668
|
-
"4",
|
|
19669
|
-
"5"
|
|
19670
|
-
]
|
|
19581
|
+
"minimum": 1,
|
|
19582
|
+
"maximum": 5
|
|
19671
19583
|
},
|
|
19672
19584
|
"result": {
|
|
19673
19585
|
"title": "Result",
|
|
@@ -19727,15 +19639,10 @@
|
|
|
19727
19639
|
]
|
|
19728
19640
|
},
|
|
19729
19641
|
"actionAlertRating": {
|
|
19730
|
-
"type": "
|
|
19642
|
+
"type": "integer",
|
|
19731
19643
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19732
|
-
"
|
|
19733
|
-
|
|
19734
|
-
"2",
|
|
19735
|
-
"3",
|
|
19736
|
-
"4",
|
|
19737
|
-
"5"
|
|
19738
|
-
]
|
|
19644
|
+
"minimum": 1,
|
|
19645
|
+
"maximum": 5
|
|
19739
19646
|
},
|
|
19740
19647
|
"result": {
|
|
19741
19648
|
"title": "Result",
|
|
@@ -19777,15 +19684,10 @@
|
|
|
19777
19684
|
]
|
|
19778
19685
|
},
|
|
19779
19686
|
"actionAlertRating": {
|
|
19780
|
-
"type": "
|
|
19687
|
+
"type": "integer",
|
|
19781
19688
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
19782
|
-
"
|
|
19783
|
-
|
|
19784
|
-
"2",
|
|
19785
|
-
"3",
|
|
19786
|
-
"4",
|
|
19787
|
-
"5"
|
|
19788
|
-
]
|
|
19689
|
+
"minimum": 1,
|
|
19690
|
+
"maximum": 5
|
|
19789
19691
|
},
|
|
19790
19692
|
"result": {
|
|
19791
19693
|
"title": "Result",
|
|
@@ -34490,126 +34392,7 @@
|
|
|
34490
34392
|
"propertyType": {
|
|
34491
34393
|
"title": "Type of Property",
|
|
34492
34394
|
"description": "The type or category of the property.",
|
|
34493
|
-
"type": "string"
|
|
34494
|
-
"enum": [
|
|
34495
|
-
"Not Specified",
|
|
34496
|
-
"Terraced House",
|
|
34497
|
-
"End of terrace house",
|
|
34498
|
-
"Semi-detached house",
|
|
34499
|
-
"Detached house",
|
|
34500
|
-
"Mews house",
|
|
34501
|
-
"Cluster house",
|
|
34502
|
-
"Ground floor flat",
|
|
34503
|
-
"Flat",
|
|
34504
|
-
"Studio flat",
|
|
34505
|
-
"Ground floor maisonette",
|
|
34506
|
-
"Maisonette",
|
|
34507
|
-
"Bungalow",
|
|
34508
|
-
"Terraced bungalow",
|
|
34509
|
-
"Semi-detached bungalow",
|
|
34510
|
-
"Detached bungalow",
|
|
34511
|
-
"Mobile home",
|
|
34512
|
-
"Land (Residential)",
|
|
34513
|
-
"Link detached house",
|
|
34514
|
-
"Town house",
|
|
34515
|
-
"Cottage",
|
|
34516
|
-
"Chalet",
|
|
34517
|
-
"Character Property",
|
|
34518
|
-
"House (unspecified)",
|
|
34519
|
-
"Villa",
|
|
34520
|
-
"Apartment",
|
|
34521
|
-
"Penthouse",
|
|
34522
|
-
"Finca",
|
|
34523
|
-
"Barn Conversion",
|
|
34524
|
-
"Serviced apartment",
|
|
34525
|
-
"Parking",
|
|
34526
|
-
"Sheltered Housing",
|
|
34527
|
-
"Reteirment property",
|
|
34528
|
-
"House share",
|
|
34529
|
-
"Flat share",
|
|
34530
|
-
"Park home",
|
|
34531
|
-
"Garages",
|
|
34532
|
-
"Farm House",
|
|
34533
|
-
"Equestrian facility",
|
|
34534
|
-
"Duplex",
|
|
34535
|
-
"Triplex",
|
|
34536
|
-
"Longere",
|
|
34537
|
-
"Gite",
|
|
34538
|
-
"Barn",
|
|
34539
|
-
"Trulli",
|
|
34540
|
-
"Mill",
|
|
34541
|
-
"Ruins",
|
|
34542
|
-
"Restaurant",
|
|
34543
|
-
"Cafe",
|
|
34544
|
-
"Castle",
|
|
34545
|
-
"Village House",
|
|
34546
|
-
"Cave House",
|
|
34547
|
-
"Cortijo",
|
|
34548
|
-
"Farm Land",
|
|
34549
|
-
"Plot",
|
|
34550
|
-
"Country House",
|
|
34551
|
-
"Stone House",
|
|
34552
|
-
"Caravan",
|
|
34553
|
-
"Lodge",
|
|
34554
|
-
"Log Cabin",
|
|
34555
|
-
"Manor House",
|
|
34556
|
-
"Stately Home",
|
|
34557
|
-
"Off-Plan",
|
|
34558
|
-
"Semi-detached Villa",
|
|
34559
|
-
"Detached Villa",
|
|
34560
|
-
"Bar/Nightclub",
|
|
34561
|
-
"Shop",
|
|
34562
|
-
"Riad",
|
|
34563
|
-
"House Boat",
|
|
34564
|
-
"Hotel Room",
|
|
34565
|
-
"Block of Apartments",
|
|
34566
|
-
"Private Halls",
|
|
34567
|
-
"Office",
|
|
34568
|
-
"Business Park",
|
|
34569
|
-
"Serviced Office",
|
|
34570
|
-
"Retail Property (High Street)",
|
|
34571
|
-
"Retail Property (Out of Town)",
|
|
34572
|
-
"Convenience Store",
|
|
34573
|
-
"Hairdresser/Barber Shop",
|
|
34574
|
-
"Hotel",
|
|
34575
|
-
"Petrol Station",
|
|
34576
|
-
"Post Office",
|
|
34577
|
-
"Pub",
|
|
34578
|
-
"Workshop & Retail Space",
|
|
34579
|
-
"Distribution Warehouse",
|
|
34580
|
-
"Factory",
|
|
34581
|
-
"Heavy Industrial",
|
|
34582
|
-
"Industrial Park",
|
|
34583
|
-
"Light Industrial",
|
|
34584
|
-
"Storage",
|
|
34585
|
-
"Showroom",
|
|
34586
|
-
"Warehouse",
|
|
34587
|
-
"Land (Commercial)",
|
|
34588
|
-
"Commercial Development",
|
|
34589
|
-
"Industrial Development",
|
|
34590
|
-
"Residential Development",
|
|
34591
|
-
"Commercial Property",
|
|
34592
|
-
"Data Centre",
|
|
34593
|
-
"Farm",
|
|
34594
|
-
"Healthcare Facility",
|
|
34595
|
-
"Marine Property",
|
|
34596
|
-
"Mixed Use",
|
|
34597
|
-
"Research & Development Facility",
|
|
34598
|
-
"Science Park",
|
|
34599
|
-
"Guest House",
|
|
34600
|
-
"Hospitality",
|
|
34601
|
-
"Leisure Facility",
|
|
34602
|
-
"Takeaway",
|
|
34603
|
-
"Childcare Facility",
|
|
34604
|
-
"Smallholding",
|
|
34605
|
-
"Place of Worship",
|
|
34606
|
-
"Trade Counter",
|
|
34607
|
-
"Coach House",
|
|
34608
|
-
"House of Multiple Occupation",
|
|
34609
|
-
"Sports facilities",
|
|
34610
|
-
"Spa",
|
|
34611
|
-
"Campsite & Holiday Village"
|
|
34612
|
-
]
|
|
34395
|
+
"type": "string"
|
|
34613
34396
|
},
|
|
34614
34397
|
"marketingTenure": {
|
|
34615
34398
|
"title": "Marketing Tenure",
|