@pdtf/schemas 3.1.0 → 3.2.0-1
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
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"town": "HARPENDEN",
|
|
40
40
|
"postcode": "AL3 5AF"
|
|
41
41
|
},
|
|
42
|
-
"localAuthority": { "localAuthorityName": "Neverland Hook" },
|
|
42
|
+
"localAuthority": { "localAuthorityName": "Neverland Hook", "districtCouncil": "Neverland Hook", "countyCouncil": "Neverland County Council" },
|
|
43
43
|
"priceInformation": {
|
|
44
44
|
"price": 1260000,
|
|
45
45
|
"priceQualifier": "Offers in excess of"
|
|
@@ -451,6 +451,19 @@
|
|
|
451
451
|
"properties": {
|
|
452
452
|
"localAuthorityName": {
|
|
453
453
|
"title": "Local authority name",
|
|
454
|
+
"description": "The name of the local authority responsible for searches and planning (district or unitary as applicable)",
|
|
455
|
+
"type": "string"
|
|
456
|
+
},
|
|
457
|
+
"districtCouncil": {
|
|
458
|
+
"title": "Name of the district council, if not unitary",
|
|
459
|
+
"type": "string"
|
|
460
|
+
},
|
|
461
|
+
"countyCouncil": {
|
|
462
|
+
"title": "Name of the county council, if not unitary",
|
|
463
|
+
"type": "string"
|
|
464
|
+
},
|
|
465
|
+
"unitaryAuthority": {
|
|
466
|
+
"title": "Unitary authority name, if applicable",
|
|
454
467
|
"type": "string"
|
|
455
468
|
},
|
|
456
469
|
"localAuthorityReference": {
|
|
@@ -310,6 +310,19 @@
|
|
|
310
310
|
"properties": {
|
|
311
311
|
"localAuthorityName": {
|
|
312
312
|
"title": "Local authority name",
|
|
313
|
+
"description": "The name of the local authority responsible for searches and planning (district or unitary as applicable)",
|
|
314
|
+
"type": "string"
|
|
315
|
+
},
|
|
316
|
+
"districtCouncil": {
|
|
317
|
+
"title": "Name of the district council, if not unitary",
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
"countyCouncil": {
|
|
321
|
+
"title": "Name of the county council, if not unitary",
|
|
322
|
+
"type": "string"
|
|
323
|
+
},
|
|
324
|
+
"unitaryAuthority": {
|
|
325
|
+
"title": "Unitary authority name, if applicable",
|
|
313
326
|
"type": "string"
|
|
314
327
|
},
|
|
315
328
|
"localAuthorityReference": {
|
|
@@ -55,6 +55,9 @@
|
|
|
55
55
|
},
|
|
56
56
|
"localAuthority": {
|
|
57
57
|
"localAuthorityName": {},
|
|
58
|
+
"districtCouncil": {},
|
|
59
|
+
"countyCouncil": {},
|
|
60
|
+
"unitaryAuthority": {},
|
|
58
61
|
"localAuthorityReference": {},
|
|
59
62
|
"councilSearchTurnaroundTimeInWorkingDays": {},
|
|
60
63
|
"regulatedSearchTurnaroundTimeInWorkingDays": {}
|