@pdtf/schemas 0.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.
@@ -0,0 +1,773 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://homebuyingandsellinggroup.co.uk/schemas/title-deed-0.1.0.json",
4
+ "title": "Property Data Trust Framework HMLR Register Extract representation",
5
+ "description": "A schema mirroring the V2_1 XML version of the HMLR Register Extract web service. Versioning is using SchemaVer",
6
+ "definitions": {
7
+ "BinaryObjectType": {
8
+ "type": "object",
9
+ "properties": {
10
+ "data": { "type": "string" },
11
+ "filename": { "type": "string" },
12
+ "format": { "type": "string" },
13
+ "mimeCode": { "type": "string" },
14
+ "characterSetCode": { "type": "string" }
15
+ }
16
+ },
17
+ "Q1AttachmentType": {
18
+ "type": "object",
19
+ "required": ["EmbeddedFileBinaryObject"],
20
+ "properties": {
21
+ "EmbeddedFileBinaryObject": {
22
+ "$ref": "#/definitions/BinaryObjectType"
23
+ },
24
+ "Title": { "type": "string" },
25
+ "Description": { "type": "string" },
26
+ "Date": { "type": "string", "format": "date" },
27
+ "CopyrightNotices": { "type": "string" }
28
+ }
29
+ },
30
+ "AmountInfillType": { "type": "string" },
31
+ "ChargeDateInfillType": {
32
+ "type": "string",
33
+ "format": "date"
34
+ },
35
+ "ChargePartyInfillType": { "type": "string" },
36
+ "DateInfillType": {
37
+ "type": "string",
38
+ "format": "date"
39
+ },
40
+ "DeedDateInfillType": { "type": "string" },
41
+ "DeedExtentInfillType": { "type": "string" },
42
+ "DeedPartyInfillType": { "type": "string" },
43
+ "DeedTypeInfillType": { "type": "string" },
44
+ "ExtentOfLandInfillType": { "type": "string" },
45
+ "MiscTextInfillType": { "type": "string" },
46
+ "NameInfillType": { "type": "string" },
47
+ "NoteInfillType": { "type": "string" },
48
+ "OptMiscTextInfillType": { "type": "string" },
49
+ "PlansRefInfillType": { "type": "string" },
50
+ "Q2TextType": { "type": "string" },
51
+ "TitleNumberInfillType": { "type": "string" },
52
+ "VerbatimTextInfillType": { "type": "string" },
53
+ "Q1InfillDetailsType": {
54
+ "type": "object",
55
+ "required": ["AmountOrChargeDateOrChargeParty"],
56
+ "properties": {
57
+ "AmountOrChargeDateOrChargeParty": {
58
+ "type": "array",
59
+ "items": {
60
+ "anyOf": [
61
+ { "$ref": "#/definitions/AmountInfillType" },
62
+ { "$ref": "#/definitions/ChargeDateInfillType" },
63
+ { "$ref": "#/definitions/ChargePartyInfillType" },
64
+ { "$ref": "#/definitions/DateInfillType" },
65
+ { "$ref": "#/definitions/DeedDateInfillType" },
66
+ { "$ref": "#/definitions/DeedExtentInfillType" },
67
+ { "$ref": "#/definitions/DeedPartyInfillType" },
68
+ { "$ref": "#/definitions/DeedTypeInfillType" },
69
+ { "$ref": "#/definitions/ExtentOfLandInfillType" },
70
+ { "$ref": "#/definitions/MiscTextInfillType" },
71
+ { "$ref": "#/definitions/NameInfillType" },
72
+ { "$ref": "#/definitions/NoteInfillType" },
73
+ { "$ref": "#/definitions/OptMiscTextInfillType" },
74
+ { "$ref": "#/definitions/PlansRefInfillType" },
75
+ { "$ref": "#/definitions/TitleNumberInfillType" },
76
+ { "$ref": "#/definitions/VerbatimTextInfillType" }
77
+ ]
78
+ },
79
+ "minItems": 1
80
+ }
81
+ }
82
+ },
83
+ "Q1EntryDetailsType": {
84
+ "type": "object",
85
+ "required": ["EntryNumber", "EntryText"],
86
+ "properties": {
87
+ "EntryNumber": { "type": "string" },
88
+ "EntryText": { "type": "string" },
89
+ "RegistrationDate": { "type": "string", "format": "date" },
90
+ "SubRegisterCode": { "$ref": "#/definitions/SubRegisterCodeType" },
91
+ "ScheduleCode": {
92
+ "type": "string",
93
+ "enum": [
94
+ "0",
95
+ "10",
96
+ "20",
97
+ "30",
98
+ "40",
99
+ "50",
100
+ "60",
101
+ "70",
102
+ "80",
103
+ "90",
104
+ "100",
105
+ "110",
106
+ "120",
107
+ "130"
108
+ ]
109
+ },
110
+ "Infills": { "$ref": "#/definitions/Q1InfillDetailsType" }
111
+ }
112
+ },
113
+ "Q1PricePaidEntryType": {
114
+ "type": "object",
115
+ "required": ["EntryDetails"],
116
+ "properties": {
117
+ "MultipleTitleIndicator": {
118
+ "type": "string",
119
+ "enum": ["2", "MoreThan2"]
120
+ },
121
+ "EntryDetails": { "$ref": "#/definitions/Q1EntryDetailsType" }
122
+ }
123
+ },
124
+ "Q1PostcodeZoneType": {
125
+ "type": "object",
126
+ "required": ["Postcode"],
127
+ "properties": {
128
+ "Postcode": { "type": "string" }
129
+ }
130
+ },
131
+ "AddressLineType": {
132
+ "type": "object",
133
+ "properties": {
134
+ "IndexNumeric": {
135
+ "type": "array",
136
+ "items": { "type": "number" },
137
+ "minItems": 0
138
+ },
139
+ "Line": {
140
+ "type": "array",
141
+ "items": { "type": "string" },
142
+ "minItems": 0
143
+ }
144
+ }
145
+ },
146
+ "Q1AddressType": {
147
+ "type": "object",
148
+ "required": ["AddressLine"],
149
+ "properties": {
150
+ "PostcodeZone": { "$ref": "#/definitions/Q1PostcodeZoneType" },
151
+ "AddressLine": { "$ref": "#/definitions/AddressLineType" }
152
+ }
153
+ },
154
+ "ClassOfTitleCodeType": {
155
+ "type": "object",
156
+ "properties": {
157
+ "Value": {
158
+ "type": "string",
159
+ "enum": [
160
+ "10",
161
+ "20",
162
+ "30",
163
+ "40",
164
+ "50",
165
+ "60",
166
+ "70",
167
+ "80",
168
+ "90",
169
+ "100",
170
+ "110",
171
+ "120",
172
+ "130"
173
+ ]
174
+ }
175
+ }
176
+ },
177
+ "IndicatorType": {
178
+ "type": "string",
179
+ "enum": ["true", "false"]
180
+ },
181
+ "DistrictNameTextType": { "type": "string" },
182
+ "AdministrativeAreaTextType": { "type": "string" },
183
+ "LandRegistryOfficeNameTextType": { "type": "string" },
184
+ "Q1TitleRegistrationDetailsType": {
185
+ "type": "object",
186
+ "required": [
187
+ "DistrictName",
188
+ "AdministrativeArea",
189
+ "LandRegistryOfficeName",
190
+ "LatestEditionDate"
191
+ ],
192
+ "properties": {
193
+ "DistrictName": { "$ref": "#/definitions/DistrictNameTextType" },
194
+ "AdministrativeArea": {
195
+ "$ref": "#/definitions/AdministrativeAreaTextType"
196
+ },
197
+ "LandRegistryOfficeName": {
198
+ "$ref": "#/definitions/LandRegistryOfficeNameTextType"
199
+ },
200
+ "LatestEditionDate": { "type": "string", "format": "date" },
201
+ "PostcodeZone": {
202
+ "type": "array",
203
+ "items": { "$ref": "#/definitions/Q1PostcodeZoneType" },
204
+ "minItems": 0
205
+ },
206
+ "RegistrationDate": { "type": "string", "format": "date" }
207
+ }
208
+ },
209
+ "Q1TitleType": {
210
+ "type": "object",
211
+ "required": [
212
+ "TitleNumber",
213
+ "ClassOfTitleCode",
214
+ "CommonholdIndicator",
215
+ "TitleRegistrationDetails"
216
+ ],
217
+ "properties": {
218
+ "TitleNumber": { "$ref": "#/definitions/Q2TextType" },
219
+ "ClassOfTitleCode": { "$ref": "#/definitions/ClassOfTitleCodeType" },
220
+ "CommonholdIndicator": { "$ref": "#/definitions/IndicatorType" },
221
+ "TitleRegistrationDetails": {
222
+ "$ref": "#/definitions/Q1TitleRegistrationDetailsType"
223
+ }
224
+ }
225
+ },
226
+ "Q1RegisterEntryIndicatorsType": {
227
+ "type": "object",
228
+ "required": [
229
+ "AgreedNoticeIndicator",
230
+ "BankruptcyIndicator",
231
+ "CautionIndicator",
232
+ "CCBIIndicator",
233
+ "ChargeeIndicator",
234
+ "ChargeIndicator",
235
+ "ChargeRelatedRestrictionIndicator",
236
+ "ChargeRestrictionIndicator",
237
+ "CreditorsNoticeIndicator",
238
+ "DeathOfProprietorIndicator",
239
+ "DeedOfPostponementIndicator",
240
+ "DiscountChargeIndicator",
241
+ "EquitableChargeIndicator",
242
+ "GreenOutEntryIndicator",
243
+ "HomeRightsChangeOfAddressIndicator",
244
+ "HomeRightsIndicator",
245
+ "LeaseHoldTitleIndicator",
246
+ "MultipleChargeIndicator",
247
+ "NonChargeRestrictionIndicator",
248
+ "NotedChargeIndicator",
249
+ "PricePaidIndicator",
250
+ "PropertyDescriptionNotesIndicator",
251
+ "RentChargeIndicator",
252
+ "RightOfPreEmptionIndicator",
253
+ "ScheduleOfLeasesIndicator",
254
+ "SubChargeIndicator",
255
+ "UnidentifiedEntryIndicator",
256
+ "UnilateralNoticeBeneficiaryIndicator",
257
+ "UnilateralNoticeIndicator",
258
+ "VendorsLienIndicator"
259
+ ],
260
+ "properties": {
261
+ "AgreedNoticeIndicator": { "$ref": "#/definitions/IndicatorType" },
262
+ "BankruptcyIndicator": { "$ref": "#/definitions/IndicatorType" },
263
+ "CautionIndicator": { "$ref": "#/definitions/IndicatorType" },
264
+ "CCBIIndicator": { "$ref": "#/definitions/IndicatorType" },
265
+ "ChargeeIndicator": { "$ref": "#/definitions/IndicatorType" },
266
+ "ChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
267
+ "ChargeRelatedRestrictionIndicator": {
268
+ "$ref": "#/definitions/IndicatorType"
269
+ },
270
+ "ChargeRestrictionIndicator": { "$ref": "#/definitions/IndicatorType" },
271
+ "CreditorsNoticeIndicator": { "$ref": "#/definitions/IndicatorType" },
272
+ "DeathOfProprietorIndicator": { "$ref": "#/definitions/IndicatorType" },
273
+ "DeedOfPostponementIndicator": {
274
+ "$ref": "#/definitions/IndicatorType"
275
+ },
276
+ "DiscountChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
277
+ "EquitableChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
278
+ "GreenOutEntryIndicator": { "$ref": "#/definitions/IndicatorType" },
279
+ "HomeRightsChangeOfAddressIndicator": {
280
+ "$ref": "#/definitions/IndicatorType"
281
+ },
282
+ "HomeRightsIndicator": { "$ref": "#/definitions/IndicatorType" },
283
+ "LeaseHoldTitleIndicator": { "$ref": "#/definitions/IndicatorType" },
284
+ "MultipleChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
285
+ "NonChargeRestrictionIndicator": {
286
+ "$ref": "#/definitions/IndicatorType"
287
+ },
288
+ "NotedChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
289
+ "PricePaidIndicator": { "$ref": "#/definitions/IndicatorType" },
290
+ "PropertyDescriptionNotesIndicator": {
291
+ "$ref": "#/definitions/IndicatorType"
292
+ },
293
+ "RentChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
294
+ "RightOfPreEmptionIndicator": { "$ref": "#/definitions/IndicatorType" },
295
+ "ScheduleOfLeasesIndicator": { "$ref": "#/definitions/IndicatorType" },
296
+ "SubChargeIndicator": { "$ref": "#/definitions/IndicatorType" },
297
+ "UnidentifiedEntryIndicator": { "$ref": "#/definitions/IndicatorType" },
298
+ "UnilateralNoticeBeneficiaryIndicator": {
299
+ "$ref": "#/definitions/IndicatorType"
300
+ },
301
+ "UnilateralNoticeIndicator": { "$ref": "#/definitions/IndicatorType" },
302
+ "VendorsLienIndicator": { "$ref": "#/definitions/IndicatorType" }
303
+ }
304
+ },
305
+ "Q1NameType": {
306
+ "type": "object",
307
+ "required": ["SurnameName"],
308
+ "properties": {
309
+ "ForenamesName": { "type": "string" },
310
+ "SurnameName": { "type": "string" }
311
+ }
312
+ },
313
+ "Q1PrivateIndividualType": {
314
+ "type": "object",
315
+ "required": ["Name"],
316
+ "properties": {
317
+ "Name": { "$ref": "#/definitions/Q1NameType" },
318
+ "Alias": {
319
+ "type": "array",
320
+ "items": { "$ref": "#/definitions/Q1NameType" },
321
+ "minItems": 0
322
+ }
323
+ }
324
+ },
325
+ "OrganisationNameTextType": { "type": "string" },
326
+ "CompanyRegistrationNumberTextType": { "type": "string" },
327
+ "Q1OrganizationType": {
328
+ "type": "object",
329
+ "required": ["Name"],
330
+ "properties": {
331
+ "Name": { "$ref": "#/definitions/OrganisationNameTextType" },
332
+ "CompanyRegistrationNumber": {
333
+ "$ref": "#/definitions/CompanyRegistrationNumberTextType"
334
+ }
335
+ }
336
+ },
337
+ "CharityCodeType": {
338
+ "type": "object",
339
+ "properties": {
340
+ "Value": { "$ref": "#/definitions/CharityCodeContentType" }
341
+ }
342
+ },
343
+ "Q1CharityDetailsType": {
344
+ "type": "object",
345
+ "required": ["CharityName", "CharityType"],
346
+ "properties": {
347
+ "CharityName": {
348
+ "type": "array",
349
+ "items": { "type": "string" },
350
+ "minItems": 1
351
+ },
352
+ "CharityAddress": {
353
+ "type": "array",
354
+ "items": { "$ref": "#/definitions/Q1AddressType" },
355
+ "minItems": 0
356
+ },
357
+ "CharityType": { "$ref": "#/definitions/CharityCodeType" }
358
+ }
359
+ },
360
+ "Q1PartyType": {
361
+ "type": "object",
362
+ "required": ["PrivateIndividual", "Organization"],
363
+ "properties": {
364
+ "PrivateIndividual": {
365
+ "$ref": "#/definitions/Q1PrivateIndividualType"
366
+ },
367
+ "Organization": { "$ref": "#/definitions/Q1OrganizationType" },
368
+ "Address": {
369
+ "type": "array",
370
+ "items": { "$ref": "#/definitions/Q1AddressType" },
371
+ "minItems": 0
372
+ },
373
+ "CharityDetails": { "$ref": "#/definitions/Q1CharityDetailsType" },
374
+ "TradingName": { "type": "string" },
375
+ "PartyNumber": { "type": "string" },
376
+ "PartyDescription": { "type": "string" }
377
+ }
378
+ },
379
+ "Q1ProprietorshipType": {
380
+ "type": "object",
381
+ "required": ["CautionerParty", "RegisteredProprietorParty"],
382
+ "properties": {
383
+ "CurrentProprietorshipDate": { "type": "string", "format": "date" },
384
+ "CautionerParty": {
385
+ "type": "array",
386
+ "items": { "$ref": "#/definitions/Q1PartyType" },
387
+ "minItems": 1
388
+ },
389
+ "RegisteredProprietorParty": {
390
+ "type": "array",
391
+ "items": { "$ref": "#/definitions/Q1PartyType" },
392
+ "minItems": 1
393
+ }
394
+ }
395
+ },
396
+ "LeaseTermTextType": { "type": "string" },
397
+ "RentAmountTextType": { "type": "string" },
398
+ "Q1LeaseType": {
399
+ "type": "object",
400
+ "required": ["LeaseTerm", "LeaseDate", "LeaseParty", "EntryDetails"],
401
+ "properties": {
402
+ "LeaseTerm": { "$ref": "#/definitions/LeaseTermTextType" },
403
+ "LeaseDate": { "type": "string" },
404
+ "Rent": { "$ref": "#/definitions/RentAmountTextType" },
405
+ "LeaseParty": {
406
+ "type": "array",
407
+ "items": { "$ref": "#/definitions/Q1PartyType" },
408
+ "minItems": 2
409
+ },
410
+ "EntryDetails": { "$ref": "#/definitions/Q1EntryDetailsType" }
411
+ }
412
+ },
413
+ "Q1LeaseEntriesType": {
414
+ "type": "object",
415
+ "required": ["LeaseEntry"],
416
+ "properties": {
417
+ "LeaseEntry": {
418
+ "type": "array",
419
+ "items": { "$ref": "#/definitions/Q1LeaseType" },
420
+ "minItems": 1
421
+ }
422
+ }
423
+ },
424
+ "RestrictionCodeType": {
425
+ "type": "string",
426
+ "enum": ["0", "10", "20", "30"]
427
+ },
428
+ "Q1RestrictionType": {
429
+ "type": "object",
430
+ "required": ["RestrictionTypeCode", "EntryDetails"],
431
+ "properties": {
432
+ "RestrictionTypeCode": { "$ref": "#/definitions/RestrictionCodeType" },
433
+ "ChargeID": { "type": "string" },
434
+ "EntryDetails": { "$ref": "#/definitions/Q1EntryDetailsType" }
435
+ }
436
+ },
437
+ "Q1RestrictionEntryType": {
438
+ "type": "object",
439
+ "properties": {
440
+ "ChargeRelatedRestriction": {
441
+ "$ref": "#/definitions/Q1RestrictionType"
442
+ },
443
+ "ChargeRestriction": { "$ref": "#/definitions/Q1RestrictionType" },
444
+ "NonChargeRestriction": { "$ref": "#/definitions/Q1RestrictionType" }
445
+ }
446
+ },
447
+ "Q1RestrictionDetailsType": {
448
+ "type": "object",
449
+ "required": ["RestrictionEntry"],
450
+ "properties": {
451
+ "RestrictionEntry": {
452
+ "type": "array",
453
+ "items": { "$ref": "#/definitions/Q1RestrictionEntryType" },
454
+ "minItems": 1
455
+ }
456
+ }
457
+ },
458
+ "Q1ChargeType": {
459
+ "type": "object",
460
+ "required": ["EntryDetails"],
461
+ "properties": {
462
+ "MultipleTitleIndicator": { "type": "string" },
463
+ "EntryDetails": { "$ref": "#/definitions/Q1EntryDetailsType" }
464
+ }
465
+ },
466
+ "Q1ChargeProprietorType": {
467
+ "type": "object",
468
+ "required": ["ChargeeParty", "EntryDetails"],
469
+ "properties": {
470
+ "ChargeeParty": {
471
+ "type": "array",
472
+ "items": { "$ref": "#/definitions/Q1PartyType" },
473
+ "minItems": 1
474
+ },
475
+ "EntryDetails": { "$ref": "#/definitions/Q1EntryDetailsType" }
476
+ }
477
+ },
478
+ "Q1SubChargeDetailsType": {
479
+ "type": "object",
480
+ "required": ["RegisteredCharge", "ChargeProprietor"],
481
+ "properties": {
482
+ "ChargeDate": { "type": "string", "format": "date" },
483
+ "RegisteredCharge": { "$ref": "#/definitions/Q1ChargeType" },
484
+ "ChargeProprietor": { "$ref": "#/definitions/Q1ChargeProprietorType" }
485
+ }
486
+ },
487
+ "Q1ChargeDetailsType": {
488
+ "type": "object",
489
+ "required": ["RegisteredCharge", "ChargeProprietor"],
490
+ "properties": {
491
+ "ChargeID": { "type": "string" },
492
+ "ChargeDate": { "type": "string", "format": "date" },
493
+ "RegisteredCharge": { "$ref": "#/definitions/Q1ChargeType" },
494
+ "ChargeProprietor": { "$ref": "#/definitions/Q1ChargeProprietorType" },
495
+ "SubCharge": {
496
+ "type": "array",
497
+ "items": { "$ref": "#/definitions/Q1SubChargeDetailsType" },
498
+ "minItems": 0
499
+ }
500
+ }
501
+ },
502
+ "Q1ChargeEntriesType": {
503
+ "type": "object",
504
+ "required": ["ChargeEntry"],
505
+ "properties": {
506
+ "ChargeEntry": {
507
+ "type": "array",
508
+ "items": { "$ref": "#/definitions/Q1ChargeDetailsType" },
509
+ "minItems": 1
510
+ }
511
+ }
512
+ },
513
+ "Q1AgreedNoticeType": {
514
+ "type": "object",
515
+ "required": ["EntryDetails"],
516
+ "properties": {
517
+ "AgreedNoticeType": {
518
+ "type": "string",
519
+ "enum": ["10", "20"]
520
+ },
521
+ "EntryDetails": { "$ref": "#/definitions/Q1EntryDetailsType" }
522
+ }
523
+ },
524
+ "Q1AgreedNoticeEntriesType": {
525
+ "type": "object",
526
+ "required": ["AgreedNoticeEntry"],
527
+ "properties": {
528
+ "AgreedNoticeEntry": {
529
+ "type": "array",
530
+ "items": { "$ref": "#/definitions/Q1AgreedNoticeType" },
531
+ "minItems": 1
532
+ }
533
+ }
534
+ },
535
+ "Q1EntriesType": {
536
+ "type": "object",
537
+ "required": ["EntryDetails"],
538
+ "properties": {
539
+ "EntryDetails": {
540
+ "type": "array",
541
+ "items": { "$ref": "#/definitions/Q1EntryDetailsType" },
542
+ "minItems": 1
543
+ }
544
+ }
545
+ },
546
+ "Q1HomeRightsType": {
547
+ "type": "object",
548
+ "required": ["ChangeOfAddressIndicator", "HomeRightsEntryDetails"],
549
+ "properties": {
550
+ "ChangeOfAddressIndicator": { "$ref": "#/definitions/IndicatorType" },
551
+ "HomeRightsEntryDetails": {
552
+ "$ref": "#/definitions/Q1EntryDetailsType"
553
+ },
554
+ "ChangeOfAddressEntryDetails": {
555
+ "$ref": "#/definitions/Q1EntryDetailsType"
556
+ }
557
+ }
558
+ },
559
+ "Q1HomeRightsEntriesType": {
560
+ "type": "object",
561
+ "required": ["HomeRightsEntry"],
562
+ "properties": {
563
+ "HomeRightsEntry": {
564
+ "type": "array",
565
+ "items": { "$ref": "#/definitions/Q1HomeRightsType" },
566
+ "minItems": 1
567
+ }
568
+ }
569
+ },
570
+ "Q1DocumentEntryType": {
571
+ "type": "object",
572
+ "required": [
573
+ "DocumentType",
574
+ "EntryNumber",
575
+ "PlanOnlyIndicator",
576
+ "RegisterDescription"
577
+ ],
578
+ "properties": {
579
+ "DocumentType": {
580
+ "type": "string",
581
+ "enum": [
582
+ "10",
583
+ "20",
584
+ "30",
585
+ "40",
586
+ "50",
587
+ "60",
588
+ "70",
589
+ "80",
590
+ "90",
591
+ "100",
592
+ "110",
593
+ "120",
594
+ "130",
595
+ "140",
596
+ "150",
597
+ "160",
598
+ "170",
599
+ "180"
600
+ ]
601
+ },
602
+ "DocumentDate": { "type": "string" },
603
+ "EntryNumber": {
604
+ "type": "array",
605
+ "items": { "type": "string" },
606
+ "minItems": 1
607
+ },
608
+ "PlanOnlyIndicator": { "$ref": "#/definitions/IndicatorType" },
609
+ "FiledUnder": { "type": "string" },
610
+ "RegisterDescription": { "type": "string" }
611
+ }
612
+ },
613
+ "Q1DocumentDetailsType": {
614
+ "type": "object",
615
+ "required": ["Document"],
616
+ "properties": {
617
+ "Document": {
618
+ "type": "array",
619
+ "items": { "$ref": "#/definitions/Q1DocumentEntryType" },
620
+ "minItems": 1
621
+ }
622
+ }
623
+ },
624
+ "Q1UnilateralNoticeDetailsType": {
625
+ "type": "object",
626
+ "required": ["UnilateralNotice", "UnilateralNoticeBeneficiary"],
627
+ "properties": {
628
+ "UnilateralNotice": { "$ref": "#/definitions/Q1EntryDetailsType" },
629
+ "UnilateralNoticeBeneficiary": {
630
+ "$ref": "#/definitions/Q1EntryDetailsType"
631
+ }
632
+ }
633
+ },
634
+ "Q1UnilateralNoticeEntriesType": {
635
+ "type": "object",
636
+ "required": ["UnilateralNoticeEntry"],
637
+ "properties": {
638
+ "UnilateralNoticeEntry": {
639
+ "type": "array",
640
+ "items": { "$ref": "#/definitions/Q1UnilateralNoticeDetailsType" },
641
+ "minItems": 1
642
+ }
643
+ }
644
+ },
645
+ "Q1OCSummaryDataType": {
646
+ "type": "object",
647
+ "required": [
648
+ "OfficialCopyDateTime",
649
+ "EditionDate",
650
+ "PropertyAddress",
651
+ "Title",
652
+ "RegisterEntryIndicators",
653
+ "Proprietorship"
654
+ ],
655
+ "properties": {
656
+ "OfficialCopyDateTime": { "type": "string", "format": "date-time" },
657
+ "EditionDate": { "type": "string", "format": "date" },
658
+ "PricePaidEntry": { "$ref": "#/definitions/Q1PricePaidEntryType" },
659
+ "PropertyAddress": {
660
+ "type": "array",
661
+ "items": { "$ref": "#/definitions/Q1AddressType" },
662
+ "minItems": 1
663
+ },
664
+ "Title": { "$ref": "#/definitions/Q1TitleType" },
665
+ "RegisterEntryIndicators": {
666
+ "$ref": "#/definitions/Q1RegisterEntryIndicatorsType"
667
+ },
668
+ "Proprietorship": { "$ref": "#/definitions/Q1ProprietorshipType" },
669
+ "Lease": { "$ref": "#/definitions/Q1LeaseEntriesType" },
670
+ "RestrictionDetails": {
671
+ "$ref": "#/definitions/Q1RestrictionDetailsType"
672
+ },
673
+ "Charge": { "$ref": "#/definitions/Q1ChargeEntriesType" },
674
+ "AgreedNotice": { "$ref": "#/definitions/Q1AgreedNoticeEntriesType" },
675
+ "Bankruptcy": { "$ref": "#/definitions/Q1EntriesType" },
676
+ "Caution": { "$ref": "#/definitions/Q1EntriesType" },
677
+ "DeedOfPostponement": { "$ref": "#/definitions/Q1EntriesType" },
678
+ "GreenOutEntry": { "$ref": "#/definitions/Q1EntriesType" },
679
+ "HomeRights": { "$ref": "#/definitions/Q1HomeRightsEntriesType" },
680
+ "RentCharge": { "$ref": "#/definitions/Q1EntriesType" },
681
+ "VendorsLien": { "$ref": "#/definitions/Q1EntriesType" },
682
+ "RightOfPreEmption": { "$ref": "#/definitions/Q1EntriesType" },
683
+ "DocumentDetails": { "$ref": "#/definitions/Q1DocumentDetailsType" },
684
+ "UnilateralNoticeDetails": {
685
+ "$ref": "#/definitions/Q1UnilateralNoticeEntriesType"
686
+ },
687
+ "DeathOfProprietor": { "$ref": "#/definitions/Q1EntriesType" },
688
+ "DiscountCharge": { "$ref": "#/definitions/Q1EntriesType" },
689
+ "EquitableCharge": { "$ref": "#/definitions/Q1EntriesType" },
690
+ "NotedCharge": { "$ref": "#/definitions/Q1EntriesType" },
691
+ "CreditorsNotice": { "$ref": "#/definitions/Q1EntriesType" },
692
+ "UnidentifiedEntry": { "$ref": "#/definitions/Q1EntriesType" },
693
+ "CCBIEntry": { "$ref": "#/definitions/Q1EntriesType" }
694
+ }
695
+ },
696
+ "Q1DistrictDetailsType": {
697
+ "type": "object",
698
+ "properties": {
699
+ "EntryText": {
700
+ "type": "array",
701
+ "items": { "type": "string" },
702
+ "minItems": 0
703
+ }
704
+ }
705
+ },
706
+ "Q1RegisterEntryType": {
707
+ "type": "object",
708
+ "required": ["EntryNumber", "EntryText"],
709
+ "properties": {
710
+ "EntryNumber": { "type": "string" },
711
+ "EntryDate": { "type": "string" },
712
+ "EntryType": { "type": "string" },
713
+ "EntryText": {
714
+ "type": "array",
715
+ "items": { "type": "string" },
716
+ "minItems": 1
717
+ }
718
+ }
719
+ },
720
+ "Q1ScheduleType": {
721
+ "type": "object",
722
+ "required": ["ScheduleType", "ScheduleEntry"],
723
+ "properties": {
724
+ "ScheduleType": { "type": "string" },
725
+ "ScheduleEntry": {
726
+ "type": "array",
727
+ "items": { "$ref": "#/definitions/Q1RegisterEntryType" },
728
+ "minItems": 1
729
+ }
730
+ }
731
+ },
732
+ "Q1RegisterType": {
733
+ "type": "object",
734
+ "required": ["RegisterEntry"],
735
+ "properties": {
736
+ "DistrictDetails": { "$ref": "#/definitions/Q1DistrictDetailsType" },
737
+ "RegisterEntry": {
738
+ "type": "array",
739
+ "items": { "$ref": "#/definitions/Q1RegisterEntryType" },
740
+ "minItems": 1
741
+ },
742
+ "Schedule": {
743
+ "type": "array",
744
+ "items": { "$ref": "#/definitions/Q1ScheduleType" },
745
+ "minItems": 0
746
+ }
747
+ }
748
+ },
749
+ "Q1OCRegisterDataType": {
750
+ "type": "object",
751
+ "required": ["PropertyRegister", "ProprietorshipRegister"],
752
+ "properties": {
753
+ "PropertyRegister": { "$ref": "#/definitions/Q1RegisterType" },
754
+ "ProprietorshipRegister": { "$ref": "#/definitions/Q1RegisterType" },
755
+ "ChargesRegister": { "$ref": "#/definitions/Q1RegisterType" }
756
+ }
757
+ },
758
+ "SubRegisterCodeType": {
759
+ "type": "string",
760
+ "enum": ["A", "B", "C", "D"]
761
+ },
762
+ "CharityCodeContentType": {
763
+ "type": "string",
764
+ "enum": ["C", "R", "S"]
765
+ }
766
+ },
767
+ "type": "object",
768
+ "properties": {
769
+ "Attachment": { "$ref": "#/definitions/Q1AttachmentType" },
770
+ "OCSummaryData": { "$ref": "#/definitions/Q1OCSummaryDataType" },
771
+ "OCRegisterData": { "$ref": "#/definitions/Q1OCRegisterDataType" }
772
+ }
773
+ }