@pdtf/schemas 0.11.0-5 → 0.11.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/package.json
CHANGED
|
@@ -487,37 +487,7 @@
|
|
|
487
487
|
"titlesToBeSold": [
|
|
488
488
|
{
|
|
489
489
|
"titleNumber": "HD221222",
|
|
490
|
-
"titleExtents": [
|
|
491
|
-
{
|
|
492
|
-
"type": "Feature",
|
|
493
|
-
"properties": {
|
|
494
|
-
"POLY_ID": 19851403,
|
|
495
|
-
"TITLE_NO": "HD221222",
|
|
496
|
-
"INSERT": "2016-02-05T13:36:55",
|
|
497
|
-
"UPDATE": "2016-02-05T13:36:55",
|
|
498
|
-
"REC_STATUS": "A"
|
|
499
|
-
},
|
|
500
|
-
"geometry": {
|
|
501
|
-
"type": "Polygon",
|
|
502
|
-
"coordinates": [
|
|
503
|
-
[
|
|
504
|
-
[-2.578781821932439, 51.48576411094672],
|
|
505
|
-
[-2.578669662492341, 51.48572105544199],
|
|
506
|
-
[-2.5786421470447154, 51.48570905261714],
|
|
507
|
-
[-2.5785524174118404, 51.48567442829361],
|
|
508
|
-
[-2.5785328794340825, 51.48566688186638],
|
|
509
|
-
[-2.5785279074169107, 51.4856723013566],
|
|
510
|
-
[-2.5784923376884157, 51.48570664492474],
|
|
511
|
-
[-2.5785118756765826, 51.48571419135863],
|
|
512
|
-
[-2.578603776881019, 51.48574970415372],
|
|
513
|
-
[-2.578629846557485, 51.48576126454427],
|
|
514
|
-
[-2.578738400129546, 51.48580388830907],
|
|
515
|
-
[-2.578781821932439, 51.48576411094672]
|
|
516
|
-
]
|
|
517
|
-
]
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
],
|
|
490
|
+
"titleExtents": "{'type':'Polygon','coordinates':[[[-2.5787833768108985,51.48576273335823],[-2.578739952913823,51.48580251052463],[-2.578631396439736,51.48575988696783],[-2.578605326085179,51.48574832663401],[-2.578513422397467,51.48571281401381],[-2.578493883879733,51.48570526761721],[-2.578529455342914,51.48567092421916],[-2.578534427612858,51.485665504755744],[-2.578553966121065,51.485673051145575],[-2.5786436981835235,51.48570767529821],[-2.578671214351269,51.48571967806404],[-2.5787833768108985,51.48576273335823]]]}",
|
|
521
491
|
"registerExtract": {
|
|
522
492
|
"OCSummaryData": {
|
|
523
493
|
"Title": {
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"yesNo": {
|
|
776
776
|
"type": "string",
|
|
777
777
|
"title": "",
|
|
778
|
-
"enum": ["
|
|
778
|
+
"enum": ["Yes", "No"]
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
781
|
"required": ["yesNo"],
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"yesNo": {
|
|
820
820
|
"type": "string",
|
|
821
821
|
"title": "",
|
|
822
|
-
"enum": ["
|
|
822
|
+
"enum": ["Yes", "No"]
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
825
|
"required": ["yesNo"],
|
|
@@ -261,6 +261,7 @@
|
|
|
261
261
|
"enum": ["Leasehold"]
|
|
262
262
|
},
|
|
263
263
|
"sharedOwnership": {
|
|
264
|
+
"ntsRef": "A1.7",
|
|
264
265
|
"title": "Shared ownership",
|
|
265
266
|
"type": "object",
|
|
266
267
|
"properties": {
|
|
@@ -286,20 +287,20 @@
|
|
|
286
287
|
"enum": ["Yes"]
|
|
287
288
|
},
|
|
288
289
|
"sharedOwnershipPercentage": {
|
|
289
|
-
"ntsRef": "A1.7",
|
|
290
|
+
"ntsRef": "A1.7.1",
|
|
290
291
|
"title": "Shared ownership percentage",
|
|
291
292
|
"type": "integer",
|
|
292
293
|
"minimum": 5,
|
|
293
294
|
"exclusiveMaximum": 100
|
|
294
295
|
},
|
|
295
296
|
"sharedOwnershipRent": {
|
|
296
|
-
"ntsRef": "A1.7",
|
|
297
|
+
"ntsRef": "A1.7.2",
|
|
297
298
|
"title": "Shared ownership rent (£)",
|
|
298
299
|
"type": "number",
|
|
299
300
|
"minimum": 0
|
|
300
301
|
},
|
|
301
302
|
"sharedOwnershipRentFrequency": {
|
|
302
|
-
"ntsRef": "A1.7",
|
|
303
|
+
"ntsRef": "A1.7.3",
|
|
303
304
|
"title": "Shared ownership rent frequency",
|
|
304
305
|
"type": "string",
|
|
305
306
|
"enum": ["Yearly", "Monthly", "Weekly"]
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"transactionId": {
|
|
19
19
|
"title": "UUID for the transaction",
|
|
20
|
-
"type": "string"
|
|
21
|
-
"format": "uuid"
|
|
20
|
+
"type": "string"
|
|
22
21
|
},
|
|
23
22
|
"status": {
|
|
24
23
|
"type": "string",
|
|
@@ -133,11 +132,8 @@
|
|
|
133
132
|
"titleExtents": {
|
|
134
133
|
"RDSRef": "",
|
|
135
134
|
"title": "Title Extents",
|
|
136
|
-
"description": "One or more index polygons describing indicative location of registered title from National Polygon Dataset",
|
|
137
|
-
"type": "
|
|
138
|
-
"items": {
|
|
139
|
-
"$ref": "https://geojson.org/schema/GeoJSON.json"
|
|
140
|
-
}
|
|
135
|
+
"description": "One or more index polygons describing indicative location of registered title from National Polygon Dataset, JSON.stringified to ensure compatibility",
|
|
136
|
+
"type": "string"
|
|
141
137
|
},
|
|
142
138
|
"registerExtract": {
|
|
143
139
|
"title": "HMLR Register Extract",
|