@pdtf/schemas 0.10.3-a → 0.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -32,11 +32,6 @@
|
|
|
32
32
|
"consumerProtectionRegulationsDeclaration"
|
|
33
33
|
],
|
|
34
34
|
"properties": {
|
|
35
|
-
"uprn": {
|
|
36
|
-
"RDSRef": "Property/GUID/{name='UPRN',id=?}",
|
|
37
|
-
"title": "Unique Property Reference Number ",
|
|
38
|
-
"type": "integer"
|
|
39
|
-
},
|
|
40
35
|
"address": {
|
|
41
36
|
"baspiRef": "A1.1",
|
|
42
37
|
"lawSocietyRef": "TA6/0",
|
|
@@ -44,6 +39,12 @@
|
|
|
44
39
|
"title": "Property Address",
|
|
45
40
|
"$ref": "#/$defs/address"
|
|
46
41
|
},
|
|
42
|
+
"uprn": {
|
|
43
|
+
"baspiRef": "A1.1.1",
|
|
44
|
+
"RDSRef": "Property/GUID/{name='UPRN',id=?}",
|
|
45
|
+
"title": "Unique Property Reference Number ",
|
|
46
|
+
"type": "integer"
|
|
47
|
+
},
|
|
47
48
|
"propertyType": {
|
|
48
49
|
"title": "Type of property",
|
|
49
50
|
"type": "string"
|
|
@@ -57,11 +58,13 @@
|
|
|
57
58
|
"type": "object",
|
|
58
59
|
"properties": {
|
|
59
60
|
"latitude": {
|
|
61
|
+
"title": "Latitude",
|
|
60
62
|
"type": "number",
|
|
61
63
|
"minimum": -90,
|
|
62
64
|
"maximum": 90
|
|
63
65
|
},
|
|
64
66
|
"longitude": {
|
|
67
|
+
"title": "Longitude",
|
|
65
68
|
"type": "number",
|
|
66
69
|
"minimum": -180,
|
|
67
70
|
"maximum": 180
|
|
@@ -69,20 +72,22 @@
|
|
|
69
72
|
}
|
|
70
73
|
},
|
|
71
74
|
"localAuthority": {
|
|
72
|
-
"title": "
|
|
75
|
+
"title": "Local authority",
|
|
73
76
|
"type": "object",
|
|
74
77
|
"properties": {
|
|
75
78
|
"localAuthorityName": {
|
|
79
|
+
"title": "Local authority name",
|
|
76
80
|
"type": "string"
|
|
77
81
|
},
|
|
78
82
|
"localAuthorityReference": {
|
|
83
|
+
"title": "Local authority reference",
|
|
79
84
|
"type": "string"
|
|
80
85
|
}
|
|
81
86
|
}
|
|
82
87
|
},
|
|
83
88
|
"priceInformation": {
|
|
84
89
|
"ntsRef": "A3",
|
|
85
|
-
"title": "
|
|
90
|
+
"title": "Price information",
|
|
86
91
|
"type": "object",
|
|
87
92
|
"properties": {
|
|
88
93
|
"price": {
|
|
@@ -93,6 +98,7 @@
|
|
|
93
98
|
},
|
|
94
99
|
"priceQualifier": {
|
|
95
100
|
"ntsRef": "A3.2",
|
|
101
|
+
"title": "Price type",
|
|
96
102
|
"type": "string",
|
|
97
103
|
"enum": [
|
|
98
104
|
"POA",
|
|
@@ -117,6 +123,7 @@
|
|
|
117
123
|
"required": ["mediaUrl"],
|
|
118
124
|
"properties": {
|
|
119
125
|
"mediaType": {
|
|
126
|
+
"title": "Type of media",
|
|
120
127
|
"type": "string",
|
|
121
128
|
"enum": [
|
|
122
129
|
"Image",
|
|
@@ -129,12 +136,11 @@
|
|
|
129
136
|
]
|
|
130
137
|
},
|
|
131
138
|
"mediaUrl": {
|
|
139
|
+
"title": "Media URL",
|
|
132
140
|
"type": "string",
|
|
133
141
|
"format": "uri"
|
|
134
142
|
},
|
|
135
|
-
"caption": {
|
|
136
|
-
"type": "string"
|
|
137
|
-
}
|
|
143
|
+
"caption": { "title": "Caption", "type": "string" }
|
|
138
144
|
}
|
|
139
145
|
}
|
|
140
146
|
},
|
|
@@ -155,7 +161,6 @@
|
|
|
155
161
|
"ownership": {
|
|
156
162
|
"baspiRef": "A1.3",
|
|
157
163
|
"lawSocietyRef": "TA7/1",
|
|
158
|
-
"ntsRef": "A1.1",
|
|
159
164
|
"title": "Ownership",
|
|
160
165
|
"type": "object",
|
|
161
166
|
"required": ["ownershipType"],
|
|
@@ -210,28 +215,24 @@
|
|
|
210
215
|
},
|
|
211
216
|
"startYearOfLease": {
|
|
212
217
|
"baspiRef": "A1.4.1b",
|
|
213
|
-
"ntsRef": "A1.2",
|
|
214
218
|
"title": "Year that the lease commenced",
|
|
215
219
|
"type": "integer",
|
|
216
220
|
"minimum": 1000
|
|
217
221
|
},
|
|
218
222
|
"lengthOfLeaseInYears": {
|
|
219
223
|
"baspiRef": "A1.4.1a",
|
|
220
|
-
"ntsRef": "A1.3",
|
|
221
224
|
"title": "Length of lease (years)",
|
|
222
225
|
"type": "integer"
|
|
223
226
|
},
|
|
224
227
|
"currentGroundRent": {
|
|
225
228
|
"baspiRef": "A1.4.2",
|
|
226
|
-
"ntsRef": "A1.4",
|
|
227
229
|
"RDSRef": "TenureAgreements/RentPayable/Value",
|
|
228
|
-
"lawSocietyRef": "TA7/1.
|
|
230
|
+
"lawSocietyRef": "TA7/1.2",
|
|
229
231
|
"title": "Current annual ground rent (£)",
|
|
230
232
|
"type": "number"
|
|
231
233
|
},
|
|
232
234
|
"rentIncrease": {
|
|
233
235
|
"baspiRef": "A1.4.3",
|
|
234
|
-
"ntsRef": "A1.5",
|
|
235
236
|
"RDSRef": "TenureAgreement/isRentChangeable, TenureAgreements/RentChanges",
|
|
236
237
|
"title": "Does the ground rent increase?",
|
|
237
238
|
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
@@ -239,7 +240,6 @@
|
|
|
239
240
|
},
|
|
240
241
|
"annualServiceCharge": {
|
|
241
242
|
"baspiRef": "A1.5.1",
|
|
242
|
-
"ntsRef": "A1.6",
|
|
243
243
|
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
244
244
|
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
245
245
|
"type": "number"
|
|
@@ -259,14 +259,12 @@
|
|
|
259
259
|
},
|
|
260
260
|
"freeholderContactDetails": {
|
|
261
261
|
"baspiRef": "A1.5.4",
|
|
262
|
-
"lawSocietyRef": "TA7/4.1a",
|
|
263
262
|
"RDSRef": "TenureAgreements/Assignor",
|
|
264
263
|
"title": "The name, address and email address of the freeholder or rentcharge owner",
|
|
265
264
|
"$ref": "#/$defs/contactDetails"
|
|
266
265
|
},
|
|
267
266
|
"managingAgentContactDetails": {
|
|
268
267
|
"baspiRef": "A1.5.5",
|
|
269
|
-
"lawSocietyRef": "TA7/4.1b",
|
|
270
268
|
"RDSRef": "Participants/Role",
|
|
271
269
|
"title": "The name, address and email address of the managing agent",
|
|
272
270
|
"$ref": "#/$defs/contactDetails"
|
|
@@ -299,7 +297,6 @@
|
|
|
299
297
|
"annualServiceCharge": {
|
|
300
298
|
"baspiRef": "A1.5.1",
|
|
301
299
|
"lawSocietyRef": "TA6/10.1",
|
|
302
|
-
"ntsRef": "A1.6",
|
|
303
300
|
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
304
301
|
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
305
302
|
"type": "number"
|
|
@@ -321,14 +318,12 @@
|
|
|
321
318
|
},
|
|
322
319
|
"freeholderContactDetails": {
|
|
323
320
|
"baspiRef": "A1.5.4",
|
|
324
|
-
"lawSocietyRef": "TA7/4.1a",
|
|
325
321
|
"RDSRef": "TenureAgreements/Assignor",
|
|
326
322
|
"title": "The contact details of the freeholder or rentcharge owner",
|
|
327
323
|
"$ref": "#/$defs/contactDetails"
|
|
328
324
|
},
|
|
329
325
|
"managingAgentContactDetails": {
|
|
330
326
|
"baspiRef": "A1.5.5",
|
|
331
|
-
"lawSocietyRef": "TA7/4.1b",
|
|
332
327
|
"RDSRef": "Participants/Role",
|
|
333
328
|
"title": "The contact details of the managing agent",
|
|
334
329
|
"$ref": "#/$defs/contactDetails"
|
|
@@ -355,14 +350,12 @@
|
|
|
355
350
|
"enum": ["Shared Ownership"]
|
|
356
351
|
},
|
|
357
352
|
"sharedOwnershipPercentage": {
|
|
358
|
-
"ntsRef": "A1.7",
|
|
359
353
|
"title": "Shared ownership percentage",
|
|
360
354
|
"type": "integer",
|
|
361
355
|
"minimum": 5,
|
|
362
356
|
"exclusiveMaximum": 100
|
|
363
357
|
},
|
|
364
358
|
"sharedOwnershipRent": {
|
|
365
|
-
"ntsRef": "A1.7",
|
|
366
359
|
"title": "Shared ownership rent (£)",
|
|
367
360
|
"type": "number",
|
|
368
361
|
"minimum": 0
|
|
@@ -374,20 +367,17 @@
|
|
|
374
367
|
},
|
|
375
368
|
"startYearOfLease": {
|
|
376
369
|
"baspiRef": "A1.4.1b",
|
|
377
|
-
"ntsRef": "A1.2",
|
|
378
370
|
"title": "Year that the lease commenced",
|
|
379
371
|
"type": "integer",
|
|
380
372
|
"minimum": 1000
|
|
381
373
|
},
|
|
382
374
|
"lengthOfLeaseInYears": {
|
|
383
375
|
"baspiRef": "A1.4.1a",
|
|
384
|
-
"ntsRef": "A1.3",
|
|
385
376
|
"title": "Length of lease (years)",
|
|
386
377
|
"type": "integer"
|
|
387
378
|
},
|
|
388
379
|
"currentGroundRent": {
|
|
389
380
|
"baspiRef": "A1.4.2",
|
|
390
|
-
"ntsRef": "A1.4",
|
|
391
381
|
"RDSRef": "TenureAgreements/RentPayable/Value",
|
|
392
382
|
"lawSocietyRef": "TA7/1.2",
|
|
393
383
|
"title": "Current annual ground rent (£)",
|
|
@@ -395,7 +385,6 @@
|
|
|
395
385
|
},
|
|
396
386
|
"rentIncrease": {
|
|
397
387
|
"baspiRef": "A1.4.3",
|
|
398
|
-
"ntsRef": "A1.5",
|
|
399
388
|
"RDSRef": "TenureAgreement/isRentChangeable, TenureAgreements/RentChanges",
|
|
400
389
|
"title": "Does the ground rent increase?",
|
|
401
390
|
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
@@ -403,14 +392,12 @@
|
|
|
403
392
|
},
|
|
404
393
|
"annualServiceCharge": {
|
|
405
394
|
"baspiRef": "A1.5.1",
|
|
406
|
-
"ntsRef": "A1.6",
|
|
407
395
|
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
408
396
|
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
409
397
|
"type": "number"
|
|
410
398
|
},
|
|
411
399
|
"largeAdditionalExpense": {
|
|
412
400
|
"baspiRef": "A1.5.2",
|
|
413
|
-
"ntsRef": "A1.8",
|
|
414
401
|
"RDSRef": "TenureAgreements/Repairs,TenureAgreements/ServicesCharges/Breakdown",
|
|
415
402
|
"title": "Have you received notice of any large expense in addition to the annual payment?",
|
|
416
403
|
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
@@ -418,7 +405,6 @@
|
|
|
418
405
|
},
|
|
419
406
|
"additionalFeesOnSale": {
|
|
420
407
|
"baspiRef": "A1.5.3",
|
|
421
|
-
"ntsRef": "A1.9",
|
|
422
408
|
"RDSRef": "TenureAgreements/LegalCosts/Actual, TenureAgreements/LegalCosts/Estimated",
|
|
423
409
|
"title": "Additional fees payable on sale or letting (£)",
|
|
424
410
|
"type": "number"
|