@pdtf/schemas 3.0.0-26 → 3.0.0-28

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
  ]
@@ -3399,11 +3404,12 @@
3399
3404
  "ownershipAndManagement",
3400
3405
  "serviceCharge",
3401
3406
  "buildingsInsurance",
3402
- "disputesAndEnfranchisement",
3403
- "buildingSafety",
3407
+ "disputes",
3408
+ "enfranchisement",
3409
+ "buildingSafetyAct",
3404
3410
  "general",
3405
3411
  "requiredDocuments",
3406
- "confirmation"
3412
+ "confirmationOfAccuracy"
3407
3413
  ],
3408
3414
  "baspiRequired": [
3409
3415
  "sharedOwnership",
@@ -3423,14 +3429,17 @@
3423
3429
  "sharedOwnership",
3424
3430
  "leaseTerm",
3425
3431
  "contactDetails",
3426
- "transferAndRegistration",
3427
- "serviceCharge",
3432
+ "consents",
3428
3433
  "groundRent",
3429
3434
  "ownershipAndManagement",
3430
- "disputesAndEnfranchisement",
3435
+ "serviceCharge",
3436
+ "disputes",
3437
+ "buildingSafetyAct",
3438
+ "enfranchisement",
3431
3439
  "buildingSafety",
3432
3440
  "general",
3433
- "requiredDocuments"
3441
+ "requiredDocuments",
3442
+ "confirmationOfAccuracy"
3434
3443
  ],
3435
3444
  "properties": {
3436
3445
  "sharedOwnership": {
@@ -3560,11 +3569,6 @@
3560
3569
  "title": "Contacts",
3561
3570
  "description": "Complete the details for the relevant parties",
3562
3571
  "baspiRequired": ["landlord", "managingAgent"],
3563
- "ta7Required": [
3564
- "landlord",
3565
- "managementCompany",
3566
- "managingAgent"
3567
- ],
3568
3572
  "properties": {
3569
3573
  "landlord": {
3570
3574
  "baspiRef": "A1.5.4",
@@ -3602,6 +3606,7 @@
3602
3606
  },
3603
3607
  "address": {
3604
3608
  "baspiRef": "A1.5.4.1.2",
3609
+ "ta7Ref": "4.1a.0",
3605
3610
  "title": "Address",
3606
3611
  "type": "object",
3607
3612
  "properties": {
@@ -3800,6 +3805,7 @@
3800
3805
  },
3801
3806
  "managementCompany": {
3802
3807
  "lpe1Ref": "1.2",
3808
+ "ta7Ref": "4.1b",
3803
3809
  "title": "Management Company",
3804
3810
  "type": "object",
3805
3811
  "properties": {
@@ -3814,6 +3820,7 @@
3814
3820
  "minLength": 1
3815
3821
  },
3816
3822
  "address": {
3823
+ "ta7Ref": "4.1b.0",
3817
3824
  "title": "Address",
3818
3825
  "type": "object",
3819
3826
  "properties": {
@@ -3940,6 +3947,7 @@
3940
3947
  },
3941
3948
  "address": {
3942
3949
  "baspiRef": "A1.5.5.1.2",
3950
+ "ta7Ref": "4.1c.0",
3943
3951
  "title": "Address",
3944
3952
  "type": "object",
3945
3953
  "properties": {
@@ -4268,14 +4276,14 @@
4268
4276
  {
4269
4277
  "properties": {
4270
4278
  "isApplicableParty": {
4271
- "const": "false"
4279
+ "enum": ["false"]
4272
4280
  }
4273
4281
  }
4274
4282
  },
4275
4283
  {
4276
4284
  "properties": {
4277
4285
  "isApplicableParty": {
4278
- "const": "true"
4286
+ "enum": ["true"]
4279
4287
  },
4280
4288
  "feeIncludingVAT": {
4281
4289
  "title": "Total Fee including VAT",
@@ -4310,14 +4318,14 @@
4310
4318
  {
4311
4319
  "properties": {
4312
4320
  "isApplicableParty": {
4313
- "const": "false"
4321
+ "enum": ["false"]
4314
4322
  }
4315
4323
  }
4316
4324
  },
4317
4325
  {
4318
4326
  "properties": {
4319
4327
  "isApplicableParty": {
4320
- "const": "true"
4328
+ "enum": ["true"]
4321
4329
  },
4322
4330
  "feeIncludingVAT": {
4323
4331
  "title": "Total Fee including VAT",
@@ -4352,14 +4360,14 @@
4352
4360
  {
4353
4361
  "properties": {
4354
4362
  "isApplicableParty": {
4355
- "const": "false"
4363
+ "enum": ["false"]
4356
4364
  }
4357
4365
  }
4358
4366
  },
4359
4367
  {
4360
4368
  "properties": {
4361
4369
  "isApplicableParty": {
4362
- "const": "true"
4370
+ "enum": ["true"]
4363
4371
  },
4364
4372
  "feeIncludingVAT": {
4365
4373
  "title": "Total Fee including VAT",
@@ -4393,14 +4401,14 @@
4393
4401
  {
4394
4402
  "properties": {
4395
4403
  "isApplicableParty": {
4396
- "const": "false"
4404
+ "enum": ["false"]
4397
4405
  }
4398
4406
  }
4399
4407
  },
4400
4408
  {
4401
4409
  "properties": {
4402
4410
  "isApplicableParty": {
4403
- "const": "true"
4411
+ "enum": ["true"]
4404
4412
  },
4405
4413
  "feeIncludingVAT": {
4406
4414
  "title": "Total Fee including VAT",
@@ -4510,14 +4518,14 @@
4510
4518
  {
4511
4519
  "properties": {
4512
4520
  "isApplicableParty": {
4513
- "const": "false"
4521
+ "enum": ["false"]
4514
4522
  }
4515
4523
  }
4516
4524
  },
4517
4525
  {
4518
4526
  "properties": {
4519
4527
  "isApplicableParty": {
4520
- "const": "true"
4528
+ "enum": ["true"]
4521
4529
  },
4522
4530
  "feeIncludingVAT": {
4523
4531
  "title": "Total Fee including VAT",
@@ -4552,14 +4560,14 @@
4552
4560
  {
4553
4561
  "properties": {
4554
4562
  "isApplicableParty": {
4555
- "const": "false"
4563
+ "enum": ["false"]
4556
4564
  }
4557
4565
  }
4558
4566
  },
4559
4567
  {
4560
4568
  "properties": {
4561
4569
  "isApplicableParty": {
4562
- "const": "true"
4570
+ "enum": ["true"]
4563
4571
  },
4564
4572
  "feeIncludingVAT": {
4565
4573
  "title": "Total Fee including VAT",
@@ -4594,14 +4602,14 @@
4594
4602
  {
4595
4603
  "properties": {
4596
4604
  "isApplicableParty": {
4597
- "const": "false"
4605
+ "enum": ["false"]
4598
4606
  }
4599
4607
  }
4600
4608
  },
4601
4609
  {
4602
4610
  "properties": {
4603
4611
  "isApplicableParty": {
4604
- "const": "true"
4612
+ "enum": ["true"]
4605
4613
  },
4606
4614
  "feeIncludingVAT": {
4607
4615
  "title": "Total Fee including VAT",
@@ -4636,14 +4644,14 @@
4636
4644
  {
4637
4645
  "properties": {
4638
4646
  "isApplicableParty": {
4639
- "const": "false"
4647
+ "enum": ["false"]
4640
4648
  }
4641
4649
  }
4642
4650
  },
4643
4651
  {
4644
4652
  "properties": {
4645
4653
  "isApplicableParty": {
4646
- "const": "true"
4654
+ "enum": ["true"]
4647
4655
  },
4648
4656
  "feeIncludingVAT": {
4649
4657
  "title": "Total Fee including VAT",
@@ -4677,14 +4685,14 @@
4677
4685
  {
4678
4686
  "properties": {
4679
4687
  "isApplicableParty": {
4680
- "const": "false"
4688
+ "enum": ["false"]
4681
4689
  }
4682
4690
  }
4683
4691
  },
4684
4692
  {
4685
4693
  "properties": {
4686
4694
  "isApplicableParty": {
4687
- "const": "true"
4695
+ "enum": ["true"]
4688
4696
  },
4689
4697
  "feeIncludingVAT": {
4690
4698
  "title": "Total Fee including VAT",
@@ -4789,14 +4797,14 @@
4789
4797
  {
4790
4798
  "properties": {
4791
4799
  "areOtherDetailsRequired": {
4792
- "const": "No"
4800
+ "enum": ["No"]
4793
4801
  }
4794
4802
  }
4795
4803
  },
4796
4804
  {
4797
4805
  "properties": {
4798
4806
  "areOtherDetailsRequired": {
4799
- "const": "Yes"
4807
+ "enum": ["Yes"]
4800
4808
  },
4801
4809
  "details": {
4802
4810
  "title": "Please detail required additional information to be included with the notice of disposition",
@@ -4984,6 +4992,64 @@
4984
4992
  }
4985
4993
  }
4986
4994
  },
4995
+ "consents": {
4996
+ "ta7Ref": "7",
4997
+ "title": "Consents",
4998
+ "type": "object",
4999
+ "ta7Required": ["changesInTermOfLease"],
5000
+ "properties": {
5001
+ "changesInTermOfLease": {
5002
+ "ta7Ref": "7.1",
5003
+ "title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
5004
+ "type": "object",
5005
+ "lpe1Required": ["isSellerAwareOfChanges"],
5006
+ "ta7Required": ["isSellerAwareOfChanges"],
5007
+ "properties": {
5008
+ "isSellerAwareOfChanges": {
5009
+ "ta7Ref": "7.1.1",
5010
+ "title": "",
5011
+ "type": "string",
5012
+ "enum": ["Yes", "No"]
5013
+ }
5014
+ },
5015
+ "discriminator": {
5016
+ "propertyName": "isSellerAwareOfChanges"
5017
+ },
5018
+ "oneOf": [
5019
+ {
5020
+ "properties": {
5021
+ "isSellerAwareOfChanges": {
5022
+ "enum": ["No"]
5023
+ }
5024
+ }
5025
+ },
5026
+ {
5027
+ "properties": {
5028
+ "isSellerAwareOfChanges": {
5029
+ "enum": ["Yes"]
5030
+ },
5031
+ "details": {
5032
+ "ta7Ref": "7.1.2",
5033
+ "title": "Please supply a copy or, if not in writing, please give details:",
5034
+ "type": "string",
5035
+ "minLength": 1
5036
+ },
5037
+ "attachments": {
5038
+ "ta7Ref": "7.1.3",
5039
+ "type": "string",
5040
+ "enum": [
5041
+ "Attached",
5042
+ "To follow",
5043
+ "Lost"
5044
+ ]
5045
+ }
5046
+ },
5047
+ "lpe1Required": ["details"]
5048
+ }
5049
+ ]
5050
+ }
5051
+ }
5052
+ },
4987
5053
  "transferAndRegistration": {
4988
5054
  "lpe1Ref": "2",
4989
5055
  "baspiRef": "A1.5.6",
@@ -4999,10 +5065,6 @@
4999
5065
  "baspiRequired": [
5000
5066
  "requirementsToBeMemberOfManagementCompany"
5001
5067
  ],
5002
- "ta7Required": [
5003
- "awareOfConsents",
5004
- "changesInTermOfLease"
5005
- ],
5006
5068
  "properties": {
5007
5069
  "deedOfCovenantRequired": {
5008
5070
  "lpe1Ref": "2.1",
@@ -5095,13 +5157,11 @@
5095
5157
  "type": "object",
5096
5158
  "properties": {
5097
5159
  "yesNo": {
5098
- "ta7Ref": "9.3.1",
5099
5160
  "type": "string",
5100
5161
  "enum": ["Yes", "No"]
5101
5162
  }
5102
5163
  },
5103
5164
  "lpe1Required": ["yesNo"],
5104
- "ta7Required": ["yesNo"],
5105
5165
  "discriminator": {
5106
5166
  "propertyName": "yesNo"
5107
5167
  },
@@ -5129,57 +5189,7 @@
5129
5189
  }
5130
5190
  ]
5131
5191
  },
5132
- "changesInTermOfLease": {
5133
- "ta7Ref": "7.1",
5134
- "title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
5135
- "type": "object",
5136
- "lpe1Required": ["isSellerAwareOfChanges"],
5137
- "ta7Required": ["isSellerAwareOfChanges"],
5138
- "properties": {
5139
- "isSellerAwareOfChanges": {
5140
- "title": "",
5141
- "type": "string",
5142
- "enum": [
5143
- "Yes",
5144
- "No",
5145
- "Attached",
5146
- "To follow",
5147
- "Lost"
5148
- ]
5149
- }
5150
- },
5151
- "discriminator": {
5152
- "propertyName": "isSellerAwareOfChanges"
5153
- },
5154
- "oneOf": [
5155
- {
5156
- "properties": {
5157
- "isSellerAwareOfChanges": {
5158
- "enum": [
5159
- "No",
5160
- "Attached",
5161
- "To follow",
5162
- "Lost"
5163
- ]
5164
- }
5165
- }
5166
- },
5167
- {
5168
- "properties": {
5169
- "isSellerAwareOfChanges": {
5170
- "enum": ["Yes"]
5171
- },
5172
- "details": {
5173
- "ta7Ref": "7.1.3",
5174
- "title": "Please supply a copy or, if not in writing, please give details:",
5175
- "type": "string",
5176
- "minLength": 1
5177
- }
5178
- },
5179
- "lpe1Required": ["details"]
5180
- }
5181
- ]
5182
- },
5192
+
5183
5193
  "requirementsToBeMemberOfManagementCompany": {
5184
5194
  "baspiRef": "A1.5.6",
5185
5195
  "lpe1Ref": "2.5",
@@ -5481,7 +5491,8 @@
5481
5491
  },
5482
5492
  "lpe1Required": [
5483
5493
  "headLeaseholderControlled"
5484
- ]
5494
+ ],
5495
+ "ta7Required": ["headLeaseholderControlled"]
5485
5496
  }
5486
5497
  ]
5487
5498
  },
@@ -5500,7 +5511,7 @@
5500
5511
  "Freeholder",
5501
5512
  "Headleaseholder",
5502
5513
  "Management company named in lease of the property",
5503
- "Right to manage company set up by the tenants under statutory rights",
5514
+ "A Right to Manage company set up by the tenants under statutory rights",
5504
5515
  "Other"
5505
5516
  ]
5506
5517
  }
@@ -5516,7 +5527,7 @@
5516
5527
  "Freeholder",
5517
5528
  "Headleaseholder",
5518
5529
  "Management company named in lease of the property",
5519
- "Right to manage company set up by the tenants under statutory rights"
5530
+ "A Right to Manage company set up by the tenants under statutory rights"
5520
5531
  ]
5521
5532
  }
5522
5533
  }
@@ -5532,7 +5543,8 @@
5532
5543
  "type": "string"
5533
5544
  }
5534
5545
  },
5535
- "lpe1Required": ["details"]
5546
+ "lpe1Required": ["details"],
5547
+ "ta7Required": ["details"]
5536
5548
  }
5537
5549
  ]
5538
5550
  },
@@ -5639,7 +5651,8 @@
5639
5651
  }
5640
5652
  },
5641
5653
  "lpe1Required": ["details"],
5642
- "baspiRequired": ["details"]
5654
+ "baspiRequired": ["details"],
5655
+ "ta7Required": ["details"]
5643
5656
  }
5644
5657
  ]
5645
5658
  },
@@ -5679,7 +5692,8 @@
5679
5692
  "type": "string"
5680
5693
  }
5681
5694
  },
5682
- "lpe1Required": ["details"]
5695
+ "lpe1Required": ["details"],
5696
+ "ta7Required": ["details"]
5683
5697
  }
5684
5698
  ]
5685
5699
  },
@@ -5760,11 +5774,13 @@
5760
5774
  "enum": ["Yes"]
5761
5775
  },
5762
5776
  "details": {
5777
+ "ta7Ref": "5.9.2",
5763
5778
  "title": "Please give details:",
5764
5779
  "type": "string"
5765
5780
  }
5766
5781
  },
5767
- "lpe1Required": ["details"]
5782
+ "lpe1Required": ["details"],
5783
+ "ta7Required": ["details"]
5768
5784
  }
5769
5785
  ]
5770
5786
  },
@@ -5815,7 +5831,7 @@
5815
5831
  },
5816
5832
  "adHocExpenses": {
5817
5833
  "lpe1Ref": "4.1.2",
5818
- "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?",
5819
5835
  "type": "string"
5820
5836
  },
5821
5837
  "serviceChargePaidUpToDate": {
@@ -6037,13 +6053,19 @@
6037
6053
  "lpe1Ref": "4.7",
6038
6054
  "ta7Ref": "5",
6039
6055
  "title": "Confirm the date when the Managed Areas were last decorated, internally and externally.",
6056
+ "ta7itle": "In what year was the building last decorated:",
6040
6057
  "type": "object",
6041
6058
  "properties": {
6042
- "internally": {
6043
- "ta7Ref": "5.3",
6044
- "title": "Internally",
6059
+ "externally": {
6060
+ "ta7Ref": "5.2",
6061
+ "title": "The outside of the building (if known)",
6045
6062
  "type": "object",
6046
6063
  "properties": {
6064
+ "year": {
6065
+ "ta7Ref": "5.2.1",
6066
+ "title": "Year",
6067
+ "type": "integer"
6068
+ },
6047
6069
  "from": {
6048
6070
  "title": "To",
6049
6071
  "type": "string",
@@ -6056,11 +6078,17 @@
6056
6078
  }
6057
6079
  }
6058
6080
  },
6059
- "externally": {
6060
- "ta7Ref": "5.2",
6061
- "title": "Externally",
6081
+ "internally": {
6082
+ "ta7Ref": "5.3",
6083
+ "title": "Internally",
6084
+ "ta7Title": "The internal communal parts (if known)",
6062
6085
  "type": "object",
6063
6086
  "properties": {
6087
+ "year": {
6088
+ "ta7Ref": "5.3.1",
6089
+ "title": "Year",
6090
+ "type": "integer"
6091
+ },
6064
6092
  "from": {
6065
6093
  "title": "To",
6066
6094
  "type": "string",
@@ -6478,7 +6506,7 @@
6478
6506
  "claimsMade": {
6479
6507
  "lpe1Ref": "5.4",
6480
6508
  "type": "object",
6481
- "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?",
6482
6510
  "properties": {
6483
6511
  "yesNo": {
6484
6512
  "type": "string",
@@ -6824,16 +6852,17 @@
6824
6852
  }
6825
6853
  }
6826
6854
  },
6827
- "disputesAndEnfranchisement": {
6855
+ "disputes": {
6828
6856
  "lpe1Ref": "6",
6829
- "title": "Disputes & Enfranchisement",
6857
+ "ta7Ref": "8",
6858
+ "title": "Disputes",
6859
+ "ta7Ttle": "Complaints",
6830
6860
  "type": "object",
6831
6861
  "lpe1Required": [
6832
6862
  "sellerReceivedComplaint",
6833
6863
  "sellerSentComplaint",
6834
6864
  "ongoingForfeitureProceedings",
6835
6865
  "unresolvedDisputes",
6836
- "enfranchisementSteps",
6837
6866
  "breachOfTermsOfLease"
6838
6867
  ],
6839
6868
  "ta7Required": [
@@ -6974,45 +7003,6 @@
6974
7003
  }
6975
7004
  ]
6976
7005
  },
6977
- "enfranchisementSteps": {
6978
- "lpe1Ref": "6.3",
6979
- "type": "object",
6980
- "title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
6981
- "properties": {
6982
- "yesNo": {
6983
- "type": "string",
6984
- "title": "",
6985
- "enum": ["Yes", "No", "Not Known"]
6986
- }
6987
- },
6988
- "lpe1Required": ["yesNo"],
6989
- "discriminator": {
6990
- "propertyName": "yesNo"
6991
- },
6992
- "oneOf": [
6993
- {
6994
- "properties": {
6995
- "yesNo": {
6996
- "enum": ["No", "Not Known"]
6997
- }
6998
- }
6999
- },
7000
- {
7001
- "properties": {
7002
- "yesNo": {
7003
- "enum": ["Yes"]
7004
- },
7005
- "details": {
7006
- "lpe1Ref": "6.3.1",
7007
- "title": "Provide details and copies of relevant documentation",
7008
- "type": "string",
7009
- "minLength": 1
7010
- }
7011
- },
7012
- "lpe1Required": ["details"]
7013
- }
7014
- ]
7015
- },
7016
7006
  "breachOfTermsOfLease": {
7017
7007
  "lpe1Ref": "6.4",
7018
7008
  "type": "object",
@@ -7054,7 +7044,7 @@
7054
7044
  }
7055
7045
  }
7056
7046
  },
7057
- "buildingSafety": {
7047
+ "buildingSafetyAct": {
7058
7048
  "ta7Ref": "11",
7059
7049
  "title": "Building safety",
7060
7050
  "type": "object",
@@ -7117,7 +7107,7 @@
7117
7107
  "title": "Leaseholder Deed of Certificate.",
7118
7108
  "ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
7119
7109
  "type": "string",
7120
- "enum": ["Enclosed", "To follow"]
7110
+ "enum": ["Attached", "To follow"]
7121
7111
  }
7122
7112
  },
7123
7113
  "lpe1Required": [
@@ -7177,7 +7167,7 @@
7177
7167
  "title": "Landlord's Certificate.",
7178
7168
  "ta7Title": "Please supply a copy and the accompanying evidence.",
7179
7169
  "type": "string",
7180
- "enum": ["Enclosed", "To follow"]
7170
+ "enum": ["Attached", "To follow"]
7181
7171
  }
7182
7172
  },
7183
7173
  "lpe1Required": ["attachments"],
@@ -7187,29 +7177,11 @@
7187
7177
  }
7188
7178
  }
7189
7179
  },
7190
- "general": {
7191
- "lpe1Ref": "7",
7192
- "title": "General",
7180
+ "alterations": {
7181
+ "ta7Ref": "9",
7182
+ "title": "Alterations",
7193
7183
  "type": "object",
7194
- "lpe1Required": [
7195
- "sellerAwareOfAlterations",
7196
- "sellerOwnedProperty",
7197
- "sellerServedNoticeOnLandlord",
7198
- "sellerAwareOfNoticeOfCollectivePurchase",
7199
- "sellerAwareOfResponse",
7200
- "otherPropertiesInManagedArea",
7201
- "leasedOnSimilarTerms",
7202
- "buildingKnownToBeHMO",
7203
- "additionalParkingRegulations",
7204
- "restrictionOnKeepingPets"
7205
- ],
7206
- "ta7Required": [
7207
- "sellerAwareOfAlterations",
7208
- "sellerOwnedProperty",
7209
- "sellerServedNoticeOnLandlord",
7210
- "sellerAwareOfNoticeOfCollectivePurchase",
7211
- "sellerAwareOfResponse"
7212
- ],
7184
+ "ta7Required": ["sellerAwareOfAlterations"],
7213
7185
  "properties": {
7214
7186
  "sellerAwareOfAlterations": {
7215
7187
  "ta7Ref": "9.1",
@@ -7267,7 +7239,22 @@
7267
7239
  ]
7268
7240
  }
7269
7241
  ]
7270
- },
7242
+ }
7243
+ }
7244
+ },
7245
+ "enfranchisement": {
7246
+ "lpe1Ref": "6",
7247
+ "ta7Ref": "10",
7248
+ "title": "Enfranchisement",
7249
+ "type": "object",
7250
+ "ta7Required": [
7251
+ "sellerOwnedProperty",
7252
+ "sellerServedNoticeOnLandlord",
7253
+ "sellerAwareOfNoticeOfCollectivePurchase",
7254
+ "sellerAwareOfResponse"
7255
+ ],
7256
+ "lpe1Required": ["enfranchisementSteps"],
7257
+ "properties": {
7271
7258
  "sellerOwnedProperty": {
7272
7259
  "ta7Ref": "10.1",
7273
7260
  "title": "Has the seller owned the property for at least two years?",
@@ -7313,6 +7300,59 @@
7313
7300
  "To follow"
7314
7301
  ]
7315
7302
  },
7303
+ "enfranchisementSteps": {
7304
+ "lpe1Ref": "6.3",
7305
+ "type": "object",
7306
+ "title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
7307
+ "properties": {
7308
+ "yesNo": {
7309
+ "type": "string",
7310
+ "title": "",
7311
+ "enum": ["Yes", "No", "Not Known"]
7312
+ }
7313
+ },
7314
+ "lpe1Required": ["yesNo"],
7315
+ "discriminator": {
7316
+ "propertyName": "yesNo"
7317
+ },
7318
+ "oneOf": [
7319
+ {
7320
+ "properties": {
7321
+ "yesNo": {
7322
+ "enum": ["No", "Not Known"]
7323
+ }
7324
+ }
7325
+ },
7326
+ {
7327
+ "properties": {
7328
+ "yesNo": {
7329
+ "enum": ["Yes"]
7330
+ },
7331
+ "details": {
7332
+ "lpe1Ref": "6.3.1",
7333
+ "title": "Provide details and copies of relevant documentation",
7334
+ "type": "string",
7335
+ "minLength": 1
7336
+ }
7337
+ },
7338
+ "lpe1Required": ["details"]
7339
+ }
7340
+ ]
7341
+ }
7342
+ }
7343
+ },
7344
+ "general": {
7345
+ "lpe1Ref": "7",
7346
+ "title": "General",
7347
+ "type": "object",
7348
+ "lpe1Required": [
7349
+ "otherPropertiesInManagedArea",
7350
+ "leasedOnSimilarTerms",
7351
+ "buildingKnownToBeHMO",
7352
+ "additionalParkingRegulations",
7353
+ "restrictionOnKeepingPets"
7354
+ ],
7355
+ "properties": {
7316
7356
  "otherPropertiesInManagedArea": {
7317
7357
  "lpe1Ref": "7.1",
7318
7358
  "title": "How many other properties are there in the Managed Area?",
@@ -7478,6 +7518,7 @@
7478
7518
  },
7479
7519
  "requiredDocuments": {
7480
7520
  "lpe1Ref": "8",
7521
+ "ta7Ref": "3",
7481
7522
  "title": "Required documents",
7482
7523
  "ta7Title": "Relevant documents",
7483
7524
  "type": "object",
@@ -7511,7 +7552,7 @@
7511
7552
  "noticeOfSale",
7512
7553
  "noticeOfBuildingCondition",
7513
7554
  "copyOfcorrespondence",
7514
- "serviceChargeAccounts",
7555
+ "serviceCharges",
7515
7556
  "groundRent",
7516
7557
  "buildingsInsurancePolicy",
7517
7558
  "additionalRegulationsNotInLease",
@@ -7524,7 +7565,7 @@
7524
7565
  "ta7Ref": "3.1a1",
7525
7566
  "title": "Please supply a copy of the lease.",
7526
7567
  "type": "string",
7527
- "enum": ["Enclosed", "To follow"]
7568
+ "enum": ["Attached", "To follow"]
7528
7569
  },
7529
7570
  "deedsOfVariation": {
7530
7571
  "lpe1Ref": "8.9",
@@ -7533,14 +7574,14 @@
7533
7574
  "ta7Title": "Any supplemental deeds.",
7534
7575
  "type": "string",
7535
7576
  "enum": [
7536
- "Enclosed",
7577
+ "Attached",
7537
7578
  "To follow",
7538
7579
  "Landlord's lawyer provides",
7539
7580
  "Please supply draft",
7540
7581
  "Not applicable"
7541
7582
  ],
7542
7583
  "ta7Enum": [
7543
- "Enclosed",
7584
+ "Attached",
7544
7585
  "To follow",
7545
7586
  "Not applicable"
7546
7587
  ]
@@ -7553,11 +7594,20 @@
7553
7594
  },
7554
7595
  "serviceChargeAccounts": {
7555
7596
  "lpe1Ref": "8.1",
7597
+ "title": "The last three years published Service Charge accounts.",
7598
+ "type": "string",
7599
+ "enum": [
7600
+ "Attached",
7601
+ "To follow",
7602
+ "Not applicable"
7603
+ ]
7604
+ },
7605
+ "serviceCharges": {
7556
7606
  "ta7Ref": "3.3a",
7557
- "title": "The last 3 years published Service Charge accounts.",
7607
+ "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.",
7558
7608
  "type": "string",
7559
7609
  "enum": [
7560
- "Enclosed",
7610
+ "Attached",
7561
7611
  "To follow",
7562
7612
  "Not applicable"
7563
7613
  ]
@@ -7567,7 +7617,7 @@
7567
7617
  "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.",
7568
7618
  "type": "string",
7569
7619
  "enum": [
7570
- "Enclosed",
7620
+ "Attached",
7571
7621
  "To follow",
7572
7622
  "Not applicable"
7573
7623
  ]
@@ -7629,7 +7679,7 @@
7629
7679
  "title": "Buildings insurance policy and schedule for the Managed Areas.",
7630
7680
  "type": "string",
7631
7681
  "enum": [
7632
- "Enclosed",
7682
+ "Attached",
7633
7683
  "To follow",
7634
7684
  "Not applicable"
7635
7685
  ]
@@ -7639,7 +7689,7 @@
7639
7689
  "title": "Service charge estimate for the current year and details of the anticipated payments on account for the Property.",
7640
7690
  "type": "string",
7641
7691
  "enum": [
7642
- "Enclosed",
7692
+ "Attached",
7643
7693
  "To follow",
7644
7694
  "Not applicable"
7645
7695
  ]
@@ -7649,7 +7699,7 @@
7649
7699
  "title": "Service charge estimate for the previous year for which accounts have not yet been prepared for the Property.",
7650
7700
  "type": "string",
7651
7701
  "enum": [
7652
- "Enclosed",
7702
+ "Attached",
7653
7703
  "To follow",
7654
7704
  "Not applicable"
7655
7705
  ]
@@ -7659,7 +7709,7 @@
7659
7709
  "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.",
7660
7710
  "type": "string",
7661
7711
  "enum": [
7662
- "Enclosed",
7712
+ "Attached",
7663
7713
  "To follow",
7664
7714
  "Not applicable"
7665
7715
  ]
@@ -7669,7 +7719,7 @@
7669
7719
  "title": "Documentation relating to any forfeiture proceedings applicable to the Property.",
7670
7720
  "type": "string",
7671
7721
  "enum": [
7672
- "Enclosed",
7722
+ "Attached",
7673
7723
  "To follow",
7674
7724
  "Not applicable"
7675
7725
  ]
@@ -7680,7 +7730,7 @@
7680
7730
  "title": "Any additional regulations or rules affecting the Property which are not contained in the lease.",
7681
7731
  "type": "string",
7682
7732
  "enum": [
7683
- "Enclosed",
7733
+ "Attached",
7684
7734
  "To follow",
7685
7735
  "Not applicable"
7686
7736
  ]
@@ -7690,7 +7740,7 @@
7690
7740
  "title": "Any required Deed of Covenant.",
7691
7741
  "type": "string",
7692
7742
  "enum": [
7693
- "Enclosed",
7743
+ "Attached",
7694
7744
  "To follow",
7695
7745
  "Not applicable"
7696
7746
  ]
@@ -7700,7 +7750,7 @@
7700
7750
  "title": "Any Certificate of Compliance.",
7701
7751
  "type": "string",
7702
7752
  "enum": [
7703
- "Enclosed",
7753
+ "Attached",
7704
7754
  "To follow",
7705
7755
  "Not applicable"
7706
7756
  ]
@@ -7715,7 +7765,7 @@
7715
7765
  "title": "Any required Licence to Assign.",
7716
7766
  "type": "string",
7717
7767
  "enum": [
7718
- "Enclosed",
7768
+ "Attached",
7719
7769
  "To follow",
7720
7770
  "Landlord's lawyer provides",
7721
7771
  "Please supply draft",
@@ -7727,7 +7777,7 @@
7727
7777
  "title": "Copy of any permission to alter the Property which has been issued.",
7728
7778
  "type": "string",
7729
7779
  "enum": [
7730
- "Enclosed",
7780
+ "Attached",
7731
7781
  "To follow",
7732
7782
  "Not applicable"
7733
7783
  ]
@@ -7737,7 +7787,7 @@
7737
7787
  "title": "Copy of any known notices served on the Lessee and documentation arising from them.",
7738
7788
  "type": "string",
7739
7789
  "enum": [
7740
- "Enclosed",
7790
+ "Attached",
7741
7791
  "To follow",
7742
7792
  "Not applicable"
7743
7793
  ]
@@ -7747,7 +7797,7 @@
7747
7797
  "title": "Asbestos Survey for parts of the Managed Area built or converted before 2001.",
7748
7798
  "type": "string",
7749
7799
  "enum": [
7750
- "Enclosed",
7800
+ "Attached",
7751
7801
  "To follow",
7752
7802
  "Not applicable"
7753
7803
  ]
@@ -7757,7 +7807,7 @@
7757
7807
  "title": "Fire Risk Assessment for the Managed Area.",
7758
7808
  "type": "string",
7759
7809
  "enum": [
7760
- "Enclosed",
7810
+ "Attached",
7761
7811
  "To follow",
7762
7812
  "Not applicable"
7763
7813
  ]
@@ -7774,7 +7824,7 @@
7774
7824
  "title": "Memorandum and Articles of Association of the Management Company.",
7775
7825
  "type": "string",
7776
7826
  "enum": [
7777
- "Enclosed",
7827
+ "Attached",
7778
7828
  "To follow",
7779
7829
  "Not applicable"
7780
7830
  ]
@@ -7806,7 +7856,7 @@
7806
7856
  "title": "Minutes from the last AGM for the Management Company.",
7807
7857
  "type": "string",
7808
7858
  "enum": [
7809
- "Enclosed",
7859
+ "Attached",
7810
7860
  "To follow",
7811
7861
  "Not applicable"
7812
7862
  ]
@@ -7816,27 +7866,27 @@
7816
7866
  "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).",
7817
7867
  "type": "string",
7818
7868
  "enum": [
7819
- "Enclosed",
7869
+ "Attached",
7820
7870
  "To follow",
7821
7871
  "Not applicable"
7822
7872
  ]
7823
7873
  }
7824
7874
  }
7825
7875
  },
7826
- "confirmation": {
7876
+ "confirmationOfAccuracy": {
7877
+ "ta7Ref": "12",
7827
7878
  "lpe1Ref": "9",
7828
- "title": "Confirmation",
7829
- "description": "By checking the box you are .",
7879
+ "title": "Confirmation of accuracy",
7830
7880
  "type": "object",
7831
- "lpe1Required": ["response"],
7881
+ "lpe1Required": ["confirmation", "capacity"],
7882
+ "ta7Required": ["confirmation"],
7832
7883
  "properties": {
7833
- "response": {
7884
+ "confirmation": {
7885
+ "ta7Ref": "12.1",
7834
7886
  "title": "Declaration",
7835
7887
  "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",
7836
- "confirmation": {
7837
- "type": "string",
7838
- "enum": ["true", "false"]
7839
- }
7888
+ "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",
7889
+ "type": "boolean"
7840
7890
  },
7841
7891
  "capacity": {
7842
7892
  "title": "Confirm the capacity in which the answers are given.",
@@ -11199,7 +11249,7 @@
11199
11249
  {
11200
11250
  "properties": {
11201
11251
  "isIncludedExcludedOrNone": {
11202
- "const": "Included"
11252
+ "enum": ["Included"]
11203
11253
  },
11204
11254
  "comments": {
11205
11255
  "ta10Ref": "1.1c",
@@ -11211,7 +11261,7 @@
11211
11261
  {
11212
11262
  "properties": {
11213
11263
  "isIncludedExcludedOrNone": {
11214
- "const": "Excluded"
11264
+ "enum": ["Excluded"]
11215
11265
  },
11216
11266
  "price": {
11217
11267
  "ta10Ref": "1.1b",
@@ -11228,7 +11278,7 @@
11228
11278
  {
11229
11279
  "properties": {
11230
11280
  "isIncludedExcludedOrNone": {
11231
- "const": "None"
11281
+ "enum": ["None"]
11232
11282
  },
11233
11283
  "comments": {
11234
11284
  "ta10Ref": "1.1c",
@@ -11259,7 +11309,7 @@
11259
11309
  {
11260
11310
  "properties": {
11261
11311
  "isIncludedExcludedOrNone": {
11262
- "const": "Included"
11312
+ "enum": ["Included"]
11263
11313
  },
11264
11314
  "comments": {
11265
11315
  "ta10Ref": "1.2c",
@@ -11271,7 +11321,7 @@
11271
11321
  {
11272
11322
  "properties": {
11273
11323
  "isIncludedExcludedOrNone": {
11274
- "const": "Excluded"
11324
+ "enum": ["Excluded"]
11275
11325
  },
11276
11326
  "price": {
11277
11327
  "ta10Ref": "1.2b",
@@ -11288,7 +11338,7 @@
11288
11338
  {
11289
11339
  "properties": {
11290
11340
  "isIncludedExcludedOrNone": {
11291
- "const": "None"
11341
+ "enum": ["None"]
11292
11342
  },
11293
11343
  "comments": {
11294
11344
  "ta10Ref": "1.2c",
@@ -11319,7 +11369,7 @@
11319
11369
  {
11320
11370
  "properties": {
11321
11371
  "isIncludedExcludedOrNone": {
11322
- "const": "Included"
11372
+ "enum": ["Included"]
11323
11373
  },
11324
11374
  "comments": {
11325
11375
  "ta10Ref": "1.3c",
@@ -11331,7 +11381,7 @@
11331
11381
  {
11332
11382
  "properties": {
11333
11383
  "isIncludedExcludedOrNone": {
11334
- "const": "Excluded"
11384
+ "enum": ["Excluded"]
11335
11385
  },
11336
11386
  "price": {
11337
11387
  "ta10Ref": "1.3b",
@@ -11348,7 +11398,7 @@
11348
11398
  {
11349
11399
  "properties": {
11350
11400
  "isIncludedExcludedOrNone": {
11351
- "const": "None"
11401
+ "enum": ["None"]
11352
11402
  },
11353
11403
  "comments": {
11354
11404
  "ta10Ref": "1.3c",
@@ -11379,7 +11429,7 @@
11379
11429
  {
11380
11430
  "properties": {
11381
11431
  "isIncludedExcludedOrNone": {
11382
- "const": "Included"
11432
+ "enum": ["Included"]
11383
11433
  },
11384
11434
  "comments": {
11385
11435
  "ta10Ref": "1.4c",
@@ -11391,7 +11441,7 @@
11391
11441
  {
11392
11442
  "properties": {
11393
11443
  "isIncludedExcludedOrNone": {
11394
- "const": "Excluded"
11444
+ "enum": ["Excluded"]
11395
11445
  },
11396
11446
  "price": {
11397
11447
  "ta10Ref": "1.4b",
@@ -11408,7 +11458,7 @@
11408
11458
  {
11409
11459
  "properties": {
11410
11460
  "isIncludedExcludedOrNone": {
11411
- "const": "None"
11461
+ "enum": ["None"]
11412
11462
  },
11413
11463
  "comments": {
11414
11464
  "ta10Ref": "1.4c",
@@ -11439,7 +11489,7 @@
11439
11489
  {
11440
11490
  "properties": {
11441
11491
  "isIncludedExcludedOrNone": {
11442
- "const": "Included"
11492
+ "enum": ["Included"]
11443
11493
  },
11444
11494
  "comments": {
11445
11495
  "ta10Ref": "1.5c",
@@ -11451,7 +11501,7 @@
11451
11501
  {
11452
11502
  "properties": {
11453
11503
  "isIncludedExcludedOrNone": {
11454
- "const": "Excluded"
11504
+ "enum": ["Excluded"]
11455
11505
  },
11456
11506
  "price": {
11457
11507
  "ta10Ref": "1.5b",
@@ -11468,7 +11518,7 @@
11468
11518
  {
11469
11519
  "properties": {
11470
11520
  "isIncludedExcludedOrNone": {
11471
- "const": "None"
11521
+ "enum": ["None"]
11472
11522
  },
11473
11523
  "comments": {
11474
11524
  "ta10Ref": "1.5c",
@@ -11499,7 +11549,7 @@
11499
11549
  {
11500
11550
  "properties": {
11501
11551
  "isIncludedExcludedOrNone": {
11502
- "const": "Included"
11552
+ "enum": ["Included"]
11503
11553
  },
11504
11554
  "comments": {
11505
11555
  "ta10Ref": "1.6c",
@@ -11511,7 +11561,7 @@
11511
11561
  {
11512
11562
  "properties": {
11513
11563
  "isIncludedExcludedOrNone": {
11514
- "const": "Excluded"
11564
+ "enum": ["Excluded"]
11515
11565
  },
11516
11566
  "price": {
11517
11567
  "ta10Ref": "1.6b",
@@ -11528,7 +11578,7 @@
11528
11578
  {
11529
11579
  "properties": {
11530
11580
  "isIncludedExcludedOrNone": {
11531
- "const": "None"
11581
+ "enum": ["None"]
11532
11582
  },
11533
11583
  "comments": {
11534
11584
  "ta10Ref": "1.6c",
@@ -11559,7 +11609,7 @@
11559
11609
  {
11560
11610
  "properties": {
11561
11611
  "isIncludedExcludedOrNone": {
11562
- "const": "Included"
11612
+ "enum": ["Included"]
11563
11613
  },
11564
11614
  "comments": {
11565
11615
  "ta10Ref": "1.7c",
@@ -11571,7 +11621,7 @@
11571
11621
  {
11572
11622
  "properties": {
11573
11623
  "isIncludedExcludedOrNone": {
11574
- "const": "Excluded"
11624
+ "enum": ["Excluded"]
11575
11625
  },
11576
11626
  "price": {
11577
11627
  "ta10Ref": "1.7b",
@@ -11588,7 +11638,7 @@
11588
11638
  {
11589
11639
  "properties": {
11590
11640
  "isIncludedExcludedOrNone": {
11591
- "const": "None"
11641
+ "enum": ["None"]
11592
11642
  },
11593
11643
  "comments": {
11594
11644
  "ta10Ref": "1.7c",
@@ -11619,7 +11669,7 @@
11619
11669
  {
11620
11670
  "properties": {
11621
11671
  "isIncludedExcludedOrNone": {
11622
- "const": "Included"
11672
+ "enum": ["Included"]
11623
11673
  },
11624
11674
  "comments": {
11625
11675
  "ta10Ref": "1.8c",
@@ -11631,7 +11681,7 @@
11631
11681
  {
11632
11682
  "properties": {
11633
11683
  "isIncludedExcludedOrNone": {
11634
- "const": "Excluded"
11684
+ "enum": ["Excluded"]
11635
11685
  },
11636
11686
  "price": {
11637
11687
  "ta10Ref": "1.8b",
@@ -11648,7 +11698,7 @@
11648
11698
  {
11649
11699
  "properties": {
11650
11700
  "isIncludedExcludedOrNone": {
11651
- "const": "None"
11701
+ "enum": ["None"]
11652
11702
  },
11653
11703
  "comments": {
11654
11704
  "ta10Ref": "1.8c",
@@ -11679,7 +11729,7 @@
11679
11729
  {
11680
11730
  "properties": {
11681
11731
  "isIncludedExcludedOrNone": {
11682
- "const": "Included"
11732
+ "enum": ["Included"]
11683
11733
  },
11684
11734
  "comments": {
11685
11735
  "ta10Ref": "1.9c",
@@ -11691,7 +11741,7 @@
11691
11741
  {
11692
11742
  "properties": {
11693
11743
  "isIncludedExcludedOrNone": {
11694
- "const": "Excluded"
11744
+ "enum": ["Excluded"]
11695
11745
  },
11696
11746
  "price": {
11697
11747
  "ta10Ref": "1.9b",
@@ -11708,7 +11758,7 @@
11708
11758
  {
11709
11759
  "properties": {
11710
11760
  "isIncludedExcludedOrNone": {
11711
- "const": "None"
11761
+ "enum": ["None"]
11712
11762
  },
11713
11763
  "comments": {
11714
11764
  "ta10Ref": "1.9c",
@@ -11739,7 +11789,7 @@
11739
11789
  {
11740
11790
  "properties": {
11741
11791
  "isIncludedExcludedOrNone": {
11742
- "const": "Included"
11792
+ "enum": ["Included"]
11743
11793
  },
11744
11794
  "comments": {
11745
11795
  "ta10Ref": "1.10c",
@@ -11751,7 +11801,7 @@
11751
11801
  {
11752
11802
  "properties": {
11753
11803
  "isIncludedExcludedOrNone": {
11754
- "const": "Excluded"
11804
+ "enum": ["Excluded"]
11755
11805
  },
11756
11806
  "price": {
11757
11807
  "ta10Ref": "1.10b",
@@ -11768,7 +11818,7 @@
11768
11818
  {
11769
11819
  "properties": {
11770
11820
  "isIncludedExcludedOrNone": {
11771
- "const": "None"
11821
+ "enum": ["None"]
11772
11822
  },
11773
11823
  "comments": {
11774
11824
  "ta10Ref": "1.10c",
@@ -11799,7 +11849,7 @@
11799
11849
  {
11800
11850
  "properties": {
11801
11851
  "isIncludedExcludedOrNone": {
11802
- "const": "Included"
11852
+ "enum": ["Included"]
11803
11853
  },
11804
11854
  "comments": {
11805
11855
  "ta10Ref": "1.11c",
@@ -11811,7 +11861,7 @@
11811
11861
  {
11812
11862
  "properties": {
11813
11863
  "isIncludedExcludedOrNone": {
11814
- "const": "Excluded"
11864
+ "enum": ["Excluded"]
11815
11865
  },
11816
11866
  "price": {
11817
11867
  "ta10Ref": "1.11b",
@@ -11828,7 +11878,7 @@
11828
11878
  {
11829
11879
  "properties": {
11830
11880
  "isIncludedExcludedOrNone": {
11831
- "const": "None"
11881
+ "enum": ["None"]
11832
11882
  },
11833
11883
  "comments": {
11834
11884
  "ta10Ref": "1.11c",
@@ -11859,7 +11909,7 @@
11859
11909
  {
11860
11910
  "properties": {
11861
11911
  "isIncludedExcludedOrNone": {
11862
- "const": "Included"
11912
+ "enum": ["Included"]
11863
11913
  },
11864
11914
  "comments": {
11865
11915
  "ta10Ref": "1.12c",
@@ -11871,7 +11921,7 @@
11871
11921
  {
11872
11922
  "properties": {
11873
11923
  "isIncludedExcludedOrNone": {
11874
- "const": "Excluded"
11924
+ "enum": ["Excluded"]
11875
11925
  },
11876
11926
  "price": {
11877
11927
  "ta10Ref": "1.12b",
@@ -11888,7 +11938,7 @@
11888
11938
  {
11889
11939
  "properties": {
11890
11940
  "isIncludedExcludedOrNone": {
11891
- "const": "None"
11941
+ "enum": ["None"]
11892
11942
  },
11893
11943
  "comments": {
11894
11944
  "ta10Ref": "1.12c",
@@ -11919,7 +11969,7 @@
11919
11969
  {
11920
11970
  "properties": {
11921
11971
  "isIncludedExcludedOrNone": {
11922
- "const": "Included"
11972
+ "enum": ["Included"]
11923
11973
  },
11924
11974
  "comments": {
11925
11975
  "ta10Ref": "1.13c",
@@ -11931,7 +11981,7 @@
11931
11981
  {
11932
11982
  "properties": {
11933
11983
  "isIncludedExcludedOrNone": {
11934
- "const": "Excluded"
11984
+ "enum": ["Excluded"]
11935
11985
  },
11936
11986
  "price": {
11937
11987
  "ta10Ref": "1.13b",
@@ -11948,7 +11998,7 @@
11948
11998
  {
11949
11999
  "properties": {
11950
12000
  "isIncludedExcludedOrNone": {
11951
- "const": "None"
12001
+ "enum": ["None"]
11952
12002
  },
11953
12003
  "comments": {
11954
12004
  "ta10Ref": "1.13c",
@@ -11979,7 +12029,7 @@
11979
12029
  {
11980
12030
  "properties": {
11981
12031
  "isIncludedExcludedOrNone": {
11982
- "const": "Included"
12032
+ "enum": ["Included"]
11983
12033
  },
11984
12034
  "comments": {
11985
12035
  "ta10Ref": "1.14c",
@@ -11991,7 +12041,7 @@
11991
12041
  {
11992
12042
  "properties": {
11993
12043
  "isIncludedExcludedOrNone": {
11994
- "const": "Excluded"
12044
+ "enum": ["Excluded"]
11995
12045
  },
11996
12046
  "price": {
11997
12047
  "ta10Ref": "1.14b",
@@ -12008,7 +12058,7 @@
12008
12058
  {
12009
12059
  "properties": {
12010
12060
  "isIncludedExcludedOrNone": {
12011
- "const": "None"
12061
+ "enum": ["None"]
12012
12062
  },
12013
12063
  "comments": {
12014
12064
  "ta10Ref": "1.14c",
@@ -12039,7 +12089,7 @@
12039
12089
  {
12040
12090
  "properties": {
12041
12091
  "isIncludedExcludedOrNone": {
12042
- "const": "Included"
12092
+ "enum": ["Included"]
12043
12093
  },
12044
12094
  "comments": {
12045
12095
  "ta10Ref": "1.15c",
@@ -12051,7 +12101,7 @@
12051
12101
  {
12052
12102
  "properties": {
12053
12103
  "isIncludedExcludedOrNone": {
12054
- "const": "Excluded"
12104
+ "enum": ["Excluded"]
12055
12105
  },
12056
12106
  "price": {
12057
12107
  "ta10Ref": "1.15b",
@@ -12068,7 +12118,7 @@
12068
12118
  {
12069
12119
  "properties": {
12070
12120
  "isIncludedExcludedOrNone": {
12071
- "const": "None"
12121
+ "enum": ["None"]
12072
12122
  },
12073
12123
  "comments": {
12074
12124
  "ta10Ref": "1.15c",
@@ -12105,7 +12155,7 @@
12105
12155
  {
12106
12156
  "properties": {
12107
12157
  "isIncludedOrExcluded": {
12108
- "const": "Included"
12158
+ "enum": ["Included"]
12109
12159
  },
12110
12160
  "comments": {
12111
12161
  "ta10Ref": "1.16c",
@@ -12117,7 +12167,7 @@
12117
12167
  {
12118
12168
  "properties": {
12119
12169
  "isIncludedOrExcluded": {
12120
- "const": "Excluded"
12170
+ "enum": ["Excluded"]
12121
12171
  },
12122
12172
  "price": {
12123
12173
  "ta10Ref": "1.16b",
@@ -12175,7 +12225,7 @@
12175
12225
  {
12176
12226
  "properties": {
12177
12227
  "isIncludedExcludedOrNone": {
12178
- "const": "Included"
12228
+ "enum": ["Included"]
12179
12229
  },
12180
12230
  "fittedOrFreestanding": {
12181
12231
  "type": "object",
@@ -12195,7 +12245,7 @@
12195
12245
  {
12196
12246
  "properties": {
12197
12247
  "isFittedOrFreestanding": {
12198
- "const": "Fitted"
12248
+ "enum": ["Fitted"]
12199
12249
  },
12200
12250
  "comments": {
12201
12251
  "ta10Ref": "2.1c",
@@ -12207,7 +12257,7 @@
12207
12257
  {
12208
12258
  "properties": {
12209
12259
  "isFittedOrFreestanding": {
12210
- "const": "Freestanding"
12260
+ "enum": ["Freestanding"]
12211
12261
  },
12212
12262
  "comments": {
12213
12263
  "ta10Ref": "2.1c",
@@ -12223,7 +12273,7 @@
12223
12273
  {
12224
12274
  "properties": {
12225
12275
  "isIncludedExcludedOrNone": {
12226
- "const": "Excluded"
12276
+ "enum": ["Excluded"]
12227
12277
  },
12228
12278
  "price": {
12229
12279
  "ta10Ref": "2.1b",
@@ -12248,7 +12298,7 @@
12248
12298
  {
12249
12299
  "properties": {
12250
12300
  "isFittedOrFreestanding": {
12251
- "const": "Fitted"
12301
+ "enum": ["Fitted"]
12252
12302
  },
12253
12303
  "comments": {
12254
12304
  "ta10Ref": "2.1c",
@@ -12260,7 +12310,7 @@
12260
12310
  {
12261
12311
  "properties": {
12262
12312
  "isFittedOrFreestanding": {
12263
- "const": "Freestanding"
12313
+ "enum": ["Freestanding"]
12264
12314
  },
12265
12315
  "comments": {
12266
12316
  "ta10Ref": "2.1c",
@@ -12276,7 +12326,7 @@
12276
12326
  {
12277
12327
  "properties": {
12278
12328
  "isIncludedExcludedOrNone": {
12279
- "const": "None"
12329
+ "enum": ["None"]
12280
12330
  },
12281
12331
  "comments": {
12282
12332
  "ta10Ref": "2.1c",
@@ -12307,7 +12357,7 @@
12307
12357
  {
12308
12358
  "properties": {
12309
12359
  "isIncludedExcludedOrNone": {
12310
- "const": "Included"
12360
+ "enum": ["Included"]
12311
12361
  },
12312
12362
  "fittedOrFreestanding": {
12313
12363
  "type": "object",
@@ -12327,7 +12377,7 @@
12327
12377
  {
12328
12378
  "properties": {
12329
12379
  "isFittedOrFreestanding": {
12330
- "const": "Fitted"
12380
+ "enum": ["Fitted"]
12331
12381
  },
12332
12382
  "comments": {
12333
12383
  "ta10Ref": "2.2c",
@@ -12339,7 +12389,7 @@
12339
12389
  {
12340
12390
  "properties": {
12341
12391
  "isFittedOrFreestanding": {
12342
- "const": "Freestanding"
12392
+ "enum": ["Freestanding"]
12343
12393
  },
12344
12394
  "comments": {
12345
12395
  "ta10Ref": "2.2c",
@@ -12355,7 +12405,7 @@
12355
12405
  {
12356
12406
  "properties": {
12357
12407
  "isIncludedExcludedOrNone": {
12358
- "const": "Excluded"
12408
+ "enum": ["Excluded"]
12359
12409
  },
12360
12410
  "price": {
12361
12411
  "ta10Ref": "2.2b",
@@ -12380,7 +12430,7 @@
12380
12430
  {
12381
12431
  "properties": {
12382
12432
  "isFittedOrFreestanding": {
12383
- "const": "Fitted"
12433
+ "enum": ["Fitted"]
12384
12434
  },
12385
12435
  "comments": {
12386
12436
  "ta10Ref": "2.2c",
@@ -12392,7 +12442,7 @@
12392
12442
  {
12393
12443
  "properties": {
12394
12444
  "isFittedOrFreestanding": {
12395
- "const": "Freestanding"
12445
+ "enum": ["Freestanding"]
12396
12446
  },
12397
12447
  "comments": {
12398
12448
  "ta10Ref": "2.2c",
@@ -12408,7 +12458,7 @@
12408
12458
  {
12409
12459
  "properties": {
12410
12460
  "isIncludedExcludedOrNone": {
12411
- "const": "None"
12461
+ "enum": ["None"]
12412
12462
  },
12413
12463
  "comments": {
12414
12464
  "ta10Ref": "2.2c",
@@ -12439,7 +12489,7 @@
12439
12489
  {
12440
12490
  "properties": {
12441
12491
  "isIncludedExcludedOrNone": {
12442
- "const": "Included"
12492
+ "enum": ["Included"]
12443
12493
  },
12444
12494
  "fittedOrFreestanding": {
12445
12495
  "type": "object",
@@ -12459,7 +12509,7 @@
12459
12509
  {
12460
12510
  "properties": {
12461
12511
  "isFittedOrFreestanding": {
12462
- "const": "Fitted"
12512
+ "enum": ["Fitted"]
12463
12513
  },
12464
12514
  "comments": {
12465
12515
  "ta10Ref": "2.3c",
@@ -12471,7 +12521,7 @@
12471
12521
  {
12472
12522
  "properties": {
12473
12523
  "isFittedOrFreestanding": {
12474
- "const": "Freestanding"
12524
+ "enum": ["Freestanding"]
12475
12525
  },
12476
12526
  "comments": {
12477
12527
  "ta10Ref": "2.3c",
@@ -12487,7 +12537,7 @@
12487
12537
  {
12488
12538
  "properties": {
12489
12539
  "isIncludedExcludedOrNone": {
12490
- "const": "Excluded"
12540
+ "enum": ["Excluded"]
12491
12541
  },
12492
12542
  "price": {
12493
12543
  "ta10Ref": "2.3b",
@@ -12512,7 +12562,7 @@
12512
12562
  {
12513
12563
  "properties": {
12514
12564
  "isFittedOrFreestanding": {
12515
- "const": "Fitted"
12565
+ "enum": ["Fitted"]
12516
12566
  },
12517
12567
  "comments": {
12518
12568
  "ta10Ref": "2.3c",
@@ -12524,7 +12574,7 @@
12524
12574
  {
12525
12575
  "properties": {
12526
12576
  "isFittedOrFreestanding": {
12527
- "const": "Freestanding"
12577
+ "enum": ["Freestanding"]
12528
12578
  },
12529
12579
  "comments": {
12530
12580
  "ta10Ref": "2.3c",
@@ -12540,7 +12590,7 @@
12540
12590
  {
12541
12591
  "properties": {
12542
12592
  "isIncludedExcludedOrNone": {
12543
- "const": "None"
12593
+ "enum": ["None"]
12544
12594
  },
12545
12595
  "comments": {
12546
12596
  "ta10Ref": "2.3c",
@@ -12571,7 +12621,7 @@
12571
12621
  {
12572
12622
  "properties": {
12573
12623
  "isIncludedExcludedOrNone": {
12574
- "const": "Included"
12624
+ "enum": ["Included"]
12575
12625
  },
12576
12626
  "fittedOrFreestanding": {
12577
12627
  "type": "object",
@@ -12591,7 +12641,7 @@
12591
12641
  {
12592
12642
  "properties": {
12593
12643
  "isFittedOrFreestanding": {
12594
- "const": "Fitted"
12644
+ "enum": ["Fitted"]
12595
12645
  },
12596
12646
  "comments": {
12597
12647
  "ta10Ref": "2.4c",
@@ -12603,7 +12653,7 @@
12603
12653
  {
12604
12654
  "properties": {
12605
12655
  "isFittedOrFreestanding": {
12606
- "const": "Freestanding"
12656
+ "enum": ["Freestanding"]
12607
12657
  },
12608
12658
  "comments": {
12609
12659
  "ta10Ref": "2.4c",
@@ -12619,7 +12669,7 @@
12619
12669
  {
12620
12670
  "properties": {
12621
12671
  "isIncludedExcludedOrNone": {
12622
- "const": "Excluded"
12672
+ "enum": ["Excluded"]
12623
12673
  },
12624
12674
  "price": {
12625
12675
  "ta10Ref": "2.4b",
@@ -12644,7 +12694,7 @@
12644
12694
  {
12645
12695
  "properties": {
12646
12696
  "isFittedOrFreestanding": {
12647
- "const": "Fitted"
12697
+ "enum": ["Fitted"]
12648
12698
  },
12649
12699
  "comments": {
12650
12700
  "ta10Ref": "2.4c",
@@ -12656,7 +12706,7 @@
12656
12706
  {
12657
12707
  "properties": {
12658
12708
  "isFittedOrFreestanding": {
12659
- "const": "Freestanding"
12709
+ "enum": ["Freestanding"]
12660
12710
  },
12661
12711
  "comments": {
12662
12712
  "ta10Ref": "2.4c",
@@ -12672,7 +12722,7 @@
12672
12722
  {
12673
12723
  "properties": {
12674
12724
  "isIncludedExcludedOrNone": {
12675
- "const": "None"
12725
+ "enum": ["None"]
12676
12726
  },
12677
12727
  "comments": {
12678
12728
  "ta10Ref": "2.4c",
@@ -12703,7 +12753,7 @@
12703
12753
  {
12704
12754
  "properties": {
12705
12755
  "isIncludedExcludedOrNone": {
12706
- "const": "Included"
12756
+ "enum": ["Included"]
12707
12757
  },
12708
12758
  "fittedOrFreestanding": {
12709
12759
  "type": "object",
@@ -12723,7 +12773,7 @@
12723
12773
  {
12724
12774
  "properties": {
12725
12775
  "isFittedOrFreestanding": {
12726
- "const": "Fitted"
12776
+ "enum": ["Fitted"]
12727
12777
  },
12728
12778
  "comments": {
12729
12779
  "ta10Ref": "2.5c",
@@ -12735,7 +12785,7 @@
12735
12785
  {
12736
12786
  "properties": {
12737
12787
  "isFittedOrFreestanding": {
12738
- "const": "Freestanding"
12788
+ "enum": ["Freestanding"]
12739
12789
  },
12740
12790
  "comments": {
12741
12791
  "ta10Ref": "2.5c",
@@ -12751,7 +12801,7 @@
12751
12801
  {
12752
12802
  "properties": {
12753
12803
  "isIncludedExcludedOrNone": {
12754
- "const": "Excluded"
12804
+ "enum": ["Excluded"]
12755
12805
  },
12756
12806
  "price": {
12757
12807
  "ta10Ref": "2.5b",
@@ -12776,7 +12826,7 @@
12776
12826
  {
12777
12827
  "properties": {
12778
12828
  "isFittedOrFreestanding": {
12779
- "const": "Fitted"
12829
+ "enum": ["Fitted"]
12780
12830
  },
12781
12831
  "comments": {
12782
12832
  "ta10Ref": "2.5c",
@@ -12788,7 +12838,7 @@
12788
12838
  {
12789
12839
  "properties": {
12790
12840
  "isFittedOrFreestanding": {
12791
- "const": "Freestanding"
12841
+ "enum": ["Freestanding"]
12792
12842
  },
12793
12843
  "comments": {
12794
12844
  "ta10Ref": "2.5c",
@@ -12804,7 +12854,7 @@
12804
12854
  {
12805
12855
  "properties": {
12806
12856
  "isIncludedExcludedOrNone": {
12807
- "const": "None"
12857
+ "enum": ["None"]
12808
12858
  },
12809
12859
  "comments": {
12810
12860
  "ta10Ref": "2.5c",
@@ -12835,7 +12885,7 @@
12835
12885
  {
12836
12886
  "properties": {
12837
12887
  "isIncludedExcludedOrNone": {
12838
- "const": "Included"
12888
+ "enum": ["Included"]
12839
12889
  },
12840
12890
  "fittedOrFreestanding": {
12841
12891
  "type": "object",
@@ -12855,7 +12905,7 @@
12855
12905
  {
12856
12906
  "properties": {
12857
12907
  "isFittedOrFreestanding": {
12858
- "const": "Fitted"
12908
+ "enum": ["Fitted"]
12859
12909
  },
12860
12910
  "comments": {
12861
12911
  "ta10Ref": "2.6c",
@@ -12867,7 +12917,7 @@
12867
12917
  {
12868
12918
  "properties": {
12869
12919
  "isFittedOrFreestanding": {
12870
- "const": "Freestanding"
12920
+ "enum": ["Freestanding"]
12871
12921
  },
12872
12922
  "comments": {
12873
12923
  "ta10Ref": "2.6c",
@@ -12883,7 +12933,7 @@
12883
12933
  {
12884
12934
  "properties": {
12885
12935
  "isIncludedExcludedOrNone": {
12886
- "const": "Excluded"
12936
+ "enum": ["Excluded"]
12887
12937
  },
12888
12938
  "price": {
12889
12939
  "ta10Ref": "2.6b",
@@ -12908,7 +12958,7 @@
12908
12958
  {
12909
12959
  "properties": {
12910
12960
  "isFittedOrFreestanding": {
12911
- "const": "Fitted"
12961
+ "enum": ["Fitted"]
12912
12962
  },
12913
12963
  "comments": {
12914
12964
  "ta10Ref": "2.6c",
@@ -12920,7 +12970,7 @@
12920
12970
  {
12921
12971
  "properties": {
12922
12972
  "isFittedOrFreestanding": {
12923
- "const": "Freestanding"
12973
+ "enum": ["Freestanding"]
12924
12974
  },
12925
12975
  "comments": {
12926
12976
  "ta10Ref": "2.6c",
@@ -12936,7 +12986,7 @@
12936
12986
  {
12937
12987
  "properties": {
12938
12988
  "isIncludedExcludedOrNone": {
12939
- "const": "None"
12989
+ "enum": ["None"]
12940
12990
  },
12941
12991
  "comments": {
12942
12992
  "ta10Ref": "2.6c",
@@ -12967,7 +13017,7 @@
12967
13017
  {
12968
13018
  "properties": {
12969
13019
  "isIncludedExcludedOrNone": {
12970
- "const": "Included"
13020
+ "enum": ["Included"]
12971
13021
  },
12972
13022
  "fittedOrFreestanding": {
12973
13023
  "type": "object",
@@ -12987,7 +13037,7 @@
12987
13037
  {
12988
13038
  "properties": {
12989
13039
  "isFittedOrFreestanding": {
12990
- "const": "Fitted"
13040
+ "enum": ["Fitted"]
12991
13041
  },
12992
13042
  "comments": {
12993
13043
  "ta10Ref": "2.7c",
@@ -12999,7 +13049,7 @@
12999
13049
  {
13000
13050
  "properties": {
13001
13051
  "isFittedOrFreestanding": {
13002
- "const": "Freestanding"
13052
+ "enum": ["Freestanding"]
13003
13053
  },
13004
13054
  "comments": {
13005
13055
  "ta10Ref": "2.7c",
@@ -13015,7 +13065,7 @@
13015
13065
  {
13016
13066
  "properties": {
13017
13067
  "isIncludedExcludedOrNone": {
13018
- "const": "Excluded"
13068
+ "enum": ["Excluded"]
13019
13069
  },
13020
13070
  "price": {
13021
13071
  "ta10Ref": "2.7b",
@@ -13040,7 +13090,7 @@
13040
13090
  {
13041
13091
  "properties": {
13042
13092
  "isFittedOrFreestanding": {
13043
- "const": "Fitted"
13093
+ "enum": ["Fitted"]
13044
13094
  },
13045
13095
  "comments": {
13046
13096
  "ta10Ref": "2.7c",
@@ -13052,7 +13102,7 @@
13052
13102
  {
13053
13103
  "properties": {
13054
13104
  "isFittedOrFreestanding": {
13055
- "const": "Freestanding"
13105
+ "enum": ["Freestanding"]
13056
13106
  },
13057
13107
  "comments": {
13058
13108
  "ta10Ref": "2.7c",
@@ -13068,7 +13118,7 @@
13068
13118
  {
13069
13119
  "properties": {
13070
13120
  "isIncludedExcludedOrNone": {
13071
- "const": "None"
13121
+ "enum": ["None"]
13072
13122
  },
13073
13123
  "comments": {
13074
13124
  "ta10Ref": "2.7c",
@@ -13099,7 +13149,7 @@
13099
13149
  {
13100
13150
  "properties": {
13101
13151
  "isIncludedExcludedOrNone": {
13102
- "const": "Included"
13152
+ "enum": ["Included"]
13103
13153
  },
13104
13154
  "fittedOrFreestanding": {
13105
13155
  "type": "object",
@@ -13119,7 +13169,7 @@
13119
13169
  {
13120
13170
  "properties": {
13121
13171
  "isFittedOrFreestanding": {
13122
- "const": "Fitted"
13172
+ "enum": ["Fitted"]
13123
13173
  },
13124
13174
  "comments": {
13125
13175
  "ta10Ref": "2.8c",
@@ -13131,7 +13181,7 @@
13131
13181
  {
13132
13182
  "properties": {
13133
13183
  "isFittedOrFreestanding": {
13134
- "const": "Freestanding"
13184
+ "enum": ["Freestanding"]
13135
13185
  },
13136
13186
  "comments": {
13137
13187
  "ta10Ref": "2.8c",
@@ -13147,7 +13197,7 @@
13147
13197
  {
13148
13198
  "properties": {
13149
13199
  "isIncludedExcludedOrNone": {
13150
- "const": "Excluded"
13200
+ "enum": ["Excluded"]
13151
13201
  },
13152
13202
  "price": {
13153
13203
  "ta10Ref": "2.8b",
@@ -13172,7 +13222,7 @@
13172
13222
  {
13173
13223
  "properties": {
13174
13224
  "isFittedOrFreestanding": {
13175
- "const": "Fitted"
13225
+ "enum": ["Fitted"]
13176
13226
  },
13177
13227
  "comments": {
13178
13228
  "ta10Ref": "2.8c",
@@ -13184,7 +13234,7 @@
13184
13234
  {
13185
13235
  "properties": {
13186
13236
  "isFittedOrFreestanding": {
13187
- "const": "Freestanding"
13237
+ "enum": ["Freestanding"]
13188
13238
  },
13189
13239
  "comments": {
13190
13240
  "ta10Ref": "2.8c",
@@ -13200,7 +13250,7 @@
13200
13250
  {
13201
13251
  "properties": {
13202
13252
  "isIncludedExcludedOrNone": {
13203
- "const": "None"
13253
+ "enum": ["None"]
13204
13254
  },
13205
13255
  "comments": {
13206
13256
  "ta10Ref": "2.8c",
@@ -13231,7 +13281,7 @@
13231
13281
  {
13232
13282
  "properties": {
13233
13283
  "isIncludedExcludedOrNone": {
13234
- "const": "Included"
13284
+ "enum": ["Included"]
13235
13285
  },
13236
13286
  "fittedOrFreestanding": {
13237
13287
  "type": "object",
@@ -13251,7 +13301,7 @@
13251
13301
  {
13252
13302
  "properties": {
13253
13303
  "isFittedOrFreestanding": {
13254
- "const": "Fitted"
13304
+ "enum": ["Fitted"]
13255
13305
  },
13256
13306
  "comments": {
13257
13307
  "ta10Ref": "2.9c",
@@ -13263,7 +13313,7 @@
13263
13313
  {
13264
13314
  "properties": {
13265
13315
  "isFittedOrFreestanding": {
13266
- "const": "Freestanding"
13316
+ "enum": ["Freestanding"]
13267
13317
  },
13268
13318
  "comments": {
13269
13319
  "ta10Ref": "2.9c",
@@ -13279,7 +13329,7 @@
13279
13329
  {
13280
13330
  "properties": {
13281
13331
  "isIncludedExcludedOrNone": {
13282
- "const": "Excluded"
13332
+ "enum": ["Excluded"]
13283
13333
  },
13284
13334
  "price": {
13285
13335
  "ta10Ref": "2.9b",
@@ -13304,7 +13354,7 @@
13304
13354
  {
13305
13355
  "properties": {
13306
13356
  "isFittedOrFreestanding": {
13307
- "const": "Fitted"
13357
+ "enum": ["Fitted"]
13308
13358
  },
13309
13359
  "comments": {
13310
13360
  "ta10Ref": "2.9c",
@@ -13316,7 +13366,7 @@
13316
13366
  {
13317
13367
  "properties": {
13318
13368
  "isFittedOrFreestanding": {
13319
- "const": "Freestanding"
13369
+ "enum": ["Freestanding"]
13320
13370
  },
13321
13371
  "comments": {
13322
13372
  "ta10Ref": "2.9c",
@@ -13332,7 +13382,7 @@
13332
13382
  {
13333
13383
  "properties": {
13334
13384
  "isIncludedExcludedOrNone": {
13335
- "const": "None"
13385
+ "enum": ["None"]
13336
13386
  },
13337
13387
  "comments": {
13338
13388
  "ta10Ref": "2.9c",
@@ -13363,7 +13413,7 @@
13363
13413
  {
13364
13414
  "properties": {
13365
13415
  "isIncludedExcludedOrNone": {
13366
- "const": "Included"
13416
+ "enum": ["Included"]
13367
13417
  },
13368
13418
  "fittedOrFreestanding": {
13369
13419
  "type": "object",
@@ -13383,7 +13433,7 @@
13383
13433
  {
13384
13434
  "properties": {
13385
13435
  "isFittedOrFreestanding": {
13386
- "const": "Fitted"
13436
+ "enum": ["Fitted"]
13387
13437
  },
13388
13438
  "comments": {
13389
13439
  "ta10Ref": "2.10c",
@@ -13395,7 +13445,7 @@
13395
13445
  {
13396
13446
  "properties": {
13397
13447
  "isFittedOrFreestanding": {
13398
- "const": "Freestanding"
13448
+ "enum": ["Freestanding"]
13399
13449
  },
13400
13450
  "comments": {
13401
13451
  "ta10Ref": "2.10c",
@@ -13411,7 +13461,7 @@
13411
13461
  {
13412
13462
  "properties": {
13413
13463
  "isIncludedExcludedOrNone": {
13414
- "const": "Excluded"
13464
+ "enum": ["Excluded"]
13415
13465
  },
13416
13466
  "price": {
13417
13467
  "ta10Ref": "2.10b",
@@ -13436,7 +13486,7 @@
13436
13486
  {
13437
13487
  "properties": {
13438
13488
  "isFittedOrFreestanding": {
13439
- "const": "Fitted"
13489
+ "enum": ["Fitted"]
13440
13490
  },
13441
13491
  "comments": {
13442
13492
  "ta10Ref": "2.10c",
@@ -13448,7 +13498,7 @@
13448
13498
  {
13449
13499
  "properties": {
13450
13500
  "isFittedOrFreestanding": {
13451
- "const": "Freestanding"
13501
+ "enum": ["Freestanding"]
13452
13502
  },
13453
13503
  "comments": {
13454
13504
  "ta10Ref": "2.10c",
@@ -13464,7 +13514,7 @@
13464
13514
  {
13465
13515
  "properties": {
13466
13516
  "isIncludedExcludedOrNone": {
13467
- "const": "None"
13517
+ "enum": ["None"]
13468
13518
  },
13469
13519
  "comments": {
13470
13520
  "ta10Ref": "2.10c",
@@ -13501,7 +13551,7 @@
13501
13551
  {
13502
13552
  "properties": {
13503
13553
  "isIncludedOrExcluded": {
13504
- "const": "Included"
13554
+ "enum": ["Included"]
13505
13555
  },
13506
13556
  "fittedOrFreestanding": {
13507
13557
  "type": "object",
@@ -13521,7 +13571,7 @@
13521
13571
  {
13522
13572
  "properties": {
13523
13573
  "isFittedOrFreestanding": {
13524
- "const": "Fitted"
13574
+ "enum": ["Fitted"]
13525
13575
  },
13526
13576
  "comments": {
13527
13577
  "ta10Ref": "2.11c",
@@ -13533,7 +13583,7 @@
13533
13583
  {
13534
13584
  "properties": {
13535
13585
  "isFittedOrFreestanding": {
13536
- "const": "Freestanding"
13586
+ "enum": ["Freestanding"]
13537
13587
  },
13538
13588
  "comments": {
13539
13589
  "ta10Ref": "2.11c",
@@ -13549,7 +13599,7 @@
13549
13599
  {
13550
13600
  "properties": {
13551
13601
  "isIncludedOrExcluded": {
13552
- "const": "Excluded"
13602
+ "enum": ["Excluded"]
13553
13603
  },
13554
13604
  "price": {
13555
13605
  "ta10Ref": "2.11b",
@@ -13574,7 +13624,7 @@
13574
13624
  {
13575
13625
  "properties": {
13576
13626
  "isFittedOrFreestanding": {
13577
- "const": "Fitted"
13627
+ "enum": ["Fitted"]
13578
13628
  },
13579
13629
  "comments": {
13580
13630
  "ta10Ref": "2.11c",
@@ -13586,7 +13636,7 @@
13586
13636
  {
13587
13637
  "properties": {
13588
13638
  "isFittedOrFreestanding": {
13589
- "const": "Freestanding"
13639
+ "enum": ["Freestanding"]
13590
13640
  },
13591
13641
  "comments": {
13592
13642
  "ta10Ref": "2.11c",
@@ -13602,7 +13652,7 @@
13602
13652
  {
13603
13653
  "properties": {
13604
13654
  "isIncludedOrExcluded": {
13605
- "const": "None"
13655
+ "enum": ["None"]
13606
13656
  },
13607
13657
  "comments": {
13608
13658
  "ta10Ref": "2.11c",
@@ -13653,7 +13703,7 @@
13653
13703
  {
13654
13704
  "properties": {
13655
13705
  "isIncludedExcludedOrNone": {
13656
- "const": "Included"
13706
+ "enum": ["Included"]
13657
13707
  },
13658
13708
  "comments": {
13659
13709
  "ta10Ref": "3.1c",
@@ -13665,7 +13715,7 @@
13665
13715
  {
13666
13716
  "properties": {
13667
13717
  "isIncludedExcludedOrNone": {
13668
- "const": "Excluded"
13718
+ "enum": ["Excluded"]
13669
13719
  },
13670
13720
  "price": {
13671
13721
  "ta10Ref": "3.1b",
@@ -13682,7 +13732,7 @@
13682
13732
  {
13683
13733
  "properties": {
13684
13734
  "isIncludedExcludedOrNone": {
13685
- "const": "None"
13735
+ "enum": ["None"]
13686
13736
  },
13687
13737
  "comments": {
13688
13738
  "ta10Ref": "3.1c",
@@ -13713,7 +13763,7 @@
13713
13763
  {
13714
13764
  "properties": {
13715
13765
  "isIncludedExcludedOrNone": {
13716
- "const": "Included"
13766
+ "enum": ["Included"]
13717
13767
  },
13718
13768
  "comments": {
13719
13769
  "ta10Ref": "3.2c",
@@ -13725,7 +13775,7 @@
13725
13775
  {
13726
13776
  "properties": {
13727
13777
  "isIncludedExcludedOrNone": {
13728
- "const": "Excluded"
13778
+ "enum": ["Excluded"]
13729
13779
  },
13730
13780
  "price": {
13731
13781
  "ta10Ref": "3.2b",
@@ -13742,7 +13792,7 @@
13742
13792
  {
13743
13793
  "properties": {
13744
13794
  "isIncludedExcludedOrNone": {
13745
- "const": "None"
13795
+ "enum": ["None"]
13746
13796
  },
13747
13797
  "comments": {
13748
13798
  "ta10Ref": "3.2c",
@@ -13773,7 +13823,7 @@
13773
13823
  {
13774
13824
  "properties": {
13775
13825
  "isIncludedExcludedOrNone": {
13776
- "const": "Included"
13826
+ "enum": ["Included"]
13777
13827
  },
13778
13828
  "comments": {
13779
13829
  "ta10Ref": "3.3c",
@@ -13785,7 +13835,7 @@
13785
13835
  {
13786
13836
  "properties": {
13787
13837
  "isIncludedExcludedOrNone": {
13788
- "const": "Excluded"
13838
+ "enum": ["Excluded"]
13789
13839
  },
13790
13840
  "price": {
13791
13841
  "ta10Ref": "3.3b",
@@ -13802,7 +13852,7 @@
13802
13852
  {
13803
13853
  "properties": {
13804
13854
  "isIncludedExcludedOrNone": {
13805
- "const": "None"
13855
+ "enum": ["None"]
13806
13856
  },
13807
13857
  "comments": {
13808
13858
  "ta10Ref": "3.3c",
@@ -13833,7 +13883,7 @@
13833
13883
  {
13834
13884
  "properties": {
13835
13885
  "isIncludedExcludedOrNone": {
13836
- "const": "Included"
13886
+ "enum": ["Included"]
13837
13887
  },
13838
13888
  "comments": {
13839
13889
  "ta10Ref": "3.4c",
@@ -13845,7 +13895,7 @@
13845
13895
  {
13846
13896
  "properties": {
13847
13897
  "isIncludedExcludedOrNone": {
13848
- "const": "Excluded"
13898
+ "enum": ["Excluded"]
13849
13899
  },
13850
13900
  "price": {
13851
13901
  "ta10Ref": "3.4b",
@@ -13862,7 +13912,7 @@
13862
13912
  {
13863
13913
  "properties": {
13864
13914
  "isIncludedExcludedOrNone": {
13865
- "const": "None"
13915
+ "enum": ["None"]
13866
13916
  },
13867
13917
  "comments": {
13868
13918
  "ta10Ref": "3.4c",
@@ -13893,7 +13943,7 @@
13893
13943
  {
13894
13944
  "properties": {
13895
13945
  "isIncludedExcludedOrNone": {
13896
- "const": "Included"
13946
+ "enum": ["Included"]
13897
13947
  },
13898
13948
  "comments": {
13899
13949
  "ta10Ref": "3.5c",
@@ -13905,7 +13955,7 @@
13905
13955
  {
13906
13956
  "properties": {
13907
13957
  "isIncludedExcludedOrNone": {
13908
- "const": "Excluded"
13958
+ "enum": ["Excluded"]
13909
13959
  },
13910
13960
  "price": {
13911
13961
  "ta10Ref": "3.5b",
@@ -13922,7 +13972,7 @@
13922
13972
  {
13923
13973
  "properties": {
13924
13974
  "isIncludedExcludedOrNone": {
13925
- "const": "None"
13975
+ "enum": ["None"]
13926
13976
  },
13927
13977
  "comments": {
13928
13978
  "ta10Ref": "3.5c",
@@ -13953,7 +14003,7 @@
13953
14003
  {
13954
14004
  "properties": {
13955
14005
  "isIncludedExcludedOrNone": {
13956
- "const": "Included"
14006
+ "enum": ["Included"]
13957
14007
  },
13958
14008
  "comments": {
13959
14009
  "ta10Ref": "3.6c",
@@ -13965,7 +14015,7 @@
13965
14015
  {
13966
14016
  "properties": {
13967
14017
  "isIncludedExcludedOrNone": {
13968
- "const": "Excluded"
14018
+ "enum": ["Excluded"]
13969
14019
  },
13970
14020
  "price": {
13971
14021
  "ta10Ref": "3.6b",
@@ -13982,7 +14032,7 @@
13982
14032
  {
13983
14033
  "properties": {
13984
14034
  "isIncludedExcludedOrNone": {
13985
- "const": "None"
14035
+ "enum": ["None"]
13986
14036
  },
13987
14037
  "comments": {
13988
14038
  "ta10Ref": "3.6c",
@@ -14013,7 +14063,7 @@
14013
14063
  {
14014
14064
  "properties": {
14015
14065
  "isIncludedExcludedOrNone": {
14016
- "const": "Included"
14066
+ "enum": ["Included"]
14017
14067
  },
14018
14068
  "comments": {
14019
14069
  "ta10Ref": "3.7c",
@@ -14025,7 +14075,7 @@
14025
14075
  {
14026
14076
  "properties": {
14027
14077
  "isIncludedExcludedOrNone": {
14028
- "const": "Excluded"
14078
+ "enum": ["Excluded"]
14029
14079
  },
14030
14080
  "price": {
14031
14081
  "ta10Ref": "3.7b",
@@ -14042,7 +14092,7 @@
14042
14092
  {
14043
14093
  "properties": {
14044
14094
  "isIncludedExcludedOrNone": {
14045
- "const": "None"
14095
+ "enum": ["None"]
14046
14096
  },
14047
14097
  "comments": {
14048
14098
  "ta10Ref": "3.7c",
@@ -14073,7 +14123,7 @@
14073
14123
  {
14074
14124
  "properties": {
14075
14125
  "isIncludedExcludedOrNone": {
14076
- "const": "Included"
14126
+ "enum": ["Included"]
14077
14127
  },
14078
14128
  "comments": {
14079
14129
  "ta10Ref": "3.8c",
@@ -14085,7 +14135,7 @@
14085
14135
  {
14086
14136
  "properties": {
14087
14137
  "isIncludedExcludedOrNone": {
14088
- "const": "Excluded"
14138
+ "enum": ["Excluded"]
14089
14139
  },
14090
14140
  "price": {
14091
14141
  "ta10Ref": "3.8b",
@@ -14102,7 +14152,7 @@
14102
14152
  {
14103
14153
  "properties": {
14104
14154
  "isIncludedExcludedOrNone": {
14105
- "const": "None"
14155
+ "enum": ["None"]
14106
14156
  },
14107
14157
  "comments": {
14108
14158
  "ta10Ref": "3.8c",
@@ -14133,7 +14183,7 @@
14133
14183
  {
14134
14184
  "properties": {
14135
14185
  "isIncludedExcludedOrNone": {
14136
- "const": "Included"
14186
+ "enum": ["Included"]
14137
14187
  },
14138
14188
  "comments": {
14139
14189
  "ta10Ref": "3.9c",
@@ -14145,7 +14195,7 @@
14145
14195
  {
14146
14196
  "properties": {
14147
14197
  "isIncludedExcludedOrNone": {
14148
- "const": "Excluded"
14198
+ "enum": ["Excluded"]
14149
14199
  },
14150
14200
  "price": {
14151
14201
  "ta10Ref": "3.9b",
@@ -14162,7 +14212,7 @@
14162
14212
  {
14163
14213
  "properties": {
14164
14214
  "isIncludedExcludedOrNone": {
14165
- "const": "None"
14215
+ "enum": ["None"]
14166
14216
  },
14167
14217
  "comments": {
14168
14218
  "ta10Ref": "3.9c",
@@ -14193,7 +14243,7 @@
14193
14243
  {
14194
14244
  "properties": {
14195
14245
  "isIncludedExcludedOrNone": {
14196
- "const": "Included"
14246
+ "enum": ["Included"]
14197
14247
  },
14198
14248
  "comments": {
14199
14249
  "ta10Ref": "3.10c",
@@ -14205,7 +14255,7 @@
14205
14255
  {
14206
14256
  "properties": {
14207
14257
  "isIncludedExcludedOrNone": {
14208
- "const": "Excluded"
14258
+ "enum": ["Excluded"]
14209
14259
  },
14210
14260
  "price": {
14211
14261
  "ta10Ref": "3.10b",
@@ -14222,7 +14272,7 @@
14222
14272
  {
14223
14273
  "properties": {
14224
14274
  "isIncludedExcludedOrNone": {
14225
- "const": "None"
14275
+ "enum": ["None"]
14226
14276
  },
14227
14277
  "comments": {
14228
14278
  "ta10Ref": "3.10c",
@@ -14270,7 +14320,7 @@
14270
14320
  {
14271
14321
  "properties": {
14272
14322
  "isIncludedExcludedOrNone": {
14273
- "const": "Included"
14323
+ "enum": ["Included"]
14274
14324
  },
14275
14325
  "comments": {
14276
14326
  "ta10Ref": "4.1c",
@@ -14282,7 +14332,7 @@
14282
14332
  {
14283
14333
  "properties": {
14284
14334
  "isIncludedExcludedOrNone": {
14285
- "const": "Excluded"
14335
+ "enum": ["Excluded"]
14286
14336
  },
14287
14337
  "price": {
14288
14338
  "ta10Ref": "4.1b",
@@ -14299,7 +14349,7 @@
14299
14349
  {
14300
14350
  "properties": {
14301
14351
  "isIncludedExcludedOrNone": {
14302
- "const": "None"
14352
+ "enum": ["None"]
14303
14353
  },
14304
14354
  "comments": {
14305
14355
  "ta10Ref": "4.1c",
@@ -14330,7 +14380,7 @@
14330
14380
  {
14331
14381
  "properties": {
14332
14382
  "isIncludedExcludedOrNone": {
14333
- "const": "Included"
14383
+ "enum": ["Included"]
14334
14384
  },
14335
14385
  "comments": {
14336
14386
  "ta10Ref": "4.2c",
@@ -14342,7 +14392,7 @@
14342
14392
  {
14343
14393
  "properties": {
14344
14394
  "isIncludedExcludedOrNone": {
14345
- "const": "Excluded"
14395
+ "enum": ["Excluded"]
14346
14396
  },
14347
14397
  "price": {
14348
14398
  "ta10Ref": "4.2b",
@@ -14359,7 +14409,7 @@
14359
14409
  {
14360
14410
  "properties": {
14361
14411
  "isIncludedExcludedOrNone": {
14362
- "const": "None"
14412
+ "enum": ["None"]
14363
14413
  },
14364
14414
  "comments": {
14365
14415
  "ta10Ref": "4.2c",
@@ -14390,7 +14440,7 @@
14390
14440
  {
14391
14441
  "properties": {
14392
14442
  "isIncludedExcludedOrNone": {
14393
- "const": "Included"
14443
+ "enum": ["Included"]
14394
14444
  },
14395
14445
  "comments": {
14396
14446
  "ta10Ref": "4.3c",
@@ -14402,7 +14452,7 @@
14402
14452
  {
14403
14453
  "properties": {
14404
14454
  "isIncludedExcludedOrNone": {
14405
- "const": "Excluded"
14455
+ "enum": ["Excluded"]
14406
14456
  },
14407
14457
  "price": {
14408
14458
  "ta10Ref": "4.3b",
@@ -14419,7 +14469,7 @@
14419
14469
  {
14420
14470
  "properties": {
14421
14471
  "isIncludedExcludedOrNone": {
14422
- "const": "None"
14472
+ "enum": ["None"]
14423
14473
  },
14424
14474
  "comments": {
14425
14475
  "ta10Ref": "4.3c",
@@ -14450,7 +14500,7 @@
14450
14500
  {
14451
14501
  "properties": {
14452
14502
  "isIncludedExcludedOrNone": {
14453
- "const": "Included"
14503
+ "enum": ["Included"]
14454
14504
  },
14455
14505
  "comments": {
14456
14506
  "ta10Ref": "4.4c",
@@ -14462,7 +14512,7 @@
14462
14512
  {
14463
14513
  "properties": {
14464
14514
  "isIncludedExcludedOrNone": {
14465
- "const": "Excluded"
14515
+ "enum": ["Excluded"]
14466
14516
  },
14467
14517
  "price": {
14468
14518
  "ta10Ref": "4.4b",
@@ -14479,7 +14529,7 @@
14479
14529
  {
14480
14530
  "properties": {
14481
14531
  "isIncludedExcludedOrNone": {
14482
- "const": "None"
14532
+ "enum": ["None"]
14483
14533
  },
14484
14534
  "comments": {
14485
14535
  "ta10Ref": "4.4c",
@@ -14510,7 +14560,7 @@
14510
14560
  {
14511
14561
  "properties": {
14512
14562
  "isIncludedExcludedOrNone": {
14513
- "const": "Included"
14563
+ "enum": ["Included"]
14514
14564
  },
14515
14565
  "comments": {
14516
14566
  "ta10Ref": "4.5c",
@@ -14522,7 +14572,7 @@
14522
14572
  {
14523
14573
  "properties": {
14524
14574
  "isIncludedExcludedOrNone": {
14525
- "const": "Excluded"
14575
+ "enum": ["Excluded"]
14526
14576
  },
14527
14577
  "price": {
14528
14578
  "ta10Ref": "4.5b",
@@ -14539,7 +14589,7 @@
14539
14589
  {
14540
14590
  "properties": {
14541
14591
  "isIncludedExcludedOrNone": {
14542
- "const": "None"
14592
+ "enum": ["None"]
14543
14593
  },
14544
14594
  "comments": {
14545
14595
  "ta10Ref": "4.5c",
@@ -14570,7 +14620,7 @@
14570
14620
  {
14571
14621
  "properties": {
14572
14622
  "isIncludedExcludedOrNone": {
14573
- "const": "Included"
14623
+ "enum": ["Included"]
14574
14624
  },
14575
14625
  "comments": {
14576
14626
  "ta10Ref": "4.6c",
@@ -14582,7 +14632,7 @@
14582
14632
  {
14583
14633
  "properties": {
14584
14634
  "isIncludedExcludedOrNone": {
14585
- "const": "Excluded"
14635
+ "enum": ["Excluded"]
14586
14636
  },
14587
14637
  "price": {
14588
14638
  "ta10Ref": "4.6b",
@@ -14599,7 +14649,7 @@
14599
14649
  {
14600
14650
  "properties": {
14601
14651
  "isIncludedExcludedOrNone": {
14602
- "const": "None"
14652
+ "enum": ["None"]
14603
14653
  },
14604
14654
  "comments": {
14605
14655
  "ta10Ref": "4.6c",
@@ -14630,7 +14680,7 @@
14630
14680
  {
14631
14681
  "properties": {
14632
14682
  "isIncludedExcludedOrNone": {
14633
- "const": "Included"
14683
+ "enum": ["Included"]
14634
14684
  },
14635
14685
  "comments": {
14636
14686
  "ta10Ref": "4.7c",
@@ -14642,7 +14692,7 @@
14642
14692
  {
14643
14693
  "properties": {
14644
14694
  "isIncludedExcludedOrNone": {
14645
- "const": "Excluded"
14695
+ "enum": ["Excluded"]
14646
14696
  },
14647
14697
  "price": {
14648
14698
  "ta10Ref": "4.7b",
@@ -14659,7 +14709,7 @@
14659
14709
  {
14660
14710
  "properties": {
14661
14711
  "isIncludedExcludedOrNone": {
14662
- "const": "None"
14712
+ "enum": ["None"]
14663
14713
  },
14664
14714
  "comments": {
14665
14715
  "ta10Ref": "4.7c",
@@ -14696,7 +14746,7 @@
14696
14746
  {
14697
14747
  "properties": {
14698
14748
  "isIncludedOrExcluded": {
14699
- "const": "Included"
14749
+ "enum": ["Included"]
14700
14750
  },
14701
14751
  "comments": {
14702
14752
  "ta10Ref": "4.8c",
@@ -14708,7 +14758,7 @@
14708
14758
  {
14709
14759
  "properties": {
14710
14760
  "isIncludedOrExcluded": {
14711
- "const": "Excluded"
14761
+ "enum": ["Excluded"]
14712
14762
  },
14713
14763
  "price": {
14714
14764
  "ta10Ref": "4.8b",
@@ -14767,7 +14817,7 @@
14767
14817
  {
14768
14818
  "properties": {
14769
14819
  "isIncludedExcludedOrNone": {
14770
- "const": "Included"
14820
+ "enum": ["Included"]
14771
14821
  },
14772
14822
  "comments": {
14773
14823
  "ta10Ref": "5.1c",
@@ -14779,7 +14829,7 @@
14779
14829
  {
14780
14830
  "properties": {
14781
14831
  "isIncludedExcludedOrNone": {
14782
- "const": "Excluded"
14832
+ "enum": ["Excluded"]
14783
14833
  },
14784
14834
  "price": {
14785
14835
  "ta10Ref": "5.1b",
@@ -14796,7 +14846,7 @@
14796
14846
  {
14797
14847
  "properties": {
14798
14848
  "isIncludedExcludedOrNone": {
14799
- "const": "None"
14849
+ "enum": ["None"]
14800
14850
  },
14801
14851
  "comments": {
14802
14852
  "ta10Ref": "5.1c",
@@ -14827,7 +14877,7 @@
14827
14877
  {
14828
14878
  "properties": {
14829
14879
  "isIncludedExcludedOrNone": {
14830
- "const": "Included"
14880
+ "enum": ["Included"]
14831
14881
  },
14832
14882
  "comments": {
14833
14883
  "ta10Ref": "5.2c",
@@ -14839,7 +14889,7 @@
14839
14889
  {
14840
14890
  "properties": {
14841
14891
  "isIncludedExcludedOrNone": {
14842
- "const": "Excluded"
14892
+ "enum": ["Excluded"]
14843
14893
  },
14844
14894
  "price": {
14845
14895
  "ta10Ref": "5.2b",
@@ -14856,7 +14906,7 @@
14856
14906
  {
14857
14907
  "properties": {
14858
14908
  "isIncludedExcludedOrNone": {
14859
- "const": "None"
14909
+ "enum": ["None"]
14860
14910
  },
14861
14911
  "comments": {
14862
14912
  "ta10Ref": "5.2c",
@@ -14887,7 +14937,7 @@
14887
14937
  {
14888
14938
  "properties": {
14889
14939
  "isIncludedExcludedOrNone": {
14890
- "const": "Included"
14940
+ "enum": ["Included"]
14891
14941
  },
14892
14942
  "comments": {
14893
14943
  "ta10Ref": "5.3c",
@@ -14899,7 +14949,7 @@
14899
14949
  {
14900
14950
  "properties": {
14901
14951
  "isIncludedExcludedOrNone": {
14902
- "const": "Excluded"
14952
+ "enum": ["Excluded"]
14903
14953
  },
14904
14954
  "price": {
14905
14955
  "ta10Ref": "5.3b",
@@ -14916,7 +14966,7 @@
14916
14966
  {
14917
14967
  "properties": {
14918
14968
  "isIncludedExcludedOrNone": {
14919
- "const": "None"
14969
+ "enum": ["None"]
14920
14970
  },
14921
14971
  "comments": {
14922
14972
  "ta10Ref": "5.3c",
@@ -14947,7 +14997,7 @@
14947
14997
  {
14948
14998
  "properties": {
14949
14999
  "isIncludedExcludedOrNone": {
14950
- "const": "Included"
15000
+ "enum": ["Included"]
14951
15001
  },
14952
15002
  "comments": {
14953
15003
  "ta10Ref": "5.4c",
@@ -14959,7 +15009,7 @@
14959
15009
  {
14960
15010
  "properties": {
14961
15011
  "isIncludedExcludedOrNone": {
14962
- "const": "Excluded"
15012
+ "enum": ["Excluded"]
14963
15013
  },
14964
15014
  "price": {
14965
15015
  "ta10Ref": "5.4b",
@@ -14976,7 +15026,7 @@
14976
15026
  {
14977
15027
  "properties": {
14978
15028
  "isIncludedExcludedOrNone": {
14979
- "const": "None"
15029
+ "enum": ["None"]
14980
15030
  },
14981
15031
  "comments": {
14982
15032
  "ta10Ref": "5.4c",
@@ -15007,7 +15057,7 @@
15007
15057
  {
15008
15058
  "properties": {
15009
15059
  "isIncludedExcludedOrNone": {
15010
- "const": "Included"
15060
+ "enum": ["Included"]
15011
15061
  },
15012
15062
  "comments": {
15013
15063
  "ta10Ref": "5.5c",
@@ -15019,7 +15069,7 @@
15019
15069
  {
15020
15070
  "properties": {
15021
15071
  "isIncludedExcludedOrNone": {
15022
- "const": "Excluded"
15072
+ "enum": ["Excluded"]
15023
15073
  },
15024
15074
  "price": {
15025
15075
  "ta10Ref": "5.5b",
@@ -15036,7 +15086,7 @@
15036
15086
  {
15037
15087
  "properties": {
15038
15088
  "isIncludedExcludedOrNone": {
15039
- "const": "None"
15089
+ "enum": ["None"]
15040
15090
  },
15041
15091
  "comments": {
15042
15092
  "ta10Ref": "5.5c",
@@ -15067,7 +15117,7 @@
15067
15117
  {
15068
15118
  "properties": {
15069
15119
  "isIncludedExcludedOrNone": {
15070
- "const": "Included"
15120
+ "enum": ["Included"]
15071
15121
  },
15072
15122
  "comments": {
15073
15123
  "ta10Ref": "5.6c",
@@ -15079,7 +15129,7 @@
15079
15129
  {
15080
15130
  "properties": {
15081
15131
  "isIncludedExcludedOrNone": {
15082
- "const": "Excluded"
15132
+ "enum": ["Excluded"]
15083
15133
  },
15084
15134
  "price": {
15085
15135
  "ta10Ref": "5.6b",
@@ -15096,7 +15146,7 @@
15096
15146
  {
15097
15147
  "properties": {
15098
15148
  "isIncludedExcludedOrNone": {
15099
- "const": "None"
15149
+ "enum": ["None"]
15100
15150
  },
15101
15151
  "comments": {
15102
15152
  "ta10Ref": "5.6c",
@@ -15127,7 +15177,7 @@
15127
15177
  {
15128
15178
  "properties": {
15129
15179
  "isIncludedExcludedOrNone": {
15130
- "const": "Included"
15180
+ "enum": ["Included"]
15131
15181
  },
15132
15182
  "comments": {
15133
15183
  "ta10Ref": "5.7c",
@@ -15139,7 +15189,7 @@
15139
15189
  {
15140
15190
  "properties": {
15141
15191
  "isIncludedExcludedOrNone": {
15142
- "const": "Excluded"
15192
+ "enum": ["Excluded"]
15143
15193
  },
15144
15194
  "price": {
15145
15195
  "ta10Ref": "5.7b",
@@ -15156,7 +15206,7 @@
15156
15206
  {
15157
15207
  "properties": {
15158
15208
  "isIncludedExcludedOrNone": {
15159
- "const": "None"
15209
+ "enum": ["None"]
15160
15210
  },
15161
15211
  "comments": {
15162
15212
  "ta10Ref": "5.7c",
@@ -15193,7 +15243,7 @@
15193
15243
  {
15194
15244
  "properties": {
15195
15245
  "isIncludedOrExcluded": {
15196
- "const": "Included"
15246
+ "enum": ["Included"]
15197
15247
  },
15198
15248
  "comments": {
15199
15249
  "ta10Ref": "5.8c",
@@ -15205,7 +15255,7 @@
15205
15255
  {
15206
15256
  "properties": {
15207
15257
  "isIncludedOrExcluded": {
15208
- "const": "Excluded"
15258
+ "enum": ["Excluded"]
15209
15259
  },
15210
15260
  "price": {
15211
15261
  "ta10Ref": "5.8b",
@@ -15258,7 +15308,7 @@
15258
15308
  {
15259
15309
  "properties": {
15260
15310
  "isIncludedExcludedOrNone": {
15261
- "const": "Included"
15311
+ "enum": ["Included"]
15262
15312
  },
15263
15313
  "comments": {
15264
15314
  "ta10Ref": "5.12c",
@@ -15270,7 +15320,7 @@
15270
15320
  {
15271
15321
  "properties": {
15272
15322
  "isIncludedExcludedOrNone": {
15273
- "const": "Excluded"
15323
+ "enum": ["Excluded"]
15274
15324
  },
15275
15325
  "price": {
15276
15326
  "ta10Ref": "5.12b",
@@ -15287,7 +15337,7 @@
15287
15337
  {
15288
15338
  "properties": {
15289
15339
  "isIncludedExcludedOrNone": {
15290
- "const": "None"
15340
+ "enum": ["None"]
15291
15341
  },
15292
15342
  "comments": {
15293
15343
  "ta10Ref": "5.12c",
@@ -15318,7 +15368,7 @@
15318
15368
  {
15319
15369
  "properties": {
15320
15370
  "isIncludedExcludedOrNone": {
15321
- "const": "Included"
15371
+ "enum": ["Included"]
15322
15372
  },
15323
15373
  "comments": {
15324
15374
  "ta10Ref": "5.13c",
@@ -15330,7 +15380,7 @@
15330
15380
  {
15331
15381
  "properties": {
15332
15382
  "isIncludedExcludedOrNone": {
15333
- "const": "Excluded"
15383
+ "enum": ["Excluded"]
15334
15384
  },
15335
15385
  "price": {
15336
15386
  "ta10Ref": "5.13b",
@@ -15347,7 +15397,7 @@
15347
15397
  {
15348
15398
  "properties": {
15349
15399
  "isIncludedExcludedOrNone": {
15350
- "const": "None"
15400
+ "enum": ["None"]
15351
15401
  },
15352
15402
  "comments": {
15353
15403
  "ta10Ref": "5.13c",
@@ -15378,7 +15428,7 @@
15378
15428
  {
15379
15429
  "properties": {
15380
15430
  "isIncludedExcludedOrNone": {
15381
- "const": "Included"
15431
+ "enum": ["Included"]
15382
15432
  },
15383
15433
  "comments": {
15384
15434
  "ta10Ref": "5.14c",
@@ -15390,7 +15440,7 @@
15390
15440
  {
15391
15441
  "properties": {
15392
15442
  "isIncludedExcludedOrNone": {
15393
- "const": "Excluded"
15443
+ "enum": ["Excluded"]
15394
15444
  },
15395
15445
  "price": {
15396
15446
  "ta10Ref": "5.14b",
@@ -15407,7 +15457,7 @@
15407
15457
  {
15408
15458
  "properties": {
15409
15459
  "isIncludedExcludedOrNone": {
15410
- "const": "None"
15460
+ "enum": ["None"]
15411
15461
  },
15412
15462
  "comments": {
15413
15463
  "ta10Ref": "5.14c",
@@ -15438,7 +15488,7 @@
15438
15488
  {
15439
15489
  "properties": {
15440
15490
  "isIncludedExcludedOrNone": {
15441
- "const": "Included"
15491
+ "enum": ["Included"]
15442
15492
  },
15443
15493
  "comments": {
15444
15494
  "ta10Ref": "5.15c",
@@ -15450,7 +15500,7 @@
15450
15500
  {
15451
15501
  "properties": {
15452
15502
  "isIncludedExcludedOrNone": {
15453
- "const": "Excluded"
15503
+ "enum": ["Excluded"]
15454
15504
  },
15455
15505
  "price": {
15456
15506
  "ta10Ref": "5.15b",
@@ -15467,7 +15517,7 @@
15467
15517
  {
15468
15518
  "properties": {
15469
15519
  "isIncludedExcludedOrNone": {
15470
- "const": "None"
15520
+ "enum": ["None"]
15471
15521
  },
15472
15522
  "comments": {
15473
15523
  "ta10Ref": "5.15c",
@@ -15498,7 +15548,7 @@
15498
15548
  {
15499
15549
  "properties": {
15500
15550
  "isIncludedExcludedOrNone": {
15501
- "const": "Included"
15551
+ "enum": ["Included"]
15502
15552
  },
15503
15553
  "comments": {
15504
15554
  "ta10Ref": "5.16c",
@@ -15510,7 +15560,7 @@
15510
15560
  {
15511
15561
  "properties": {
15512
15562
  "isIncludedExcludedOrNone": {
15513
- "const": "Excluded"
15563
+ "enum": ["Excluded"]
15514
15564
  },
15515
15565
  "price": {
15516
15566
  "ta10Ref": "5.16b",
@@ -15527,7 +15577,7 @@
15527
15577
  {
15528
15578
  "properties": {
15529
15579
  "isIncludedExcludedOrNone": {
15530
- "const": "None"
15580
+ "enum": ["None"]
15531
15581
  },
15532
15582
  "comments": {
15533
15583
  "ta10Ref": "5.16c",
@@ -15558,7 +15608,7 @@
15558
15608
  {
15559
15609
  "properties": {
15560
15610
  "isIncludedExcludedOrNone": {
15561
- "const": "Included"
15611
+ "enum": ["Included"]
15562
15612
  },
15563
15613
  "comments": {
15564
15614
  "ta10Ref": "5.17c",
@@ -15570,7 +15620,7 @@
15570
15620
  {
15571
15621
  "properties": {
15572
15622
  "isIncludedExcludedOrNone": {
15573
- "const": "Excluded"
15623
+ "enum": ["Excluded"]
15574
15624
  },
15575
15625
  "price": {
15576
15626
  "ta10Ref": "5.17b",
@@ -15587,7 +15637,7 @@
15587
15637
  {
15588
15638
  "properties": {
15589
15639
  "isIncludedExcludedOrNone": {
15590
- "const": "None"
15640
+ "enum": ["None"]
15591
15641
  },
15592
15642
  "comments": {
15593
15643
  "ta10Ref": "5.17c",
@@ -15618,7 +15668,7 @@
15618
15668
  {
15619
15669
  "properties": {
15620
15670
  "isIncludedExcludedOrNone": {
15621
- "const": "Included"
15671
+ "enum": ["Included"]
15622
15672
  },
15623
15673
  "comments": {
15624
15674
  "ta10Ref": "5.18c",
@@ -15630,7 +15680,7 @@
15630
15680
  {
15631
15681
  "properties": {
15632
15682
  "isIncludedExcludedOrNone": {
15633
- "const": "Excluded"
15683
+ "enum": ["Excluded"]
15634
15684
  },
15635
15685
  "price": {
15636
15686
  "ta10Ref": "5.18b",
@@ -15647,7 +15697,7 @@
15647
15697
  {
15648
15698
  "properties": {
15649
15699
  "isIncludedExcludedOrNone": {
15650
- "const": "None"
15700
+ "enum": ["None"]
15651
15701
  },
15652
15702
  "comments": {
15653
15703
  "ta10Ref": "5.18c",
@@ -15684,7 +15734,7 @@
15684
15734
  {
15685
15735
  "properties": {
15686
15736
  "isIncludedOrExcluded": {
15687
- "const": "Included"
15737
+ "enum": ["Included"]
15688
15738
  },
15689
15739
  "comments": {
15690
15740
  "ta10Ref": "5.19c",
@@ -15696,7 +15746,7 @@
15696
15746
  {
15697
15747
  "properties": {
15698
15748
  "isIncludedOrExcluded": {
15699
- "const": "Excluded"
15749
+ "enum": ["Excluded"]
15700
15750
  },
15701
15751
  "price": {
15702
15752
  "ta10Ref": "5.19b",
@@ -15753,7 +15803,7 @@
15753
15803
  {
15754
15804
  "properties": {
15755
15805
  "isIncludedExcludedOrNone": {
15756
- "const": "Included"
15806
+ "enum": ["Included"]
15757
15807
  },
15758
15808
  "comments": {
15759
15809
  "ta10Ref": "6.1c",
@@ -15765,7 +15815,7 @@
15765
15815
  {
15766
15816
  "properties": {
15767
15817
  "isIncludedExcludedOrNone": {
15768
- "const": "Excluded"
15818
+ "enum": ["Excluded"]
15769
15819
  },
15770
15820
  "price": {
15771
15821
  "ta10Ref": "6.1b",
@@ -15782,7 +15832,7 @@
15782
15832
  {
15783
15833
  "properties": {
15784
15834
  "isIncludedExcludedOrNone": {
15785
- "const": "None"
15835
+ "enum": ["None"]
15786
15836
  },
15787
15837
  "comments": {
15788
15838
  "ta10Ref": "6.1c",
@@ -15813,7 +15863,7 @@
15813
15863
  {
15814
15864
  "properties": {
15815
15865
  "isIncludedExcludedOrNone": {
15816
- "const": "Included"
15866
+ "enum": ["Included"]
15817
15867
  },
15818
15868
  "comments": {
15819
15869
  "ta10Ref": "6.2c",
@@ -15825,7 +15875,7 @@
15825
15875
  {
15826
15876
  "properties": {
15827
15877
  "isIncludedExcludedOrNone": {
15828
- "const": "Excluded"
15878
+ "enum": ["Excluded"]
15829
15879
  },
15830
15880
  "price": {
15831
15881
  "ta10Ref": "6.2b",
@@ -15842,7 +15892,7 @@
15842
15892
  {
15843
15893
  "properties": {
15844
15894
  "isIncludedExcludedOrNone": {
15845
- "const": "None"
15895
+ "enum": ["None"]
15846
15896
  },
15847
15897
  "comments": {
15848
15898
  "ta10Ref": "6.2c",
@@ -15873,7 +15923,7 @@
15873
15923
  {
15874
15924
  "properties": {
15875
15925
  "isIncludedExcludedOrNone": {
15876
- "const": "Included"
15926
+ "enum": ["Included"]
15877
15927
  },
15878
15928
  "comments": {
15879
15929
  "ta10Ref": "6.3c",
@@ -15885,7 +15935,7 @@
15885
15935
  {
15886
15936
  "properties": {
15887
15937
  "isIncludedExcludedOrNone": {
15888
- "const": "Excluded"
15938
+ "enum": ["Excluded"]
15889
15939
  },
15890
15940
  "price": {
15891
15941
  "ta10Ref": "6.3b",
@@ -15902,7 +15952,7 @@
15902
15952
  {
15903
15953
  "properties": {
15904
15954
  "isIncludedExcludedOrNone": {
15905
- "const": "None"
15955
+ "enum": ["None"]
15906
15956
  },
15907
15957
  "comments": {
15908
15958
  "ta10Ref": "6.3c",
@@ -15933,7 +15983,7 @@
15933
15983
  {
15934
15984
  "properties": {
15935
15985
  "isIncludedExcludedOrNone": {
15936
- "const": "Included"
15986
+ "enum": ["Included"]
15937
15987
  },
15938
15988
  "comments": {
15939
15989
  "ta10Ref": "6.4c",
@@ -15945,7 +15995,7 @@
15945
15995
  {
15946
15996
  "properties": {
15947
15997
  "isIncludedExcludedOrNone": {
15948
- "const": "Excluded"
15998
+ "enum": ["Excluded"]
15949
15999
  },
15950
16000
  "price": {
15951
16001
  "ta10Ref": "6.4b",
@@ -15962,7 +16012,7 @@
15962
16012
  {
15963
16013
  "properties": {
15964
16014
  "isIncludedExcludedOrNone": {
15965
- "const": "None"
16015
+ "enum": ["None"]
15966
16016
  },
15967
16017
  "comments": {
15968
16018
  "ta10Ref": "6.4c",
@@ -15993,7 +16043,7 @@
15993
16043
  {
15994
16044
  "properties": {
15995
16045
  "isIncludedExcludedOrNone": {
15996
- "const": "Included"
16046
+ "enum": ["Included"]
15997
16047
  },
15998
16048
  "comments": {
15999
16049
  "ta10Ref": "6.5c",
@@ -16005,7 +16055,7 @@
16005
16055
  {
16006
16056
  "properties": {
16007
16057
  "isIncludedExcludedOrNone": {
16008
- "const": "Excluded"
16058
+ "enum": ["Excluded"]
16009
16059
  },
16010
16060
  "price": {
16011
16061
  "ta10Ref": "6.5b",
@@ -16022,7 +16072,7 @@
16022
16072
  {
16023
16073
  "properties": {
16024
16074
  "isIncludedExcludedOrNone": {
16025
- "const": "None"
16075
+ "enum": ["None"]
16026
16076
  },
16027
16077
  "comments": {
16028
16078
  "ta10Ref": "6.5c",
@@ -16053,7 +16103,7 @@
16053
16103
  {
16054
16104
  "properties": {
16055
16105
  "isIncludedExcludedOrNone": {
16056
- "const": "Included"
16106
+ "enum": ["Included"]
16057
16107
  },
16058
16108
  "comments": {
16059
16109
  "ta10Ref": "6.6c",
@@ -16065,7 +16115,7 @@
16065
16115
  {
16066
16116
  "properties": {
16067
16117
  "isIncludedExcludedOrNone": {
16068
- "const": "Excluded"
16118
+ "enum": ["Excluded"]
16069
16119
  },
16070
16120
  "price": {
16071
16121
  "ta10Ref": "6.6b",
@@ -16082,7 +16132,7 @@
16082
16132
  {
16083
16133
  "properties": {
16084
16134
  "isIncludedExcludedOrNone": {
16085
- "const": "None"
16135
+ "enum": ["None"]
16086
16136
  },
16087
16137
  "comments": {
16088
16138
  "ta10Ref": "6.6c",
@@ -16113,7 +16163,7 @@
16113
16163
  {
16114
16164
  "properties": {
16115
16165
  "isIncludedExcludedOrNone": {
16116
- "const": "Included"
16166
+ "enum": ["Included"]
16117
16167
  },
16118
16168
  "comments": {
16119
16169
  "ta10Ref": "6.7c",
@@ -16125,7 +16175,7 @@
16125
16175
  {
16126
16176
  "properties": {
16127
16177
  "isIncludedExcludedOrNone": {
16128
- "const": "Excluded"
16178
+ "enum": ["Excluded"]
16129
16179
  },
16130
16180
  "price": {
16131
16181
  "ta10Ref": "6.7b",
@@ -16142,7 +16192,7 @@
16142
16192
  {
16143
16193
  "properties": {
16144
16194
  "isIncludedExcludedOrNone": {
16145
- "const": "None"
16195
+ "enum": ["None"]
16146
16196
  },
16147
16197
  "comments": {
16148
16198
  "ta10Ref": "6.7c",
@@ -16179,7 +16229,7 @@
16179
16229
  {
16180
16230
  "properties": {
16181
16231
  "isIncludedOrExcluded": {
16182
- "const": "Included"
16232
+ "enum": ["Included"]
16183
16233
  },
16184
16234
  "comments": {
16185
16235
  "ta10Ref": "6.8c",
@@ -16191,7 +16241,7 @@
16191
16241
  {
16192
16242
  "properties": {
16193
16243
  "isIncludedOrExcluded": {
16194
- "const": "Excluded"
16244
+ "enum": ["Excluded"]
16195
16245
  },
16196
16246
  "price": {
16197
16247
  "ta10Ref": "6.8b",
@@ -16246,7 +16296,7 @@
16246
16296
  {
16247
16297
  "properties": {
16248
16298
  "isIncludedExcludedOrNone": {
16249
- "const": "Included"
16299
+ "enum": ["Included"]
16250
16300
  },
16251
16301
  "comments": {
16252
16302
  "ta10Ref": "7.1c",
@@ -16258,7 +16308,7 @@
16258
16308
  {
16259
16309
  "properties": {
16260
16310
  "isIncludedExcludedOrNone": {
16261
- "const": "Excluded"
16311
+ "enum": ["Excluded"]
16262
16312
  },
16263
16313
  "price": {
16264
16314
  "ta10Ref": "7.1b",
@@ -16275,7 +16325,7 @@
16275
16325
  {
16276
16326
  "properties": {
16277
16327
  "isIncludedExcludedOrNone": {
16278
- "const": "None"
16328
+ "enum": ["None"]
16279
16329
  },
16280
16330
  "comments": {
16281
16331
  "ta10Ref": "7.1c",
@@ -16306,7 +16356,7 @@
16306
16356
  {
16307
16357
  "properties": {
16308
16358
  "isIncludedExcludedOrNone": {
16309
- "const": "Included"
16359
+ "enum": ["Included"]
16310
16360
  },
16311
16361
  "comments": {
16312
16362
  "ta10Ref": "7.2c",
@@ -16318,7 +16368,7 @@
16318
16368
  {
16319
16369
  "properties": {
16320
16370
  "isIncludedExcludedOrNone": {
16321
- "const": "Excluded"
16371
+ "enum": ["Excluded"]
16322
16372
  },
16323
16373
  "price": {
16324
16374
  "ta10Ref": "7.2b",
@@ -16335,7 +16385,7 @@
16335
16385
  {
16336
16386
  "properties": {
16337
16387
  "isIncludedExcludedOrNone": {
16338
- "const": "None"
16388
+ "enum": ["None"]
16339
16389
  },
16340
16390
  "comments": {
16341
16391
  "ta10Ref": "7.2c",
@@ -16366,7 +16416,7 @@
16366
16416
  {
16367
16417
  "properties": {
16368
16418
  "isIncludedExcludedOrNone": {
16369
- "const": "Included"
16419
+ "enum": ["Included"]
16370
16420
  },
16371
16421
  "comments": {
16372
16422
  "ta10Ref": "7.3c",
@@ -16378,7 +16428,7 @@
16378
16428
  {
16379
16429
  "properties": {
16380
16430
  "isIncludedExcludedOrNone": {
16381
- "const": "Excluded"
16431
+ "enum": ["Excluded"]
16382
16432
  },
16383
16433
  "price": {
16384
16434
  "ta10Ref": "7.3b",
@@ -16395,7 +16445,7 @@
16395
16445
  {
16396
16446
  "properties": {
16397
16447
  "isIncludedExcludedOrNone": {
16398
- "const": "None"
16448
+ "enum": ["None"]
16399
16449
  },
16400
16450
  "comments": {
16401
16451
  "ta10Ref": "7.3c",
@@ -16426,7 +16476,7 @@
16426
16476
  {
16427
16477
  "properties": {
16428
16478
  "isIncludedExcludedOrNone": {
16429
- "const": "Included"
16479
+ "enum": ["Included"]
16430
16480
  },
16431
16481
  "comments": {
16432
16482
  "ta10Ref": "7.4c",
@@ -16438,7 +16488,7 @@
16438
16488
  {
16439
16489
  "properties": {
16440
16490
  "isIncludedExcludedOrNone": {
16441
- "const": "Excluded"
16491
+ "enum": ["Excluded"]
16442
16492
  },
16443
16493
  "price": {
16444
16494
  "ta10Ref": "7.4b",
@@ -16455,7 +16505,7 @@
16455
16505
  {
16456
16506
  "properties": {
16457
16507
  "isIncludedExcludedOrNone": {
16458
- "const": "None"
16508
+ "enum": ["None"]
16459
16509
  },
16460
16510
  "comments": {
16461
16511
  "ta10Ref": "7.4c",
@@ -16486,7 +16536,7 @@
16486
16536
  {
16487
16537
  "properties": {
16488
16538
  "isIncludedExcludedOrNone": {
16489
- "const": "Included"
16539
+ "enum": ["Included"]
16490
16540
  },
16491
16541
  "comments": {
16492
16542
  "ta10Ref": "7.5c",
@@ -16498,7 +16548,7 @@
16498
16548
  {
16499
16549
  "properties": {
16500
16550
  "isIncludedExcludedOrNone": {
16501
- "const": "Excluded"
16551
+ "enum": ["Excluded"]
16502
16552
  },
16503
16553
  "price": {
16504
16554
  "ta10Ref": "7.5b",
@@ -16515,7 +16565,7 @@
16515
16565
  {
16516
16566
  "properties": {
16517
16567
  "isIncludedExcludedOrNone": {
16518
- "const": "None"
16568
+ "enum": ["None"]
16519
16569
  },
16520
16570
  "comments": {
16521
16571
  "ta10Ref": "7.5c",
@@ -16546,7 +16596,7 @@
16546
16596
  {
16547
16597
  "properties": {
16548
16598
  "isIncludedExcludedOrNone": {
16549
- "const": "Included"
16599
+ "enum": ["Included"]
16550
16600
  },
16551
16601
  "comments": {
16552
16602
  "ta10Ref": "7.6c",
@@ -16558,7 +16608,7 @@
16558
16608
  {
16559
16609
  "properties": {
16560
16610
  "isIncludedExcludedOrNone": {
16561
- "const": "Excluded"
16611
+ "enum": ["Excluded"]
16562
16612
  },
16563
16613
  "price": {
16564
16614
  "ta10Ref": "7.6b",
@@ -16575,7 +16625,7 @@
16575
16625
  {
16576
16626
  "properties": {
16577
16627
  "isIncludedExcludedOrNone": {
16578
- "const": "None"
16628
+ "enum": ["None"]
16579
16629
  },
16580
16630
  "comments": {
16581
16631
  "ta10Ref": "7.6c",
@@ -16606,7 +16656,7 @@
16606
16656
  {
16607
16657
  "properties": {
16608
16658
  "isIncludedExcludedOrNone": {
16609
- "const": "Included"
16659
+ "enum": ["Included"]
16610
16660
  },
16611
16661
  "comments": {
16612
16662
  "ta10Ref": "7.7c",
@@ -16618,7 +16668,7 @@
16618
16668
  {
16619
16669
  "properties": {
16620
16670
  "isIncludedExcludedOrNone": {
16621
- "const": "Excluded"
16671
+ "enum": ["Excluded"]
16622
16672
  },
16623
16673
  "price": {
16624
16674
  "ta10Ref": "7.7b",
@@ -16635,7 +16685,7 @@
16635
16685
  {
16636
16686
  "properties": {
16637
16687
  "isIncludedExcludedOrNone": {
16638
- "const": "None"
16688
+ "enum": ["None"]
16639
16689
  },
16640
16690
  "comments": {
16641
16691
  "ta10Ref": "7.7c",
@@ -16672,7 +16722,7 @@
16672
16722
  {
16673
16723
  "properties": {
16674
16724
  "isIncludedOrExcluded": {
16675
- "const": "Included"
16725
+ "enum": ["Included"]
16676
16726
  },
16677
16727
  "comments": {
16678
16728
  "ta10Ref": "7.8c",
@@ -16684,7 +16734,7 @@
16684
16734
  {
16685
16735
  "properties": {
16686
16736
  "isIncludedOrExcluded": {
16687
- "const": "Excluded"
16737
+ "enum": ["Excluded"]
16688
16738
  },
16689
16739
  "price": {
16690
16740
  "ta10Ref": "7.8b",
@@ -16743,7 +16793,7 @@
16743
16793
  {
16744
16794
  "properties": {
16745
16795
  "isIncludedExcludedOrNone": {
16746
- "const": "Included"
16796
+ "enum": ["Included"]
16747
16797
  },
16748
16798
  "comments": {
16749
16799
  "ta10Ref": "8.1c",
@@ -16755,7 +16805,7 @@
16755
16805
  {
16756
16806
  "properties": {
16757
16807
  "isIncludedExcludedOrNone": {
16758
- "const": "Excluded"
16808
+ "enum": ["Excluded"]
16759
16809
  },
16760
16810
  "price": {
16761
16811
  "ta10Ref": "8.1b",
@@ -16772,7 +16822,7 @@
16772
16822
  {
16773
16823
  "properties": {
16774
16824
  "isIncludedExcludedOrNone": {
16775
- "const": "None"
16825
+ "enum": ["None"]
16776
16826
  },
16777
16827
  "comments": {
16778
16828
  "ta10Ref": "8.1c",
@@ -16803,7 +16853,7 @@
16803
16853
  {
16804
16854
  "properties": {
16805
16855
  "isIncludedExcludedOrNone": {
16806
- "const": "Included"
16856
+ "enum": ["Included"]
16807
16857
  },
16808
16858
  "comments": {
16809
16859
  "ta10Ref": "8.2c",
@@ -16815,7 +16865,7 @@
16815
16865
  {
16816
16866
  "properties": {
16817
16867
  "isIncludedExcludedOrNone": {
16818
- "const": "Excluded"
16868
+ "enum": ["Excluded"]
16819
16869
  },
16820
16870
  "price": {
16821
16871
  "ta10Ref": "8.2b",
@@ -16832,7 +16882,7 @@
16832
16882
  {
16833
16883
  "properties": {
16834
16884
  "isIncludedExcludedOrNone": {
16835
- "const": "None"
16885
+ "enum": ["None"]
16836
16886
  },
16837
16887
  "comments": {
16838
16888
  "ta10Ref": "8.2c",
@@ -16863,7 +16913,7 @@
16863
16913
  {
16864
16914
  "properties": {
16865
16915
  "isIncludedExcludedOrNone": {
16866
- "const": "Included"
16916
+ "enum": ["Included"]
16867
16917
  },
16868
16918
  "comments": {
16869
16919
  "ta10Ref": "8.3c",
@@ -16875,7 +16925,7 @@
16875
16925
  {
16876
16926
  "properties": {
16877
16927
  "isIncludedExcludedOrNone": {
16878
- "const": "Excluded"
16928
+ "enum": ["Excluded"]
16879
16929
  },
16880
16930
  "price": {
16881
16931
  "ta10Ref": "8.3b",
@@ -16892,7 +16942,7 @@
16892
16942
  {
16893
16943
  "properties": {
16894
16944
  "isIncludedExcludedOrNone": {
16895
- "const": "None"
16945
+ "enum": ["None"]
16896
16946
  },
16897
16947
  "comments": {
16898
16948
  "ta10Ref": "8.3c",
@@ -16923,7 +16973,7 @@
16923
16973
  {
16924
16974
  "properties": {
16925
16975
  "isIncludedExcludedOrNone": {
16926
- "const": "Included"
16976
+ "enum": ["Included"]
16927
16977
  },
16928
16978
  "comments": {
16929
16979
  "ta10Ref": "8.4c",
@@ -16935,7 +16985,7 @@
16935
16985
  {
16936
16986
  "properties": {
16937
16987
  "isIncludedExcludedOrNone": {
16938
- "const": "Excluded"
16988
+ "enum": ["Excluded"]
16939
16989
  },
16940
16990
  "price": {
16941
16991
  "ta10Ref": "8.4b",
@@ -16952,7 +17002,7 @@
16952
17002
  {
16953
17003
  "properties": {
16954
17004
  "isIncludedExcludedOrNone": {
16955
- "const": "None"
17005
+ "enum": ["None"]
16956
17006
  },
16957
17007
  "comments": {
16958
17008
  "ta10Ref": "8.4c",
@@ -16983,7 +17033,7 @@
16983
17033
  {
16984
17034
  "properties": {
16985
17035
  "isIncludedExcludedOrNone": {
16986
- "const": "Included"
17036
+ "enum": ["Included"]
16987
17037
  },
16988
17038
  "comments": {
16989
17039
  "ta10Ref": "8.5c",
@@ -16995,7 +17045,7 @@
16995
17045
  {
16996
17046
  "properties": {
16997
17047
  "isIncludedExcludedOrNone": {
16998
- "const": "Excluded"
17048
+ "enum": ["Excluded"]
16999
17049
  },
17000
17050
  "price": {
17001
17051
  "ta10Ref": "8.5b",
@@ -17012,7 +17062,7 @@
17012
17062
  {
17013
17063
  "properties": {
17014
17064
  "isIncludedExcludedOrNone": {
17015
- "const": "None"
17065
+ "enum": ["None"]
17016
17066
  },
17017
17067
  "comments": {
17018
17068
  "ta10Ref": "8.5c",
@@ -17043,7 +17093,7 @@
17043
17093
  {
17044
17094
  "properties": {
17045
17095
  "isIncludedExcludedOrNone": {
17046
- "const": "Included"
17096
+ "enum": ["Included"]
17047
17097
  },
17048
17098
  "comments": {
17049
17099
  "ta10Ref": "8.6c",
@@ -17055,7 +17105,7 @@
17055
17105
  {
17056
17106
  "properties": {
17057
17107
  "isIncludedExcludedOrNone": {
17058
- "const": "Excluded"
17108
+ "enum": ["Excluded"]
17059
17109
  },
17060
17110
  "price": {
17061
17111
  "ta10Ref": "8.6b",
@@ -17072,7 +17122,7 @@
17072
17122
  {
17073
17123
  "properties": {
17074
17124
  "isIncludedExcludedOrNone": {
17075
- "const": "None"
17125
+ "enum": ["None"]
17076
17126
  },
17077
17127
  "comments": {
17078
17128
  "ta10Ref": "8.6c",
@@ -17103,7 +17153,7 @@
17103
17153
  {
17104
17154
  "properties": {
17105
17155
  "isIncludedExcludedOrNone": {
17106
- "const": "Included"
17156
+ "enum": ["Included"]
17107
17157
  },
17108
17158
  "comments": {
17109
17159
  "ta10Ref": "8.7c",
@@ -17115,7 +17165,7 @@
17115
17165
  {
17116
17166
  "properties": {
17117
17167
  "isIncludedExcludedOrNone": {
17118
- "const": "Excluded"
17168
+ "enum": ["Excluded"]
17119
17169
  },
17120
17170
  "price": {
17121
17171
  "ta10Ref": "8.7b",
@@ -17132,7 +17182,7 @@
17132
17182
  {
17133
17183
  "properties": {
17134
17184
  "isIncludedExcludedOrNone": {
17135
- "const": "None"
17185
+ "enum": ["None"]
17136
17186
  },
17137
17187
  "comments": {
17138
17188
  "ta10Ref": "8.7c",
@@ -17163,7 +17213,7 @@
17163
17213
  {
17164
17214
  "properties": {
17165
17215
  "isIncludedExcludedOrNone": {
17166
- "const": "Included"
17216
+ "enum": ["Included"]
17167
17217
  },
17168
17218
  "comments": {
17169
17219
  "ta10Ref": "8.8c",
@@ -17175,7 +17225,7 @@
17175
17225
  {
17176
17226
  "properties": {
17177
17227
  "isIncludedExcludedOrNone": {
17178
- "const": "Excluded"
17228
+ "enum": ["Excluded"]
17179
17229
  },
17180
17230
  "price": {
17181
17231
  "ta10Ref": "8.8b",
@@ -17192,7 +17242,7 @@
17192
17242
  {
17193
17243
  "properties": {
17194
17244
  "isIncludedExcludedOrNone": {
17195
- "const": "None"
17245
+ "enum": ["None"]
17196
17246
  },
17197
17247
  "comments": {
17198
17248
  "ta10Ref": "8.8c",
@@ -17223,7 +17273,7 @@
17223
17273
  {
17224
17274
  "properties": {
17225
17275
  "isIncludedExcludedOrNone": {
17226
- "const": "Included"
17276
+ "enum": ["Included"]
17227
17277
  },
17228
17278
  "comments": {
17229
17279
  "ta10Ref": "8.9c",
@@ -17235,7 +17285,7 @@
17235
17285
  {
17236
17286
  "properties": {
17237
17287
  "isIncludedExcludedOrNone": {
17238
- "const": "Excluded"
17288
+ "enum": ["Excluded"]
17239
17289
  },
17240
17290
  "price": {
17241
17291
  "ta10Ref": "8.9b",
@@ -17252,7 +17302,7 @@
17252
17302
  {
17253
17303
  "properties": {
17254
17304
  "isIncludedExcludedOrNone": {
17255
- "const": "None"
17305
+ "enum": ["None"]
17256
17306
  },
17257
17307
  "comments": {
17258
17308
  "ta10Ref": "8.9c",
@@ -17283,7 +17333,7 @@
17283
17333
  {
17284
17334
  "properties": {
17285
17335
  "isIncludedExcludedOrNone": {
17286
- "const": "Included"
17336
+ "enum": ["Included"]
17287
17337
  },
17288
17338
  "comments": {
17289
17339
  "ta10Ref": "8.10c",
@@ -17295,7 +17345,7 @@
17295
17345
  {
17296
17346
  "properties": {
17297
17347
  "isIncludedExcludedOrNone": {
17298
- "const": "Excluded"
17348
+ "enum": ["Excluded"]
17299
17349
  },
17300
17350
  "price": {
17301
17351
  "ta10Ref": "8.10b",
@@ -17312,7 +17362,7 @@
17312
17362
  {
17313
17363
  "properties": {
17314
17364
  "isIncludedExcludedOrNone": {
17315
- "const": "None"
17365
+ "enum": ["None"]
17316
17366
  },
17317
17367
  "comments": {
17318
17368
  "ta10Ref": "8.10c",
@@ -17343,7 +17393,7 @@
17343
17393
  {
17344
17394
  "properties": {
17345
17395
  "isIncludedExcludedOrNone": {
17346
- "const": "Included"
17396
+ "enum": ["Included"]
17347
17397
  },
17348
17398
  "comments": {
17349
17399
  "ta10Ref": "8.11c",
@@ -17355,7 +17405,7 @@
17355
17405
  {
17356
17406
  "properties": {
17357
17407
  "isIncludedExcludedOrNone": {
17358
- "const": "Excluded"
17408
+ "enum": ["Excluded"]
17359
17409
  },
17360
17410
  "price": {
17361
17411
  "ta10Ref": "8.11b",
@@ -17372,7 +17422,7 @@
17372
17422
  {
17373
17423
  "properties": {
17374
17424
  "isIncludedExcludedOrNone": {
17375
- "const": "None"
17425
+ "enum": ["None"]
17376
17426
  },
17377
17427
  "comments": {
17378
17428
  "ta10Ref": "8.11c",
@@ -17403,7 +17453,7 @@
17403
17453
  {
17404
17454
  "properties": {
17405
17455
  "isIncludedExcludedOrNone": {
17406
- "const": "Included"
17456
+ "enum": ["Included"]
17407
17457
  },
17408
17458
  "comments": {
17409
17459
  "ta10Ref": "8.12c",
@@ -17415,7 +17465,7 @@
17415
17465
  {
17416
17466
  "properties": {
17417
17467
  "isIncludedExcludedOrNone": {
17418
- "const": "Excluded"
17468
+ "enum": ["Excluded"]
17419
17469
  },
17420
17470
  "price": {
17421
17471
  "ta10Ref": "8.12b",
@@ -17432,7 +17482,7 @@
17432
17482
  {
17433
17483
  "properties": {
17434
17484
  "isIncludedExcludedOrNone": {
17435
- "const": "None"
17485
+ "enum": ["None"]
17436
17486
  },
17437
17487
  "comments": {
17438
17488
  "ta10Ref": "8.12c",
@@ -17469,7 +17519,7 @@
17469
17519
  {
17470
17520
  "properties": {
17471
17521
  "isIncludedOrExcluded": {
17472
- "const": "Included"
17522
+ "enum": ["Included"]
17473
17523
  },
17474
17524
  "comments": {
17475
17525
  "ta10Ref": "8.13c",
@@ -17481,7 +17531,7 @@
17481
17531
  {
17482
17532
  "properties": {
17483
17533
  "isIncludedOrExcluded": {
17484
- "const": "Excluded"
17534
+ "enum": ["Excluded"]
17485
17535
  },
17486
17536
  "price": {
17487
17537
  "ta10Ref": "8.13b",
@@ -17531,7 +17581,7 @@
17531
17581
  {
17532
17582
  "properties": {
17533
17583
  "isIncludedExcludedOrNone": {
17534
- "const": "Included"
17584
+ "enum": ["Included"]
17535
17585
  },
17536
17586
  "comments": {
17537
17587
  "ta10Ref": "9.1c",
@@ -17543,7 +17593,7 @@
17543
17593
  {
17544
17594
  "properties": {
17545
17595
  "isIncludedExcludedOrNone": {
17546
- "const": "Excluded"
17596
+ "enum": ["Excluded"]
17547
17597
  },
17548
17598
  "price": {
17549
17599
  "ta10Ref": "9.1b",
@@ -17560,7 +17610,7 @@
17560
17610
  {
17561
17611
  "properties": {
17562
17612
  "isIncludedExcludedOrNone": {
17563
- "const": "None"
17613
+ "enum": ["None"]
17564
17614
  },
17565
17615
  "comments": {
17566
17616
  "ta10Ref": "9.1c",
@@ -17591,7 +17641,7 @@
17591
17641
  {
17592
17642
  "properties": {
17593
17643
  "isIncludedExcludedOrNone": {
17594
- "const": "Included"
17644
+ "enum": ["Included"]
17595
17645
  },
17596
17646
  "comments": {
17597
17647
  "ta10Ref": "9.2c",
@@ -17603,7 +17653,7 @@
17603
17653
  {
17604
17654
  "properties": {
17605
17655
  "isIncludedExcludedOrNone": {
17606
- "const": "Excluded"
17656
+ "enum": ["Excluded"]
17607
17657
  },
17608
17658
  "price": {
17609
17659
  "ta10Ref": "9.2b",
@@ -17620,7 +17670,7 @@
17620
17670
  {
17621
17671
  "properties": {
17622
17672
  "isIncludedExcludedOrNone": {
17623
- "const": "None"
17673
+ "enum": ["None"]
17624
17674
  },
17625
17675
  "comments": {
17626
17676
  "ta10Ref": "9.2c",
@@ -17651,7 +17701,7 @@
17651
17701
  {
17652
17702
  "properties": {
17653
17703
  "isIncludedExcludedOrNone": {
17654
- "const": "Included"
17704
+ "enum": ["Included"]
17655
17705
  },
17656
17706
  "comments": {
17657
17707
  "ta10Ref": "9.3c",
@@ -17663,7 +17713,7 @@
17663
17713
  {
17664
17714
  "properties": {
17665
17715
  "isIncludedExcludedOrNone": {
17666
- "const": "Excluded"
17716
+ "enum": ["Excluded"]
17667
17717
  },
17668
17718
  "price": {
17669
17719
  "ta10Ref": "9.3b",
@@ -17680,7 +17730,7 @@
17680
17730
  {
17681
17731
  "properties": {
17682
17732
  "isIncludedExcludedOrNone": {
17683
- "const": "None"
17733
+ "enum": ["None"]
17684
17734
  },
17685
17735
  "comments": {
17686
17736
  "ta10Ref": "9.3c",
@@ -17711,7 +17761,7 @@
17711
17761
  {
17712
17762
  "properties": {
17713
17763
  "isIncludedExcludedOrNone": {
17714
- "const": "Included"
17764
+ "enum": ["Included"]
17715
17765
  },
17716
17766
  "comments": {
17717
17767
  "ta10Ref": "9.4c",
@@ -17723,7 +17773,7 @@
17723
17773
  {
17724
17774
  "properties": {
17725
17775
  "isIncludedExcludedOrNone": {
17726
- "const": "Excluded"
17776
+ "enum": ["Excluded"]
17727
17777
  },
17728
17778
  "price": {
17729
17779
  "ta10Ref": "9.4b",
@@ -17740,7 +17790,7 @@
17740
17790
  {
17741
17791
  "properties": {
17742
17792
  "isIncludedExcludedOrNone": {
17743
- "const": "None"
17793
+ "enum": ["None"]
17744
17794
  },
17745
17795
  "comments": {
17746
17796
  "ta10Ref": "9.4c",
@@ -17779,7 +17829,7 @@
17779
17829
  {
17780
17830
  "properties": {
17781
17831
  "isIncludedExcludedOrNone": {
17782
- "const": "Included"
17832
+ "enum": ["Included"]
17783
17833
  },
17784
17834
  "comments": {
17785
17835
  "ta10Ref": "10.1c",
@@ -17791,7 +17841,7 @@
17791
17841
  {
17792
17842
  "properties": {
17793
17843
  "isIncludedExcludedOrNone": {
17794
- "const": "Excluded"
17844
+ "enum": ["Excluded"]
17795
17845
  },
17796
17846
  "price": {
17797
17847
  "ta10Ref": "10.1b",
@@ -17808,7 +17858,7 @@
17808
17858
  {
17809
17859
  "properties": {
17810
17860
  "isIncludedExcludedOrNone": {
17811
- "const": "None"
17861
+ "enum": ["None"]
17812
17862
  },
17813
17863
  "comments": {
17814
17864
  "ta10Ref": "10.1c",
@@ -17839,7 +17889,7 @@
17839
17889
  {
17840
17890
  "properties": {
17841
17891
  "isIncludedExcludedOrNone": {
17842
- "const": "Included"
17892
+ "enum": ["Included"]
17843
17893
  },
17844
17894
  "comments": {
17845
17895
  "ta10Ref": "10.2c",
@@ -17851,7 +17901,7 @@
17851
17901
  {
17852
17902
  "properties": {
17853
17903
  "isIncludedExcludedOrNone": {
17854
- "const": "Excluded"
17904
+ "enum": ["Excluded"]
17855
17905
  },
17856
17906
  "price": {
17857
17907
  "ta10Ref": "10.2b",
@@ -17868,7 +17918,7 @@
17868
17918
  {
17869
17919
  "properties": {
17870
17920
  "isIncludedExcludedOrNone": {
17871
- "const": "None"
17921
+ "enum": ["None"]
17872
17922
  },
17873
17923
  "comments": {
17874
17924
  "ta10Ref": "10.2c",
@@ -17899,7 +17949,7 @@
17899
17949
  {
17900
17950
  "properties": {
17901
17951
  "isIncludedExcludedOrNone": {
17902
- "const": "Included"
17952
+ "enum": ["Included"]
17903
17953
  },
17904
17954
  "comments": {
17905
17955
  "ta10Ref": "10.3c",
@@ -17911,7 +17961,7 @@
17911
17961
  {
17912
17962
  "properties": {
17913
17963
  "isIncludedExcludedOrNone": {
17914
- "const": "Excluded"
17964
+ "enum": ["Excluded"]
17915
17965
  },
17916
17966
  "price": {
17917
17967
  "ta10Ref": "10.3b",
@@ -17928,7 +17978,7 @@
17928
17978
  {
17929
17979
  "properties": {
17930
17980
  "isIncludedExcludedOrNone": {
17931
- "const": "None"
17981
+ "enum": ["None"]
17932
17982
  },
17933
17983
  "comments": {
17934
17984
  "ta10Ref": "10.3c",
@@ -17973,7 +18023,7 @@
17973
18023
  {
17974
18024
  "properties": {
17975
18025
  "isIncludedOrExcluded": {
17976
- "const": "Included"
18026
+ "enum": ["Included"]
17977
18027
  },
17978
18028
  "comments": {
17979
18029
  "ta10Ref": "11.1c",
@@ -17985,7 +18035,7 @@
17985
18035
  {
17986
18036
  "properties": {
17987
18037
  "isIncludedOrExcluded": {
17988
- "const": "Excluded"
18038
+ "enum": ["Excluded"]
17989
18039
  },
17990
18040
  "price": {
17991
18041
  "ta10Ref": "11.1b",
@@ -18003,6 +18053,19 @@
18003
18053
  }
18004
18054
  }
18005
18055
  }
18056
+ },
18057
+ "confirmationOfAccuracy": {
18058
+ "ta10Ref": "12",
18059
+ "title": "Confirmation to be supplied by all owners or their representative",
18060
+ "type": "object",
18061
+ "ta10Required": ["confirmInformationIsAccurate"],
18062
+ "properties": {
18063
+ "confirmInformationIsAccurate": {
18064
+ "ta10Ref": "12.1",
18065
+ "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",
18066
+ "type": "boolean"
18067
+ }
18068
+ }
18006
18069
  }
18007
18070
  }
18008
18071
  },
@@ -18034,7 +18097,8 @@
18034
18097
  "type": "string",
18035
18098
  "title": "",
18036
18099
  "enum": ["Yes", "To be connected", "No"],
18037
- "ntsEnum": ["Yes", "No"]
18100
+ "ntsEnum": ["Yes", "No"],
18101
+ "ta6Enum": ["Yes", "No"]
18038
18102
  }
18039
18103
  },
18040
18104
  "baspiRequired": ["yesNo"],
@@ -38026,7 +38090,7 @@
38026
38090
  "description": "Specific information about a property that was recently sold.",
38027
38091
  "properties": {
38028
38092
  "listingType": {
38029
- "const": "Recently Sold"
38093
+ "enum": ["Recently Sold"]
38030
38094
  },
38031
38095
  "soldDate": {
38032
38096
  "title": "Sold Date",
@@ -38046,7 +38110,7 @@
38046
38110
  "description": "Specific information about a property that is currently listed for sale.",
38047
38111
  "properties": {
38048
38112
  "listingType": {
38049
- "const": "Currently On Sale"
38113
+ "enum": ["Currently On Sale"]
38050
38114
  },
38051
38115
  "listedDate": {
38052
38116
  "title": "Listed Date",