@pdtf/schemas 3.6.0-dev.15 → 3.6.0-dev.17

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.
@@ -36,6 +36,32 @@
36
36
  }
37
37
  }
38
38
  },
39
+ "metadata": {
40
+ "title": "Metadata",
41
+ "description": "Flexible container for vendor-specific metadata items relating to the transaction. Keys are vendor-defined; values may be strings, numbers, booleans or nested objects.",
42
+ "type": "object",
43
+ "patternProperties": {
44
+ ".*": {
45
+ "oneOf": [
46
+ {
47
+ "type": "string"
48
+ },
49
+ {
50
+ "type": "number"
51
+ },
52
+ {
53
+ "type": "boolean"
54
+ },
55
+ {
56
+ "type": "object",
57
+ "patternProperties": {
58
+ ".*": {}
59
+ }
60
+ }
61
+ ]
62
+ }
63
+ }
64
+ },
39
65
  "status": {
40
66
  "type": "string",
41
67
  "enum": [
@@ -192,6 +218,7 @@
192
218
  "Prospective Buyer",
193
219
  "Buyer",
194
220
  "Buyer's Conveyancer",
221
+ "Gift Donor",
195
222
  "Estate Agent",
196
223
  "Buyer's Agent",
197
224
  "Surveyor",
@@ -535,6 +562,64 @@
535
562
  "format": "date"
536
563
  }
537
564
  }
565
+ },
566
+ {
567
+ "properties": {
568
+ "role": {
569
+ "enum": [
570
+ "Gift Donor"
571
+ ]
572
+ },
573
+ "offerId": {
574
+ "title": "Reference to an offer in the offers object",
575
+ "type": "string",
576
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:+-]*$"
577
+ },
578
+ "giftDetails": {
579
+ "title": "Details of the gift being made towards the purchase",
580
+ "description": "The terms on which a gift donor is contributing funds. These are the questions a conveyancer must resolve before reporting to a lender: whether the money is truly a gift rather than a loan, and whether the donor acquires any interest in or occupation of the property.",
581
+ "type": "object",
582
+ "properties": {
583
+ "amount": {
584
+ "title": "Amount being gifted",
585
+ "type": "number",
586
+ "minimum": 0
587
+ },
588
+ "currency": {
589
+ "title": "Currency of the gift",
590
+ "type": "string",
591
+ "default": "GBP"
592
+ },
593
+ "relationshipToBuyer": {
594
+ "title": "Donor's relationship to the buyer",
595
+ "type": "string"
596
+ },
597
+ "fundsTransferred": {
598
+ "title": "Whether the gift has been paid to the buyer yet",
599
+ "type": "string",
600
+ "enum": [
601
+ "None",
602
+ "Part",
603
+ "All"
604
+ ]
605
+ },
606
+ "repayable": {
607
+ "title": "Whether the buyer must repay the money",
608
+ "description": "If true the funds are a loan rather than a gift, which most lenders treat differently.",
609
+ "type": "boolean"
610
+ },
611
+ "confersBeneficialInterest": {
612
+ "title": "Whether the donor acquires an interest in the property",
613
+ "type": "boolean"
614
+ },
615
+ "willOccupyProperty": {
616
+ "title": "Whether the donor will live in the property after completion",
617
+ "description": "An adult occupier who is not a legal owner may be required to sign a deed of consent or waiver of rights.",
618
+ "type": "boolean"
619
+ }
620
+ }
621
+ }
622
+ }
538
623
  }
539
624
  ]
540
625
  }
@@ -960,11 +1045,6 @@
960
1045
  "Yes",
961
1046
  "No"
962
1047
  ]
963
- },
964
- "detailsAnalysis": {
965
- "type": "object",
966
- "additionalProperties": true,
967
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
968
1048
  }
969
1049
  },
970
1050
  "required": [
@@ -6276,11 +6356,6 @@
6276
6356
  "Yes",
6277
6357
  "No"
6278
6358
  ]
6279
- },
6280
- "detailsAnalysis": {
6281
- "type": "object",
6282
- "additionalProperties": true,
6283
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6284
6359
  }
6285
6360
  },
6286
6361
  "oneOf": [
@@ -6375,11 +6450,6 @@
6375
6450
  "Yes",
6376
6451
  "No"
6377
6452
  ]
6378
- },
6379
- "detailsAnalysis": {
6380
- "type": "object",
6381
- "additionalProperties": true,
6382
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6383
6453
  }
6384
6454
  },
6385
6455
  "oneOf": [
@@ -6529,11 +6599,6 @@
6529
6599
  "Anticipated",
6530
6600
  "Not applicable"
6531
6601
  ]
6532
- },
6533
- "detailsAnalysis": {
6534
- "type": "object",
6535
- "additionalProperties": true,
6536
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6537
6602
  }
6538
6603
  },
6539
6604
  "oneOf": [
@@ -6575,11 +6640,6 @@
6575
6640
  "Yes",
6576
6641
  "No"
6577
6642
  ]
6578
- },
6579
- "detailsAnalysis": {
6580
- "type": "object",
6581
- "additionalProperties": true,
6582
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6583
6643
  }
6584
6644
  },
6585
6645
  "oneOf": [
@@ -7364,11 +7424,6 @@
7364
7424
  "Yes",
7365
7425
  "No"
7366
7426
  ]
7367
- },
7368
- "detailsAnalysis": {
7369
- "type": "object",
7370
- "additionalProperties": true,
7371
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7372
7427
  }
7373
7428
  },
7374
7429
  "oneOf": [
@@ -7408,11 +7463,6 @@
7408
7463
  "Yes",
7409
7464
  "No"
7410
7465
  ]
7411
- },
7412
- "detailsAnalysis": {
7413
- "type": "object",
7414
- "additionalProperties": true,
7415
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7416
7466
  }
7417
7467
  },
7418
7468
  "oneOf": [
@@ -7578,11 +7628,6 @@
7578
7628
  "Yes",
7579
7629
  "No"
7580
7630
  ]
7581
- },
7582
- "detailsAnalysis": {
7583
- "type": "object",
7584
- "additionalProperties": true,
7585
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7586
7631
  }
7587
7632
  },
7588
7633
  "oneOf": [
@@ -8695,11 +8740,6 @@
8695
8740
  "No",
8696
8741
  "Not known"
8697
8742
  ]
8698
- },
8699
- "detailsAnalysis": {
8700
- "type": "object",
8701
- "additionalProperties": true,
8702
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8703
8743
  }
8704
8744
  },
8705
8745
  "oneOf": [
@@ -8830,11 +8870,6 @@
8830
8870
  "No",
8831
8871
  "Not known"
8832
8872
  ]
8833
- },
8834
- "detailsAnalysis": {
8835
- "type": "object",
8836
- "additionalProperties": true,
8837
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8838
8873
  }
8839
8874
  },
8840
8875
  "oneOf": [
@@ -8903,11 +8938,6 @@
8903
8938
  "Yes",
8904
8939
  "No"
8905
8940
  ]
8906
- },
8907
- "detailsAnalysis": {
8908
- "type": "object",
8909
- "additionalProperties": true,
8910
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8911
8941
  }
8912
8942
  },
8913
8943
  "oneOf": [
@@ -8961,11 +8991,6 @@
8961
8991
  "Not applicable",
8962
8992
  "Not known"
8963
8993
  ]
8964
- },
8965
- "detailsAnalysis": {
8966
- "type": "object",
8967
- "additionalProperties": true,
8968
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8969
8994
  }
8970
8995
  },
8971
8996
  "oneOf": [
@@ -9035,11 +9060,6 @@
9035
9060
  "Yes",
9036
9061
  "No"
9037
9062
  ]
9038
- },
9039
- "detailsAnalysis": {
9040
- "type": "object",
9041
- "additionalProperties": true,
9042
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9043
9063
  }
9044
9064
  },
9045
9065
  "oneOf": [
@@ -9095,11 +9115,6 @@
9095
9115
  "Yes",
9096
9116
  "No"
9097
9117
  ]
9098
- },
9099
- "detailsAnalysis": {
9100
- "type": "object",
9101
- "additionalProperties": true,
9102
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9103
9118
  }
9104
9119
  },
9105
9120
  "oneOf": [
@@ -9645,11 +9660,6 @@
9645
9660
  "Yes",
9646
9661
  "No"
9647
9662
  ]
9648
- },
9649
- "detailsAnalysis": {
9650
- "type": "object",
9651
- "additionalProperties": true,
9652
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9653
9663
  }
9654
9664
  },
9655
9665
  "oneOf": [
@@ -9689,11 +9699,6 @@
9689
9699
  "Yes",
9690
9700
  "No"
9691
9701
  ]
9692
- },
9693
- "detailsAnalysis": {
9694
- "type": "object",
9695
- "additionalProperties": true,
9696
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9697
9702
  }
9698
9703
  },
9699
9704
  "oneOf": [
@@ -9740,11 +9745,6 @@
9740
9745
  "Yes",
9741
9746
  "No"
9742
9747
  ]
9743
- },
9744
- "detailsAnalysis": {
9745
- "type": "object",
9746
- "additionalProperties": true,
9747
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9748
9748
  }
9749
9749
  },
9750
9750
  "oneOf": [
@@ -9859,11 +9859,6 @@
9859
9859
  "No",
9860
9860
  "Not required"
9861
9861
  ]
9862
- },
9863
- "detailsAnalysis": {
9864
- "type": "object",
9865
- "additionalProperties": true,
9866
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9867
9862
  }
9868
9863
  },
9869
9864
  "oneOf": [
@@ -9914,11 +9909,6 @@
9914
9909
  "No",
9915
9910
  "Not required"
9916
9911
  ]
9917
- },
9918
- "detailsAnalysis": {
9919
- "type": "object",
9920
- "additionalProperties": true,
9921
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9922
9912
  }
9923
9913
  },
9924
9914
  "oneOf": [
@@ -10070,11 +10060,6 @@
10070
10060
  "Yes",
10071
10061
  "No"
10072
10062
  ]
10073
- },
10074
- "detailsAnalysis": {
10075
- "type": "object",
10076
- "additionalProperties": true,
10077
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10078
10063
  }
10079
10064
  },
10080
10065
  "oneOf": [
@@ -10115,11 +10100,6 @@
10115
10100
  "No",
10116
10101
  "Not required"
10117
10102
  ]
10118
- },
10119
- "detailsAnalysis": {
10120
- "type": "object",
10121
- "additionalProperties": true,
10122
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10123
10103
  }
10124
10104
  },
10125
10105
  "oneOf": [
@@ -10369,11 +10349,6 @@
10369
10349
  "Yes",
10370
10350
  "No"
10371
10351
  ]
10372
- },
10373
- "detailsAnalysis": {
10374
- "type": "object",
10375
- "additionalProperties": true,
10376
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10377
10352
  }
10378
10353
  },
10379
10354
  "oneOf": [
@@ -10414,11 +10389,6 @@
10414
10389
  "No",
10415
10390
  "Not required"
10416
10391
  ]
10417
- },
10418
- "detailsAnalysis": {
10419
- "type": "object",
10420
- "additionalProperties": true,
10421
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10422
10392
  }
10423
10393
  },
10424
10394
  "oneOf": [
@@ -10853,11 +10823,6 @@
10853
10823
  "Yes",
10854
10824
  "No"
10855
10825
  ]
10856
- },
10857
- "detailsAnalysis": {
10858
- "type": "object",
10859
- "additionalProperties": true,
10860
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10861
10826
  }
10862
10827
  },
10863
10828
  "oneOf": [
@@ -10898,11 +10863,6 @@
10898
10863
  "No",
10899
10864
  "Not required"
10900
10865
  ]
10901
- },
10902
- "detailsAnalysis": {
10903
- "type": "object",
10904
- "additionalProperties": true,
10905
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10906
10866
  }
10907
10867
  },
10908
10868
  "oneOf": [
@@ -12262,11 +12222,6 @@
12262
12222
  "Yes",
12263
12223
  "No"
12264
12224
  ]
12265
- },
12266
- "detailsAnalysis": {
12267
- "type": "object",
12268
- "additionalProperties": true,
12269
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12270
12225
  }
12271
12226
  },
12272
12227
  "oneOf": [
@@ -12314,11 +12269,6 @@
12314
12269
  "Yes",
12315
12270
  "No"
12316
12271
  ]
12317
- },
12318
- "detailsAnalysis": {
12319
- "type": "object",
12320
- "additionalProperties": true,
12321
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12322
12272
  }
12323
12273
  },
12324
12274
  "oneOf": [
@@ -12374,11 +12324,6 @@
12374
12324
  "Yes",
12375
12325
  "No"
12376
12326
  ]
12377
- },
12378
- "detailsAnalysis": {
12379
- "type": "object",
12380
- "additionalProperties": true,
12381
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12382
12327
  }
12383
12328
  },
12384
12329
  "oneOf": [
@@ -12676,11 +12621,6 @@
12676
12621
  "Yes",
12677
12622
  "No"
12678
12623
  ]
12679
- },
12680
- "detailsAnalysis": {
12681
- "type": "object",
12682
- "additionalProperties": true,
12683
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12684
12624
  }
12685
12625
  },
12686
12626
  "oneOf": [
@@ -12993,11 +12933,6 @@
12993
12933
  "Yes",
12994
12934
  "No"
12995
12935
  ]
12996
- },
12997
- "detailsAnalysis": {
12998
- "type": "object",
12999
- "additionalProperties": true,
13000
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
13001
12936
  }
13002
12937
  },
13003
12938
  "oneOf": [
@@ -18309,11 +18244,6 @@
18309
18244
  "Yes",
18310
18245
  "No"
18311
18246
  ]
18312
- },
18313
- "detailsAnalysis": {
18314
- "type": "object",
18315
- "additionalProperties": true,
18316
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
18317
18247
  }
18318
18248
  },
18319
18249
  "oneOf": [
@@ -18404,11 +18334,6 @@
18404
18334
  "Yes",
18405
18335
  "No"
18406
18336
  ]
18407
- },
18408
- "detailsAnalysis": {
18409
- "type": "object",
18410
- "additionalProperties": true,
18411
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
18412
18337
  }
18413
18338
  },
18414
18339
  "oneOf": [
@@ -20195,11 +20120,6 @@
20195
20120
  "Room heaters only",
20196
20121
  "None"
20197
20122
  ]
20198
- },
20199
- "detailsAnalysis": {
20200
- "type": "object",
20201
- "additionalProperties": true,
20202
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
20203
20123
  }
20204
20124
  },
20205
20125
  "oneOf": [
@@ -21030,11 +20950,6 @@
21030
20950
  "Yes",
21031
20951
  "No"
21032
20952
  ]
21033
- },
21034
- "detailsAnalysis": {
21035
- "type": "object",
21036
- "additionalProperties": true,
21037
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21038
20953
  }
21039
20954
  },
21040
20955
  "oneOf": [
@@ -21074,11 +20989,6 @@
21074
20989
  "Yes",
21075
20990
  "No"
21076
20991
  ]
21077
- },
21078
- "detailsAnalysis": {
21079
- "type": "object",
21080
- "additionalProperties": true,
21081
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21082
20992
  }
21083
20993
  },
21084
20994
  "oneOf": [
@@ -21118,11 +21028,6 @@
21118
21028
  "Yes",
21119
21029
  "No"
21120
21030
  ]
21121
- },
21122
- "detailsAnalysis": {
21123
- "type": "object",
21124
- "additionalProperties": true,
21125
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21126
21031
  }
21127
21032
  },
21128
21033
  "oneOf": [
@@ -21162,11 +21067,6 @@
21162
21067
  "Yes",
21163
21068
  "No"
21164
21069
  ]
21165
- },
21166
- "detailsAnalysis": {
21167
- "type": "object",
21168
- "additionalProperties": true,
21169
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21170
21070
  }
21171
21071
  },
21172
21072
  "oneOf": [
@@ -21254,11 +21154,6 @@
21254
21154
  "Yes",
21255
21155
  "No"
21256
21156
  ]
21257
- },
21258
- "detailsAnalysis": {
21259
- "type": "object",
21260
- "additionalProperties": true,
21261
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21262
21157
  }
21263
21158
  },
21264
21159
  "oneOf": [
@@ -21387,6 +21282,45 @@
21387
21282
  "Yes",
21388
21283
  "No"
21389
21284
  ]
21285
+ },
21286
+ "disagreementOrComplaint": {
21287
+ "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
21288
+ "type": "object",
21289
+ "properties": {
21290
+ "yesNo": {
21291
+ "type": "string",
21292
+ "enum": [
21293
+ "Yes",
21294
+ "No",
21295
+ "Not known"
21296
+ ]
21297
+ }
21298
+ },
21299
+ "oneOf": [
21300
+ {
21301
+ "properties": {
21302
+ "yesNo": {
21303
+ "enum": [
21304
+ "No",
21305
+ "Not known"
21306
+ ]
21307
+ }
21308
+ }
21309
+ },
21310
+ {
21311
+ "properties": {
21312
+ "yesNo": {
21313
+ "enum": [
21314
+ "Yes"
21315
+ ]
21316
+ },
21317
+ "details": {
21318
+ "type": "string",
21319
+ "minLength": 1
21320
+ }
21321
+ }
21322
+ }
21323
+ ]
21390
21324
  }
21391
21325
  },
21392
21326
  "oneOf": [
@@ -21411,45 +21345,6 @@
21411
21345
  "type": "string",
21412
21346
  "minLength": 1
21413
21347
  },
21414
- "disagreementOrComplaint": {
21415
- "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
21416
- "type": "object",
21417
- "properties": {
21418
- "yesNo": {
21419
- "type": "string",
21420
- "enum": [
21421
- "Yes",
21422
- "No",
21423
- "Not known"
21424
- ]
21425
- }
21426
- },
21427
- "oneOf": [
21428
- {
21429
- "properties": {
21430
- "yesNo": {
21431
- "enum": [
21432
- "No",
21433
- "Not known"
21434
- ]
21435
- }
21436
- }
21437
- },
21438
- {
21439
- "properties": {
21440
- "yesNo": {
21441
- "enum": [
21442
- "Yes"
21443
- ]
21444
- },
21445
- "details": {
21446
- "type": "string",
21447
- "minLength": 1
21448
- }
21449
- }
21450
- }
21451
- ]
21452
- },
21453
21348
  "attachments": {
21454
21349
  "title": "Attachments",
21455
21350
  "type": "string",
@@ -23942,11 +23837,6 @@
23942
23837
  "Yes",
23943
23838
  "No"
23944
23839
  ]
23945
- },
23946
- "detailsAnalysis": {
23947
- "type": "object",
23948
- "additionalProperties": true,
23949
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23950
23840
  }
23951
23841
  },
23952
23842
  "oneOf": [
@@ -23986,11 +23876,6 @@
23986
23876
  "Yes",
23987
23877
  "No"
23988
23878
  ]
23989
- },
23990
- "detailsAnalysis": {
23991
- "type": "object",
23992
- "additionalProperties": true,
23993
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23994
23879
  }
23995
23880
  },
23996
23881
  "oneOf": [
@@ -24030,11 +23915,6 @@
24030
23915
  "Yes",
24031
23916
  "No"
24032
23917
  ]
24033
- },
24034
- "detailsAnalysis": {
24035
- "type": "object",
24036
- "additionalProperties": true,
24037
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24038
23918
  }
24039
23919
  },
24040
23920
  "oneOf": [
@@ -24082,11 +23962,6 @@
24082
23962
  "Yes",
24083
23963
  "No"
24084
23964
  ]
24085
- },
24086
- "detailsAnalysis": {
24087
- "type": "object",
24088
- "additionalProperties": true,
24089
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24090
23965
  }
24091
23966
  },
24092
23967
  "oneOf": [
@@ -24188,11 +24063,6 @@
24188
24063
  "Attached",
24189
24064
  "To follow"
24190
24065
  ]
24191
- },
24192
- "detailsAnalysis": {
24193
- "type": "object",
24194
- "additionalProperties": true,
24195
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24196
24066
  }
24197
24067
  }
24198
24068
  },
@@ -24208,11 +24078,6 @@
24208
24078
  "No",
24209
24079
  "Not applicable"
24210
24080
  ]
24211
- },
24212
- "detailsAnalysis": {
24213
- "type": "object",
24214
- "additionalProperties": true,
24215
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24216
24081
  }
24217
24082
  },
24218
24083
  "oneOf": [
@@ -24254,11 +24119,6 @@
24254
24119
  "No",
24255
24120
  "Not applicable"
24256
24121
  ]
24257
- },
24258
- "detailsAnalysis": {
24259
- "type": "object",
24260
- "additionalProperties": true,
24261
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24262
24122
  }
24263
24123
  },
24264
24124
  "oneOf": [
@@ -24302,11 +24162,6 @@
24302
24162
  "Not applicable",
24303
24163
  "Not known"
24304
24164
  ]
24305
- },
24306
- "detailsAnalysis": {
24307
- "type": "object",
24308
- "additionalProperties": true,
24309
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24310
24165
  }
24311
24166
  },
24312
24167
  "oneOf": [
@@ -24556,11 +24411,6 @@
24556
24411
  "No",
24557
24412
  "Not known"
24558
24413
  ]
24559
- },
24560
- "detailsAnalysis": {
24561
- "type": "object",
24562
- "additionalProperties": true,
24563
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24564
24414
  }
24565
24415
  },
24566
24416
  "oneOf": [
@@ -24820,11 +24670,6 @@
24820
24670
  "Yes",
24821
24671
  "No"
24822
24672
  ]
24823
- },
24824
- "detailsAnalysis": {
24825
- "type": "object",
24826
- "additionalProperties": true,
24827
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24828
24673
  }
24829
24674
  },
24830
24675
  "oneOf": [
@@ -25330,11 +25175,6 @@
25330
25175
  "Yes",
25331
25176
  "No"
25332
25177
  ]
25333
- },
25334
- "detailsAnalysis": {
25335
- "type": "object",
25336
- "additionalProperties": true,
25337
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25338
25178
  }
25339
25179
  },
25340
25180
  "oneOf": [
@@ -25421,11 +25261,6 @@
25421
25261
  "Yes",
25422
25262
  "No"
25423
25263
  ]
25424
- },
25425
- "detailsAnalysis": {
25426
- "type": "object",
25427
- "additionalProperties": true,
25428
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25429
25264
  }
25430
25265
  },
25431
25266
  "oneOf": [