@pdtf/schemas 3.0.0-27 → 3.0.0-29

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.
@@ -633,6 +633,12 @@
633
633
  "properties": {
634
634
  "hasFloorplan": {
635
635
  "enum": ["Yes"]
636
+ },
637
+ "attachments": {
638
+ "baspiRef": "A1.2.3",
639
+ "title": "Attachments",
640
+ "type": "string",
641
+ "enum": ["Attached", "With agent"]
636
642
  }
637
643
  }
638
644
  },
@@ -695,8 +701,7 @@
695
701
  "ntsRequired": ["roomName", "length", "width", "units"]
696
702
  }
697
703
  }
698
- },
699
- "ntsRequired": ["rooms"]
704
+ }
700
705
  }
701
706
  ]
702
707
  }
@@ -1689,14 +1694,14 @@
1689
1694
  {
1690
1695
  "properties": {
1691
1696
  "isApplicableParty": {
1692
- "const": "false"
1697
+ "enum": ["false"]
1693
1698
  }
1694
1699
  }
1695
1700
  },
1696
1701
  {
1697
1702
  "properties": {
1698
1703
  "isApplicableParty": {
1699
- "const": "true"
1704
+ "enum": ["true"]
1700
1705
  },
1701
1706
  "feeIncludingVAT": {
1702
1707
  "title": "Total Fee including VAT",
@@ -1731,14 +1736,14 @@
1731
1736
  {
1732
1737
  "properties": {
1733
1738
  "isApplicableParty": {
1734
- "const": "false"
1739
+ "enum": ["false"]
1735
1740
  }
1736
1741
  }
1737
1742
  },
1738
1743
  {
1739
1744
  "properties": {
1740
1745
  "isApplicableParty": {
1741
- "const": "true"
1746
+ "enum": ["true"]
1742
1747
  },
1743
1748
  "feeIncludingVAT": {
1744
1749
  "title": "Total Fee including VAT",
@@ -1773,14 +1778,14 @@
1773
1778
  {
1774
1779
  "properties": {
1775
1780
  "isApplicableParty": {
1776
- "const": "false"
1781
+ "enum": ["false"]
1777
1782
  }
1778
1783
  }
1779
1784
  },
1780
1785
  {
1781
1786
  "properties": {
1782
1787
  "isApplicableParty": {
1783
- "const": "true"
1788
+ "enum": ["true"]
1784
1789
  },
1785
1790
  "feeIncludingVAT": {
1786
1791
  "title": "Total Fee including VAT",
@@ -1815,14 +1820,14 @@
1815
1820
  {
1816
1821
  "properties": {
1817
1822
  "isApplicableParty": {
1818
- "const": "false"
1823
+ "enum": ["false"]
1819
1824
  }
1820
1825
  }
1821
1826
  },
1822
1827
  {
1823
1828
  "properties": {
1824
1829
  "isApplicableParty": {
1825
- "const": "true"
1830
+ "enum": ["true"]
1826
1831
  },
1827
1832
  "feeIncludingVAT": {
1828
1833
  "title": "Total Fee including VAT",
@@ -1856,14 +1861,14 @@
1856
1861
  {
1857
1862
  "properties": {
1858
1863
  "isApplicableParty": {
1859
- "const": "false"
1864
+ "enum": ["false"]
1860
1865
  }
1861
1866
  }
1862
1867
  },
1863
1868
  {
1864
1869
  "properties": {
1865
1870
  "isApplicableParty": {
1866
- "const": "true"
1871
+ "enum": ["true"]
1867
1872
  },
1868
1873
  "feeIncludingVAT": {
1869
1874
  "title": "Total Fee including VAT",
@@ -1966,14 +1971,14 @@
1966
1971
  {
1967
1972
  "properties": {
1968
1973
  "areOtherDetailsRequired": {
1969
- "const": "No"
1974
+ "enum": ["No"]
1970
1975
  }
1971
1976
  }
1972
1977
  },
1973
1978
  {
1974
1979
  "properties": {
1975
1980
  "areOtherDetailsRequired": {
1976
- "const": "Yes"
1981
+ "enum": ["Yes"]
1977
1982
  },
1978
1983
  "details": {
1979
1984
  "title": "Please detail required additional information to be included with the notice of disposition",
@@ -2877,7 +2882,7 @@
2877
2882
  "claimsMade": {
2878
2883
  "fme1Ref": "4.3",
2879
2884
  "type": "object",
2880
- "title": "Have any claims been made against the policy during the last 3 years?",
2885
+ "title": "Have any claims been made against the policy during the last three years?",
2881
2886
  "properties": {
2882
2887
  "yesNo": {
2883
2888
  "type": "string",
@@ -3198,10 +3203,10 @@
3198
3203
  "properties": {
3199
3204
  "serviceChargeAccounts": {
3200
3205
  "fme1Ref": "6.1",
3201
- "title": "The last 3 years published Service Charge accounts.",
3206
+ "title": "The last three years published Service Charge accounts.",
3202
3207
  "type": "string",
3203
3208
  "enum": [
3204
- "Enclosed",
3209
+ "Attached",
3205
3210
  "To follow",
3206
3211
  "Not applicable"
3207
3212
  ]
@@ -3211,7 +3216,7 @@
3211
3216
  "title": "Managed Areas insurance policy and schedule.",
3212
3217
  "type": "string",
3213
3218
  "enum": [
3214
- "Enclosed",
3219
+ "Attached",
3215
3220
  "To follow",
3216
3221
  "Not applicable"
3217
3222
  ]
@@ -3221,7 +3226,7 @@
3221
3226
  "title": "Service charge estimate for the current year and details of the anticipated payments on account for the Property.",
3222
3227
  "type": "string",
3223
3228
  "enum": [
3224
- "Enclosed",
3229
+ "Attached",
3225
3230
  "To follow",
3226
3231
  "Not applicable"
3227
3232
  ]
@@ -3231,7 +3236,7 @@
3231
3236
  "title": "Service charge estimate for the previous year for which accounts have not yet been prepared for the Property.",
3232
3237
  "type": "string",
3233
3238
  "enum": [
3234
- "Enclosed",
3239
+ "Attached",
3235
3240
  "To follow",
3236
3241
  "Not applicable"
3237
3242
  ]
@@ -3241,7 +3246,7 @@
3241
3246
  "title": "Copies of any notices served on the Owners in respect of any proposed works or any works which have not yet been paid for.",
3242
3247
  "type": "string",
3243
3248
  "enum": [
3244
- "Enclosed",
3249
+ "Attached",
3245
3250
  "To follow",
3246
3251
  "Not applicable"
3247
3252
  ]
@@ -3251,7 +3256,7 @@
3251
3256
  "title": "Any additional regulations or rules affecting the Property which are not contained in the transfer.",
3252
3257
  "type": "string",
3253
3258
  "enum": [
3254
- "Enclosed",
3259
+ "Attached",
3255
3260
  "To follow",
3256
3261
  "Not applicable"
3257
3262
  ]
@@ -3261,7 +3266,7 @@
3261
3266
  "title": "Any required Deed of Covenant.",
3262
3267
  "type": "string",
3263
3268
  "enum": [
3264
- "Enclosed",
3269
+ "Attached",
3265
3270
  "To follow",
3266
3271
  "Buyer's lawyer to draft",
3267
3272
  "Not applicable"
@@ -3272,7 +3277,7 @@
3272
3277
  "title": "Any Certificate of Compliance required by a Restriction on the registered title.",
3273
3278
  "type": "string",
3274
3279
  "enum": [
3275
- "Enclosed",
3280
+ "Attached",
3276
3281
  "To follow",
3277
3282
  "Buyer's lawyer to draft",
3278
3283
  "Not applicable"
@@ -3283,7 +3288,7 @@
3283
3288
  "title": "Copy of any permission to alter the Property which has been issued.",
3284
3289
  "type": "string",
3285
3290
  "enum": [
3286
- "Enclosed",
3291
+ "Attached",
3287
3292
  "To follow",
3288
3293
  "Not applicable"
3289
3294
  ]
@@ -3293,7 +3298,7 @@
3293
3298
  "title": "Copy of any known notices served on the Owner and documentation arising from them.",
3294
3299
  "type": "string",
3295
3300
  "enum": [
3296
- "Enclosed",
3301
+ "Attached",
3297
3302
  "To follow",
3298
3303
  "Not applicable"
3299
3304
  ]
@@ -3303,7 +3308,7 @@
3303
3308
  "title": "Asbestos Survey for buildings part of the Managed Area built or converted before 2001.",
3304
3309
  "type": "string",
3305
3310
  "enum": [
3306
- "Enclosed",
3311
+ "Attached",
3307
3312
  "To follow",
3308
3313
  "Not applicable"
3309
3314
  ]
@@ -3313,7 +3318,7 @@
3313
3318
  "title": "Fire Risk Assessment for communal areas in buildings forming part of the Managed Area.",
3314
3319
  "type": "string",
3315
3320
  "enum": [
3316
- "Enclosed",
3321
+ "Attached",
3317
3322
  "To follow",
3318
3323
  "Not applicable"
3319
3324
  ]
@@ -3323,7 +3328,7 @@
3323
3328
  "title": "Memorandum and Articles of Association of the Management Company.",
3324
3329
  "type": "string",
3325
3330
  "enum": [
3326
- "Enclosed",
3331
+ "Attached",
3327
3332
  "To follow",
3328
3333
  "Not applicable"
3329
3334
  ]
@@ -3333,7 +3338,7 @@
3333
3338
  "title": "Minutes from the last AGM for the Management Company.",
3334
3339
  "type": "string",
3335
3340
  "enum": [
3336
- "Enclosed",
3341
+ "Attached",
3337
3342
  "To follow",
3338
3343
  "Not applicable"
3339
3344
  ]
@@ -3343,7 +3348,7 @@
3343
3348
  "title": "Menu of fees for your administrative services.",
3344
3349
  "type": "string",
3345
3350
  "enum": [
3346
- "Enclosed",
3351
+ "Attached",
3347
3352
  "To follow",
3348
3353
  "Not applicable"
3349
3354
  ]
@@ -3601,7 +3606,7 @@
3601
3606
  },
3602
3607
  "address": {
3603
3608
  "baspiRef": "A1.5.4.1.2",
3604
- "ta7Ref": "4.1a.2",
3609
+ "ta7Ref": "4.1a.0",
3605
3610
  "title": "Address",
3606
3611
  "type": "object",
3607
3612
  "properties": {
@@ -3815,6 +3820,7 @@
3815
3820
  "minLength": 1
3816
3821
  },
3817
3822
  "address": {
3823
+ "ta7Ref": "4.1b.0",
3818
3824
  "title": "Address",
3819
3825
  "type": "object",
3820
3826
  "properties": {
@@ -3941,6 +3947,7 @@
3941
3947
  },
3942
3948
  "address": {
3943
3949
  "baspiRef": "A1.5.5.1.2",
3950
+ "ta7Ref": "4.1c.0",
3944
3951
  "title": "Address",
3945
3952
  "type": "object",
3946
3953
  "properties": {
@@ -4269,14 +4276,14 @@
4269
4276
  {
4270
4277
  "properties": {
4271
4278
  "isApplicableParty": {
4272
- "const": "false"
4279
+ "enum": ["false"]
4273
4280
  }
4274
4281
  }
4275
4282
  },
4276
4283
  {
4277
4284
  "properties": {
4278
4285
  "isApplicableParty": {
4279
- "const": "true"
4286
+ "enum": ["true"]
4280
4287
  },
4281
4288
  "feeIncludingVAT": {
4282
4289
  "title": "Total Fee including VAT",
@@ -4311,14 +4318,14 @@
4311
4318
  {
4312
4319
  "properties": {
4313
4320
  "isApplicableParty": {
4314
- "const": "false"
4321
+ "enum": ["false"]
4315
4322
  }
4316
4323
  }
4317
4324
  },
4318
4325
  {
4319
4326
  "properties": {
4320
4327
  "isApplicableParty": {
4321
- "const": "true"
4328
+ "enum": ["true"]
4322
4329
  },
4323
4330
  "feeIncludingVAT": {
4324
4331
  "title": "Total Fee including VAT",
@@ -4353,14 +4360,14 @@
4353
4360
  {
4354
4361
  "properties": {
4355
4362
  "isApplicableParty": {
4356
- "const": "false"
4363
+ "enum": ["false"]
4357
4364
  }
4358
4365
  }
4359
4366
  },
4360
4367
  {
4361
4368
  "properties": {
4362
4369
  "isApplicableParty": {
4363
- "const": "true"
4370
+ "enum": ["true"]
4364
4371
  },
4365
4372
  "feeIncludingVAT": {
4366
4373
  "title": "Total Fee including VAT",
@@ -4394,14 +4401,14 @@
4394
4401
  {
4395
4402
  "properties": {
4396
4403
  "isApplicableParty": {
4397
- "const": "false"
4404
+ "enum": ["false"]
4398
4405
  }
4399
4406
  }
4400
4407
  },
4401
4408
  {
4402
4409
  "properties": {
4403
4410
  "isApplicableParty": {
4404
- "const": "true"
4411
+ "enum": ["true"]
4405
4412
  },
4406
4413
  "feeIncludingVAT": {
4407
4414
  "title": "Total Fee including VAT",
@@ -4511,14 +4518,14 @@
4511
4518
  {
4512
4519
  "properties": {
4513
4520
  "isApplicableParty": {
4514
- "const": "false"
4521
+ "enum": ["false"]
4515
4522
  }
4516
4523
  }
4517
4524
  },
4518
4525
  {
4519
4526
  "properties": {
4520
4527
  "isApplicableParty": {
4521
- "const": "true"
4528
+ "enum": ["true"]
4522
4529
  },
4523
4530
  "feeIncludingVAT": {
4524
4531
  "title": "Total Fee including VAT",
@@ -4553,14 +4560,14 @@
4553
4560
  {
4554
4561
  "properties": {
4555
4562
  "isApplicableParty": {
4556
- "const": "false"
4563
+ "enum": ["false"]
4557
4564
  }
4558
4565
  }
4559
4566
  },
4560
4567
  {
4561
4568
  "properties": {
4562
4569
  "isApplicableParty": {
4563
- "const": "true"
4570
+ "enum": ["true"]
4564
4571
  },
4565
4572
  "feeIncludingVAT": {
4566
4573
  "title": "Total Fee including VAT",
@@ -4595,14 +4602,14 @@
4595
4602
  {
4596
4603
  "properties": {
4597
4604
  "isApplicableParty": {
4598
- "const": "false"
4605
+ "enum": ["false"]
4599
4606
  }
4600
4607
  }
4601
4608
  },
4602
4609
  {
4603
4610
  "properties": {
4604
4611
  "isApplicableParty": {
4605
- "const": "true"
4612
+ "enum": ["true"]
4606
4613
  },
4607
4614
  "feeIncludingVAT": {
4608
4615
  "title": "Total Fee including VAT",
@@ -4637,14 +4644,14 @@
4637
4644
  {
4638
4645
  "properties": {
4639
4646
  "isApplicableParty": {
4640
- "const": "false"
4647
+ "enum": ["false"]
4641
4648
  }
4642
4649
  }
4643
4650
  },
4644
4651
  {
4645
4652
  "properties": {
4646
4653
  "isApplicableParty": {
4647
- "const": "true"
4654
+ "enum": ["true"]
4648
4655
  },
4649
4656
  "feeIncludingVAT": {
4650
4657
  "title": "Total Fee including VAT",
@@ -4678,14 +4685,14 @@
4678
4685
  {
4679
4686
  "properties": {
4680
4687
  "isApplicableParty": {
4681
- "const": "false"
4688
+ "enum": ["false"]
4682
4689
  }
4683
4690
  }
4684
4691
  },
4685
4692
  {
4686
4693
  "properties": {
4687
4694
  "isApplicableParty": {
4688
- "const": "true"
4695
+ "enum": ["true"]
4689
4696
  },
4690
4697
  "feeIncludingVAT": {
4691
4698
  "title": "Total Fee including VAT",
@@ -4790,14 +4797,14 @@
4790
4797
  {
4791
4798
  "properties": {
4792
4799
  "areOtherDetailsRequired": {
4793
- "const": "No"
4800
+ "enum": ["No"]
4794
4801
  }
4795
4802
  }
4796
4803
  },
4797
4804
  {
4798
4805
  "properties": {
4799
4806
  "areOtherDetailsRequired": {
4800
- "const": "Yes"
4807
+ "enum": ["Yes"]
4801
4808
  },
4802
4809
  "details": {
4803
4810
  "title": "Please detail required additional information to be included with the notice of disposition",
@@ -5002,13 +5009,7 @@
5002
5009
  "ta7Ref": "7.1.1",
5003
5010
  "title": "",
5004
5011
  "type": "string",
5005
- "enum": [
5006
- "Yes",
5007
- "No",
5008
- "Attached",
5009
- "To follow",
5010
- "Lost"
5011
- ]
5012
+ "enum": ["Yes", "No"]
5012
5013
  }
5013
5014
  },
5014
5015
  "discriminator": {
@@ -5018,12 +5019,7 @@
5018
5019
  {
5019
5020
  "properties": {
5020
5021
  "isSellerAwareOfChanges": {
5021
- "enum": [
5022
- "No",
5023
- "Attached",
5024
- "To follow",
5025
- "Lost"
5026
- ]
5022
+ "enum": ["No"]
5027
5023
  }
5028
5024
  }
5029
5025
  },
@@ -5041,7 +5037,11 @@
5041
5037
  "attachments": {
5042
5038
  "ta7Ref": "7.1.3",
5043
5039
  "type": "string",
5044
- "enum": ["Attached", "To follow"]
5040
+ "enum": [
5041
+ "Attached",
5042
+ "To follow",
5043
+ "Lost"
5044
+ ]
5045
5045
  }
5046
5046
  },
5047
5047
  "lpe1Required": ["details"]
@@ -5831,7 +5831,7 @@
5831
5831
  },
5832
5832
  "adHocExpenses": {
5833
5833
  "lpe1Ref": "4.1.2",
5834
- "title": "If the Service Charge has been collected on an 'ad hoc' basis, what have been the expenses over the last 3 years?",
5834
+ "title": "If the Service Charge has been collected on an 'ad hoc' basis, what have been the expenses over the last three years?",
5835
5835
  "type": "string"
5836
5836
  },
5837
5837
  "serviceChargePaidUpToDate": {
@@ -6506,7 +6506,7 @@
6506
6506
  "claimsMade": {
6507
6507
  "lpe1Ref": "5.4",
6508
6508
  "type": "object",
6509
- "title": "Have any claims been made against the policy during Yes the last 3 years?",
6509
+ "title": "Have any claims been made against the policy during the last three years?",
6510
6510
  "properties": {
6511
6511
  "yesNo": {
6512
6512
  "type": "string",
@@ -6907,7 +6907,8 @@
6907
6907
  "minLength": 1
6908
6908
  }
6909
6909
  },
6910
- "lpe1Required": ["details"]
6910
+ "lpe1Required": ["details"],
6911
+ "ta7Required": ["details"]
6911
6912
  }
6912
6913
  ]
6913
6914
  },
@@ -6948,7 +6949,8 @@
6948
6949
  "minLength": 1
6949
6950
  }
6950
6951
  },
6951
- "lpe1Required": ["details"]
6952
+ "lpe1Required": ["details"],
6953
+ "ta7Required": ["details"]
6952
6954
  }
6953
6955
  ]
6954
6956
  },
@@ -7107,7 +7109,7 @@
7107
7109
  "title": "Leaseholder Deed of Certificate.",
7108
7110
  "ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
7109
7111
  "type": "string",
7110
- "enum": ["Enclosed", "To follow"]
7112
+ "enum": ["Attached", "To follow"]
7111
7113
  }
7112
7114
  },
7113
7115
  "lpe1Required": [
@@ -7167,7 +7169,7 @@
7167
7169
  "title": "Landlord's Certificate.",
7168
7170
  "ta7Title": "Please supply a copy and the accompanying evidence.",
7169
7171
  "type": "string",
7170
- "enum": ["Enclosed", "To follow"]
7172
+ "enum": ["Attached", "To follow"]
7171
7173
  }
7172
7174
  },
7173
7175
  "lpe1Required": ["attachments"],
@@ -7233,7 +7235,7 @@
7233
7235
  }
7234
7236
  },
7235
7237
  "lpe1Required": ["details"],
7236
- "ta71Required": [
7238
+ "ta7Required": [
7237
7239
  "details",
7238
7240
  "landlordConsentObtained"
7239
7241
  ]
@@ -7552,12 +7554,11 @@
7552
7554
  "noticeOfSale",
7553
7555
  "noticeOfBuildingCondition",
7554
7556
  "copyOfcorrespondence",
7555
- "serviceChargeAccounts",
7557
+ "serviceCharges",
7556
7558
  "groundRent",
7557
7559
  "buildingsInsurancePolicy",
7558
7560
  "additionalRegulationsNotInLease",
7559
7561
  "deedsOfVariation",
7560
- "deedOfCovenant",
7561
7562
  "managementCompanyDocuments"
7562
7563
  ],
7563
7564
  "properties": {
@@ -7565,7 +7566,7 @@
7565
7566
  "ta7Ref": "3.1a1",
7566
7567
  "title": "Please supply a copy of the lease.",
7567
7568
  "type": "string",
7568
- "enum": ["Enclosed", "To follow"]
7569
+ "enum": ["Attached", "To follow"]
7569
7570
  },
7570
7571
  "deedsOfVariation": {
7571
7572
  "lpe1Ref": "8.9",
@@ -7574,14 +7575,14 @@
7574
7575
  "ta7Title": "Any supplemental deeds.",
7575
7576
  "type": "string",
7576
7577
  "enum": [
7577
- "Enclosed",
7578
+ "Attached",
7578
7579
  "To follow",
7579
7580
  "Landlord's lawyer provides",
7580
7581
  "Please supply draft",
7581
7582
  "Not applicable"
7582
7583
  ],
7583
7584
  "ta7Enum": [
7584
- "Enclosed",
7585
+ "Attached",
7585
7586
  "To follow",
7586
7587
  "Not applicable"
7587
7588
  ]
@@ -7594,11 +7595,20 @@
7594
7595
  },
7595
7596
  "serviceChargeAccounts": {
7596
7597
  "lpe1Ref": "8.1",
7598
+ "title": "The last three years published Service Charge accounts.",
7599
+ "type": "string",
7600
+ "enum": [
7601
+ "Attached",
7602
+ "To follow",
7603
+ "Not applicable"
7604
+ ]
7605
+ },
7606
+ "serviceCharges": {
7597
7607
  "ta7Ref": "3.3a",
7598
- "title": "The last 3 years published Service Charge accounts.",
7608
+ "title": "Please supply a copy of any invoices or demands and any statements and receipts for the payment of maintenance or service charges for the last three years.",
7599
7609
  "type": "string",
7600
7610
  "enum": [
7601
- "Enclosed",
7611
+ "Attached",
7602
7612
  "To follow",
7603
7613
  "Not applicable"
7604
7614
  ]
@@ -7608,7 +7618,7 @@
7608
7618
  "title": "Please supply a copy of any invoices or demands and any statements and receipts for the payment of ground rent for the last three years.",
7609
7619
  "type": "string",
7610
7620
  "enum": [
7611
- "Enclosed",
7621
+ "Attached",
7612
7622
  "To follow",
7613
7623
  "Not applicable"
7614
7624
  ]
@@ -7670,7 +7680,7 @@
7670
7680
  "title": "Buildings insurance policy and schedule for the Managed Areas.",
7671
7681
  "type": "string",
7672
7682
  "enum": [
7673
- "Enclosed",
7683
+ "Attached",
7674
7684
  "To follow",
7675
7685
  "Not applicable"
7676
7686
  ]
@@ -7680,7 +7690,7 @@
7680
7690
  "title": "Service charge estimate for the current year and details of the anticipated payments on account for the Property.",
7681
7691
  "type": "string",
7682
7692
  "enum": [
7683
- "Enclosed",
7693
+ "Attached",
7684
7694
  "To follow",
7685
7695
  "Not applicable"
7686
7696
  ]
@@ -7690,7 +7700,7 @@
7690
7700
  "title": "Service charge estimate for the previous year for which accounts have not yet been prepared for the Property.",
7691
7701
  "type": "string",
7692
7702
  "enum": [
7693
- "Enclosed",
7703
+ "Attached",
7694
7704
  "To follow",
7695
7705
  "Not applicable"
7696
7706
  ]
@@ -7700,7 +7710,7 @@
7700
7710
  "title": "Copies of any notices served on the Lessees under Section 20 in respect of any proposed works or any works which have not yet been paid for.",
7701
7711
  "type": "string",
7702
7712
  "enum": [
7703
- "Enclosed",
7713
+ "Attached",
7704
7714
  "To follow",
7705
7715
  "Not applicable"
7706
7716
  ]
@@ -7710,7 +7720,7 @@
7710
7720
  "title": "Documentation relating to any forfeiture proceedings applicable to the Property.",
7711
7721
  "type": "string",
7712
7722
  "enum": [
7713
- "Enclosed",
7723
+ "Attached",
7714
7724
  "To follow",
7715
7725
  "Not applicable"
7716
7726
  ]
@@ -7721,7 +7731,7 @@
7721
7731
  "title": "Any additional regulations or rules affecting the Property which are not contained in the lease.",
7722
7732
  "type": "string",
7723
7733
  "enum": [
7724
- "Enclosed",
7734
+ "Attached",
7725
7735
  "To follow",
7726
7736
  "Not applicable"
7727
7737
  ]
@@ -7731,7 +7741,7 @@
7731
7741
  "title": "Any required Deed of Covenant.",
7732
7742
  "type": "string",
7733
7743
  "enum": [
7734
- "Enclosed",
7744
+ "Attached",
7735
7745
  "To follow",
7736
7746
  "Not applicable"
7737
7747
  ]
@@ -7741,7 +7751,7 @@
7741
7751
  "title": "Any Certificate of Compliance.",
7742
7752
  "type": "string",
7743
7753
  "enum": [
7744
- "Enclosed",
7754
+ "Attached",
7745
7755
  "To follow",
7746
7756
  "Not applicable"
7747
7757
  ]
@@ -7756,7 +7766,7 @@
7756
7766
  "title": "Any required Licence to Assign.",
7757
7767
  "type": "string",
7758
7768
  "enum": [
7759
- "Enclosed",
7769
+ "Attached",
7760
7770
  "To follow",
7761
7771
  "Landlord's lawyer provides",
7762
7772
  "Please supply draft",
@@ -7768,7 +7778,7 @@
7768
7778
  "title": "Copy of any permission to alter the Property which has been issued.",
7769
7779
  "type": "string",
7770
7780
  "enum": [
7771
- "Enclosed",
7781
+ "Attached",
7772
7782
  "To follow",
7773
7783
  "Not applicable"
7774
7784
  ]
@@ -7778,7 +7788,7 @@
7778
7788
  "title": "Copy of any known notices served on the Lessee and documentation arising from them.",
7779
7789
  "type": "string",
7780
7790
  "enum": [
7781
- "Enclosed",
7791
+ "Attached",
7782
7792
  "To follow",
7783
7793
  "Not applicable"
7784
7794
  ]
@@ -7788,7 +7798,7 @@
7788
7798
  "title": "Asbestos Survey for parts of the Managed Area built or converted before 2001.",
7789
7799
  "type": "string",
7790
7800
  "enum": [
7791
- "Enclosed",
7801
+ "Attached",
7792
7802
  "To follow",
7793
7803
  "Not applicable"
7794
7804
  ]
@@ -7798,7 +7808,7 @@
7798
7808
  "title": "Fire Risk Assessment for the Managed Area.",
7799
7809
  "type": "string",
7800
7810
  "enum": [
7801
- "Enclosed",
7811
+ "Attached",
7802
7812
  "To follow",
7803
7813
  "Not applicable"
7804
7814
  ]
@@ -7808,6 +7818,11 @@
7808
7818
  "lpe1Ref": "8.17",
7809
7819
  "title": "If a landlord is a company controlled by the tenants and/or if a tenants’ management company or Right to Manage company is managing the building, please supply a copy of:",
7810
7820
  "type": "object",
7821
+ "required": [
7822
+ "memorandumAndArticles",
7823
+ "shareOrMembershipCertificate",
7824
+ "companyAccounts"
7825
+ ],
7811
7826
  "properties": {
7812
7827
  "memorandumAndArticles": {
7813
7828
  "lpe1Ref": "8.17.1",
@@ -7815,7 +7830,7 @@
7815
7830
  "title": "Memorandum and Articles of Association of the Management Company.",
7816
7831
  "type": "string",
7817
7832
  "enum": [
7818
- "Enclosed",
7833
+ "Attached",
7819
7834
  "To follow",
7820
7835
  "Not applicable"
7821
7836
  ]
@@ -7847,7 +7862,7 @@
7847
7862
  "title": "Minutes from the last AGM for the Management Company.",
7848
7863
  "type": "string",
7849
7864
  "enum": [
7850
- "Enclosed",
7865
+ "Attached",
7851
7866
  "To follow",
7852
7867
  "Not applicable"
7853
7868
  ]
@@ -7857,7 +7872,7 @@
7857
7872
  "title": "Known enforcement notices served on the landlord or accountable person (where the building is residential and is at least 18 meters or 7 storeys).",
7858
7873
  "type": "string",
7859
7874
  "enum": [
7860
- "Enclosed",
7875
+ "Attached",
7861
7876
  "To follow",
7862
7877
  "Not applicable"
7863
7878
  ]
@@ -7869,9 +7884,11 @@
7869
7884
  "lpe1Ref": "9",
7870
7885
  "title": "Confirmation of accuracy",
7871
7886
  "type": "object",
7872
- "lpe1Required": ["response"],
7887
+ "lpe1Required": ["confirmation", "capacity"],
7888
+ "ta7Required": ["confirmation"],
7873
7889
  "properties": {
7874
7890
  "confirmation": {
7891
+ "ta7Ref": "12.1",
7875
7892
  "title": "Declaration",
7876
7893
  "description": "I/we confirm that I am the person authorised to provide the information which I have completed in it on behalf of those parties which I have selected from the list, and that a buyer may rely on the information which I have supplied without applying to any other party except where I have left a section blank because I do not have the authority to provide the information",
7877
7894
  "ta7Title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer",
@@ -11238,7 +11255,7 @@
11238
11255
  {
11239
11256
  "properties": {
11240
11257
  "isIncludedExcludedOrNone": {
11241
- "const": "Included"
11258
+ "enum": ["Included"]
11242
11259
  },
11243
11260
  "comments": {
11244
11261
  "ta10Ref": "1.1c",
@@ -11250,7 +11267,7 @@
11250
11267
  {
11251
11268
  "properties": {
11252
11269
  "isIncludedExcludedOrNone": {
11253
- "const": "Excluded"
11270
+ "enum": ["Excluded"]
11254
11271
  },
11255
11272
  "price": {
11256
11273
  "ta10Ref": "1.1b",
@@ -11267,7 +11284,7 @@
11267
11284
  {
11268
11285
  "properties": {
11269
11286
  "isIncludedExcludedOrNone": {
11270
- "const": "None"
11287
+ "enum": ["None"]
11271
11288
  },
11272
11289
  "comments": {
11273
11290
  "ta10Ref": "1.1c",
@@ -11298,7 +11315,7 @@
11298
11315
  {
11299
11316
  "properties": {
11300
11317
  "isIncludedExcludedOrNone": {
11301
- "const": "Included"
11318
+ "enum": ["Included"]
11302
11319
  },
11303
11320
  "comments": {
11304
11321
  "ta10Ref": "1.2c",
@@ -11310,7 +11327,7 @@
11310
11327
  {
11311
11328
  "properties": {
11312
11329
  "isIncludedExcludedOrNone": {
11313
- "const": "Excluded"
11330
+ "enum": ["Excluded"]
11314
11331
  },
11315
11332
  "price": {
11316
11333
  "ta10Ref": "1.2b",
@@ -11327,7 +11344,7 @@
11327
11344
  {
11328
11345
  "properties": {
11329
11346
  "isIncludedExcludedOrNone": {
11330
- "const": "None"
11347
+ "enum": ["None"]
11331
11348
  },
11332
11349
  "comments": {
11333
11350
  "ta10Ref": "1.2c",
@@ -11358,7 +11375,7 @@
11358
11375
  {
11359
11376
  "properties": {
11360
11377
  "isIncludedExcludedOrNone": {
11361
- "const": "Included"
11378
+ "enum": ["Included"]
11362
11379
  },
11363
11380
  "comments": {
11364
11381
  "ta10Ref": "1.3c",
@@ -11370,7 +11387,7 @@
11370
11387
  {
11371
11388
  "properties": {
11372
11389
  "isIncludedExcludedOrNone": {
11373
- "const": "Excluded"
11390
+ "enum": ["Excluded"]
11374
11391
  },
11375
11392
  "price": {
11376
11393
  "ta10Ref": "1.3b",
@@ -11387,7 +11404,7 @@
11387
11404
  {
11388
11405
  "properties": {
11389
11406
  "isIncludedExcludedOrNone": {
11390
- "const": "None"
11407
+ "enum": ["None"]
11391
11408
  },
11392
11409
  "comments": {
11393
11410
  "ta10Ref": "1.3c",
@@ -11418,7 +11435,7 @@
11418
11435
  {
11419
11436
  "properties": {
11420
11437
  "isIncludedExcludedOrNone": {
11421
- "const": "Included"
11438
+ "enum": ["Included"]
11422
11439
  },
11423
11440
  "comments": {
11424
11441
  "ta10Ref": "1.4c",
@@ -11430,7 +11447,7 @@
11430
11447
  {
11431
11448
  "properties": {
11432
11449
  "isIncludedExcludedOrNone": {
11433
- "const": "Excluded"
11450
+ "enum": ["Excluded"]
11434
11451
  },
11435
11452
  "price": {
11436
11453
  "ta10Ref": "1.4b",
@@ -11447,7 +11464,7 @@
11447
11464
  {
11448
11465
  "properties": {
11449
11466
  "isIncludedExcludedOrNone": {
11450
- "const": "None"
11467
+ "enum": ["None"]
11451
11468
  },
11452
11469
  "comments": {
11453
11470
  "ta10Ref": "1.4c",
@@ -11478,7 +11495,7 @@
11478
11495
  {
11479
11496
  "properties": {
11480
11497
  "isIncludedExcludedOrNone": {
11481
- "const": "Included"
11498
+ "enum": ["Included"]
11482
11499
  },
11483
11500
  "comments": {
11484
11501
  "ta10Ref": "1.5c",
@@ -11490,7 +11507,7 @@
11490
11507
  {
11491
11508
  "properties": {
11492
11509
  "isIncludedExcludedOrNone": {
11493
- "const": "Excluded"
11510
+ "enum": ["Excluded"]
11494
11511
  },
11495
11512
  "price": {
11496
11513
  "ta10Ref": "1.5b",
@@ -11507,7 +11524,7 @@
11507
11524
  {
11508
11525
  "properties": {
11509
11526
  "isIncludedExcludedOrNone": {
11510
- "const": "None"
11527
+ "enum": ["None"]
11511
11528
  },
11512
11529
  "comments": {
11513
11530
  "ta10Ref": "1.5c",
@@ -11538,7 +11555,7 @@
11538
11555
  {
11539
11556
  "properties": {
11540
11557
  "isIncludedExcludedOrNone": {
11541
- "const": "Included"
11558
+ "enum": ["Included"]
11542
11559
  },
11543
11560
  "comments": {
11544
11561
  "ta10Ref": "1.6c",
@@ -11550,7 +11567,7 @@
11550
11567
  {
11551
11568
  "properties": {
11552
11569
  "isIncludedExcludedOrNone": {
11553
- "const": "Excluded"
11570
+ "enum": ["Excluded"]
11554
11571
  },
11555
11572
  "price": {
11556
11573
  "ta10Ref": "1.6b",
@@ -11567,7 +11584,7 @@
11567
11584
  {
11568
11585
  "properties": {
11569
11586
  "isIncludedExcludedOrNone": {
11570
- "const": "None"
11587
+ "enum": ["None"]
11571
11588
  },
11572
11589
  "comments": {
11573
11590
  "ta10Ref": "1.6c",
@@ -11598,7 +11615,7 @@
11598
11615
  {
11599
11616
  "properties": {
11600
11617
  "isIncludedExcludedOrNone": {
11601
- "const": "Included"
11618
+ "enum": ["Included"]
11602
11619
  },
11603
11620
  "comments": {
11604
11621
  "ta10Ref": "1.7c",
@@ -11610,7 +11627,7 @@
11610
11627
  {
11611
11628
  "properties": {
11612
11629
  "isIncludedExcludedOrNone": {
11613
- "const": "Excluded"
11630
+ "enum": ["Excluded"]
11614
11631
  },
11615
11632
  "price": {
11616
11633
  "ta10Ref": "1.7b",
@@ -11627,7 +11644,7 @@
11627
11644
  {
11628
11645
  "properties": {
11629
11646
  "isIncludedExcludedOrNone": {
11630
- "const": "None"
11647
+ "enum": ["None"]
11631
11648
  },
11632
11649
  "comments": {
11633
11650
  "ta10Ref": "1.7c",
@@ -11658,7 +11675,7 @@
11658
11675
  {
11659
11676
  "properties": {
11660
11677
  "isIncludedExcludedOrNone": {
11661
- "const": "Included"
11678
+ "enum": ["Included"]
11662
11679
  },
11663
11680
  "comments": {
11664
11681
  "ta10Ref": "1.8c",
@@ -11670,7 +11687,7 @@
11670
11687
  {
11671
11688
  "properties": {
11672
11689
  "isIncludedExcludedOrNone": {
11673
- "const": "Excluded"
11690
+ "enum": ["Excluded"]
11674
11691
  },
11675
11692
  "price": {
11676
11693
  "ta10Ref": "1.8b",
@@ -11687,7 +11704,7 @@
11687
11704
  {
11688
11705
  "properties": {
11689
11706
  "isIncludedExcludedOrNone": {
11690
- "const": "None"
11707
+ "enum": ["None"]
11691
11708
  },
11692
11709
  "comments": {
11693
11710
  "ta10Ref": "1.8c",
@@ -11718,7 +11735,7 @@
11718
11735
  {
11719
11736
  "properties": {
11720
11737
  "isIncludedExcludedOrNone": {
11721
- "const": "Included"
11738
+ "enum": ["Included"]
11722
11739
  },
11723
11740
  "comments": {
11724
11741
  "ta10Ref": "1.9c",
@@ -11730,7 +11747,7 @@
11730
11747
  {
11731
11748
  "properties": {
11732
11749
  "isIncludedExcludedOrNone": {
11733
- "const": "Excluded"
11750
+ "enum": ["Excluded"]
11734
11751
  },
11735
11752
  "price": {
11736
11753
  "ta10Ref": "1.9b",
@@ -11747,7 +11764,7 @@
11747
11764
  {
11748
11765
  "properties": {
11749
11766
  "isIncludedExcludedOrNone": {
11750
- "const": "None"
11767
+ "enum": ["None"]
11751
11768
  },
11752
11769
  "comments": {
11753
11770
  "ta10Ref": "1.9c",
@@ -11778,7 +11795,7 @@
11778
11795
  {
11779
11796
  "properties": {
11780
11797
  "isIncludedExcludedOrNone": {
11781
- "const": "Included"
11798
+ "enum": ["Included"]
11782
11799
  },
11783
11800
  "comments": {
11784
11801
  "ta10Ref": "1.10c",
@@ -11790,7 +11807,7 @@
11790
11807
  {
11791
11808
  "properties": {
11792
11809
  "isIncludedExcludedOrNone": {
11793
- "const": "Excluded"
11810
+ "enum": ["Excluded"]
11794
11811
  },
11795
11812
  "price": {
11796
11813
  "ta10Ref": "1.10b",
@@ -11807,7 +11824,7 @@
11807
11824
  {
11808
11825
  "properties": {
11809
11826
  "isIncludedExcludedOrNone": {
11810
- "const": "None"
11827
+ "enum": ["None"]
11811
11828
  },
11812
11829
  "comments": {
11813
11830
  "ta10Ref": "1.10c",
@@ -11838,7 +11855,7 @@
11838
11855
  {
11839
11856
  "properties": {
11840
11857
  "isIncludedExcludedOrNone": {
11841
- "const": "Included"
11858
+ "enum": ["Included"]
11842
11859
  },
11843
11860
  "comments": {
11844
11861
  "ta10Ref": "1.11c",
@@ -11850,7 +11867,7 @@
11850
11867
  {
11851
11868
  "properties": {
11852
11869
  "isIncludedExcludedOrNone": {
11853
- "const": "Excluded"
11870
+ "enum": ["Excluded"]
11854
11871
  },
11855
11872
  "price": {
11856
11873
  "ta10Ref": "1.11b",
@@ -11867,7 +11884,7 @@
11867
11884
  {
11868
11885
  "properties": {
11869
11886
  "isIncludedExcludedOrNone": {
11870
- "const": "None"
11887
+ "enum": ["None"]
11871
11888
  },
11872
11889
  "comments": {
11873
11890
  "ta10Ref": "1.11c",
@@ -11898,7 +11915,7 @@
11898
11915
  {
11899
11916
  "properties": {
11900
11917
  "isIncludedExcludedOrNone": {
11901
- "const": "Included"
11918
+ "enum": ["Included"]
11902
11919
  },
11903
11920
  "comments": {
11904
11921
  "ta10Ref": "1.12c",
@@ -11910,7 +11927,7 @@
11910
11927
  {
11911
11928
  "properties": {
11912
11929
  "isIncludedExcludedOrNone": {
11913
- "const": "Excluded"
11930
+ "enum": ["Excluded"]
11914
11931
  },
11915
11932
  "price": {
11916
11933
  "ta10Ref": "1.12b",
@@ -11927,7 +11944,7 @@
11927
11944
  {
11928
11945
  "properties": {
11929
11946
  "isIncludedExcludedOrNone": {
11930
- "const": "None"
11947
+ "enum": ["None"]
11931
11948
  },
11932
11949
  "comments": {
11933
11950
  "ta10Ref": "1.12c",
@@ -11958,7 +11975,7 @@
11958
11975
  {
11959
11976
  "properties": {
11960
11977
  "isIncludedExcludedOrNone": {
11961
- "const": "Included"
11978
+ "enum": ["Included"]
11962
11979
  },
11963
11980
  "comments": {
11964
11981
  "ta10Ref": "1.13c",
@@ -11970,7 +11987,7 @@
11970
11987
  {
11971
11988
  "properties": {
11972
11989
  "isIncludedExcludedOrNone": {
11973
- "const": "Excluded"
11990
+ "enum": ["Excluded"]
11974
11991
  },
11975
11992
  "price": {
11976
11993
  "ta10Ref": "1.13b",
@@ -11987,7 +12004,7 @@
11987
12004
  {
11988
12005
  "properties": {
11989
12006
  "isIncludedExcludedOrNone": {
11990
- "const": "None"
12007
+ "enum": ["None"]
11991
12008
  },
11992
12009
  "comments": {
11993
12010
  "ta10Ref": "1.13c",
@@ -12018,7 +12035,7 @@
12018
12035
  {
12019
12036
  "properties": {
12020
12037
  "isIncludedExcludedOrNone": {
12021
- "const": "Included"
12038
+ "enum": ["Included"]
12022
12039
  },
12023
12040
  "comments": {
12024
12041
  "ta10Ref": "1.14c",
@@ -12030,7 +12047,7 @@
12030
12047
  {
12031
12048
  "properties": {
12032
12049
  "isIncludedExcludedOrNone": {
12033
- "const": "Excluded"
12050
+ "enum": ["Excluded"]
12034
12051
  },
12035
12052
  "price": {
12036
12053
  "ta10Ref": "1.14b",
@@ -12047,7 +12064,7 @@
12047
12064
  {
12048
12065
  "properties": {
12049
12066
  "isIncludedExcludedOrNone": {
12050
- "const": "None"
12067
+ "enum": ["None"]
12051
12068
  },
12052
12069
  "comments": {
12053
12070
  "ta10Ref": "1.14c",
@@ -12078,7 +12095,7 @@
12078
12095
  {
12079
12096
  "properties": {
12080
12097
  "isIncludedExcludedOrNone": {
12081
- "const": "Included"
12098
+ "enum": ["Included"]
12082
12099
  },
12083
12100
  "comments": {
12084
12101
  "ta10Ref": "1.15c",
@@ -12090,7 +12107,7 @@
12090
12107
  {
12091
12108
  "properties": {
12092
12109
  "isIncludedExcludedOrNone": {
12093
- "const": "Excluded"
12110
+ "enum": ["Excluded"]
12094
12111
  },
12095
12112
  "price": {
12096
12113
  "ta10Ref": "1.15b",
@@ -12107,7 +12124,7 @@
12107
12124
  {
12108
12125
  "properties": {
12109
12126
  "isIncludedExcludedOrNone": {
12110
- "const": "None"
12127
+ "enum": ["None"]
12111
12128
  },
12112
12129
  "comments": {
12113
12130
  "ta10Ref": "1.15c",
@@ -12144,7 +12161,7 @@
12144
12161
  {
12145
12162
  "properties": {
12146
12163
  "isIncludedOrExcluded": {
12147
- "const": "Included"
12164
+ "enum": ["Included"]
12148
12165
  },
12149
12166
  "comments": {
12150
12167
  "ta10Ref": "1.16c",
@@ -12156,7 +12173,7 @@
12156
12173
  {
12157
12174
  "properties": {
12158
12175
  "isIncludedOrExcluded": {
12159
- "const": "Excluded"
12176
+ "enum": ["Excluded"]
12160
12177
  },
12161
12178
  "price": {
12162
12179
  "ta10Ref": "1.16b",
@@ -12214,7 +12231,7 @@
12214
12231
  {
12215
12232
  "properties": {
12216
12233
  "isIncludedExcludedOrNone": {
12217
- "const": "Included"
12234
+ "enum": ["Included"]
12218
12235
  },
12219
12236
  "fittedOrFreestanding": {
12220
12237
  "type": "object",
@@ -12234,7 +12251,7 @@
12234
12251
  {
12235
12252
  "properties": {
12236
12253
  "isFittedOrFreestanding": {
12237
- "const": "Fitted"
12254
+ "enum": ["Fitted"]
12238
12255
  },
12239
12256
  "comments": {
12240
12257
  "ta10Ref": "2.1c",
@@ -12246,7 +12263,7 @@
12246
12263
  {
12247
12264
  "properties": {
12248
12265
  "isFittedOrFreestanding": {
12249
- "const": "Freestanding"
12266
+ "enum": ["Freestanding"]
12250
12267
  },
12251
12268
  "comments": {
12252
12269
  "ta10Ref": "2.1c",
@@ -12262,7 +12279,7 @@
12262
12279
  {
12263
12280
  "properties": {
12264
12281
  "isIncludedExcludedOrNone": {
12265
- "const": "Excluded"
12282
+ "enum": ["Excluded"]
12266
12283
  },
12267
12284
  "price": {
12268
12285
  "ta10Ref": "2.1b",
@@ -12287,7 +12304,7 @@
12287
12304
  {
12288
12305
  "properties": {
12289
12306
  "isFittedOrFreestanding": {
12290
- "const": "Fitted"
12307
+ "enum": ["Fitted"]
12291
12308
  },
12292
12309
  "comments": {
12293
12310
  "ta10Ref": "2.1c",
@@ -12299,7 +12316,7 @@
12299
12316
  {
12300
12317
  "properties": {
12301
12318
  "isFittedOrFreestanding": {
12302
- "const": "Freestanding"
12319
+ "enum": ["Freestanding"]
12303
12320
  },
12304
12321
  "comments": {
12305
12322
  "ta10Ref": "2.1c",
@@ -12315,7 +12332,7 @@
12315
12332
  {
12316
12333
  "properties": {
12317
12334
  "isIncludedExcludedOrNone": {
12318
- "const": "None"
12335
+ "enum": ["None"]
12319
12336
  },
12320
12337
  "comments": {
12321
12338
  "ta10Ref": "2.1c",
@@ -12346,7 +12363,7 @@
12346
12363
  {
12347
12364
  "properties": {
12348
12365
  "isIncludedExcludedOrNone": {
12349
- "const": "Included"
12366
+ "enum": ["Included"]
12350
12367
  },
12351
12368
  "fittedOrFreestanding": {
12352
12369
  "type": "object",
@@ -12366,7 +12383,7 @@
12366
12383
  {
12367
12384
  "properties": {
12368
12385
  "isFittedOrFreestanding": {
12369
- "const": "Fitted"
12386
+ "enum": ["Fitted"]
12370
12387
  },
12371
12388
  "comments": {
12372
12389
  "ta10Ref": "2.2c",
@@ -12378,7 +12395,7 @@
12378
12395
  {
12379
12396
  "properties": {
12380
12397
  "isFittedOrFreestanding": {
12381
- "const": "Freestanding"
12398
+ "enum": ["Freestanding"]
12382
12399
  },
12383
12400
  "comments": {
12384
12401
  "ta10Ref": "2.2c",
@@ -12394,7 +12411,7 @@
12394
12411
  {
12395
12412
  "properties": {
12396
12413
  "isIncludedExcludedOrNone": {
12397
- "const": "Excluded"
12414
+ "enum": ["Excluded"]
12398
12415
  },
12399
12416
  "price": {
12400
12417
  "ta10Ref": "2.2b",
@@ -12419,7 +12436,7 @@
12419
12436
  {
12420
12437
  "properties": {
12421
12438
  "isFittedOrFreestanding": {
12422
- "const": "Fitted"
12439
+ "enum": ["Fitted"]
12423
12440
  },
12424
12441
  "comments": {
12425
12442
  "ta10Ref": "2.2c",
@@ -12431,7 +12448,7 @@
12431
12448
  {
12432
12449
  "properties": {
12433
12450
  "isFittedOrFreestanding": {
12434
- "const": "Freestanding"
12451
+ "enum": ["Freestanding"]
12435
12452
  },
12436
12453
  "comments": {
12437
12454
  "ta10Ref": "2.2c",
@@ -12447,7 +12464,7 @@
12447
12464
  {
12448
12465
  "properties": {
12449
12466
  "isIncludedExcludedOrNone": {
12450
- "const": "None"
12467
+ "enum": ["None"]
12451
12468
  },
12452
12469
  "comments": {
12453
12470
  "ta10Ref": "2.2c",
@@ -12478,7 +12495,7 @@
12478
12495
  {
12479
12496
  "properties": {
12480
12497
  "isIncludedExcludedOrNone": {
12481
- "const": "Included"
12498
+ "enum": ["Included"]
12482
12499
  },
12483
12500
  "fittedOrFreestanding": {
12484
12501
  "type": "object",
@@ -12498,7 +12515,7 @@
12498
12515
  {
12499
12516
  "properties": {
12500
12517
  "isFittedOrFreestanding": {
12501
- "const": "Fitted"
12518
+ "enum": ["Fitted"]
12502
12519
  },
12503
12520
  "comments": {
12504
12521
  "ta10Ref": "2.3c",
@@ -12510,7 +12527,7 @@
12510
12527
  {
12511
12528
  "properties": {
12512
12529
  "isFittedOrFreestanding": {
12513
- "const": "Freestanding"
12530
+ "enum": ["Freestanding"]
12514
12531
  },
12515
12532
  "comments": {
12516
12533
  "ta10Ref": "2.3c",
@@ -12526,7 +12543,7 @@
12526
12543
  {
12527
12544
  "properties": {
12528
12545
  "isIncludedExcludedOrNone": {
12529
- "const": "Excluded"
12546
+ "enum": ["Excluded"]
12530
12547
  },
12531
12548
  "price": {
12532
12549
  "ta10Ref": "2.3b",
@@ -12551,7 +12568,7 @@
12551
12568
  {
12552
12569
  "properties": {
12553
12570
  "isFittedOrFreestanding": {
12554
- "const": "Fitted"
12571
+ "enum": ["Fitted"]
12555
12572
  },
12556
12573
  "comments": {
12557
12574
  "ta10Ref": "2.3c",
@@ -12563,7 +12580,7 @@
12563
12580
  {
12564
12581
  "properties": {
12565
12582
  "isFittedOrFreestanding": {
12566
- "const": "Freestanding"
12583
+ "enum": ["Freestanding"]
12567
12584
  },
12568
12585
  "comments": {
12569
12586
  "ta10Ref": "2.3c",
@@ -12579,7 +12596,7 @@
12579
12596
  {
12580
12597
  "properties": {
12581
12598
  "isIncludedExcludedOrNone": {
12582
- "const": "None"
12599
+ "enum": ["None"]
12583
12600
  },
12584
12601
  "comments": {
12585
12602
  "ta10Ref": "2.3c",
@@ -12610,7 +12627,7 @@
12610
12627
  {
12611
12628
  "properties": {
12612
12629
  "isIncludedExcludedOrNone": {
12613
- "const": "Included"
12630
+ "enum": ["Included"]
12614
12631
  },
12615
12632
  "fittedOrFreestanding": {
12616
12633
  "type": "object",
@@ -12630,7 +12647,7 @@
12630
12647
  {
12631
12648
  "properties": {
12632
12649
  "isFittedOrFreestanding": {
12633
- "const": "Fitted"
12650
+ "enum": ["Fitted"]
12634
12651
  },
12635
12652
  "comments": {
12636
12653
  "ta10Ref": "2.4c",
@@ -12642,7 +12659,7 @@
12642
12659
  {
12643
12660
  "properties": {
12644
12661
  "isFittedOrFreestanding": {
12645
- "const": "Freestanding"
12662
+ "enum": ["Freestanding"]
12646
12663
  },
12647
12664
  "comments": {
12648
12665
  "ta10Ref": "2.4c",
@@ -12658,7 +12675,7 @@
12658
12675
  {
12659
12676
  "properties": {
12660
12677
  "isIncludedExcludedOrNone": {
12661
- "const": "Excluded"
12678
+ "enum": ["Excluded"]
12662
12679
  },
12663
12680
  "price": {
12664
12681
  "ta10Ref": "2.4b",
@@ -12683,7 +12700,7 @@
12683
12700
  {
12684
12701
  "properties": {
12685
12702
  "isFittedOrFreestanding": {
12686
- "const": "Fitted"
12703
+ "enum": ["Fitted"]
12687
12704
  },
12688
12705
  "comments": {
12689
12706
  "ta10Ref": "2.4c",
@@ -12695,7 +12712,7 @@
12695
12712
  {
12696
12713
  "properties": {
12697
12714
  "isFittedOrFreestanding": {
12698
- "const": "Freestanding"
12715
+ "enum": ["Freestanding"]
12699
12716
  },
12700
12717
  "comments": {
12701
12718
  "ta10Ref": "2.4c",
@@ -12711,7 +12728,7 @@
12711
12728
  {
12712
12729
  "properties": {
12713
12730
  "isIncludedExcludedOrNone": {
12714
- "const": "None"
12731
+ "enum": ["None"]
12715
12732
  },
12716
12733
  "comments": {
12717
12734
  "ta10Ref": "2.4c",
@@ -12742,7 +12759,7 @@
12742
12759
  {
12743
12760
  "properties": {
12744
12761
  "isIncludedExcludedOrNone": {
12745
- "const": "Included"
12762
+ "enum": ["Included"]
12746
12763
  },
12747
12764
  "fittedOrFreestanding": {
12748
12765
  "type": "object",
@@ -12762,7 +12779,7 @@
12762
12779
  {
12763
12780
  "properties": {
12764
12781
  "isFittedOrFreestanding": {
12765
- "const": "Fitted"
12782
+ "enum": ["Fitted"]
12766
12783
  },
12767
12784
  "comments": {
12768
12785
  "ta10Ref": "2.5c",
@@ -12774,7 +12791,7 @@
12774
12791
  {
12775
12792
  "properties": {
12776
12793
  "isFittedOrFreestanding": {
12777
- "const": "Freestanding"
12794
+ "enum": ["Freestanding"]
12778
12795
  },
12779
12796
  "comments": {
12780
12797
  "ta10Ref": "2.5c",
@@ -12790,7 +12807,7 @@
12790
12807
  {
12791
12808
  "properties": {
12792
12809
  "isIncludedExcludedOrNone": {
12793
- "const": "Excluded"
12810
+ "enum": ["Excluded"]
12794
12811
  },
12795
12812
  "price": {
12796
12813
  "ta10Ref": "2.5b",
@@ -12815,7 +12832,7 @@
12815
12832
  {
12816
12833
  "properties": {
12817
12834
  "isFittedOrFreestanding": {
12818
- "const": "Fitted"
12835
+ "enum": ["Fitted"]
12819
12836
  },
12820
12837
  "comments": {
12821
12838
  "ta10Ref": "2.5c",
@@ -12827,7 +12844,7 @@
12827
12844
  {
12828
12845
  "properties": {
12829
12846
  "isFittedOrFreestanding": {
12830
- "const": "Freestanding"
12847
+ "enum": ["Freestanding"]
12831
12848
  },
12832
12849
  "comments": {
12833
12850
  "ta10Ref": "2.5c",
@@ -12843,7 +12860,7 @@
12843
12860
  {
12844
12861
  "properties": {
12845
12862
  "isIncludedExcludedOrNone": {
12846
- "const": "None"
12863
+ "enum": ["None"]
12847
12864
  },
12848
12865
  "comments": {
12849
12866
  "ta10Ref": "2.5c",
@@ -12874,7 +12891,7 @@
12874
12891
  {
12875
12892
  "properties": {
12876
12893
  "isIncludedExcludedOrNone": {
12877
- "const": "Included"
12894
+ "enum": ["Included"]
12878
12895
  },
12879
12896
  "fittedOrFreestanding": {
12880
12897
  "type": "object",
@@ -12894,7 +12911,7 @@
12894
12911
  {
12895
12912
  "properties": {
12896
12913
  "isFittedOrFreestanding": {
12897
- "const": "Fitted"
12914
+ "enum": ["Fitted"]
12898
12915
  },
12899
12916
  "comments": {
12900
12917
  "ta10Ref": "2.6c",
@@ -12906,7 +12923,7 @@
12906
12923
  {
12907
12924
  "properties": {
12908
12925
  "isFittedOrFreestanding": {
12909
- "const": "Freestanding"
12926
+ "enum": ["Freestanding"]
12910
12927
  },
12911
12928
  "comments": {
12912
12929
  "ta10Ref": "2.6c",
@@ -12922,7 +12939,7 @@
12922
12939
  {
12923
12940
  "properties": {
12924
12941
  "isIncludedExcludedOrNone": {
12925
- "const": "Excluded"
12942
+ "enum": ["Excluded"]
12926
12943
  },
12927
12944
  "price": {
12928
12945
  "ta10Ref": "2.6b",
@@ -12947,7 +12964,7 @@
12947
12964
  {
12948
12965
  "properties": {
12949
12966
  "isFittedOrFreestanding": {
12950
- "const": "Fitted"
12967
+ "enum": ["Fitted"]
12951
12968
  },
12952
12969
  "comments": {
12953
12970
  "ta10Ref": "2.6c",
@@ -12959,7 +12976,7 @@
12959
12976
  {
12960
12977
  "properties": {
12961
12978
  "isFittedOrFreestanding": {
12962
- "const": "Freestanding"
12979
+ "enum": ["Freestanding"]
12963
12980
  },
12964
12981
  "comments": {
12965
12982
  "ta10Ref": "2.6c",
@@ -12975,7 +12992,7 @@
12975
12992
  {
12976
12993
  "properties": {
12977
12994
  "isIncludedExcludedOrNone": {
12978
- "const": "None"
12995
+ "enum": ["None"]
12979
12996
  },
12980
12997
  "comments": {
12981
12998
  "ta10Ref": "2.6c",
@@ -13006,7 +13023,7 @@
13006
13023
  {
13007
13024
  "properties": {
13008
13025
  "isIncludedExcludedOrNone": {
13009
- "const": "Included"
13026
+ "enum": ["Included"]
13010
13027
  },
13011
13028
  "fittedOrFreestanding": {
13012
13029
  "type": "object",
@@ -13026,7 +13043,7 @@
13026
13043
  {
13027
13044
  "properties": {
13028
13045
  "isFittedOrFreestanding": {
13029
- "const": "Fitted"
13046
+ "enum": ["Fitted"]
13030
13047
  },
13031
13048
  "comments": {
13032
13049
  "ta10Ref": "2.7c",
@@ -13038,7 +13055,7 @@
13038
13055
  {
13039
13056
  "properties": {
13040
13057
  "isFittedOrFreestanding": {
13041
- "const": "Freestanding"
13058
+ "enum": ["Freestanding"]
13042
13059
  },
13043
13060
  "comments": {
13044
13061
  "ta10Ref": "2.7c",
@@ -13054,7 +13071,7 @@
13054
13071
  {
13055
13072
  "properties": {
13056
13073
  "isIncludedExcludedOrNone": {
13057
- "const": "Excluded"
13074
+ "enum": ["Excluded"]
13058
13075
  },
13059
13076
  "price": {
13060
13077
  "ta10Ref": "2.7b",
@@ -13079,7 +13096,7 @@
13079
13096
  {
13080
13097
  "properties": {
13081
13098
  "isFittedOrFreestanding": {
13082
- "const": "Fitted"
13099
+ "enum": ["Fitted"]
13083
13100
  },
13084
13101
  "comments": {
13085
13102
  "ta10Ref": "2.7c",
@@ -13091,7 +13108,7 @@
13091
13108
  {
13092
13109
  "properties": {
13093
13110
  "isFittedOrFreestanding": {
13094
- "const": "Freestanding"
13111
+ "enum": ["Freestanding"]
13095
13112
  },
13096
13113
  "comments": {
13097
13114
  "ta10Ref": "2.7c",
@@ -13107,7 +13124,7 @@
13107
13124
  {
13108
13125
  "properties": {
13109
13126
  "isIncludedExcludedOrNone": {
13110
- "const": "None"
13127
+ "enum": ["None"]
13111
13128
  },
13112
13129
  "comments": {
13113
13130
  "ta10Ref": "2.7c",
@@ -13138,7 +13155,7 @@
13138
13155
  {
13139
13156
  "properties": {
13140
13157
  "isIncludedExcludedOrNone": {
13141
- "const": "Included"
13158
+ "enum": ["Included"]
13142
13159
  },
13143
13160
  "fittedOrFreestanding": {
13144
13161
  "type": "object",
@@ -13158,7 +13175,7 @@
13158
13175
  {
13159
13176
  "properties": {
13160
13177
  "isFittedOrFreestanding": {
13161
- "const": "Fitted"
13178
+ "enum": ["Fitted"]
13162
13179
  },
13163
13180
  "comments": {
13164
13181
  "ta10Ref": "2.8c",
@@ -13170,7 +13187,7 @@
13170
13187
  {
13171
13188
  "properties": {
13172
13189
  "isFittedOrFreestanding": {
13173
- "const": "Freestanding"
13190
+ "enum": ["Freestanding"]
13174
13191
  },
13175
13192
  "comments": {
13176
13193
  "ta10Ref": "2.8c",
@@ -13186,7 +13203,7 @@
13186
13203
  {
13187
13204
  "properties": {
13188
13205
  "isIncludedExcludedOrNone": {
13189
- "const": "Excluded"
13206
+ "enum": ["Excluded"]
13190
13207
  },
13191
13208
  "price": {
13192
13209
  "ta10Ref": "2.8b",
@@ -13211,7 +13228,7 @@
13211
13228
  {
13212
13229
  "properties": {
13213
13230
  "isFittedOrFreestanding": {
13214
- "const": "Fitted"
13231
+ "enum": ["Fitted"]
13215
13232
  },
13216
13233
  "comments": {
13217
13234
  "ta10Ref": "2.8c",
@@ -13223,7 +13240,7 @@
13223
13240
  {
13224
13241
  "properties": {
13225
13242
  "isFittedOrFreestanding": {
13226
- "const": "Freestanding"
13243
+ "enum": ["Freestanding"]
13227
13244
  },
13228
13245
  "comments": {
13229
13246
  "ta10Ref": "2.8c",
@@ -13239,7 +13256,7 @@
13239
13256
  {
13240
13257
  "properties": {
13241
13258
  "isIncludedExcludedOrNone": {
13242
- "const": "None"
13259
+ "enum": ["None"]
13243
13260
  },
13244
13261
  "comments": {
13245
13262
  "ta10Ref": "2.8c",
@@ -13270,7 +13287,7 @@
13270
13287
  {
13271
13288
  "properties": {
13272
13289
  "isIncludedExcludedOrNone": {
13273
- "const": "Included"
13290
+ "enum": ["Included"]
13274
13291
  },
13275
13292
  "fittedOrFreestanding": {
13276
13293
  "type": "object",
@@ -13290,7 +13307,7 @@
13290
13307
  {
13291
13308
  "properties": {
13292
13309
  "isFittedOrFreestanding": {
13293
- "const": "Fitted"
13310
+ "enum": ["Fitted"]
13294
13311
  },
13295
13312
  "comments": {
13296
13313
  "ta10Ref": "2.9c",
@@ -13302,7 +13319,7 @@
13302
13319
  {
13303
13320
  "properties": {
13304
13321
  "isFittedOrFreestanding": {
13305
- "const": "Freestanding"
13322
+ "enum": ["Freestanding"]
13306
13323
  },
13307
13324
  "comments": {
13308
13325
  "ta10Ref": "2.9c",
@@ -13318,7 +13335,7 @@
13318
13335
  {
13319
13336
  "properties": {
13320
13337
  "isIncludedExcludedOrNone": {
13321
- "const": "Excluded"
13338
+ "enum": ["Excluded"]
13322
13339
  },
13323
13340
  "price": {
13324
13341
  "ta10Ref": "2.9b",
@@ -13343,7 +13360,7 @@
13343
13360
  {
13344
13361
  "properties": {
13345
13362
  "isFittedOrFreestanding": {
13346
- "const": "Fitted"
13363
+ "enum": ["Fitted"]
13347
13364
  },
13348
13365
  "comments": {
13349
13366
  "ta10Ref": "2.9c",
@@ -13355,7 +13372,7 @@
13355
13372
  {
13356
13373
  "properties": {
13357
13374
  "isFittedOrFreestanding": {
13358
- "const": "Freestanding"
13375
+ "enum": ["Freestanding"]
13359
13376
  },
13360
13377
  "comments": {
13361
13378
  "ta10Ref": "2.9c",
@@ -13371,7 +13388,7 @@
13371
13388
  {
13372
13389
  "properties": {
13373
13390
  "isIncludedExcludedOrNone": {
13374
- "const": "None"
13391
+ "enum": ["None"]
13375
13392
  },
13376
13393
  "comments": {
13377
13394
  "ta10Ref": "2.9c",
@@ -13402,7 +13419,7 @@
13402
13419
  {
13403
13420
  "properties": {
13404
13421
  "isIncludedExcludedOrNone": {
13405
- "const": "Included"
13422
+ "enum": ["Included"]
13406
13423
  },
13407
13424
  "fittedOrFreestanding": {
13408
13425
  "type": "object",
@@ -13422,7 +13439,7 @@
13422
13439
  {
13423
13440
  "properties": {
13424
13441
  "isFittedOrFreestanding": {
13425
- "const": "Fitted"
13442
+ "enum": ["Fitted"]
13426
13443
  },
13427
13444
  "comments": {
13428
13445
  "ta10Ref": "2.10c",
@@ -13434,7 +13451,7 @@
13434
13451
  {
13435
13452
  "properties": {
13436
13453
  "isFittedOrFreestanding": {
13437
- "const": "Freestanding"
13454
+ "enum": ["Freestanding"]
13438
13455
  },
13439
13456
  "comments": {
13440
13457
  "ta10Ref": "2.10c",
@@ -13450,7 +13467,7 @@
13450
13467
  {
13451
13468
  "properties": {
13452
13469
  "isIncludedExcludedOrNone": {
13453
- "const": "Excluded"
13470
+ "enum": ["Excluded"]
13454
13471
  },
13455
13472
  "price": {
13456
13473
  "ta10Ref": "2.10b",
@@ -13475,7 +13492,7 @@
13475
13492
  {
13476
13493
  "properties": {
13477
13494
  "isFittedOrFreestanding": {
13478
- "const": "Fitted"
13495
+ "enum": ["Fitted"]
13479
13496
  },
13480
13497
  "comments": {
13481
13498
  "ta10Ref": "2.10c",
@@ -13487,7 +13504,7 @@
13487
13504
  {
13488
13505
  "properties": {
13489
13506
  "isFittedOrFreestanding": {
13490
- "const": "Freestanding"
13507
+ "enum": ["Freestanding"]
13491
13508
  },
13492
13509
  "comments": {
13493
13510
  "ta10Ref": "2.10c",
@@ -13503,7 +13520,7 @@
13503
13520
  {
13504
13521
  "properties": {
13505
13522
  "isIncludedExcludedOrNone": {
13506
- "const": "None"
13523
+ "enum": ["None"]
13507
13524
  },
13508
13525
  "comments": {
13509
13526
  "ta10Ref": "2.10c",
@@ -13540,7 +13557,7 @@
13540
13557
  {
13541
13558
  "properties": {
13542
13559
  "isIncludedOrExcluded": {
13543
- "const": "Included"
13560
+ "enum": ["Included"]
13544
13561
  },
13545
13562
  "fittedOrFreestanding": {
13546
13563
  "type": "object",
@@ -13560,7 +13577,7 @@
13560
13577
  {
13561
13578
  "properties": {
13562
13579
  "isFittedOrFreestanding": {
13563
- "const": "Fitted"
13580
+ "enum": ["Fitted"]
13564
13581
  },
13565
13582
  "comments": {
13566
13583
  "ta10Ref": "2.11c",
@@ -13572,7 +13589,7 @@
13572
13589
  {
13573
13590
  "properties": {
13574
13591
  "isFittedOrFreestanding": {
13575
- "const": "Freestanding"
13592
+ "enum": ["Freestanding"]
13576
13593
  },
13577
13594
  "comments": {
13578
13595
  "ta10Ref": "2.11c",
@@ -13588,7 +13605,7 @@
13588
13605
  {
13589
13606
  "properties": {
13590
13607
  "isIncludedOrExcluded": {
13591
- "const": "Excluded"
13608
+ "enum": ["Excluded"]
13592
13609
  },
13593
13610
  "price": {
13594
13611
  "ta10Ref": "2.11b",
@@ -13613,7 +13630,7 @@
13613
13630
  {
13614
13631
  "properties": {
13615
13632
  "isFittedOrFreestanding": {
13616
- "const": "Fitted"
13633
+ "enum": ["Fitted"]
13617
13634
  },
13618
13635
  "comments": {
13619
13636
  "ta10Ref": "2.11c",
@@ -13625,7 +13642,7 @@
13625
13642
  {
13626
13643
  "properties": {
13627
13644
  "isFittedOrFreestanding": {
13628
- "const": "Freestanding"
13645
+ "enum": ["Freestanding"]
13629
13646
  },
13630
13647
  "comments": {
13631
13648
  "ta10Ref": "2.11c",
@@ -13641,7 +13658,7 @@
13641
13658
  {
13642
13659
  "properties": {
13643
13660
  "isIncludedOrExcluded": {
13644
- "const": "None"
13661
+ "enum": ["None"]
13645
13662
  },
13646
13663
  "comments": {
13647
13664
  "ta10Ref": "2.11c",
@@ -13692,7 +13709,7 @@
13692
13709
  {
13693
13710
  "properties": {
13694
13711
  "isIncludedExcludedOrNone": {
13695
- "const": "Included"
13712
+ "enum": ["Included"]
13696
13713
  },
13697
13714
  "comments": {
13698
13715
  "ta10Ref": "3.1c",
@@ -13704,7 +13721,7 @@
13704
13721
  {
13705
13722
  "properties": {
13706
13723
  "isIncludedExcludedOrNone": {
13707
- "const": "Excluded"
13724
+ "enum": ["Excluded"]
13708
13725
  },
13709
13726
  "price": {
13710
13727
  "ta10Ref": "3.1b",
@@ -13721,7 +13738,7 @@
13721
13738
  {
13722
13739
  "properties": {
13723
13740
  "isIncludedExcludedOrNone": {
13724
- "const": "None"
13741
+ "enum": ["None"]
13725
13742
  },
13726
13743
  "comments": {
13727
13744
  "ta10Ref": "3.1c",
@@ -13752,7 +13769,7 @@
13752
13769
  {
13753
13770
  "properties": {
13754
13771
  "isIncludedExcludedOrNone": {
13755
- "const": "Included"
13772
+ "enum": ["Included"]
13756
13773
  },
13757
13774
  "comments": {
13758
13775
  "ta10Ref": "3.2c",
@@ -13764,7 +13781,7 @@
13764
13781
  {
13765
13782
  "properties": {
13766
13783
  "isIncludedExcludedOrNone": {
13767
- "const": "Excluded"
13784
+ "enum": ["Excluded"]
13768
13785
  },
13769
13786
  "price": {
13770
13787
  "ta10Ref": "3.2b",
@@ -13781,7 +13798,7 @@
13781
13798
  {
13782
13799
  "properties": {
13783
13800
  "isIncludedExcludedOrNone": {
13784
- "const": "None"
13801
+ "enum": ["None"]
13785
13802
  },
13786
13803
  "comments": {
13787
13804
  "ta10Ref": "3.2c",
@@ -13812,7 +13829,7 @@
13812
13829
  {
13813
13830
  "properties": {
13814
13831
  "isIncludedExcludedOrNone": {
13815
- "const": "Included"
13832
+ "enum": ["Included"]
13816
13833
  },
13817
13834
  "comments": {
13818
13835
  "ta10Ref": "3.3c",
@@ -13824,7 +13841,7 @@
13824
13841
  {
13825
13842
  "properties": {
13826
13843
  "isIncludedExcludedOrNone": {
13827
- "const": "Excluded"
13844
+ "enum": ["Excluded"]
13828
13845
  },
13829
13846
  "price": {
13830
13847
  "ta10Ref": "3.3b",
@@ -13841,7 +13858,7 @@
13841
13858
  {
13842
13859
  "properties": {
13843
13860
  "isIncludedExcludedOrNone": {
13844
- "const": "None"
13861
+ "enum": ["None"]
13845
13862
  },
13846
13863
  "comments": {
13847
13864
  "ta10Ref": "3.3c",
@@ -13872,7 +13889,7 @@
13872
13889
  {
13873
13890
  "properties": {
13874
13891
  "isIncludedExcludedOrNone": {
13875
- "const": "Included"
13892
+ "enum": ["Included"]
13876
13893
  },
13877
13894
  "comments": {
13878
13895
  "ta10Ref": "3.4c",
@@ -13884,7 +13901,7 @@
13884
13901
  {
13885
13902
  "properties": {
13886
13903
  "isIncludedExcludedOrNone": {
13887
- "const": "Excluded"
13904
+ "enum": ["Excluded"]
13888
13905
  },
13889
13906
  "price": {
13890
13907
  "ta10Ref": "3.4b",
@@ -13901,7 +13918,7 @@
13901
13918
  {
13902
13919
  "properties": {
13903
13920
  "isIncludedExcludedOrNone": {
13904
- "const": "None"
13921
+ "enum": ["None"]
13905
13922
  },
13906
13923
  "comments": {
13907
13924
  "ta10Ref": "3.4c",
@@ -13932,7 +13949,7 @@
13932
13949
  {
13933
13950
  "properties": {
13934
13951
  "isIncludedExcludedOrNone": {
13935
- "const": "Included"
13952
+ "enum": ["Included"]
13936
13953
  },
13937
13954
  "comments": {
13938
13955
  "ta10Ref": "3.5c",
@@ -13944,7 +13961,7 @@
13944
13961
  {
13945
13962
  "properties": {
13946
13963
  "isIncludedExcludedOrNone": {
13947
- "const": "Excluded"
13964
+ "enum": ["Excluded"]
13948
13965
  },
13949
13966
  "price": {
13950
13967
  "ta10Ref": "3.5b",
@@ -13961,7 +13978,7 @@
13961
13978
  {
13962
13979
  "properties": {
13963
13980
  "isIncludedExcludedOrNone": {
13964
- "const": "None"
13981
+ "enum": ["None"]
13965
13982
  },
13966
13983
  "comments": {
13967
13984
  "ta10Ref": "3.5c",
@@ -13992,7 +14009,7 @@
13992
14009
  {
13993
14010
  "properties": {
13994
14011
  "isIncludedExcludedOrNone": {
13995
- "const": "Included"
14012
+ "enum": ["Included"]
13996
14013
  },
13997
14014
  "comments": {
13998
14015
  "ta10Ref": "3.6c",
@@ -14004,7 +14021,7 @@
14004
14021
  {
14005
14022
  "properties": {
14006
14023
  "isIncludedExcludedOrNone": {
14007
- "const": "Excluded"
14024
+ "enum": ["Excluded"]
14008
14025
  },
14009
14026
  "price": {
14010
14027
  "ta10Ref": "3.6b",
@@ -14021,7 +14038,7 @@
14021
14038
  {
14022
14039
  "properties": {
14023
14040
  "isIncludedExcludedOrNone": {
14024
- "const": "None"
14041
+ "enum": ["None"]
14025
14042
  },
14026
14043
  "comments": {
14027
14044
  "ta10Ref": "3.6c",
@@ -14052,7 +14069,7 @@
14052
14069
  {
14053
14070
  "properties": {
14054
14071
  "isIncludedExcludedOrNone": {
14055
- "const": "Included"
14072
+ "enum": ["Included"]
14056
14073
  },
14057
14074
  "comments": {
14058
14075
  "ta10Ref": "3.7c",
@@ -14064,7 +14081,7 @@
14064
14081
  {
14065
14082
  "properties": {
14066
14083
  "isIncludedExcludedOrNone": {
14067
- "const": "Excluded"
14084
+ "enum": ["Excluded"]
14068
14085
  },
14069
14086
  "price": {
14070
14087
  "ta10Ref": "3.7b",
@@ -14081,7 +14098,7 @@
14081
14098
  {
14082
14099
  "properties": {
14083
14100
  "isIncludedExcludedOrNone": {
14084
- "const": "None"
14101
+ "enum": ["None"]
14085
14102
  },
14086
14103
  "comments": {
14087
14104
  "ta10Ref": "3.7c",
@@ -14112,7 +14129,7 @@
14112
14129
  {
14113
14130
  "properties": {
14114
14131
  "isIncludedExcludedOrNone": {
14115
- "const": "Included"
14132
+ "enum": ["Included"]
14116
14133
  },
14117
14134
  "comments": {
14118
14135
  "ta10Ref": "3.8c",
@@ -14124,7 +14141,7 @@
14124
14141
  {
14125
14142
  "properties": {
14126
14143
  "isIncludedExcludedOrNone": {
14127
- "const": "Excluded"
14144
+ "enum": ["Excluded"]
14128
14145
  },
14129
14146
  "price": {
14130
14147
  "ta10Ref": "3.8b",
@@ -14141,7 +14158,7 @@
14141
14158
  {
14142
14159
  "properties": {
14143
14160
  "isIncludedExcludedOrNone": {
14144
- "const": "None"
14161
+ "enum": ["None"]
14145
14162
  },
14146
14163
  "comments": {
14147
14164
  "ta10Ref": "3.8c",
@@ -14172,7 +14189,7 @@
14172
14189
  {
14173
14190
  "properties": {
14174
14191
  "isIncludedExcludedOrNone": {
14175
- "const": "Included"
14192
+ "enum": ["Included"]
14176
14193
  },
14177
14194
  "comments": {
14178
14195
  "ta10Ref": "3.9c",
@@ -14184,7 +14201,7 @@
14184
14201
  {
14185
14202
  "properties": {
14186
14203
  "isIncludedExcludedOrNone": {
14187
- "const": "Excluded"
14204
+ "enum": ["Excluded"]
14188
14205
  },
14189
14206
  "price": {
14190
14207
  "ta10Ref": "3.9b",
@@ -14201,7 +14218,7 @@
14201
14218
  {
14202
14219
  "properties": {
14203
14220
  "isIncludedExcludedOrNone": {
14204
- "const": "None"
14221
+ "enum": ["None"]
14205
14222
  },
14206
14223
  "comments": {
14207
14224
  "ta10Ref": "3.9c",
@@ -14232,7 +14249,7 @@
14232
14249
  {
14233
14250
  "properties": {
14234
14251
  "isIncludedExcludedOrNone": {
14235
- "const": "Included"
14252
+ "enum": ["Included"]
14236
14253
  },
14237
14254
  "comments": {
14238
14255
  "ta10Ref": "3.10c",
@@ -14244,7 +14261,7 @@
14244
14261
  {
14245
14262
  "properties": {
14246
14263
  "isIncludedExcludedOrNone": {
14247
- "const": "Excluded"
14264
+ "enum": ["Excluded"]
14248
14265
  },
14249
14266
  "price": {
14250
14267
  "ta10Ref": "3.10b",
@@ -14261,7 +14278,7 @@
14261
14278
  {
14262
14279
  "properties": {
14263
14280
  "isIncludedExcludedOrNone": {
14264
- "const": "None"
14281
+ "enum": ["None"]
14265
14282
  },
14266
14283
  "comments": {
14267
14284
  "ta10Ref": "3.10c",
@@ -14309,7 +14326,7 @@
14309
14326
  {
14310
14327
  "properties": {
14311
14328
  "isIncludedExcludedOrNone": {
14312
- "const": "Included"
14329
+ "enum": ["Included"]
14313
14330
  },
14314
14331
  "comments": {
14315
14332
  "ta10Ref": "4.1c",
@@ -14321,7 +14338,7 @@
14321
14338
  {
14322
14339
  "properties": {
14323
14340
  "isIncludedExcludedOrNone": {
14324
- "const": "Excluded"
14341
+ "enum": ["Excluded"]
14325
14342
  },
14326
14343
  "price": {
14327
14344
  "ta10Ref": "4.1b",
@@ -14338,7 +14355,7 @@
14338
14355
  {
14339
14356
  "properties": {
14340
14357
  "isIncludedExcludedOrNone": {
14341
- "const": "None"
14358
+ "enum": ["None"]
14342
14359
  },
14343
14360
  "comments": {
14344
14361
  "ta10Ref": "4.1c",
@@ -14369,7 +14386,7 @@
14369
14386
  {
14370
14387
  "properties": {
14371
14388
  "isIncludedExcludedOrNone": {
14372
- "const": "Included"
14389
+ "enum": ["Included"]
14373
14390
  },
14374
14391
  "comments": {
14375
14392
  "ta10Ref": "4.2c",
@@ -14381,7 +14398,7 @@
14381
14398
  {
14382
14399
  "properties": {
14383
14400
  "isIncludedExcludedOrNone": {
14384
- "const": "Excluded"
14401
+ "enum": ["Excluded"]
14385
14402
  },
14386
14403
  "price": {
14387
14404
  "ta10Ref": "4.2b",
@@ -14398,7 +14415,7 @@
14398
14415
  {
14399
14416
  "properties": {
14400
14417
  "isIncludedExcludedOrNone": {
14401
- "const": "None"
14418
+ "enum": ["None"]
14402
14419
  },
14403
14420
  "comments": {
14404
14421
  "ta10Ref": "4.2c",
@@ -14429,7 +14446,7 @@
14429
14446
  {
14430
14447
  "properties": {
14431
14448
  "isIncludedExcludedOrNone": {
14432
- "const": "Included"
14449
+ "enum": ["Included"]
14433
14450
  },
14434
14451
  "comments": {
14435
14452
  "ta10Ref": "4.3c",
@@ -14441,7 +14458,7 @@
14441
14458
  {
14442
14459
  "properties": {
14443
14460
  "isIncludedExcludedOrNone": {
14444
- "const": "Excluded"
14461
+ "enum": ["Excluded"]
14445
14462
  },
14446
14463
  "price": {
14447
14464
  "ta10Ref": "4.3b",
@@ -14458,7 +14475,7 @@
14458
14475
  {
14459
14476
  "properties": {
14460
14477
  "isIncludedExcludedOrNone": {
14461
- "const": "None"
14478
+ "enum": ["None"]
14462
14479
  },
14463
14480
  "comments": {
14464
14481
  "ta10Ref": "4.3c",
@@ -14489,7 +14506,7 @@
14489
14506
  {
14490
14507
  "properties": {
14491
14508
  "isIncludedExcludedOrNone": {
14492
- "const": "Included"
14509
+ "enum": ["Included"]
14493
14510
  },
14494
14511
  "comments": {
14495
14512
  "ta10Ref": "4.4c",
@@ -14501,7 +14518,7 @@
14501
14518
  {
14502
14519
  "properties": {
14503
14520
  "isIncludedExcludedOrNone": {
14504
- "const": "Excluded"
14521
+ "enum": ["Excluded"]
14505
14522
  },
14506
14523
  "price": {
14507
14524
  "ta10Ref": "4.4b",
@@ -14518,7 +14535,7 @@
14518
14535
  {
14519
14536
  "properties": {
14520
14537
  "isIncludedExcludedOrNone": {
14521
- "const": "None"
14538
+ "enum": ["None"]
14522
14539
  },
14523
14540
  "comments": {
14524
14541
  "ta10Ref": "4.4c",
@@ -14549,7 +14566,7 @@
14549
14566
  {
14550
14567
  "properties": {
14551
14568
  "isIncludedExcludedOrNone": {
14552
- "const": "Included"
14569
+ "enum": ["Included"]
14553
14570
  },
14554
14571
  "comments": {
14555
14572
  "ta10Ref": "4.5c",
@@ -14561,7 +14578,7 @@
14561
14578
  {
14562
14579
  "properties": {
14563
14580
  "isIncludedExcludedOrNone": {
14564
- "const": "Excluded"
14581
+ "enum": ["Excluded"]
14565
14582
  },
14566
14583
  "price": {
14567
14584
  "ta10Ref": "4.5b",
@@ -14578,7 +14595,7 @@
14578
14595
  {
14579
14596
  "properties": {
14580
14597
  "isIncludedExcludedOrNone": {
14581
- "const": "None"
14598
+ "enum": ["None"]
14582
14599
  },
14583
14600
  "comments": {
14584
14601
  "ta10Ref": "4.5c",
@@ -14609,7 +14626,7 @@
14609
14626
  {
14610
14627
  "properties": {
14611
14628
  "isIncludedExcludedOrNone": {
14612
- "const": "Included"
14629
+ "enum": ["Included"]
14613
14630
  },
14614
14631
  "comments": {
14615
14632
  "ta10Ref": "4.6c",
@@ -14621,7 +14638,7 @@
14621
14638
  {
14622
14639
  "properties": {
14623
14640
  "isIncludedExcludedOrNone": {
14624
- "const": "Excluded"
14641
+ "enum": ["Excluded"]
14625
14642
  },
14626
14643
  "price": {
14627
14644
  "ta10Ref": "4.6b",
@@ -14638,7 +14655,7 @@
14638
14655
  {
14639
14656
  "properties": {
14640
14657
  "isIncludedExcludedOrNone": {
14641
- "const": "None"
14658
+ "enum": ["None"]
14642
14659
  },
14643
14660
  "comments": {
14644
14661
  "ta10Ref": "4.6c",
@@ -14669,7 +14686,7 @@
14669
14686
  {
14670
14687
  "properties": {
14671
14688
  "isIncludedExcludedOrNone": {
14672
- "const": "Included"
14689
+ "enum": ["Included"]
14673
14690
  },
14674
14691
  "comments": {
14675
14692
  "ta10Ref": "4.7c",
@@ -14681,7 +14698,7 @@
14681
14698
  {
14682
14699
  "properties": {
14683
14700
  "isIncludedExcludedOrNone": {
14684
- "const": "Excluded"
14701
+ "enum": ["Excluded"]
14685
14702
  },
14686
14703
  "price": {
14687
14704
  "ta10Ref": "4.7b",
@@ -14698,7 +14715,7 @@
14698
14715
  {
14699
14716
  "properties": {
14700
14717
  "isIncludedExcludedOrNone": {
14701
- "const": "None"
14718
+ "enum": ["None"]
14702
14719
  },
14703
14720
  "comments": {
14704
14721
  "ta10Ref": "4.7c",
@@ -14735,7 +14752,7 @@
14735
14752
  {
14736
14753
  "properties": {
14737
14754
  "isIncludedOrExcluded": {
14738
- "const": "Included"
14755
+ "enum": ["Included"]
14739
14756
  },
14740
14757
  "comments": {
14741
14758
  "ta10Ref": "4.8c",
@@ -14747,7 +14764,7 @@
14747
14764
  {
14748
14765
  "properties": {
14749
14766
  "isIncludedOrExcluded": {
14750
- "const": "Excluded"
14767
+ "enum": ["Excluded"]
14751
14768
  },
14752
14769
  "price": {
14753
14770
  "ta10Ref": "4.8b",
@@ -14806,7 +14823,7 @@
14806
14823
  {
14807
14824
  "properties": {
14808
14825
  "isIncludedExcludedOrNone": {
14809
- "const": "Included"
14826
+ "enum": ["Included"]
14810
14827
  },
14811
14828
  "comments": {
14812
14829
  "ta10Ref": "5.1c",
@@ -14818,7 +14835,7 @@
14818
14835
  {
14819
14836
  "properties": {
14820
14837
  "isIncludedExcludedOrNone": {
14821
- "const": "Excluded"
14838
+ "enum": ["Excluded"]
14822
14839
  },
14823
14840
  "price": {
14824
14841
  "ta10Ref": "5.1b",
@@ -14835,7 +14852,7 @@
14835
14852
  {
14836
14853
  "properties": {
14837
14854
  "isIncludedExcludedOrNone": {
14838
- "const": "None"
14855
+ "enum": ["None"]
14839
14856
  },
14840
14857
  "comments": {
14841
14858
  "ta10Ref": "5.1c",
@@ -14866,7 +14883,7 @@
14866
14883
  {
14867
14884
  "properties": {
14868
14885
  "isIncludedExcludedOrNone": {
14869
- "const": "Included"
14886
+ "enum": ["Included"]
14870
14887
  },
14871
14888
  "comments": {
14872
14889
  "ta10Ref": "5.2c",
@@ -14878,7 +14895,7 @@
14878
14895
  {
14879
14896
  "properties": {
14880
14897
  "isIncludedExcludedOrNone": {
14881
- "const": "Excluded"
14898
+ "enum": ["Excluded"]
14882
14899
  },
14883
14900
  "price": {
14884
14901
  "ta10Ref": "5.2b",
@@ -14895,7 +14912,7 @@
14895
14912
  {
14896
14913
  "properties": {
14897
14914
  "isIncludedExcludedOrNone": {
14898
- "const": "None"
14915
+ "enum": ["None"]
14899
14916
  },
14900
14917
  "comments": {
14901
14918
  "ta10Ref": "5.2c",
@@ -14926,7 +14943,7 @@
14926
14943
  {
14927
14944
  "properties": {
14928
14945
  "isIncludedExcludedOrNone": {
14929
- "const": "Included"
14946
+ "enum": ["Included"]
14930
14947
  },
14931
14948
  "comments": {
14932
14949
  "ta10Ref": "5.3c",
@@ -14938,7 +14955,7 @@
14938
14955
  {
14939
14956
  "properties": {
14940
14957
  "isIncludedExcludedOrNone": {
14941
- "const": "Excluded"
14958
+ "enum": ["Excluded"]
14942
14959
  },
14943
14960
  "price": {
14944
14961
  "ta10Ref": "5.3b",
@@ -14955,7 +14972,7 @@
14955
14972
  {
14956
14973
  "properties": {
14957
14974
  "isIncludedExcludedOrNone": {
14958
- "const": "None"
14975
+ "enum": ["None"]
14959
14976
  },
14960
14977
  "comments": {
14961
14978
  "ta10Ref": "5.3c",
@@ -14986,7 +15003,7 @@
14986
15003
  {
14987
15004
  "properties": {
14988
15005
  "isIncludedExcludedOrNone": {
14989
- "const": "Included"
15006
+ "enum": ["Included"]
14990
15007
  },
14991
15008
  "comments": {
14992
15009
  "ta10Ref": "5.4c",
@@ -14998,7 +15015,7 @@
14998
15015
  {
14999
15016
  "properties": {
15000
15017
  "isIncludedExcludedOrNone": {
15001
- "const": "Excluded"
15018
+ "enum": ["Excluded"]
15002
15019
  },
15003
15020
  "price": {
15004
15021
  "ta10Ref": "5.4b",
@@ -15015,7 +15032,7 @@
15015
15032
  {
15016
15033
  "properties": {
15017
15034
  "isIncludedExcludedOrNone": {
15018
- "const": "None"
15035
+ "enum": ["None"]
15019
15036
  },
15020
15037
  "comments": {
15021
15038
  "ta10Ref": "5.4c",
@@ -15046,7 +15063,7 @@
15046
15063
  {
15047
15064
  "properties": {
15048
15065
  "isIncludedExcludedOrNone": {
15049
- "const": "Included"
15066
+ "enum": ["Included"]
15050
15067
  },
15051
15068
  "comments": {
15052
15069
  "ta10Ref": "5.5c",
@@ -15058,7 +15075,7 @@
15058
15075
  {
15059
15076
  "properties": {
15060
15077
  "isIncludedExcludedOrNone": {
15061
- "const": "Excluded"
15078
+ "enum": ["Excluded"]
15062
15079
  },
15063
15080
  "price": {
15064
15081
  "ta10Ref": "5.5b",
@@ -15075,7 +15092,7 @@
15075
15092
  {
15076
15093
  "properties": {
15077
15094
  "isIncludedExcludedOrNone": {
15078
- "const": "None"
15095
+ "enum": ["None"]
15079
15096
  },
15080
15097
  "comments": {
15081
15098
  "ta10Ref": "5.5c",
@@ -15106,7 +15123,7 @@
15106
15123
  {
15107
15124
  "properties": {
15108
15125
  "isIncludedExcludedOrNone": {
15109
- "const": "Included"
15126
+ "enum": ["Included"]
15110
15127
  },
15111
15128
  "comments": {
15112
15129
  "ta10Ref": "5.6c",
@@ -15118,7 +15135,7 @@
15118
15135
  {
15119
15136
  "properties": {
15120
15137
  "isIncludedExcludedOrNone": {
15121
- "const": "Excluded"
15138
+ "enum": ["Excluded"]
15122
15139
  },
15123
15140
  "price": {
15124
15141
  "ta10Ref": "5.6b",
@@ -15135,7 +15152,7 @@
15135
15152
  {
15136
15153
  "properties": {
15137
15154
  "isIncludedExcludedOrNone": {
15138
- "const": "None"
15155
+ "enum": ["None"]
15139
15156
  },
15140
15157
  "comments": {
15141
15158
  "ta10Ref": "5.6c",
@@ -15166,7 +15183,7 @@
15166
15183
  {
15167
15184
  "properties": {
15168
15185
  "isIncludedExcludedOrNone": {
15169
- "const": "Included"
15186
+ "enum": ["Included"]
15170
15187
  },
15171
15188
  "comments": {
15172
15189
  "ta10Ref": "5.7c",
@@ -15178,7 +15195,7 @@
15178
15195
  {
15179
15196
  "properties": {
15180
15197
  "isIncludedExcludedOrNone": {
15181
- "const": "Excluded"
15198
+ "enum": ["Excluded"]
15182
15199
  },
15183
15200
  "price": {
15184
15201
  "ta10Ref": "5.7b",
@@ -15195,7 +15212,7 @@
15195
15212
  {
15196
15213
  "properties": {
15197
15214
  "isIncludedExcludedOrNone": {
15198
- "const": "None"
15215
+ "enum": ["None"]
15199
15216
  },
15200
15217
  "comments": {
15201
15218
  "ta10Ref": "5.7c",
@@ -15232,7 +15249,7 @@
15232
15249
  {
15233
15250
  "properties": {
15234
15251
  "isIncludedOrExcluded": {
15235
- "const": "Included"
15252
+ "enum": ["Included"]
15236
15253
  },
15237
15254
  "comments": {
15238
15255
  "ta10Ref": "5.8c",
@@ -15244,7 +15261,7 @@
15244
15261
  {
15245
15262
  "properties": {
15246
15263
  "isIncludedOrExcluded": {
15247
- "const": "Excluded"
15264
+ "enum": ["Excluded"]
15248
15265
  },
15249
15266
  "price": {
15250
15267
  "ta10Ref": "5.8b",
@@ -15297,7 +15314,7 @@
15297
15314
  {
15298
15315
  "properties": {
15299
15316
  "isIncludedExcludedOrNone": {
15300
- "const": "Included"
15317
+ "enum": ["Included"]
15301
15318
  },
15302
15319
  "comments": {
15303
15320
  "ta10Ref": "5.12c",
@@ -15309,7 +15326,7 @@
15309
15326
  {
15310
15327
  "properties": {
15311
15328
  "isIncludedExcludedOrNone": {
15312
- "const": "Excluded"
15329
+ "enum": ["Excluded"]
15313
15330
  },
15314
15331
  "price": {
15315
15332
  "ta10Ref": "5.12b",
@@ -15326,7 +15343,7 @@
15326
15343
  {
15327
15344
  "properties": {
15328
15345
  "isIncludedExcludedOrNone": {
15329
- "const": "None"
15346
+ "enum": ["None"]
15330
15347
  },
15331
15348
  "comments": {
15332
15349
  "ta10Ref": "5.12c",
@@ -15357,7 +15374,7 @@
15357
15374
  {
15358
15375
  "properties": {
15359
15376
  "isIncludedExcludedOrNone": {
15360
- "const": "Included"
15377
+ "enum": ["Included"]
15361
15378
  },
15362
15379
  "comments": {
15363
15380
  "ta10Ref": "5.13c",
@@ -15369,7 +15386,7 @@
15369
15386
  {
15370
15387
  "properties": {
15371
15388
  "isIncludedExcludedOrNone": {
15372
- "const": "Excluded"
15389
+ "enum": ["Excluded"]
15373
15390
  },
15374
15391
  "price": {
15375
15392
  "ta10Ref": "5.13b",
@@ -15386,7 +15403,7 @@
15386
15403
  {
15387
15404
  "properties": {
15388
15405
  "isIncludedExcludedOrNone": {
15389
- "const": "None"
15406
+ "enum": ["None"]
15390
15407
  },
15391
15408
  "comments": {
15392
15409
  "ta10Ref": "5.13c",
@@ -15417,7 +15434,7 @@
15417
15434
  {
15418
15435
  "properties": {
15419
15436
  "isIncludedExcludedOrNone": {
15420
- "const": "Included"
15437
+ "enum": ["Included"]
15421
15438
  },
15422
15439
  "comments": {
15423
15440
  "ta10Ref": "5.14c",
@@ -15429,7 +15446,7 @@
15429
15446
  {
15430
15447
  "properties": {
15431
15448
  "isIncludedExcludedOrNone": {
15432
- "const": "Excluded"
15449
+ "enum": ["Excluded"]
15433
15450
  },
15434
15451
  "price": {
15435
15452
  "ta10Ref": "5.14b",
@@ -15446,7 +15463,7 @@
15446
15463
  {
15447
15464
  "properties": {
15448
15465
  "isIncludedExcludedOrNone": {
15449
- "const": "None"
15466
+ "enum": ["None"]
15450
15467
  },
15451
15468
  "comments": {
15452
15469
  "ta10Ref": "5.14c",
@@ -15477,7 +15494,7 @@
15477
15494
  {
15478
15495
  "properties": {
15479
15496
  "isIncludedExcludedOrNone": {
15480
- "const": "Included"
15497
+ "enum": ["Included"]
15481
15498
  },
15482
15499
  "comments": {
15483
15500
  "ta10Ref": "5.15c",
@@ -15489,7 +15506,7 @@
15489
15506
  {
15490
15507
  "properties": {
15491
15508
  "isIncludedExcludedOrNone": {
15492
- "const": "Excluded"
15509
+ "enum": ["Excluded"]
15493
15510
  },
15494
15511
  "price": {
15495
15512
  "ta10Ref": "5.15b",
@@ -15506,7 +15523,7 @@
15506
15523
  {
15507
15524
  "properties": {
15508
15525
  "isIncludedExcludedOrNone": {
15509
- "const": "None"
15526
+ "enum": ["None"]
15510
15527
  },
15511
15528
  "comments": {
15512
15529
  "ta10Ref": "5.15c",
@@ -15537,7 +15554,7 @@
15537
15554
  {
15538
15555
  "properties": {
15539
15556
  "isIncludedExcludedOrNone": {
15540
- "const": "Included"
15557
+ "enum": ["Included"]
15541
15558
  },
15542
15559
  "comments": {
15543
15560
  "ta10Ref": "5.16c",
@@ -15549,7 +15566,7 @@
15549
15566
  {
15550
15567
  "properties": {
15551
15568
  "isIncludedExcludedOrNone": {
15552
- "const": "Excluded"
15569
+ "enum": ["Excluded"]
15553
15570
  },
15554
15571
  "price": {
15555
15572
  "ta10Ref": "5.16b",
@@ -15566,7 +15583,7 @@
15566
15583
  {
15567
15584
  "properties": {
15568
15585
  "isIncludedExcludedOrNone": {
15569
- "const": "None"
15586
+ "enum": ["None"]
15570
15587
  },
15571
15588
  "comments": {
15572
15589
  "ta10Ref": "5.16c",
@@ -15597,7 +15614,7 @@
15597
15614
  {
15598
15615
  "properties": {
15599
15616
  "isIncludedExcludedOrNone": {
15600
- "const": "Included"
15617
+ "enum": ["Included"]
15601
15618
  },
15602
15619
  "comments": {
15603
15620
  "ta10Ref": "5.17c",
@@ -15609,7 +15626,7 @@
15609
15626
  {
15610
15627
  "properties": {
15611
15628
  "isIncludedExcludedOrNone": {
15612
- "const": "Excluded"
15629
+ "enum": ["Excluded"]
15613
15630
  },
15614
15631
  "price": {
15615
15632
  "ta10Ref": "5.17b",
@@ -15626,7 +15643,7 @@
15626
15643
  {
15627
15644
  "properties": {
15628
15645
  "isIncludedExcludedOrNone": {
15629
- "const": "None"
15646
+ "enum": ["None"]
15630
15647
  },
15631
15648
  "comments": {
15632
15649
  "ta10Ref": "5.17c",
@@ -15657,7 +15674,7 @@
15657
15674
  {
15658
15675
  "properties": {
15659
15676
  "isIncludedExcludedOrNone": {
15660
- "const": "Included"
15677
+ "enum": ["Included"]
15661
15678
  },
15662
15679
  "comments": {
15663
15680
  "ta10Ref": "5.18c",
@@ -15669,7 +15686,7 @@
15669
15686
  {
15670
15687
  "properties": {
15671
15688
  "isIncludedExcludedOrNone": {
15672
- "const": "Excluded"
15689
+ "enum": ["Excluded"]
15673
15690
  },
15674
15691
  "price": {
15675
15692
  "ta10Ref": "5.18b",
@@ -15686,7 +15703,7 @@
15686
15703
  {
15687
15704
  "properties": {
15688
15705
  "isIncludedExcludedOrNone": {
15689
- "const": "None"
15706
+ "enum": ["None"]
15690
15707
  },
15691
15708
  "comments": {
15692
15709
  "ta10Ref": "5.18c",
@@ -15723,7 +15740,7 @@
15723
15740
  {
15724
15741
  "properties": {
15725
15742
  "isIncludedOrExcluded": {
15726
- "const": "Included"
15743
+ "enum": ["Included"]
15727
15744
  },
15728
15745
  "comments": {
15729
15746
  "ta10Ref": "5.19c",
@@ -15735,7 +15752,7 @@
15735
15752
  {
15736
15753
  "properties": {
15737
15754
  "isIncludedOrExcluded": {
15738
- "const": "Excluded"
15755
+ "enum": ["Excluded"]
15739
15756
  },
15740
15757
  "price": {
15741
15758
  "ta10Ref": "5.19b",
@@ -15792,7 +15809,7 @@
15792
15809
  {
15793
15810
  "properties": {
15794
15811
  "isIncludedExcludedOrNone": {
15795
- "const": "Included"
15812
+ "enum": ["Included"]
15796
15813
  },
15797
15814
  "comments": {
15798
15815
  "ta10Ref": "6.1c",
@@ -15804,7 +15821,7 @@
15804
15821
  {
15805
15822
  "properties": {
15806
15823
  "isIncludedExcludedOrNone": {
15807
- "const": "Excluded"
15824
+ "enum": ["Excluded"]
15808
15825
  },
15809
15826
  "price": {
15810
15827
  "ta10Ref": "6.1b",
@@ -15821,7 +15838,7 @@
15821
15838
  {
15822
15839
  "properties": {
15823
15840
  "isIncludedExcludedOrNone": {
15824
- "const": "None"
15841
+ "enum": ["None"]
15825
15842
  },
15826
15843
  "comments": {
15827
15844
  "ta10Ref": "6.1c",
@@ -15852,7 +15869,7 @@
15852
15869
  {
15853
15870
  "properties": {
15854
15871
  "isIncludedExcludedOrNone": {
15855
- "const": "Included"
15872
+ "enum": ["Included"]
15856
15873
  },
15857
15874
  "comments": {
15858
15875
  "ta10Ref": "6.2c",
@@ -15864,7 +15881,7 @@
15864
15881
  {
15865
15882
  "properties": {
15866
15883
  "isIncludedExcludedOrNone": {
15867
- "const": "Excluded"
15884
+ "enum": ["Excluded"]
15868
15885
  },
15869
15886
  "price": {
15870
15887
  "ta10Ref": "6.2b",
@@ -15881,7 +15898,7 @@
15881
15898
  {
15882
15899
  "properties": {
15883
15900
  "isIncludedExcludedOrNone": {
15884
- "const": "None"
15901
+ "enum": ["None"]
15885
15902
  },
15886
15903
  "comments": {
15887
15904
  "ta10Ref": "6.2c",
@@ -15912,7 +15929,7 @@
15912
15929
  {
15913
15930
  "properties": {
15914
15931
  "isIncludedExcludedOrNone": {
15915
- "const": "Included"
15932
+ "enum": ["Included"]
15916
15933
  },
15917
15934
  "comments": {
15918
15935
  "ta10Ref": "6.3c",
@@ -15924,7 +15941,7 @@
15924
15941
  {
15925
15942
  "properties": {
15926
15943
  "isIncludedExcludedOrNone": {
15927
- "const": "Excluded"
15944
+ "enum": ["Excluded"]
15928
15945
  },
15929
15946
  "price": {
15930
15947
  "ta10Ref": "6.3b",
@@ -15941,7 +15958,7 @@
15941
15958
  {
15942
15959
  "properties": {
15943
15960
  "isIncludedExcludedOrNone": {
15944
- "const": "None"
15961
+ "enum": ["None"]
15945
15962
  },
15946
15963
  "comments": {
15947
15964
  "ta10Ref": "6.3c",
@@ -15972,7 +15989,7 @@
15972
15989
  {
15973
15990
  "properties": {
15974
15991
  "isIncludedExcludedOrNone": {
15975
- "const": "Included"
15992
+ "enum": ["Included"]
15976
15993
  },
15977
15994
  "comments": {
15978
15995
  "ta10Ref": "6.4c",
@@ -15984,7 +16001,7 @@
15984
16001
  {
15985
16002
  "properties": {
15986
16003
  "isIncludedExcludedOrNone": {
15987
- "const": "Excluded"
16004
+ "enum": ["Excluded"]
15988
16005
  },
15989
16006
  "price": {
15990
16007
  "ta10Ref": "6.4b",
@@ -16001,7 +16018,7 @@
16001
16018
  {
16002
16019
  "properties": {
16003
16020
  "isIncludedExcludedOrNone": {
16004
- "const": "None"
16021
+ "enum": ["None"]
16005
16022
  },
16006
16023
  "comments": {
16007
16024
  "ta10Ref": "6.4c",
@@ -16032,7 +16049,7 @@
16032
16049
  {
16033
16050
  "properties": {
16034
16051
  "isIncludedExcludedOrNone": {
16035
- "const": "Included"
16052
+ "enum": ["Included"]
16036
16053
  },
16037
16054
  "comments": {
16038
16055
  "ta10Ref": "6.5c",
@@ -16044,7 +16061,7 @@
16044
16061
  {
16045
16062
  "properties": {
16046
16063
  "isIncludedExcludedOrNone": {
16047
- "const": "Excluded"
16064
+ "enum": ["Excluded"]
16048
16065
  },
16049
16066
  "price": {
16050
16067
  "ta10Ref": "6.5b",
@@ -16061,7 +16078,7 @@
16061
16078
  {
16062
16079
  "properties": {
16063
16080
  "isIncludedExcludedOrNone": {
16064
- "const": "None"
16081
+ "enum": ["None"]
16065
16082
  },
16066
16083
  "comments": {
16067
16084
  "ta10Ref": "6.5c",
@@ -16092,7 +16109,7 @@
16092
16109
  {
16093
16110
  "properties": {
16094
16111
  "isIncludedExcludedOrNone": {
16095
- "const": "Included"
16112
+ "enum": ["Included"]
16096
16113
  },
16097
16114
  "comments": {
16098
16115
  "ta10Ref": "6.6c",
@@ -16104,7 +16121,7 @@
16104
16121
  {
16105
16122
  "properties": {
16106
16123
  "isIncludedExcludedOrNone": {
16107
- "const": "Excluded"
16124
+ "enum": ["Excluded"]
16108
16125
  },
16109
16126
  "price": {
16110
16127
  "ta10Ref": "6.6b",
@@ -16121,7 +16138,7 @@
16121
16138
  {
16122
16139
  "properties": {
16123
16140
  "isIncludedExcludedOrNone": {
16124
- "const": "None"
16141
+ "enum": ["None"]
16125
16142
  },
16126
16143
  "comments": {
16127
16144
  "ta10Ref": "6.6c",
@@ -16152,7 +16169,7 @@
16152
16169
  {
16153
16170
  "properties": {
16154
16171
  "isIncludedExcludedOrNone": {
16155
- "const": "Included"
16172
+ "enum": ["Included"]
16156
16173
  },
16157
16174
  "comments": {
16158
16175
  "ta10Ref": "6.7c",
@@ -16164,7 +16181,7 @@
16164
16181
  {
16165
16182
  "properties": {
16166
16183
  "isIncludedExcludedOrNone": {
16167
- "const": "Excluded"
16184
+ "enum": ["Excluded"]
16168
16185
  },
16169
16186
  "price": {
16170
16187
  "ta10Ref": "6.7b",
@@ -16181,7 +16198,7 @@
16181
16198
  {
16182
16199
  "properties": {
16183
16200
  "isIncludedExcludedOrNone": {
16184
- "const": "None"
16201
+ "enum": ["None"]
16185
16202
  },
16186
16203
  "comments": {
16187
16204
  "ta10Ref": "6.7c",
@@ -16218,7 +16235,7 @@
16218
16235
  {
16219
16236
  "properties": {
16220
16237
  "isIncludedOrExcluded": {
16221
- "const": "Included"
16238
+ "enum": ["Included"]
16222
16239
  },
16223
16240
  "comments": {
16224
16241
  "ta10Ref": "6.8c",
@@ -16230,7 +16247,7 @@
16230
16247
  {
16231
16248
  "properties": {
16232
16249
  "isIncludedOrExcluded": {
16233
- "const": "Excluded"
16250
+ "enum": ["Excluded"]
16234
16251
  },
16235
16252
  "price": {
16236
16253
  "ta10Ref": "6.8b",
@@ -16285,7 +16302,7 @@
16285
16302
  {
16286
16303
  "properties": {
16287
16304
  "isIncludedExcludedOrNone": {
16288
- "const": "Included"
16305
+ "enum": ["Included"]
16289
16306
  },
16290
16307
  "comments": {
16291
16308
  "ta10Ref": "7.1c",
@@ -16297,7 +16314,7 @@
16297
16314
  {
16298
16315
  "properties": {
16299
16316
  "isIncludedExcludedOrNone": {
16300
- "const": "Excluded"
16317
+ "enum": ["Excluded"]
16301
16318
  },
16302
16319
  "price": {
16303
16320
  "ta10Ref": "7.1b",
@@ -16314,7 +16331,7 @@
16314
16331
  {
16315
16332
  "properties": {
16316
16333
  "isIncludedExcludedOrNone": {
16317
- "const": "None"
16334
+ "enum": ["None"]
16318
16335
  },
16319
16336
  "comments": {
16320
16337
  "ta10Ref": "7.1c",
@@ -16345,7 +16362,7 @@
16345
16362
  {
16346
16363
  "properties": {
16347
16364
  "isIncludedExcludedOrNone": {
16348
- "const": "Included"
16365
+ "enum": ["Included"]
16349
16366
  },
16350
16367
  "comments": {
16351
16368
  "ta10Ref": "7.2c",
@@ -16357,7 +16374,7 @@
16357
16374
  {
16358
16375
  "properties": {
16359
16376
  "isIncludedExcludedOrNone": {
16360
- "const": "Excluded"
16377
+ "enum": ["Excluded"]
16361
16378
  },
16362
16379
  "price": {
16363
16380
  "ta10Ref": "7.2b",
@@ -16374,7 +16391,7 @@
16374
16391
  {
16375
16392
  "properties": {
16376
16393
  "isIncludedExcludedOrNone": {
16377
- "const": "None"
16394
+ "enum": ["None"]
16378
16395
  },
16379
16396
  "comments": {
16380
16397
  "ta10Ref": "7.2c",
@@ -16405,7 +16422,7 @@
16405
16422
  {
16406
16423
  "properties": {
16407
16424
  "isIncludedExcludedOrNone": {
16408
- "const": "Included"
16425
+ "enum": ["Included"]
16409
16426
  },
16410
16427
  "comments": {
16411
16428
  "ta10Ref": "7.3c",
@@ -16417,7 +16434,7 @@
16417
16434
  {
16418
16435
  "properties": {
16419
16436
  "isIncludedExcludedOrNone": {
16420
- "const": "Excluded"
16437
+ "enum": ["Excluded"]
16421
16438
  },
16422
16439
  "price": {
16423
16440
  "ta10Ref": "7.3b",
@@ -16434,7 +16451,7 @@
16434
16451
  {
16435
16452
  "properties": {
16436
16453
  "isIncludedExcludedOrNone": {
16437
- "const": "None"
16454
+ "enum": ["None"]
16438
16455
  },
16439
16456
  "comments": {
16440
16457
  "ta10Ref": "7.3c",
@@ -16465,7 +16482,7 @@
16465
16482
  {
16466
16483
  "properties": {
16467
16484
  "isIncludedExcludedOrNone": {
16468
- "const": "Included"
16485
+ "enum": ["Included"]
16469
16486
  },
16470
16487
  "comments": {
16471
16488
  "ta10Ref": "7.4c",
@@ -16477,7 +16494,7 @@
16477
16494
  {
16478
16495
  "properties": {
16479
16496
  "isIncludedExcludedOrNone": {
16480
- "const": "Excluded"
16497
+ "enum": ["Excluded"]
16481
16498
  },
16482
16499
  "price": {
16483
16500
  "ta10Ref": "7.4b",
@@ -16494,7 +16511,7 @@
16494
16511
  {
16495
16512
  "properties": {
16496
16513
  "isIncludedExcludedOrNone": {
16497
- "const": "None"
16514
+ "enum": ["None"]
16498
16515
  },
16499
16516
  "comments": {
16500
16517
  "ta10Ref": "7.4c",
@@ -16525,7 +16542,7 @@
16525
16542
  {
16526
16543
  "properties": {
16527
16544
  "isIncludedExcludedOrNone": {
16528
- "const": "Included"
16545
+ "enum": ["Included"]
16529
16546
  },
16530
16547
  "comments": {
16531
16548
  "ta10Ref": "7.5c",
@@ -16537,7 +16554,7 @@
16537
16554
  {
16538
16555
  "properties": {
16539
16556
  "isIncludedExcludedOrNone": {
16540
- "const": "Excluded"
16557
+ "enum": ["Excluded"]
16541
16558
  },
16542
16559
  "price": {
16543
16560
  "ta10Ref": "7.5b",
@@ -16554,7 +16571,7 @@
16554
16571
  {
16555
16572
  "properties": {
16556
16573
  "isIncludedExcludedOrNone": {
16557
- "const": "None"
16574
+ "enum": ["None"]
16558
16575
  },
16559
16576
  "comments": {
16560
16577
  "ta10Ref": "7.5c",
@@ -16585,7 +16602,7 @@
16585
16602
  {
16586
16603
  "properties": {
16587
16604
  "isIncludedExcludedOrNone": {
16588
- "const": "Included"
16605
+ "enum": ["Included"]
16589
16606
  },
16590
16607
  "comments": {
16591
16608
  "ta10Ref": "7.6c",
@@ -16597,7 +16614,7 @@
16597
16614
  {
16598
16615
  "properties": {
16599
16616
  "isIncludedExcludedOrNone": {
16600
- "const": "Excluded"
16617
+ "enum": ["Excluded"]
16601
16618
  },
16602
16619
  "price": {
16603
16620
  "ta10Ref": "7.6b",
@@ -16614,7 +16631,7 @@
16614
16631
  {
16615
16632
  "properties": {
16616
16633
  "isIncludedExcludedOrNone": {
16617
- "const": "None"
16634
+ "enum": ["None"]
16618
16635
  },
16619
16636
  "comments": {
16620
16637
  "ta10Ref": "7.6c",
@@ -16645,7 +16662,7 @@
16645
16662
  {
16646
16663
  "properties": {
16647
16664
  "isIncludedExcludedOrNone": {
16648
- "const": "Included"
16665
+ "enum": ["Included"]
16649
16666
  },
16650
16667
  "comments": {
16651
16668
  "ta10Ref": "7.7c",
@@ -16657,7 +16674,7 @@
16657
16674
  {
16658
16675
  "properties": {
16659
16676
  "isIncludedExcludedOrNone": {
16660
- "const": "Excluded"
16677
+ "enum": ["Excluded"]
16661
16678
  },
16662
16679
  "price": {
16663
16680
  "ta10Ref": "7.7b",
@@ -16674,7 +16691,7 @@
16674
16691
  {
16675
16692
  "properties": {
16676
16693
  "isIncludedExcludedOrNone": {
16677
- "const": "None"
16694
+ "enum": ["None"]
16678
16695
  },
16679
16696
  "comments": {
16680
16697
  "ta10Ref": "7.7c",
@@ -16711,7 +16728,7 @@
16711
16728
  {
16712
16729
  "properties": {
16713
16730
  "isIncludedOrExcluded": {
16714
- "const": "Included"
16731
+ "enum": ["Included"]
16715
16732
  },
16716
16733
  "comments": {
16717
16734
  "ta10Ref": "7.8c",
@@ -16723,7 +16740,7 @@
16723
16740
  {
16724
16741
  "properties": {
16725
16742
  "isIncludedOrExcluded": {
16726
- "const": "Excluded"
16743
+ "enum": ["Excluded"]
16727
16744
  },
16728
16745
  "price": {
16729
16746
  "ta10Ref": "7.8b",
@@ -16782,7 +16799,7 @@
16782
16799
  {
16783
16800
  "properties": {
16784
16801
  "isIncludedExcludedOrNone": {
16785
- "const": "Included"
16802
+ "enum": ["Included"]
16786
16803
  },
16787
16804
  "comments": {
16788
16805
  "ta10Ref": "8.1c",
@@ -16794,7 +16811,7 @@
16794
16811
  {
16795
16812
  "properties": {
16796
16813
  "isIncludedExcludedOrNone": {
16797
- "const": "Excluded"
16814
+ "enum": ["Excluded"]
16798
16815
  },
16799
16816
  "price": {
16800
16817
  "ta10Ref": "8.1b",
@@ -16811,7 +16828,7 @@
16811
16828
  {
16812
16829
  "properties": {
16813
16830
  "isIncludedExcludedOrNone": {
16814
- "const": "None"
16831
+ "enum": ["None"]
16815
16832
  },
16816
16833
  "comments": {
16817
16834
  "ta10Ref": "8.1c",
@@ -16842,7 +16859,7 @@
16842
16859
  {
16843
16860
  "properties": {
16844
16861
  "isIncludedExcludedOrNone": {
16845
- "const": "Included"
16862
+ "enum": ["Included"]
16846
16863
  },
16847
16864
  "comments": {
16848
16865
  "ta10Ref": "8.2c",
@@ -16854,7 +16871,7 @@
16854
16871
  {
16855
16872
  "properties": {
16856
16873
  "isIncludedExcludedOrNone": {
16857
- "const": "Excluded"
16874
+ "enum": ["Excluded"]
16858
16875
  },
16859
16876
  "price": {
16860
16877
  "ta10Ref": "8.2b",
@@ -16871,7 +16888,7 @@
16871
16888
  {
16872
16889
  "properties": {
16873
16890
  "isIncludedExcludedOrNone": {
16874
- "const": "None"
16891
+ "enum": ["None"]
16875
16892
  },
16876
16893
  "comments": {
16877
16894
  "ta10Ref": "8.2c",
@@ -16902,7 +16919,7 @@
16902
16919
  {
16903
16920
  "properties": {
16904
16921
  "isIncludedExcludedOrNone": {
16905
- "const": "Included"
16922
+ "enum": ["Included"]
16906
16923
  },
16907
16924
  "comments": {
16908
16925
  "ta10Ref": "8.3c",
@@ -16914,7 +16931,7 @@
16914
16931
  {
16915
16932
  "properties": {
16916
16933
  "isIncludedExcludedOrNone": {
16917
- "const": "Excluded"
16934
+ "enum": ["Excluded"]
16918
16935
  },
16919
16936
  "price": {
16920
16937
  "ta10Ref": "8.3b",
@@ -16931,7 +16948,7 @@
16931
16948
  {
16932
16949
  "properties": {
16933
16950
  "isIncludedExcludedOrNone": {
16934
- "const": "None"
16951
+ "enum": ["None"]
16935
16952
  },
16936
16953
  "comments": {
16937
16954
  "ta10Ref": "8.3c",
@@ -16962,7 +16979,7 @@
16962
16979
  {
16963
16980
  "properties": {
16964
16981
  "isIncludedExcludedOrNone": {
16965
- "const": "Included"
16982
+ "enum": ["Included"]
16966
16983
  },
16967
16984
  "comments": {
16968
16985
  "ta10Ref": "8.4c",
@@ -16974,7 +16991,7 @@
16974
16991
  {
16975
16992
  "properties": {
16976
16993
  "isIncludedExcludedOrNone": {
16977
- "const": "Excluded"
16994
+ "enum": ["Excluded"]
16978
16995
  },
16979
16996
  "price": {
16980
16997
  "ta10Ref": "8.4b",
@@ -16991,7 +17008,7 @@
16991
17008
  {
16992
17009
  "properties": {
16993
17010
  "isIncludedExcludedOrNone": {
16994
- "const": "None"
17011
+ "enum": ["None"]
16995
17012
  },
16996
17013
  "comments": {
16997
17014
  "ta10Ref": "8.4c",
@@ -17022,7 +17039,7 @@
17022
17039
  {
17023
17040
  "properties": {
17024
17041
  "isIncludedExcludedOrNone": {
17025
- "const": "Included"
17042
+ "enum": ["Included"]
17026
17043
  },
17027
17044
  "comments": {
17028
17045
  "ta10Ref": "8.5c",
@@ -17034,7 +17051,7 @@
17034
17051
  {
17035
17052
  "properties": {
17036
17053
  "isIncludedExcludedOrNone": {
17037
- "const": "Excluded"
17054
+ "enum": ["Excluded"]
17038
17055
  },
17039
17056
  "price": {
17040
17057
  "ta10Ref": "8.5b",
@@ -17051,7 +17068,7 @@
17051
17068
  {
17052
17069
  "properties": {
17053
17070
  "isIncludedExcludedOrNone": {
17054
- "const": "None"
17071
+ "enum": ["None"]
17055
17072
  },
17056
17073
  "comments": {
17057
17074
  "ta10Ref": "8.5c",
@@ -17082,7 +17099,7 @@
17082
17099
  {
17083
17100
  "properties": {
17084
17101
  "isIncludedExcludedOrNone": {
17085
- "const": "Included"
17102
+ "enum": ["Included"]
17086
17103
  },
17087
17104
  "comments": {
17088
17105
  "ta10Ref": "8.6c",
@@ -17094,7 +17111,7 @@
17094
17111
  {
17095
17112
  "properties": {
17096
17113
  "isIncludedExcludedOrNone": {
17097
- "const": "Excluded"
17114
+ "enum": ["Excluded"]
17098
17115
  },
17099
17116
  "price": {
17100
17117
  "ta10Ref": "8.6b",
@@ -17111,7 +17128,7 @@
17111
17128
  {
17112
17129
  "properties": {
17113
17130
  "isIncludedExcludedOrNone": {
17114
- "const": "None"
17131
+ "enum": ["None"]
17115
17132
  },
17116
17133
  "comments": {
17117
17134
  "ta10Ref": "8.6c",
@@ -17142,7 +17159,7 @@
17142
17159
  {
17143
17160
  "properties": {
17144
17161
  "isIncludedExcludedOrNone": {
17145
- "const": "Included"
17162
+ "enum": ["Included"]
17146
17163
  },
17147
17164
  "comments": {
17148
17165
  "ta10Ref": "8.7c",
@@ -17154,7 +17171,7 @@
17154
17171
  {
17155
17172
  "properties": {
17156
17173
  "isIncludedExcludedOrNone": {
17157
- "const": "Excluded"
17174
+ "enum": ["Excluded"]
17158
17175
  },
17159
17176
  "price": {
17160
17177
  "ta10Ref": "8.7b",
@@ -17171,7 +17188,7 @@
17171
17188
  {
17172
17189
  "properties": {
17173
17190
  "isIncludedExcludedOrNone": {
17174
- "const": "None"
17191
+ "enum": ["None"]
17175
17192
  },
17176
17193
  "comments": {
17177
17194
  "ta10Ref": "8.7c",
@@ -17202,7 +17219,7 @@
17202
17219
  {
17203
17220
  "properties": {
17204
17221
  "isIncludedExcludedOrNone": {
17205
- "const": "Included"
17222
+ "enum": ["Included"]
17206
17223
  },
17207
17224
  "comments": {
17208
17225
  "ta10Ref": "8.8c",
@@ -17214,7 +17231,7 @@
17214
17231
  {
17215
17232
  "properties": {
17216
17233
  "isIncludedExcludedOrNone": {
17217
- "const": "Excluded"
17234
+ "enum": ["Excluded"]
17218
17235
  },
17219
17236
  "price": {
17220
17237
  "ta10Ref": "8.8b",
@@ -17231,7 +17248,7 @@
17231
17248
  {
17232
17249
  "properties": {
17233
17250
  "isIncludedExcludedOrNone": {
17234
- "const": "None"
17251
+ "enum": ["None"]
17235
17252
  },
17236
17253
  "comments": {
17237
17254
  "ta10Ref": "8.8c",
@@ -17262,7 +17279,7 @@
17262
17279
  {
17263
17280
  "properties": {
17264
17281
  "isIncludedExcludedOrNone": {
17265
- "const": "Included"
17282
+ "enum": ["Included"]
17266
17283
  },
17267
17284
  "comments": {
17268
17285
  "ta10Ref": "8.9c",
@@ -17274,7 +17291,7 @@
17274
17291
  {
17275
17292
  "properties": {
17276
17293
  "isIncludedExcludedOrNone": {
17277
- "const": "Excluded"
17294
+ "enum": ["Excluded"]
17278
17295
  },
17279
17296
  "price": {
17280
17297
  "ta10Ref": "8.9b",
@@ -17291,7 +17308,7 @@
17291
17308
  {
17292
17309
  "properties": {
17293
17310
  "isIncludedExcludedOrNone": {
17294
- "const": "None"
17311
+ "enum": ["None"]
17295
17312
  },
17296
17313
  "comments": {
17297
17314
  "ta10Ref": "8.9c",
@@ -17322,7 +17339,7 @@
17322
17339
  {
17323
17340
  "properties": {
17324
17341
  "isIncludedExcludedOrNone": {
17325
- "const": "Included"
17342
+ "enum": ["Included"]
17326
17343
  },
17327
17344
  "comments": {
17328
17345
  "ta10Ref": "8.10c",
@@ -17334,7 +17351,7 @@
17334
17351
  {
17335
17352
  "properties": {
17336
17353
  "isIncludedExcludedOrNone": {
17337
- "const": "Excluded"
17354
+ "enum": ["Excluded"]
17338
17355
  },
17339
17356
  "price": {
17340
17357
  "ta10Ref": "8.10b",
@@ -17351,7 +17368,7 @@
17351
17368
  {
17352
17369
  "properties": {
17353
17370
  "isIncludedExcludedOrNone": {
17354
- "const": "None"
17371
+ "enum": ["None"]
17355
17372
  },
17356
17373
  "comments": {
17357
17374
  "ta10Ref": "8.10c",
@@ -17382,7 +17399,7 @@
17382
17399
  {
17383
17400
  "properties": {
17384
17401
  "isIncludedExcludedOrNone": {
17385
- "const": "Included"
17402
+ "enum": ["Included"]
17386
17403
  },
17387
17404
  "comments": {
17388
17405
  "ta10Ref": "8.11c",
@@ -17394,7 +17411,7 @@
17394
17411
  {
17395
17412
  "properties": {
17396
17413
  "isIncludedExcludedOrNone": {
17397
- "const": "Excluded"
17414
+ "enum": ["Excluded"]
17398
17415
  },
17399
17416
  "price": {
17400
17417
  "ta10Ref": "8.11b",
@@ -17411,7 +17428,7 @@
17411
17428
  {
17412
17429
  "properties": {
17413
17430
  "isIncludedExcludedOrNone": {
17414
- "const": "None"
17431
+ "enum": ["None"]
17415
17432
  },
17416
17433
  "comments": {
17417
17434
  "ta10Ref": "8.11c",
@@ -17442,7 +17459,7 @@
17442
17459
  {
17443
17460
  "properties": {
17444
17461
  "isIncludedExcludedOrNone": {
17445
- "const": "Included"
17462
+ "enum": ["Included"]
17446
17463
  },
17447
17464
  "comments": {
17448
17465
  "ta10Ref": "8.12c",
@@ -17454,7 +17471,7 @@
17454
17471
  {
17455
17472
  "properties": {
17456
17473
  "isIncludedExcludedOrNone": {
17457
- "const": "Excluded"
17474
+ "enum": ["Excluded"]
17458
17475
  },
17459
17476
  "price": {
17460
17477
  "ta10Ref": "8.12b",
@@ -17471,7 +17488,7 @@
17471
17488
  {
17472
17489
  "properties": {
17473
17490
  "isIncludedExcludedOrNone": {
17474
- "const": "None"
17491
+ "enum": ["None"]
17475
17492
  },
17476
17493
  "comments": {
17477
17494
  "ta10Ref": "8.12c",
@@ -17508,7 +17525,7 @@
17508
17525
  {
17509
17526
  "properties": {
17510
17527
  "isIncludedOrExcluded": {
17511
- "const": "Included"
17528
+ "enum": ["Included"]
17512
17529
  },
17513
17530
  "comments": {
17514
17531
  "ta10Ref": "8.13c",
@@ -17520,7 +17537,7 @@
17520
17537
  {
17521
17538
  "properties": {
17522
17539
  "isIncludedOrExcluded": {
17523
- "const": "Excluded"
17540
+ "enum": ["Excluded"]
17524
17541
  },
17525
17542
  "price": {
17526
17543
  "ta10Ref": "8.13b",
@@ -17570,7 +17587,7 @@
17570
17587
  {
17571
17588
  "properties": {
17572
17589
  "isIncludedExcludedOrNone": {
17573
- "const": "Included"
17590
+ "enum": ["Included"]
17574
17591
  },
17575
17592
  "comments": {
17576
17593
  "ta10Ref": "9.1c",
@@ -17582,7 +17599,7 @@
17582
17599
  {
17583
17600
  "properties": {
17584
17601
  "isIncludedExcludedOrNone": {
17585
- "const": "Excluded"
17602
+ "enum": ["Excluded"]
17586
17603
  },
17587
17604
  "price": {
17588
17605
  "ta10Ref": "9.1b",
@@ -17599,7 +17616,7 @@
17599
17616
  {
17600
17617
  "properties": {
17601
17618
  "isIncludedExcludedOrNone": {
17602
- "const": "None"
17619
+ "enum": ["None"]
17603
17620
  },
17604
17621
  "comments": {
17605
17622
  "ta10Ref": "9.1c",
@@ -17630,7 +17647,7 @@
17630
17647
  {
17631
17648
  "properties": {
17632
17649
  "isIncludedExcludedOrNone": {
17633
- "const": "Included"
17650
+ "enum": ["Included"]
17634
17651
  },
17635
17652
  "comments": {
17636
17653
  "ta10Ref": "9.2c",
@@ -17642,7 +17659,7 @@
17642
17659
  {
17643
17660
  "properties": {
17644
17661
  "isIncludedExcludedOrNone": {
17645
- "const": "Excluded"
17662
+ "enum": ["Excluded"]
17646
17663
  },
17647
17664
  "price": {
17648
17665
  "ta10Ref": "9.2b",
@@ -17659,7 +17676,7 @@
17659
17676
  {
17660
17677
  "properties": {
17661
17678
  "isIncludedExcludedOrNone": {
17662
- "const": "None"
17679
+ "enum": ["None"]
17663
17680
  },
17664
17681
  "comments": {
17665
17682
  "ta10Ref": "9.2c",
@@ -17690,7 +17707,7 @@
17690
17707
  {
17691
17708
  "properties": {
17692
17709
  "isIncludedExcludedOrNone": {
17693
- "const": "Included"
17710
+ "enum": ["Included"]
17694
17711
  },
17695
17712
  "comments": {
17696
17713
  "ta10Ref": "9.3c",
@@ -17702,7 +17719,7 @@
17702
17719
  {
17703
17720
  "properties": {
17704
17721
  "isIncludedExcludedOrNone": {
17705
- "const": "Excluded"
17722
+ "enum": ["Excluded"]
17706
17723
  },
17707
17724
  "price": {
17708
17725
  "ta10Ref": "9.3b",
@@ -17719,7 +17736,7 @@
17719
17736
  {
17720
17737
  "properties": {
17721
17738
  "isIncludedExcludedOrNone": {
17722
- "const": "None"
17739
+ "enum": ["None"]
17723
17740
  },
17724
17741
  "comments": {
17725
17742
  "ta10Ref": "9.3c",
@@ -17750,7 +17767,7 @@
17750
17767
  {
17751
17768
  "properties": {
17752
17769
  "isIncludedExcludedOrNone": {
17753
- "const": "Included"
17770
+ "enum": ["Included"]
17754
17771
  },
17755
17772
  "comments": {
17756
17773
  "ta10Ref": "9.4c",
@@ -17762,7 +17779,7 @@
17762
17779
  {
17763
17780
  "properties": {
17764
17781
  "isIncludedExcludedOrNone": {
17765
- "const": "Excluded"
17782
+ "enum": ["Excluded"]
17766
17783
  },
17767
17784
  "price": {
17768
17785
  "ta10Ref": "9.4b",
@@ -17779,7 +17796,7 @@
17779
17796
  {
17780
17797
  "properties": {
17781
17798
  "isIncludedExcludedOrNone": {
17782
- "const": "None"
17799
+ "enum": ["None"]
17783
17800
  },
17784
17801
  "comments": {
17785
17802
  "ta10Ref": "9.4c",
@@ -17818,7 +17835,7 @@
17818
17835
  {
17819
17836
  "properties": {
17820
17837
  "isIncludedExcludedOrNone": {
17821
- "const": "Included"
17838
+ "enum": ["Included"]
17822
17839
  },
17823
17840
  "comments": {
17824
17841
  "ta10Ref": "10.1c",
@@ -17830,7 +17847,7 @@
17830
17847
  {
17831
17848
  "properties": {
17832
17849
  "isIncludedExcludedOrNone": {
17833
- "const": "Excluded"
17850
+ "enum": ["Excluded"]
17834
17851
  },
17835
17852
  "price": {
17836
17853
  "ta10Ref": "10.1b",
@@ -17847,7 +17864,7 @@
17847
17864
  {
17848
17865
  "properties": {
17849
17866
  "isIncludedExcludedOrNone": {
17850
- "const": "None"
17867
+ "enum": ["None"]
17851
17868
  },
17852
17869
  "comments": {
17853
17870
  "ta10Ref": "10.1c",
@@ -17878,7 +17895,7 @@
17878
17895
  {
17879
17896
  "properties": {
17880
17897
  "isIncludedExcludedOrNone": {
17881
- "const": "Included"
17898
+ "enum": ["Included"]
17882
17899
  },
17883
17900
  "comments": {
17884
17901
  "ta10Ref": "10.2c",
@@ -17890,7 +17907,7 @@
17890
17907
  {
17891
17908
  "properties": {
17892
17909
  "isIncludedExcludedOrNone": {
17893
- "const": "Excluded"
17910
+ "enum": ["Excluded"]
17894
17911
  },
17895
17912
  "price": {
17896
17913
  "ta10Ref": "10.2b",
@@ -17907,7 +17924,7 @@
17907
17924
  {
17908
17925
  "properties": {
17909
17926
  "isIncludedExcludedOrNone": {
17910
- "const": "None"
17927
+ "enum": ["None"]
17911
17928
  },
17912
17929
  "comments": {
17913
17930
  "ta10Ref": "10.2c",
@@ -17938,7 +17955,7 @@
17938
17955
  {
17939
17956
  "properties": {
17940
17957
  "isIncludedExcludedOrNone": {
17941
- "const": "Included"
17958
+ "enum": ["Included"]
17942
17959
  },
17943
17960
  "comments": {
17944
17961
  "ta10Ref": "10.3c",
@@ -17950,7 +17967,7 @@
17950
17967
  {
17951
17968
  "properties": {
17952
17969
  "isIncludedExcludedOrNone": {
17953
- "const": "Excluded"
17970
+ "enum": ["Excluded"]
17954
17971
  },
17955
17972
  "price": {
17956
17973
  "ta10Ref": "10.3b",
@@ -17967,7 +17984,7 @@
17967
17984
  {
17968
17985
  "properties": {
17969
17986
  "isIncludedExcludedOrNone": {
17970
- "const": "None"
17987
+ "enum": ["None"]
17971
17988
  },
17972
17989
  "comments": {
17973
17990
  "ta10Ref": "10.3c",
@@ -18012,7 +18029,7 @@
18012
18029
  {
18013
18030
  "properties": {
18014
18031
  "isIncludedOrExcluded": {
18015
- "const": "Included"
18032
+ "enum": ["Included"]
18016
18033
  },
18017
18034
  "comments": {
18018
18035
  "ta10Ref": "11.1c",
@@ -18024,7 +18041,7 @@
18024
18041
  {
18025
18042
  "properties": {
18026
18043
  "isIncludedOrExcluded": {
18027
- "const": "Excluded"
18044
+ "enum": ["Excluded"]
18028
18045
  },
18029
18046
  "price": {
18030
18047
  "ta10Ref": "11.1b",
@@ -18042,6 +18059,19 @@
18042
18059
  }
18043
18060
  }
18044
18061
  }
18062
+ },
18063
+ "confirmationOfAccuracy": {
18064
+ "ta10Ref": "12",
18065
+ "title": "Confirmation to be supplied by all owners or their representative",
18066
+ "type": "object",
18067
+ "ta10Required": ["confirmInformationIsAccurate"],
18068
+ "properties": {
18069
+ "confirmInformationIsAccurate": {
18070
+ "ta10Ref": "12.1",
18071
+ "title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer",
18072
+ "type": "boolean"
18073
+ }
18074
+ }
18045
18075
  }
18046
18076
  }
18047
18077
  },
@@ -18073,7 +18103,8 @@
18073
18103
  "type": "string",
18074
18104
  "title": "",
18075
18105
  "enum": ["Yes", "To be connected", "No"],
18076
- "ntsEnum": ["Yes", "No"]
18106
+ "ntsEnum": ["Yes", "No"],
18107
+ "ta6Enum": ["Yes", "No"]
18077
18108
  }
18078
18109
  },
18079
18110
  "baspiRequired": ["yesNo"],
@@ -38065,7 +38096,7 @@
38065
38096
  "description": "Specific information about a property that was recently sold.",
38066
38097
  "properties": {
38067
38098
  "listingType": {
38068
- "const": "Recently Sold"
38099
+ "enum": ["Recently Sold"]
38069
38100
  },
38070
38101
  "soldDate": {
38071
38102
  "title": "Sold Date",
@@ -38085,7 +38116,7 @@
38085
38116
  "description": "Specific information about a property that is currently listed for sale.",
38086
38117
  "properties": {
38087
38118
  "listingType": {
38088
- "const": "Currently On Sale"
38119
+ "enum": ["Currently On Sale"]
38089
38120
  },
38090
38121
  "listedDate": {
38091
38122
  "title": "Listed Date",