@pdtf/schemas 3.0.0-9 → 3.0.1-2

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.
Files changed (31) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +1 -1
  3. package/src/examples/v3/exampleAddParticipantVouch.json +32 -0
  4. package/src/examples/v3/exampleDocumentedVouch.json +40 -0
  5. package/src/examples/v3/exampleElectronicRecord.json +30 -0
  6. package/src/examples/v3/exampleTransaction.json +716 -668
  7. package/src/examples/v3/exampleVouch.json +25 -0
  8. package/src/schemas/v2/combined.json +10 -2
  9. package/src/schemas/v2/overlays/baspi.json +14 -2
  10. package/src/schemas/v2/overlays/ta6.json +7 -0
  11. package/src/schemas/v2/pdtf-transaction.json +4 -6
  12. package/src/schemas/v2/skeleton.json +2 -1
  13. package/src/schemas/v3/combined.json +22993 -22893
  14. package/src/schemas/v3/overlays/baspi.json +5825 -6167
  15. package/src/schemas/v3/overlays/con29DW.json +568 -557
  16. package/src/schemas/v3/overlays/con29R.json +1 -1
  17. package/src/schemas/v3/overlays/fme1.json +1039 -1039
  18. package/src/schemas/v3/overlays/llc1.json +5 -5
  19. package/src/schemas/v3/overlays/lpe1.json +1720 -1680
  20. package/src/schemas/v3/overlays/nts.json +1436 -1245
  21. package/src/schemas/v3/overlays/oc1.json +821 -821
  22. package/src/schemas/v3/overlays/piq.json +2295 -2494
  23. package/src/schemas/v3/overlays/rds.json +2899 -3191
  24. package/src/schemas/v3/overlays/ta10.json +5280 -4282
  25. package/src/schemas/v3/overlays/ta6.json +3160 -3089
  26. package/src/schemas/v3/overlays/ta7.json +1071 -807
  27. package/src/schemas/v3/pdtf-transaction.json +19396 -18694
  28. package/src/schemas/v3/skeleton.json +2808 -2755
  29. package/src/tests/v3/transactionSchema.test.js +57 -46
  30. package/src/tests/v3/verifiedClaimsValidator.test.js +13 -13
  31. package/src/utils/extractOverlay.js +13 -6
@@ -4,1256 +4,1256 @@
4
4
  "properties": {
5
5
  "propertyPack": {
6
6
  "properties": {
7
- "materialFacts": {
7
+ "ownership": {
8
8
  "properties": {
9
- "ownership": {
10
- "properties": {
11
- "ownershipsToBeTransferred": {
12
- "items": {
13
- "oneOf": [
14
- null,
15
- {
9
+ "ownershipsToBeTransferred": {
10
+ "items": {
11
+ "oneOf": [
12
+ null,
13
+ {
14
+ "required": [
15
+ "managedFreeholdOrCommonholdInformation"
16
+ ],
17
+ "properties": {
18
+ "managedFreeholdOrCommonholdInformation": {
16
19
  "required": [
17
- "managedFreeholdOrCommonholdInformation"
20
+ "contactDetails",
21
+ "transferAndRegistration",
22
+ "serviceCharge",
23
+ "insurance",
24
+ "disputes",
25
+ "requiredDocuments",
26
+ "confirmation"
18
27
  ],
19
28
  "properties": {
20
- "managedFreeholdOrCommonholdInformation": {
29
+ "contactDetails": {
30
+ "fme1Ref": "1",
21
31
  "required": [
22
- "contactDetails",
23
- "transferAndRegistration",
24
- "serviceCharge",
25
- "insurance",
26
- "disputes",
27
- "requiredDocuments",
28
- "confirmation"
32
+ "noticeOfTransferAndCharge",
33
+ "collectsServiceCharges",
34
+ "dealsWithDayToDayMaintenanceOfManagedArea",
35
+ "organisesManagedAreaInsurance"
29
36
  ],
30
37
  "properties": {
31
- "contactDetails": {
32
- "fme1Ref": "1",
38
+ "rentchargeOwner": {
39
+ "fme1Ref": "1.1",
33
40
  "required": [
34
- "noticeOfTransferAndCharge",
35
- "collectsServiceCharges",
36
- "dealsWithDayToDayMaintenanceOfManagedArea",
37
- "organisesManagedAreaInsurance"
41
+ "contact"
38
42
  ],
39
43
  "properties": {
40
- "rentchargeOwner": {
41
- "fme1Ref": "1.1",
44
+ "contact": {
42
45
  "required": [
43
- "contact"
46
+ "nameOrOrganisation",
47
+ "address",
48
+ "telephone",
49
+ "emailAddress"
44
50
  ],
45
51
  "properties": {
46
- "contact": {
47
- "required": [
48
- "nameOrOrganisation",
49
- "address",
50
- "telephone",
51
- "emailAddress"
52
- ],
53
- "properties": {
54
- "address": {
55
- "required": [
56
- "line1",
57
- "postcode"
58
- ]
59
- }
60
- }
61
- }
62
- }
63
- },
64
- "managementCompany": {
65
- "fme1Ref": "1.2",
66
- "properties": {
67
- "contact": {
52
+ "address": {
68
53
  "required": [
69
- "nameOrOrganisation",
70
54
  "line1",
71
- "postcode",
72
- "telephone",
73
- "emailAddress"
74
- ],
75
- "properties": {
76
- "address": {
77
- "required": [
78
- "line1",
79
- "postcode"
80
- ]
81
- }
82
- }
55
+ "postcode"
56
+ ]
83
57
  }
84
58
  }
85
- },
86
- "managingAgent": {
87
- "fme1Ref": "1.3",
59
+ }
60
+ }
61
+ },
62
+ "managementCompany": {
63
+ "fme1Ref": "1.2",
64
+ "properties": {
65
+ "contact": {
88
66
  "required": [
89
- "contact"
67
+ "nameOrOrganisation",
68
+ "line1",
69
+ "postcode",
70
+ "telephone",
71
+ "emailAddress"
90
72
  ],
91
73
  "properties": {
92
- "contact": {
74
+ "address": {
93
75
  "required": [
94
- "nameOrOrganisation",
95
- "telephone",
96
- "emailAddress"
97
- ],
98
- "properties": {
99
- "address": {
100
- "required": [
101
- "line1",
102
- "postcode"
103
- ]
104
- }
105
- }
76
+ "line1",
77
+ "postcode"
78
+ ]
106
79
  }
107
80
  }
108
- },
109
- "legalRepresentative": {
110
- "fme1Ref": "1.4",
81
+ }
82
+ }
83
+ },
84
+ "managingAgent": {
85
+ "fme1Ref": "1.3",
86
+ "required": [
87
+ "contact"
88
+ ],
89
+ "properties": {
90
+ "contact": {
91
+ "required": [
92
+ "nameOrOrganisation",
93
+ "telephone",
94
+ "emailAddress"
95
+ ],
111
96
  "properties": {
112
- "contact": {
97
+ "address": {
113
98
  "required": [
114
- "nameOrOrganisation",
115
99
  "line1",
116
- "postcode",
117
- "telephone",
118
- "emailAddress"
119
- ],
120
- "properties": {
121
- "address": {
122
- "required": [
123
- "line1",
124
- "postcode"
125
- ]
126
- }
127
- }
100
+ "postcode"
101
+ ]
128
102
  }
129
103
  }
130
- },
131
- "noticeOfTransferAndCharge": {
132
- "fme1Ref": "1.5",
104
+ }
105
+ }
106
+ },
107
+ "legalRepresentative": {
108
+ "fme1Ref": "1.4",
109
+ "properties": {
110
+ "contact": {
111
+ "required": [
112
+ "nameOrOrganisation",
113
+ "line1",
114
+ "postcode",
115
+ "telephone",
116
+ "emailAddress"
117
+ ],
133
118
  "properties": {
134
- "rentchargeOwner": {
135
- "required": [
136
- "isApplicableParty"
137
- ],
138
- "properties": {
139
- "isApplicableParty": {
140
- "fme1Ref": "1.5.1"
141
- }
142
- },
143
- "oneOf": [
144
- null,
145
- {
146
- "required": [
147
- "feeIncludingVAT",
148
- "noticeViaEmail"
149
- ]
150
- }
151
- ]
152
- },
153
- "managementCompany": {
154
- "required": [
155
- "isApplicableParty"
156
- ],
157
- "oneOf": [
158
- null,
159
- {
160
- "required": [
161
- "feeIncludingVAT",
162
- "noticeViaEmail"
163
- ]
164
- }
165
- ]
166
- },
167
- "managingAgent": {
168
- "required": [
169
- "isApplicableParty"
170
- ],
171
- "oneOf": [
172
- null,
173
- {
174
- "required": [
175
- "feeIncludingVAT",
176
- "noticeViaEmail"
177
- ]
178
- }
179
- ]
180
- },
181
- "legalRepresentative": {
182
- "required": [
183
- "isApplicableParty"
184
- ],
185
- "oneOf": [
186
- null,
187
- {
188
- "required": [
189
- "feeIncludingVAT",
190
- "noticeViaEmail"
191
- ]
192
- }
193
- ]
194
- },
195
- "other": {
196
- "required": [
197
- "isApplicableParty"
198
- ],
199
- "oneOf": [
200
- null,
201
- {
202
- "required": [
203
- "feeIncludingVAT",
204
- "noticeViaEmail",
205
- "contact",
206
- "capacity"
207
- ],
208
- "contact": {
209
- "required": [
210
- "nameOrOrganisation",
211
- "line1",
212
- "postcode",
213
- "telephone",
214
- "emailAddress"
215
- ],
216
- "properties": {
217
- "address": {
218
- "required": [
219
- "line1",
220
- "postcode"
221
- ]
222
- }
223
- }
224
- }
225
- }
226
- ]
227
- },
228
- "otherDetailsRequired": {
229
- "fme1Ref": "1.5.1",
230
- "discriminator": {
231
- "propertyName": "areOtherDetailsRequired"
232
- },
233
- "oneOf": [
234
- {
235
- "properties": {
236
- "areOtherDetailsRequired": {
237
- "const": "No"
238
- }
239
- }
240
- },
241
- {
242
- "properties": {
243
- "areOtherDetailsRequired": {
244
- "const": "Yes"
245
- }
246
- },
247
- "required": [
248
- "details"
249
- ]
250
- }
251
- ],
119
+ "address": {
252
120
  "required": [
253
- "areOtherDetailsRequired"
121
+ "line1",
122
+ "postcode"
254
123
  ]
255
124
  }
256
125
  }
257
- },
258
- "collectsServiceCharges": {
259
- "fme1Ref": "1.6"
260
- },
261
- "dealsWithDayToDayMaintenanceOfManagedArea": {
262
- "fme1Ref": "1.7"
263
- },
264
- "organisesManagedAreaInsurance": {
265
- "fme1Ref": "1.8"
266
126
  }
267
127
  }
268
128
  },
269
- "transferAndRegistration": {
270
- "fme1Ref": "2",
271
- "required": [
272
- "deedOfCovenantRequired",
273
- "awareOfConsents",
274
- "requirementsToBeMemberOfManagementCompany",
275
- "procedureForObtainingCertificate"
276
- ],
129
+ "noticeOfTransferAndCharge": {
130
+ "fme1Ref": "1.5",
277
131
  "properties": {
278
- "deedOfCovenantRequired": {
279
- "fme1Ref": "2.1",
280
- "discriminator": {
281
- "propertyName": "yesNoNotKnown"
132
+ "rentchargeOwner": {
133
+ "required": [
134
+ "isApplicableParty"
135
+ ],
136
+ "properties": {
137
+ "isApplicableParty": {
138
+ "fme1Ref": "1.5.1"
139
+ }
282
140
  },
283
141
  "oneOf": [
142
+ null,
284
143
  {
285
- "properties": {
286
- "yesNoNotKnown": {
287
- "enum": [
288
- "No",
289
- "Not Known"
290
- ]
291
- }
292
- }
293
- },
294
- {
295
- "properties": {
296
- "yesNoNotKnown": {
297
- "enum": [
298
- "Yes"
299
- ]
300
- },
301
- "costsApplicableToTheDeed": {
302
- "fme1Ref": "2.1.1"
303
- },
304
- "personWhoDealsWithTheDeedOfCovenant": {
305
- "fme1Ref": "2.1.2"
306
- }
307
- },
308
144
  "required": [
309
- "costsApplicableToTheDeed",
310
- "personWhoDealsWithTheDeedOfCovenant"
145
+ "feeIncludingVAT",
146
+ "noticeViaEmail"
311
147
  ]
312
148
  }
313
- ],
314
- "required": [
315
- "yesNoNotKnown"
316
149
  ]
317
150
  },
318
- "awareOfConsents": {
319
- "fme1Ref": "2.2",
320
- "discriminator": {
321
- "propertyName": "yesNo"
322
- },
151
+ "managementCompany": {
152
+ "required": [
153
+ "isApplicableParty"
154
+ ],
323
155
  "oneOf": [
156
+ null,
324
157
  {
325
- "properties": {
326
- "yesNo": {
327
- "enum": [
328
- "No"
329
- ]
330
- }
331
- }
332
- },
333
- {
334
- "properties": {
335
- "yesNo": {
336
- "enum": [
337
- "Yes"
338
- ]
339
- },
340
- "details": {
341
- "fme1Ref": "2.2.1"
342
- }
343
- },
344
158
  "required": [
345
- "details"
159
+ "feeIncludingVAT",
160
+ "noticeViaEmail"
346
161
  ]
347
162
  }
348
- ],
349
- "required": [
350
- "yesNo"
351
163
  ]
352
164
  },
353
- "requirementsToBeMemberOfManagementCompany": {
354
- "fme1Ref": "2.3",
355
- "discriminator": {
356
- "propertyName": "yesNo"
357
- },
165
+ "managingAgent": {
166
+ "required": [
167
+ "isApplicableParty"
168
+ ],
358
169
  "oneOf": [
170
+ null,
359
171
  {
360
- "properties": {
361
- "yesNo": {
362
- "enum": [
363
- "No"
364
- ]
365
- }
366
- }
367
- },
368
- {
369
- "properties": {
370
- "yesNo": {
371
- "enum": [
372
- "Yes"
373
- ]
374
- },
375
- "details": {
376
- "fme1Ref": "2.3.1"
377
- }
378
- },
379
172
  "required": [
380
- "details"
173
+ "feeIncludingVAT",
174
+ "noticeViaEmail"
381
175
  ]
382
176
  }
383
- ],
384
- "required": [
385
- "yesNo"
386
177
  ]
387
178
  },
388
- "procedureForObtainingCertificate": {
389
- "fme1Ref": "2.4"
390
- }
391
- }
392
- },
393
- "serviceCharge": {
394
- "fme1Ref": "3",
395
- "required": [
396
- "annualServiceCharge",
397
- "serviceChargePaidUpToDate",
398
- "lastDemandPeriod",
399
- "propertiesContribute",
400
- "doAllPropertiesContribute",
401
- "excessPaymentAnticipated",
402
- "hasInabilityToCollectAffectedMaintenance",
403
- "reserveFund",
404
- "lastDecoratedPeriod",
405
- "worksProposed",
406
- "increaseInServiceChargeAnticipated",
407
- "outstandingServiceChargeConsultation",
408
- "japaneseKnotweedAffectingManagedAreas",
409
- "transferFees"
410
- ],
411
- "properties": {
412
- "annualServiceCharge": {
413
- "fme1Ref": "3.1"
414
- },
415
- "hasFixedRentcharge": {
416
- "fme1Ref": "3.1.1"
417
- },
418
- "largeAdditionalExpense": {
179
+ "legalRepresentative": {
419
180
  "required": [
420
- "yesNo"
181
+ "isApplicableParty"
421
182
  ],
422
183
  "oneOf": [
423
184
  null,
424
185
  {
425
186
  "required": [
426
- "details"
187
+ "feeIncludingVAT",
188
+ "noticeViaEmail"
427
189
  ]
428
190
  }
429
191
  ]
430
192
  },
431
- "serviceChargePaidUpToDate": {
432
- "fme1Ref": "3.2",
433
- "discriminator": {
434
- "propertyName": "yesNo"
435
- },
193
+ "other": {
194
+ "required": [
195
+ "isApplicableParty"
196
+ ],
436
197
  "oneOf": [
198
+ null,
437
199
  {
438
- "properties": {
439
- "yesNo": {
440
- "enum": [
441
- "Yes"
442
- ]
200
+ "required": [
201
+ "feeIncludingVAT",
202
+ "noticeViaEmail",
203
+ "contact",
204
+ "capacity"
205
+ ],
206
+ "contact": {
207
+ "required": [
208
+ "nameOrOrganisation",
209
+ "line1",
210
+ "postcode",
211
+ "telephone",
212
+ "emailAddress"
213
+ ],
214
+ "properties": {
215
+ "address": {
216
+ "required": [
217
+ "line1",
218
+ "postcode"
219
+ ]
220
+ }
443
221
  }
444
222
  }
445
- },
446
- {
447
- "properties": {
448
- "yesNo": {
449
- "enum": [
450
- "No"
451
- ]
452
- },
453
- "details": {
454
- "fme1Ref": "3.2.1"
455
- }
456
- },
457
- "required": [
458
- "details"
459
- ]
460
223
  }
461
- ],
462
- "required": [
463
- "yesNo"
464
- ]
465
- },
466
- "lastDemandPeriod": {
467
- "fme1Ref": "3.3"
468
- },
469
- "propertiesContribute": {
470
- "fme1Ref": "3.4",
471
- "required": [
472
- "residentialFreehold",
473
- "residentialLeasehold",
474
- "commercial"
475
224
  ]
476
225
  },
477
- "doAllPropertiesContribute": {
478
- "fme1Ref": "3.4.1",
226
+ "otherDetailsRequired": {
227
+ "fme1Ref": "1.5.1",
479
228
  "discriminator": {
480
- "propertyName": "yesNo"
229
+ "propertyName": "areOtherDetailsRequired"
481
230
  },
482
231
  "oneOf": [
483
232
  {
484
233
  "properties": {
485
- "yesNo": {
234
+ "areOtherDetailsRequired": {
486
235
  "enum": [
487
- "Yes"
236
+ "No"
488
237
  ]
489
238
  }
490
239
  }
491
240
  },
492
241
  {
493
242
  "properties": {
494
- "yesNo": {
243
+ "areOtherDetailsRequired": {
495
244
  "enum": [
496
- "No"
245
+ "Yes"
497
246
  ]
498
- },
499
- "details": {
500
- "fme1Ref": "3.4.1.1"
501
247
  }
502
- }
248
+ },
249
+ "required": [
250
+ "details"
251
+ ]
503
252
  }
504
253
  ],
505
254
  "required": [
506
- "yesNo"
255
+ "areOtherDetailsRequired"
507
256
  ]
257
+ }
258
+ }
259
+ },
260
+ "collectsServiceCharges": {
261
+ "fme1Ref": "1.6"
262
+ },
263
+ "dealsWithDayToDayMaintenanceOfManagedArea": {
264
+ "fme1Ref": "1.7"
265
+ },
266
+ "organisesManagedAreaInsurance": {
267
+ "fme1Ref": "1.8"
268
+ }
269
+ }
270
+ },
271
+ "transferAndRegistration": {
272
+ "fme1Ref": "2",
273
+ "required": [
274
+ "deedOfCovenantRequired",
275
+ "awareOfConsents",
276
+ "requirementsToBeMemberOfManagementCompany",
277
+ "procedureForObtainingCertificate"
278
+ ],
279
+ "properties": {
280
+ "deedOfCovenantRequired": {
281
+ "fme1Ref": "2.1",
282
+ "discriminator": {
283
+ "propertyName": "yesNoNotKnown"
284
+ },
285
+ "oneOf": [
286
+ {
287
+ "properties": {
288
+ "yesNoNotKnown": {
289
+ "enum": [
290
+ "No",
291
+ "Not Known"
292
+ ]
293
+ }
294
+ }
508
295
  },
509
- "excessPaymentAnticipated": {
510
- "fme1Ref": "3.5",
511
- "discriminator": {
512
- "propertyName": "yesNo"
296
+ {
297
+ "properties": {
298
+ "yesNoNotKnown": {
299
+ "enum": [
300
+ "Yes"
301
+ ]
302
+ },
303
+ "costsApplicableToTheDeed": {
304
+ "fme1Ref": "2.1.1"
305
+ },
306
+ "personWhoDealsWithTheDeedOfCovenant": {
307
+ "fme1Ref": "2.1.2"
308
+ }
513
309
  },
514
- "oneOf": [
515
- {
516
- "properties": {
517
- "yesNo": {
518
- "enum": [
519
- "No"
520
- ]
521
- }
522
- }
310
+ "required": [
311
+ "costsApplicableToTheDeed",
312
+ "personWhoDealsWithTheDeedOfCovenant"
313
+ ]
314
+ }
315
+ ],
316
+ "required": [
317
+ "yesNoNotKnown"
318
+ ]
319
+ },
320
+ "awareOfConsents": {
321
+ "fme1Ref": "2.2",
322
+ "discriminator": {
323
+ "propertyName": "yesNo"
324
+ },
325
+ "oneOf": [
326
+ {
327
+ "properties": {
328
+ "yesNo": {
329
+ "enum": [
330
+ "No"
331
+ ]
332
+ }
333
+ }
334
+ },
335
+ {
336
+ "properties": {
337
+ "yesNo": {
338
+ "enum": [
339
+ "Yes"
340
+ ]
523
341
  },
524
- {
525
- "properties": {
526
- "yesNo": {
527
- "enum": [
528
- "Yes"
529
- ]
530
- },
531
- "details": {
532
- "fme1Ref": "3.5.1"
533
- }
534
- },
535
- "required": [
536
- "details"
342
+ "details": {
343
+ "fme1Ref": "2.2.1"
344
+ }
345
+ },
346
+ "required": [
347
+ "details"
348
+ ]
349
+ }
350
+ ],
351
+ "required": [
352
+ "yesNo"
353
+ ]
354
+ },
355
+ "requirementsToBeMemberOfManagementCompany": {
356
+ "fme1Ref": "2.3",
357
+ "discriminator": {
358
+ "propertyName": "yesNo"
359
+ },
360
+ "oneOf": [
361
+ {
362
+ "properties": {
363
+ "yesNo": {
364
+ "enum": [
365
+ "No"
537
366
  ]
538
367
  }
539
- ],
368
+ }
369
+ },
370
+ {
371
+ "properties": {
372
+ "yesNo": {
373
+ "enum": [
374
+ "Yes"
375
+ ]
376
+ },
377
+ "details": {
378
+ "fme1Ref": "2.3.1"
379
+ }
380
+ },
381
+ "required": [
382
+ "details"
383
+ ]
384
+ }
385
+ ],
386
+ "required": [
387
+ "yesNo"
388
+ ]
389
+ },
390
+ "procedureForObtainingCertificate": {
391
+ "fme1Ref": "2.4"
392
+ }
393
+ }
394
+ },
395
+ "serviceCharge": {
396
+ "fme1Ref": "3",
397
+ "required": [
398
+ "annualServiceCharge",
399
+ "serviceChargePaidUpToDate",
400
+ "lastDemandPeriod",
401
+ "propertiesContribute",
402
+ "doAllPropertiesContribute",
403
+ "excessPaymentAnticipated",
404
+ "hasInabilityToCollectAffectedMaintenance",
405
+ "reserveFund",
406
+ "lastDecoratedPeriod",
407
+ "worksProposed",
408
+ "increaseInServiceChargeAnticipated",
409
+ "outstandingServiceChargeConsultation",
410
+ "japaneseKnotweedAffectingManagedAreas",
411
+ "transferFees"
412
+ ],
413
+ "properties": {
414
+ "annualServiceCharge": {
415
+ "fme1Ref": "3.1"
416
+ },
417
+ "hasFixedRentcharge": {
418
+ "fme1Ref": "3.1.1"
419
+ },
420
+ "largeAdditionalExpense": {
421
+ "required": [
422
+ "yesNo"
423
+ ],
424
+ "oneOf": [
425
+ null,
426
+ {
540
427
  "required": [
541
- "yesNo"
428
+ "details"
542
429
  ]
430
+ }
431
+ ]
432
+ },
433
+ "serviceChargePaidUpToDate": {
434
+ "fme1Ref": "3.2",
435
+ "discriminator": {
436
+ "propertyName": "yesNo"
437
+ },
438
+ "oneOf": [
439
+ {
440
+ "properties": {
441
+ "yesNo": {
442
+ "enum": [
443
+ "Yes"
444
+ ]
445
+ }
446
+ }
543
447
  },
544
- "hasInabilityToCollectAffectedMaintenance": {
545
- "fme1Ref": "3.6",
546
- "discriminator": {
547
- "propertyName": "yesNo"
448
+ {
449
+ "properties": {
450
+ "yesNo": {
451
+ "enum": [
452
+ "No"
453
+ ]
454
+ },
455
+ "details": {
456
+ "fme1Ref": "3.2.1"
457
+ }
548
458
  },
549
- "oneOf": [
550
- {
551
- "properties": {
552
- "yesNo": {
553
- "enum": [
554
- "No"
555
- ]
556
- }
557
- }
459
+ "required": [
460
+ "details"
461
+ ]
462
+ }
463
+ ],
464
+ "required": [
465
+ "yesNo"
466
+ ]
467
+ },
468
+ "lastDemandPeriod": {
469
+ "fme1Ref": "3.3"
470
+ },
471
+ "propertiesContribute": {
472
+ "fme1Ref": "3.4",
473
+ "required": [
474
+ "residentialFreehold",
475
+ "residentialLeasehold",
476
+ "commercial"
477
+ ]
478
+ },
479
+ "doAllPropertiesContribute": {
480
+ "fme1Ref": "3.4.1",
481
+ "discriminator": {
482
+ "propertyName": "yesNo"
483
+ },
484
+ "oneOf": [
485
+ {
486
+ "properties": {
487
+ "yesNo": {
488
+ "enum": [
489
+ "Yes"
490
+ ]
491
+ }
492
+ }
493
+ },
494
+ {
495
+ "properties": {
496
+ "yesNo": {
497
+ "enum": [
498
+ "No"
499
+ ]
558
500
  },
559
- {
560
- "properties": {
561
- "yesNo": {
562
- "enum": [
563
- "Yes"
564
- ]
565
- },
566
- "details": {
567
- "fme1Ref": "3.6.1"
568
- }
569
- },
570
- "required": [
571
- "details"
501
+ "details": {
502
+ "fme1Ref": "3.4.1.1"
503
+ }
504
+ }
505
+ }
506
+ ],
507
+ "required": [
508
+ "yesNo"
509
+ ]
510
+ },
511
+ "excessPaymentAnticipated": {
512
+ "fme1Ref": "3.5",
513
+ "discriminator": {
514
+ "propertyName": "yesNo"
515
+ },
516
+ "oneOf": [
517
+ {
518
+ "properties": {
519
+ "yesNo": {
520
+ "enum": [
521
+ "No"
572
522
  ]
573
523
  }
574
- ],
524
+ }
525
+ },
526
+ {
527
+ "properties": {
528
+ "yesNo": {
529
+ "enum": [
530
+ "Yes"
531
+ ]
532
+ },
533
+ "details": {
534
+ "fme1Ref": "3.5.1"
535
+ }
536
+ },
575
537
  "required": [
576
- "yesNo"
538
+ "details"
577
539
  ]
540
+ }
541
+ ],
542
+ "required": [
543
+ "yesNo"
544
+ ]
545
+ },
546
+ "hasInabilityToCollectAffectedMaintenance": {
547
+ "fme1Ref": "3.6",
548
+ "discriminator": {
549
+ "propertyName": "yesNo"
550
+ },
551
+ "oneOf": [
552
+ {
553
+ "properties": {
554
+ "yesNo": {
555
+ "enum": [
556
+ "No"
557
+ ]
558
+ }
559
+ }
578
560
  },
579
- "reserveFund": {
580
- "fme1Ref": "3.7",
581
- "discriminator": {
582
- "propertyName": "yesNo"
561
+ {
562
+ "properties": {
563
+ "yesNo": {
564
+ "enum": [
565
+ "Yes"
566
+ ]
567
+ },
568
+ "details": {
569
+ "fme1Ref": "3.6.1"
570
+ }
583
571
  },
584
- "oneOf": [
585
- {
572
+ "required": [
573
+ "details"
574
+ ]
575
+ }
576
+ ],
577
+ "required": [
578
+ "yesNo"
579
+ ]
580
+ },
581
+ "reserveFund": {
582
+ "fme1Ref": "3.7",
583
+ "discriminator": {
584
+ "propertyName": "yesNo"
585
+ },
586
+ "oneOf": [
587
+ {
588
+ "properties": {
589
+ "yesNo": {
590
+ "enum": [
591
+ "No"
592
+ ]
593
+ }
594
+ }
595
+ },
596
+ {
597
+ "properties": {
598
+ "yesNo": {
599
+ "enum": [
600
+ "Yes"
601
+ ]
602
+ },
603
+ "amount": {
604
+ "fme1Ref": "3.7.1",
586
605
  "properties": {
587
- "yesNo": {
588
- "enum": [
589
- "No"
590
- ]
606
+ "fromTheOwners": {
607
+ "fme1Ref": "3.7.1a"
608
+ },
609
+ "forTheManagedAreas": {
610
+ "fme1Ref": "3.7.1b"
591
611
  }
592
612
  }
593
613
  },
594
- {
595
- "properties": {
596
- "yesNo": {
597
- "enum": [
598
- "Yes"
599
- ]
600
- },
601
- "amount": {
602
- "fme1Ref": "3.7.1",
614
+ "sufficentToCoverKnownExpenditure": {
615
+ "fme1Ref": "3.7.2",
616
+ "discriminator": {
617
+ "propertyName": "yesNo"
618
+ },
619
+ "oneOf": [
620
+ {
603
621
  "properties": {
604
- "fromTheOwners": {
605
- "fme1Ref": "3.7.1a"
606
- },
607
- "forTheManagedAreas": {
608
- "fme1Ref": "3.7.1b"
622
+ "yesNo": {
623
+ "enum": [
624
+ "Yes"
625
+ ]
609
626
  }
610
627
  }
611
628
  },
612
- "sufficentToCoverKnownExpenditure": {
613
- "fme1Ref": "3.7.2",
614
- "discriminator": {
615
- "propertyName": "yesNo"
616
- },
617
- "oneOf": [
618
- {
619
- "properties": {
620
- "yesNo": {
621
- "enum": [
622
- "Yes"
623
- ]
624
- }
625
- }
626
- },
627
- {
628
- "properties": {
629
- "yesNo": {
630
- "enum": [
631
- "No"
632
- ]
633
- },
634
- "details": {
635
- "fme1Ref": "3.7.3"
636
- }
637
- },
638
- "required": [
639
- "details"
629
+ {
630
+ "properties": {
631
+ "yesNo": {
632
+ "enum": [
633
+ "No"
640
634
  ]
635
+ },
636
+ "details": {
637
+ "fme1Ref": "3.7.3"
641
638
  }
642
- ],
639
+ },
643
640
  "required": [
644
- "yesNo"
641
+ "details"
645
642
  ]
646
643
  }
647
- },
644
+ ],
648
645
  "required": [
649
- "amount"
646
+ "yesNo"
650
647
  ]
651
648
  }
652
- ],
649
+ },
653
650
  "required": [
654
- "yesNo"
651
+ "amount"
655
652
  ]
653
+ }
654
+ ],
655
+ "required": [
656
+ "yesNo"
657
+ ]
658
+ },
659
+ "lastDecoratedPeriod": {
660
+ "fme1Ref": "3.8"
661
+ },
662
+ "worksProposed": {
663
+ "fme1Ref": "3.9",
664
+ "discriminator": {
665
+ "propertyName": "yesNo"
666
+ },
667
+ "oneOf": [
668
+ {
669
+ "properties": {
670
+ "yesNo": {
671
+ "enum": [
672
+ "Not applicable"
673
+ ]
674
+ }
675
+ }
656
676
  },
657
- "lastDecoratedPeriod": {
658
- "fme1Ref": "3.8"
659
- },
660
- "worksProposed": {
661
- "fme1Ref": "3.9",
662
- "discriminator": {
663
- "propertyName": "yesNo"
664
- },
665
- "oneOf": [
666
- {
667
- "properties": {
668
- "yesNo": {
669
- "enum": [
670
- "Not applicable"
671
- ]
672
- }
673
- }
674
- },
675
- {
676
- "properties": {
677
- "yesNo": {
678
- "enum": [
679
- "Completed but unpaid",
680
- "Due",
681
- "Anticipated"
682
- ]
683
- },
684
- "details": {
685
- "fme1Ref": "3.9.1"
686
- }
687
- },
688
- "required": [
689
- "details"
677
+ {
678
+ "properties": {
679
+ "yesNo": {
680
+ "enum": [
681
+ "Completed but unpaid",
682
+ "Due",
683
+ "Anticipated"
690
684
  ]
685
+ },
686
+ "details": {
687
+ "fme1Ref": "3.9.1"
691
688
  }
692
- ],
689
+ },
693
690
  "required": [
694
- "yesNo"
691
+ "details"
695
692
  ]
693
+ }
694
+ ],
695
+ "required": [
696
+ "yesNo"
697
+ ]
698
+ },
699
+ "increaseInServiceChargeAnticipated": {
700
+ "fme1Ref": "3.10",
701
+ "discriminator": {
702
+ "propertyName": "yesNo"
703
+ },
704
+ "oneOf": [
705
+ {
706
+ "properties": {
707
+ "yesNo": {
708
+ "enum": [
709
+ "No"
710
+ ]
711
+ }
712
+ }
696
713
  },
697
- "increaseInServiceChargeAnticipated": {
698
- "fme1Ref": "3.10",
699
- "discriminator": {
700
- "propertyName": "yesNo"
701
- },
702
- "oneOf": [
703
- {
704
- "properties": {
705
- "yesNo": {
706
- "enum": [
707
- "No"
708
- ]
709
- }
710
- }
711
- },
712
- {
713
- "properties": {
714
- "yesNo": {
715
- "enum": [
716
- "Yes"
717
- ]
718
- },
719
- "details": {
720
- "fme1Ref": "3.10.1"
721
- }
722
- },
723
- "required": [
724
- "details"
714
+ {
715
+ "properties": {
716
+ "yesNo": {
717
+ "enum": [
718
+ "Yes"
725
719
  ]
720
+ },
721
+ "details": {
722
+ "fme1Ref": "3.10.1"
726
723
  }
727
- ],
724
+ },
728
725
  "required": [
729
- "yesNo"
726
+ "details"
730
727
  ]
728
+ }
729
+ ],
730
+ "required": [
731
+ "yesNo"
732
+ ]
733
+ },
734
+ "outstandingServiceChargeConsultation": {
735
+ "fme1Ref": "3.11",
736
+ "discriminator": {
737
+ "propertyName": "yesNo"
738
+ },
739
+ "oneOf": [
740
+ {
741
+ "properties": {
742
+ "yesNo": {
743
+ "enum": [
744
+ "No"
745
+ ]
746
+ }
747
+ }
731
748
  },
732
- "outstandingServiceChargeConsultation": {
733
- "fme1Ref": "3.11",
734
- "discriminator": {
735
- "propertyName": "yesNo"
736
- },
737
- "oneOf": [
738
- {
739
- "properties": {
740
- "yesNo": {
741
- "enum": [
742
- "No"
743
- ]
744
- }
745
- }
746
- },
747
- {
748
- "properties": {
749
- "yesNo": {
750
- "enum": [
751
- "Yes"
752
- ]
753
- },
754
- "details": {
755
- "fme1Ref": "3.11.1"
756
- }
757
- },
758
- "required": [
759
- "details"
749
+ {
750
+ "properties": {
751
+ "yesNo": {
752
+ "enum": [
753
+ "Yes"
760
754
  ]
755
+ },
756
+ "details": {
757
+ "fme1Ref": "3.11.1"
761
758
  }
762
- ],
759
+ },
763
760
  "required": [
764
- "yesNo"
761
+ "details"
765
762
  ]
763
+ }
764
+ ],
765
+ "required": [
766
+ "yesNo"
767
+ ]
768
+ },
769
+ "japaneseKnotweedAffectingManagedAreas": {
770
+ "fme1Ref": "3.12",
771
+ "discriminator": {
772
+ "propertyName": "yesNo"
773
+ },
774
+ "oneOf": [
775
+ {
776
+ "properties": {
777
+ "yesNo": {
778
+ "enum": [
779
+ "No"
780
+ ]
781
+ }
782
+ }
766
783
  },
767
- "japaneseKnotweedAffectingManagedAreas": {
768
- "fme1Ref": "3.12",
769
- "discriminator": {
770
- "propertyName": "yesNo"
771
- },
772
- "oneOf": [
773
- {
774
- "properties": {
775
- "yesNo": {
776
- "enum": [
777
- "No"
778
- ]
779
- }
780
- }
781
- },
782
- {
783
- "properties": {
784
- "yesNo": {
785
- "enum": [
786
- "Yes"
787
- ]
788
- },
789
- "details": {
790
- "fme1Ref": "3.12.1"
791
- }
792
- },
793
- "required": [
794
- "details"
784
+ {
785
+ "properties": {
786
+ "yesNo": {
787
+ "enum": [
788
+ "Yes"
795
789
  ]
790
+ },
791
+ "details": {
792
+ "fme1Ref": "3.12.1"
796
793
  }
797
- ],
794
+ },
798
795
  "required": [
799
- "yesNo"
796
+ "details"
800
797
  ]
798
+ }
799
+ ],
800
+ "required": [
801
+ "yesNo"
802
+ ]
803
+ },
804
+ "transferFees": {
805
+ "fme1Ref": "3.13",
806
+ "discriminator": {
807
+ "propertyName": "yesNo"
808
+ },
809
+ "oneOf": [
810
+ {
811
+ "properties": {
812
+ "yesNo": {
813
+ "enum": [
814
+ "No"
815
+ ]
816
+ }
817
+ }
801
818
  },
802
- "transferFees": {
803
- "fme1Ref": "3.13",
804
- "discriminator": {
805
- "propertyName": "yesNo"
819
+ {
820
+ "properties": {
821
+ "yesNo": {
822
+ "enum": [
823
+ "Yes"
824
+ ]
825
+ },
826
+ "details": {
827
+ "fme1Ref": "3.13.1"
828
+ }
806
829
  },
807
- "oneOf": [
808
- {
809
- "properties": {
810
- "yesNo": {
811
- "enum": [
812
- "No"
813
- ]
814
- }
815
- }
830
+ "required": [
831
+ "details"
832
+ ]
833
+ }
834
+ ],
835
+ "required": [
836
+ "yesNo"
837
+ ]
838
+ }
839
+ }
840
+ },
841
+ "insurance": {
842
+ "fme1Ref": "4",
843
+ "required": [
844
+ "managedAreaInsured"
845
+ ],
846
+ "properties": {
847
+ "managedAreaInsured": {
848
+ "fme1Ref": "4.1",
849
+ "discriminator": {
850
+ "propertyName": "yesNo"
851
+ },
852
+ "oneOf": [
853
+ {
854
+ "properties": {
855
+ "yesNo": {
856
+ "enum": [
857
+ "No"
858
+ ]
859
+ }
860
+ }
861
+ },
862
+ {
863
+ "properties": {
864
+ "yesNo": {
865
+ "enum": [
866
+ "Yes"
867
+ ]
816
868
  },
817
- {
818
- "properties": {
819
- "yesNo": {
820
- "enum": [
821
- "Yes"
869
+ "premiumsPaidUpToDate": {
870
+ "fme1Ref": "4.1.1",
871
+ "discriminator": {
872
+ "propertyName": "yesNo"
873
+ },
874
+ "oneOf": [
875
+ {
876
+ "properties": {
877
+ "yesNo": {
878
+ "enum": [
879
+ "Yes"
880
+ ]
881
+ }
882
+ }
883
+ },
884
+ {
885
+ "properties": {
886
+ "yesNo": {
887
+ "enum": [
888
+ "No"
889
+ ]
890
+ },
891
+ "details": {
892
+ "fme1Ref": "4.1.1.1"
893
+ }
894
+ },
895
+ "required": [
896
+ "details"
822
897
  ]
823
- },
824
- "details": {
825
- "fme1Ref": "3.13.1"
826
898
  }
827
- },
899
+ ],
828
900
  "required": [
829
- "details"
901
+ "yesNo"
830
902
  ]
831
- }
832
- ],
833
- "required": [
834
- "yesNo"
835
- ]
836
- }
837
- }
838
- },
839
- "insurance": {
840
- "fme1Ref": "4",
841
- "required": [
842
- "managedAreaInsured"
843
- ],
844
- "properties": {
845
- "managedAreaInsured": {
846
- "fme1Ref": "4.1",
847
- "discriminator": {
848
- "propertyName": "yesNo"
849
- },
850
- "oneOf": [
851
- {
852
- "properties": {
853
- "yesNo": {
854
- "enum": [
855
- "No"
856
- ]
857
- }
858
- }
859
903
  },
860
- {
861
- "properties": {
862
- "yesNo": {
863
- "enum": [
864
- "Yes"
865
- ]
866
- },
867
- "premiumsPaidUpToDate": {
868
- "fme1Ref": "4.1.1",
869
- "discriminator": {
870
- "propertyName": "yesNo"
871
- },
872
- "oneOf": [
873
- {
874
- "properties": {
875
- "yesNo": {
876
- "enum": [
877
- "Yes"
878
- ]
879
- }
880
- }
881
- },
882
- {
883
- "properties": {
884
- "yesNo": {
885
- "enum": [
886
- "No"
887
- ]
888
- },
889
- "details": {
890
- "fme1Ref": "4.1.1.1"
891
- }
892
- },
893
- "required": [
894
- "details"
904
+ "lastDemandPeriod": {
905
+ "fme1Ref": "4.2"
906
+ },
907
+ "claimsMade": {
908
+ "fme1Ref": "4.3",
909
+ "discriminator": {
910
+ "propertyName": "yesNo"
911
+ },
912
+ "oneOf": [
913
+ {
914
+ "properties": {
915
+ "yesNo": {
916
+ "enum": [
917
+ "No"
895
918
  ]
896
919
  }
897
- ],
898
- "required": [
899
- "yesNo"
900
- ]
901
- },
902
- "lastDemandPeriod": {
903
- "fme1Ref": "4.2"
920
+ }
904
921
  },
905
- "claimsMade": {
906
- "fme1Ref": "4.3",
907
- "discriminator": {
908
- "propertyName": "yesNo"
909
- },
910
- "oneOf": [
911
- {
912
- "properties": {
913
- "yesNo": {
914
- "enum": [
915
- "No"
916
- ]
917
- }
918
- }
919
- },
920
- {
921
- "properties": {
922
- "yesNo": {
923
- "enum": [
924
- "Yes"
925
- ]
926
- },
927
- "details": {
928
- "fme1Ref": "4.3.1"
929
- }
930
- },
931
- "required": [
932
- "details"
922
+ {
923
+ "properties": {
924
+ "yesNo": {
925
+ "enum": [
926
+ "Yes"
933
927
  ]
928
+ },
929
+ "details": {
930
+ "fme1Ref": "4.3.1"
934
931
  }
935
- ],
932
+ },
936
933
  "required": [
937
- "yesNo"
934
+ "details"
938
935
  ]
936
+ }
937
+ ],
938
+ "required": [
939
+ "yesNo"
940
+ ]
941
+ },
942
+ "claimsAnticipated": {
943
+ "fme1Ref": "4.4",
944
+ "discriminator": {
945
+ "propertyName": "yesNo"
946
+ },
947
+ "oneOf": [
948
+ {
949
+ "properties": {
950
+ "yesNo": {
951
+ "enum": [
952
+ "No"
953
+ ]
954
+ }
955
+ }
939
956
  },
940
- "claimsAnticipated": {
941
- "fme1Ref": "4.4",
942
- "discriminator": {
943
- "propertyName": "yesNo"
944
- },
945
- "oneOf": [
946
- {
947
- "properties": {
948
- "yesNo": {
949
- "enum": [
950
- "No"
951
- ]
952
- }
953
- }
954
- },
955
- {
956
- "properties": {
957
- "yesNo": {
958
- "enum": [
959
- "Yes"
960
- ]
961
- },
962
- "details": {
963
- "fme1Ref": "4.4.1"
964
- }
965
- },
966
- "required": [
967
- "details"
957
+ {
958
+ "properties": {
959
+ "yesNo": {
960
+ "enum": [
961
+ "Yes"
968
962
  ]
963
+ },
964
+ "details": {
965
+ "fme1Ref": "4.4.1"
969
966
  }
970
- ],
967
+ },
971
968
  "required": [
972
- "yesNo"
969
+ "details"
973
970
  ]
971
+ }
972
+ ],
973
+ "required": [
974
+ "yesNo"
975
+ ]
976
+ },
977
+ "premiumIncludedInServiceCharge": {
978
+ "fme1Ref": "4.5",
979
+ "discriminator": {
980
+ "propertyName": "yesNo"
981
+ },
982
+ "oneOf": [
983
+ {
984
+ "properties": {
985
+ "yesNo": {
986
+ "enum": [
987
+ "Yes"
988
+ ]
989
+ }
990
+ }
974
991
  },
975
- "premiumIncludedInServiceCharge": {
976
- "fme1Ref": "4.5",
977
- "discriminator": {
978
- "propertyName": "yesNo"
979
- },
980
- "oneOf": [
981
- {
982
- "properties": {
983
- "yesNo": {
984
- "enum": [
985
- "Yes"
986
- ]
987
- }
988
- }
989
- },
990
- {
991
- "properties": {
992
- "yesNo": {
993
- "enum": [
994
- "No"
995
- ]
996
- },
997
- "details": {
998
- "fme1Ref": "4.6"
999
- }
1000
- },
1001
- "required": [
1002
- "details"
992
+ {
993
+ "properties": {
994
+ "yesNo": {
995
+ "enum": [
996
+ "No"
1003
997
  ]
998
+ },
999
+ "details": {
1000
+ "fme1Ref": "4.6"
1004
1001
  }
1005
- ],
1002
+ },
1006
1003
  "required": [
1007
- "yesNo"
1004
+ "details"
1008
1005
  ]
1006
+ }
1007
+ ],
1008
+ "required": [
1009
+ "yesNo"
1010
+ ]
1011
+ },
1012
+ "standardTermsAvailable": {
1013
+ "fme1Ref": "4.7",
1014
+ "discriminator": {
1015
+ "propertyName": "yesNo"
1016
+ },
1017
+ "oneOf": [
1018
+ {
1019
+ "properties": {
1020
+ "yesNo": {
1021
+ "enum": [
1022
+ "No"
1023
+ ]
1024
+ }
1025
+ }
1009
1026
  },
1010
- "standardTermsAvailable": {
1011
- "fme1Ref": "4.7",
1012
- "discriminator": {
1013
- "propertyName": "yesNo"
1014
- },
1015
- "oneOf": [
1016
- {
1017
- "properties": {
1018
- "yesNo": {
1019
- "enum": [
1020
- "No"
1021
- ]
1022
- }
1023
- }
1024
- },
1025
- {
1026
- "properties": {
1027
- "yesNo": {
1028
- "enum": [
1029
- "Yes"
1030
- ]
1031
- },
1032
- "details": {
1033
- "fme1Ref": "4.7.1"
1034
- }
1035
- },
1036
- "required": [
1037
- "details"
1027
+ {
1028
+ "properties": {
1029
+ "yesNo": {
1030
+ "enum": [
1031
+ "Yes"
1038
1032
  ]
1033
+ },
1034
+ "details": {
1035
+ "fme1Ref": "4.7.1"
1039
1036
  }
1040
- ],
1037
+ },
1041
1038
  "required": [
1042
- "yesNo"
1039
+ "details"
1043
1040
  ]
1041
+ }
1042
+ ],
1043
+ "required": [
1044
+ "yesNo"
1045
+ ]
1046
+ },
1047
+ "nonComplianceWithConditions": {
1048
+ "fme1Ref": "4.8",
1049
+ "discriminator": {
1050
+ "propertyName": "yesNo"
1051
+ },
1052
+ "oneOf": [
1053
+ {
1054
+ "properties": {
1055
+ "yesNo": {
1056
+ "enum": [
1057
+ "No"
1058
+ ]
1059
+ }
1060
+ }
1044
1061
  },
1045
- "nonComplianceWithConditions": {
1046
- "fme1Ref": "4.8",
1047
- "discriminator": {
1048
- "propertyName": "yesNo"
1049
- },
1050
- "oneOf": [
1051
- {
1052
- "properties": {
1053
- "yesNo": {
1054
- "enum": [
1055
- "No"
1056
- ]
1057
- }
1058
- }
1059
- },
1060
- {
1061
- "properties": {
1062
- "yesNo": {
1063
- "enum": [
1064
- "Yes"
1065
- ]
1066
- },
1067
- "details": {
1068
- "fme1Ref": "4.8.1"
1069
- }
1070
- },
1071
- "required": [
1072
- "details"
1062
+ {
1063
+ "properties": {
1064
+ "yesNo": {
1065
+ "enum": [
1066
+ "Yes"
1073
1067
  ]
1068
+ },
1069
+ "details": {
1070
+ "fme1Ref": "4.8.1"
1074
1071
  }
1075
- ],
1072
+ },
1076
1073
  "required": [
1077
- "yesNo"
1074
+ "details"
1078
1075
  ]
1079
1076
  }
1080
- },
1077
+ ],
1081
1078
  "required": [
1082
- "premiumsPaidUpToDate",
1083
- "lastDemandPeriod",
1084
- "insuranceExpiryDate",
1085
- "claimsMade",
1086
- "claimsAnticipated",
1087
- "premiumIncludedInServiceCharge",
1088
- "standardTermsAvailable",
1089
- "nonComplianceWithConditions"
1079
+ "yesNo"
1090
1080
  ]
1091
1081
  }
1092
- ],
1082
+ },
1093
1083
  "required": [
1094
- "yesNo"
1084
+ "premiumsPaidUpToDate",
1085
+ "lastDemandPeriod",
1086
+ "insuranceExpiryDate",
1087
+ "claimsMade",
1088
+ "claimsAnticipated",
1089
+ "premiumIncludedInServiceCharge",
1090
+ "standardTermsAvailable",
1091
+ "nonComplianceWithConditions"
1095
1092
  ]
1096
1093
  }
1097
- }
1098
- },
1099
- "disputes": {
1100
- "fme1Ref": "5",
1101
- "required": [
1102
- "unresolvedDisputes",
1103
- "breachOfTermsOfTransfer"
1104
1094
  ],
1105
- "properties": {
1106
- "unresolvedDisputes": {
1107
- "fme1Ref": "5.1",
1108
- "discriminator": {
1109
- "propertyName": "yesNo"
1110
- },
1111
- "oneOf": [
1112
- {
1113
- "properties": {
1114
- "yesNo": {
1115
- "enum": [
1116
- "No"
1117
- ]
1118
- }
1119
- }
1120
- },
1121
- {
1122
- "properties": {
1123
- "yesNo": {
1124
- "enum": [
1125
- "Yes"
1126
- ]
1127
- },
1128
- "details": {
1129
- "fme1Ref": "5.1.1"
1130
- }
1131
- },
1132
- "required": [
1133
- "details"
1095
+ "required": [
1096
+ "yesNo"
1097
+ ]
1098
+ }
1099
+ }
1100
+ },
1101
+ "disputes": {
1102
+ "fme1Ref": "5",
1103
+ "required": [
1104
+ "unresolvedDisputes",
1105
+ "breachOfTermsOfTransfer"
1106
+ ],
1107
+ "properties": {
1108
+ "unresolvedDisputes": {
1109
+ "fme1Ref": "5.1",
1110
+ "discriminator": {
1111
+ "propertyName": "yesNo"
1112
+ },
1113
+ "oneOf": [
1114
+ {
1115
+ "properties": {
1116
+ "yesNo": {
1117
+ "enum": [
1118
+ "No"
1134
1119
  ]
1135
1120
  }
1136
- ],
1137
- "required": [
1138
- "yesNo"
1139
- ]
1121
+ }
1140
1122
  },
1141
- "breachOfTermsOfTransfer": {
1142
- "fme1Ref": "5.2",
1143
- "discriminator": {
1144
- "propertyName": "yesNo"
1145
- },
1146
- "oneOf": [
1147
- {
1148
- "properties": {
1149
- "yesNo": {
1150
- "enum": [
1151
- "No"
1152
- ]
1153
- }
1154
- }
1155
- },
1156
- {
1157
- "properties": {
1158
- "yesNo": {
1159
- "enum": [
1160
- "Yes"
1161
- ]
1162
- },
1163
- "details": {
1164
- "fme1Ref": "5.2.1"
1165
- }
1166
- },
1167
- "required": [
1168
- "details"
1123
+ {
1124
+ "properties": {
1125
+ "yesNo": {
1126
+ "enum": [
1127
+ "Yes"
1169
1128
  ]
1129
+ },
1130
+ "details": {
1131
+ "fme1Ref": "5.1.1"
1170
1132
  }
1171
- ],
1133
+ },
1172
1134
  "required": [
1173
- "yesNo"
1135
+ "details"
1174
1136
  ]
1175
1137
  }
1176
- }
1177
- },
1178
- "requiredDocuments": {
1179
- "fme1Ref": "6",
1180
- "required": [
1181
- "serviceChargeAccounts",
1182
- "managedAreasInsurancePolicy",
1183
- "serviceChargeEstimatesCurrent",
1184
- "serviceChargeEstimatesPrevious",
1185
- "proposedWorksNotices",
1186
- "additionalRegulationsNotInTransfer",
1187
- "deedOfCovenant",
1188
- "certificateOfCompliance",
1189
- "permissionToAlter",
1190
- "noticesServedOnOwner",
1191
- "asbestosSurvey",
1192
- "managedAreaFireRiskAssessment",
1193
- "memorandumAndArticles",
1194
- "managementCompanyAGMMinutes",
1195
- "feesForAdminServices"
1196
1138
  ],
1197
- "properties": {
1198
- "serviceChargeAccounts": {
1199
- "fme1Ref": "6.1"
1200
- },
1201
- "managedAreasInsurancePolicy": {
1202
- "fme1Ref": "6.2"
1203
- },
1204
- "serviceChargeEstimatesCurrent": {
1205
- "fme1Ref": "6.3"
1206
- },
1207
- "serviceChargeEstimatesPrevious": {
1208
- "fme1Ref": "6.4"
1209
- },
1210
- "proposedWorksNotices": {
1211
- "fme1Ref": "6.5"
1212
- },
1213
- "additionalRegulationsNotInTransfer": {
1214
- "fme1Ref": "6.6"
1215
- },
1216
- "deedOfCovenant": {
1217
- "fme1Ref": "6.7"
1218
- },
1219
- "certificateOfCompliance": {
1220
- "fme1Ref": "6.8"
1221
- },
1222
- "permissionToAlter": {
1223
- "fme1Ref": "6.9"
1224
- },
1225
- "noticesServedOnOwner": {
1226
- "fme1Ref": "6.10"
1227
- },
1228
- "asbestosSurvey": {
1229
- "fme1Ref": "6.11"
1230
- },
1231
- "managedAreaFireRiskAssessment": {
1232
- "fme1Ref": "6.12"
1233
- },
1234
- "memorandumAndArticles": {
1235
- "fme1Ref": "6.13"
1236
- },
1237
- "managementCompanyAGMMinutes": {
1238
- "fme1Ref": "6.14"
1139
+ "required": [
1140
+ "yesNo"
1141
+ ]
1142
+ },
1143
+ "breachOfTermsOfTransfer": {
1144
+ "fme1Ref": "5.2",
1145
+ "discriminator": {
1146
+ "propertyName": "yesNo"
1147
+ },
1148
+ "oneOf": [
1149
+ {
1150
+ "properties": {
1151
+ "yesNo": {
1152
+ "enum": [
1153
+ "No"
1154
+ ]
1155
+ }
1156
+ }
1239
1157
  },
1240
- "feesForAdminServices": {
1241
- "fme1Ref": "6.15"
1158
+ {
1159
+ "properties": {
1160
+ "yesNo": {
1161
+ "enum": [
1162
+ "Yes"
1163
+ ]
1164
+ },
1165
+ "details": {
1166
+ "fme1Ref": "5.2.1"
1167
+ }
1168
+ },
1169
+ "required": [
1170
+ "details"
1171
+ ]
1242
1172
  }
1243
- }
1244
- },
1245
- "confirmation": {
1173
+ ],
1246
1174
  "required": [
1247
- "response"
1175
+ "yesNo"
1248
1176
  ]
1249
1177
  }
1250
1178
  }
1179
+ },
1180
+ "requiredDocuments": {
1181
+ "fme1Ref": "6",
1182
+ "required": [
1183
+ "serviceChargeAccounts",
1184
+ "managedAreasInsurancePolicy",
1185
+ "serviceChargeEstimatesCurrent",
1186
+ "serviceChargeEstimatesPrevious",
1187
+ "proposedWorksNotices",
1188
+ "additionalRegulationsNotInTransfer",
1189
+ "deedOfCovenant",
1190
+ "certificateOfCompliance",
1191
+ "permissionToAlter",
1192
+ "noticesServedOnOwner",
1193
+ "asbestosSurvey",
1194
+ "managedAreaFireRiskAssessment",
1195
+ "memorandumAndArticles",
1196
+ "managementCompanyAGMMinutes",
1197
+ "feesForAdminServices"
1198
+ ],
1199
+ "properties": {
1200
+ "serviceChargeAccounts": {
1201
+ "fme1Ref": "6.1"
1202
+ },
1203
+ "managedAreasInsurancePolicy": {
1204
+ "fme1Ref": "6.2"
1205
+ },
1206
+ "serviceChargeEstimatesCurrent": {
1207
+ "fme1Ref": "6.3"
1208
+ },
1209
+ "serviceChargeEstimatesPrevious": {
1210
+ "fme1Ref": "6.4"
1211
+ },
1212
+ "proposedWorksNotices": {
1213
+ "fme1Ref": "6.5"
1214
+ },
1215
+ "additionalRegulationsNotInTransfer": {
1216
+ "fme1Ref": "6.6"
1217
+ },
1218
+ "deedOfCovenant": {
1219
+ "fme1Ref": "6.7"
1220
+ },
1221
+ "certificateOfCompliance": {
1222
+ "fme1Ref": "6.8"
1223
+ },
1224
+ "permissionToAlter": {
1225
+ "fme1Ref": "6.9"
1226
+ },
1227
+ "noticesServedOnOwner": {
1228
+ "fme1Ref": "6.10"
1229
+ },
1230
+ "asbestosSurvey": {
1231
+ "fme1Ref": "6.11"
1232
+ },
1233
+ "managedAreaFireRiskAssessment": {
1234
+ "fme1Ref": "6.12"
1235
+ },
1236
+ "memorandumAndArticles": {
1237
+ "fme1Ref": "6.13"
1238
+ },
1239
+ "managementCompanyAGMMinutes": {
1240
+ "fme1Ref": "6.14"
1241
+ },
1242
+ "feesForAdminServices": {
1243
+ "fme1Ref": "6.15"
1244
+ }
1245
+ }
1246
+ },
1247
+ "confirmation": {
1248
+ "required": [
1249
+ "response"
1250
+ ]
1251
1251
  }
1252
1252
  }
1253
1253
  }
1254
- ]
1254
+ }
1255
1255
  }
1256
- }
1256
+ ]
1257
1257
  }
1258
1258
  }
1259
1259
  }