@pdtf/schemas 3.0.0-27 → 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
  ]
@@ -3601,7 +3606,7 @@
3601
3606
  },
3602
3607
  "address": {
3603
3608
  "baspiRef": "A1.5.4.1.2",
3604
- "ta7Ref": "4.1a.2",
3609
+ "ta7Ref": "4.1a.0",
3605
3610
  "title": "Address",
3606
3611
  "type": "object",
3607
3612
  "properties": {
@@ -3815,6 +3820,7 @@
3815
3820
  "minLength": 1
3816
3821
  },
3817
3822
  "address": {
3823
+ "ta7Ref": "4.1b.0",
3818
3824
  "title": "Address",
3819
3825
  "type": "object",
3820
3826
  "properties": {
@@ -3941,6 +3947,7 @@
3941
3947
  },
3942
3948
  "address": {
3943
3949
  "baspiRef": "A1.5.5.1.2",
3950
+ "ta7Ref": "4.1c.0",
3944
3951
  "title": "Address",
3945
3952
  "type": "object",
3946
3953
  "properties": {
@@ -4269,14 +4276,14 @@
4269
4276
  {
4270
4277
  "properties": {
4271
4278
  "isApplicableParty": {
4272
- "const": "false"
4279
+ "enum": ["false"]
4273
4280
  }
4274
4281
  }
4275
4282
  },
4276
4283
  {
4277
4284
  "properties": {
4278
4285
  "isApplicableParty": {
4279
- "const": "true"
4286
+ "enum": ["true"]
4280
4287
  },
4281
4288
  "feeIncludingVAT": {
4282
4289
  "title": "Total Fee including VAT",
@@ -4311,14 +4318,14 @@
4311
4318
  {
4312
4319
  "properties": {
4313
4320
  "isApplicableParty": {
4314
- "const": "false"
4321
+ "enum": ["false"]
4315
4322
  }
4316
4323
  }
4317
4324
  },
4318
4325
  {
4319
4326
  "properties": {
4320
4327
  "isApplicableParty": {
4321
- "const": "true"
4328
+ "enum": ["true"]
4322
4329
  },
4323
4330
  "feeIncludingVAT": {
4324
4331
  "title": "Total Fee including VAT",
@@ -4353,14 +4360,14 @@
4353
4360
  {
4354
4361
  "properties": {
4355
4362
  "isApplicableParty": {
4356
- "const": "false"
4363
+ "enum": ["false"]
4357
4364
  }
4358
4365
  }
4359
4366
  },
4360
4367
  {
4361
4368
  "properties": {
4362
4369
  "isApplicableParty": {
4363
- "const": "true"
4370
+ "enum": ["true"]
4364
4371
  },
4365
4372
  "feeIncludingVAT": {
4366
4373
  "title": "Total Fee including VAT",
@@ -4394,14 +4401,14 @@
4394
4401
  {
4395
4402
  "properties": {
4396
4403
  "isApplicableParty": {
4397
- "const": "false"
4404
+ "enum": ["false"]
4398
4405
  }
4399
4406
  }
4400
4407
  },
4401
4408
  {
4402
4409
  "properties": {
4403
4410
  "isApplicableParty": {
4404
- "const": "true"
4411
+ "enum": ["true"]
4405
4412
  },
4406
4413
  "feeIncludingVAT": {
4407
4414
  "title": "Total Fee including VAT",
@@ -4511,14 +4518,14 @@
4511
4518
  {
4512
4519
  "properties": {
4513
4520
  "isApplicableParty": {
4514
- "const": "false"
4521
+ "enum": ["false"]
4515
4522
  }
4516
4523
  }
4517
4524
  },
4518
4525
  {
4519
4526
  "properties": {
4520
4527
  "isApplicableParty": {
4521
- "const": "true"
4528
+ "enum": ["true"]
4522
4529
  },
4523
4530
  "feeIncludingVAT": {
4524
4531
  "title": "Total Fee including VAT",
@@ -4553,14 +4560,14 @@
4553
4560
  {
4554
4561
  "properties": {
4555
4562
  "isApplicableParty": {
4556
- "const": "false"
4563
+ "enum": ["false"]
4557
4564
  }
4558
4565
  }
4559
4566
  },
4560
4567
  {
4561
4568
  "properties": {
4562
4569
  "isApplicableParty": {
4563
- "const": "true"
4570
+ "enum": ["true"]
4564
4571
  },
4565
4572
  "feeIncludingVAT": {
4566
4573
  "title": "Total Fee including VAT",
@@ -4595,14 +4602,14 @@
4595
4602
  {
4596
4603
  "properties": {
4597
4604
  "isApplicableParty": {
4598
- "const": "false"
4605
+ "enum": ["false"]
4599
4606
  }
4600
4607
  }
4601
4608
  },
4602
4609
  {
4603
4610
  "properties": {
4604
4611
  "isApplicableParty": {
4605
- "const": "true"
4612
+ "enum": ["true"]
4606
4613
  },
4607
4614
  "feeIncludingVAT": {
4608
4615
  "title": "Total Fee including VAT",
@@ -4637,14 +4644,14 @@
4637
4644
  {
4638
4645
  "properties": {
4639
4646
  "isApplicableParty": {
4640
- "const": "false"
4647
+ "enum": ["false"]
4641
4648
  }
4642
4649
  }
4643
4650
  },
4644
4651
  {
4645
4652
  "properties": {
4646
4653
  "isApplicableParty": {
4647
- "const": "true"
4654
+ "enum": ["true"]
4648
4655
  },
4649
4656
  "feeIncludingVAT": {
4650
4657
  "title": "Total Fee including VAT",
@@ -4678,14 +4685,14 @@
4678
4685
  {
4679
4686
  "properties": {
4680
4687
  "isApplicableParty": {
4681
- "const": "false"
4688
+ "enum": ["false"]
4682
4689
  }
4683
4690
  }
4684
4691
  },
4685
4692
  {
4686
4693
  "properties": {
4687
4694
  "isApplicableParty": {
4688
- "const": "true"
4695
+ "enum": ["true"]
4689
4696
  },
4690
4697
  "feeIncludingVAT": {
4691
4698
  "title": "Total Fee including VAT",
@@ -4790,14 +4797,14 @@
4790
4797
  {
4791
4798
  "properties": {
4792
4799
  "areOtherDetailsRequired": {
4793
- "const": "No"
4800
+ "enum": ["No"]
4794
4801
  }
4795
4802
  }
4796
4803
  },
4797
4804
  {
4798
4805
  "properties": {
4799
4806
  "areOtherDetailsRequired": {
4800
- "const": "Yes"
4807
+ "enum": ["Yes"]
4801
4808
  },
4802
4809
  "details": {
4803
4810
  "title": "Please detail required additional information to be included with the notice of disposition",
@@ -5002,13 +5009,7 @@
5002
5009
  "ta7Ref": "7.1.1",
5003
5010
  "title": "",
5004
5011
  "type": "string",
5005
- "enum": [
5006
- "Yes",
5007
- "No",
5008
- "Attached",
5009
- "To follow",
5010
- "Lost"
5011
- ]
5012
+ "enum": ["Yes", "No"]
5012
5013
  }
5013
5014
  },
5014
5015
  "discriminator": {
@@ -5018,12 +5019,7 @@
5018
5019
  {
5019
5020
  "properties": {
5020
5021
  "isSellerAwareOfChanges": {
5021
- "enum": [
5022
- "No",
5023
- "Attached",
5024
- "To follow",
5025
- "Lost"
5026
- ]
5022
+ "enum": ["No"]
5027
5023
  }
5028
5024
  }
5029
5025
  },
@@ -5041,7 +5037,11 @@
5041
5037
  "attachments": {
5042
5038
  "ta7Ref": "7.1.3",
5043
5039
  "type": "string",
5044
- "enum": ["Attached", "To follow"]
5040
+ "enum": [
5041
+ "Attached",
5042
+ "To follow",
5043
+ "Lost"
5044
+ ]
5045
5045
  }
5046
5046
  },
5047
5047
  "lpe1Required": ["details"]
@@ -5831,7 +5831,7 @@
5831
5831
  },
5832
5832
  "adHocExpenses": {
5833
5833
  "lpe1Ref": "4.1.2",
5834
- "title": "If the Service Charge has been collected on an 'ad hoc' basis, what have been the expenses over the last 3 years?",
5834
+ "title": "If the Service Charge has been collected on an 'ad hoc' basis, what have been the expenses over the last three years?",
5835
5835
  "type": "string"
5836
5836
  },
5837
5837
  "serviceChargePaidUpToDate": {
@@ -6506,7 +6506,7 @@
6506
6506
  "claimsMade": {
6507
6507
  "lpe1Ref": "5.4",
6508
6508
  "type": "object",
6509
- "title": "Have any claims been made against the policy during Yes the last 3 years?",
6509
+ "title": "Have any claims been made against the policy during the last three years?",
6510
6510
  "properties": {
6511
6511
  "yesNo": {
6512
6512
  "type": "string",
@@ -7107,7 +7107,7 @@
7107
7107
  "title": "Leaseholder Deed of Certificate.",
7108
7108
  "ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
7109
7109
  "type": "string",
7110
- "enum": ["Enclosed", "To follow"]
7110
+ "enum": ["Attached", "To follow"]
7111
7111
  }
7112
7112
  },
7113
7113
  "lpe1Required": [
@@ -7167,7 +7167,7 @@
7167
7167
  "title": "Landlord's Certificate.",
7168
7168
  "ta7Title": "Please supply a copy and the accompanying evidence.",
7169
7169
  "type": "string",
7170
- "enum": ["Enclosed", "To follow"]
7170
+ "enum": ["Attached", "To follow"]
7171
7171
  }
7172
7172
  },
7173
7173
  "lpe1Required": ["attachments"],
@@ -7552,7 +7552,7 @@
7552
7552
  "noticeOfSale",
7553
7553
  "noticeOfBuildingCondition",
7554
7554
  "copyOfcorrespondence",
7555
- "serviceChargeAccounts",
7555
+ "serviceCharges",
7556
7556
  "groundRent",
7557
7557
  "buildingsInsurancePolicy",
7558
7558
  "additionalRegulationsNotInLease",
@@ -7565,7 +7565,7 @@
7565
7565
  "ta7Ref": "3.1a1",
7566
7566
  "title": "Please supply a copy of the lease.",
7567
7567
  "type": "string",
7568
- "enum": ["Enclosed", "To follow"]
7568
+ "enum": ["Attached", "To follow"]
7569
7569
  },
7570
7570
  "deedsOfVariation": {
7571
7571
  "lpe1Ref": "8.9",
@@ -7574,14 +7574,14 @@
7574
7574
  "ta7Title": "Any supplemental deeds.",
7575
7575
  "type": "string",
7576
7576
  "enum": [
7577
- "Enclosed",
7577
+ "Attached",
7578
7578
  "To follow",
7579
7579
  "Landlord's lawyer provides",
7580
7580
  "Please supply draft",
7581
7581
  "Not applicable"
7582
7582
  ],
7583
7583
  "ta7Enum": [
7584
- "Enclosed",
7584
+ "Attached",
7585
7585
  "To follow",
7586
7586
  "Not applicable"
7587
7587
  ]
@@ -7594,11 +7594,20 @@
7594
7594
  },
7595
7595
  "serviceChargeAccounts": {
7596
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": {
7597
7606
  "ta7Ref": "3.3a",
7598
- "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.",
7599
7608
  "type": "string",
7600
7609
  "enum": [
7601
- "Enclosed",
7610
+ "Attached",
7602
7611
  "To follow",
7603
7612
  "Not applicable"
7604
7613
  ]
@@ -7608,7 +7617,7 @@
7608
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.",
7609
7618
  "type": "string",
7610
7619
  "enum": [
7611
- "Enclosed",
7620
+ "Attached",
7612
7621
  "To follow",
7613
7622
  "Not applicable"
7614
7623
  ]
@@ -7670,7 +7679,7 @@
7670
7679
  "title": "Buildings insurance policy and schedule for the Managed Areas.",
7671
7680
  "type": "string",
7672
7681
  "enum": [
7673
- "Enclosed",
7682
+ "Attached",
7674
7683
  "To follow",
7675
7684
  "Not applicable"
7676
7685
  ]
@@ -7680,7 +7689,7 @@
7680
7689
  "title": "Service charge estimate for the current year and details of the anticipated payments on account for the Property.",
7681
7690
  "type": "string",
7682
7691
  "enum": [
7683
- "Enclosed",
7692
+ "Attached",
7684
7693
  "To follow",
7685
7694
  "Not applicable"
7686
7695
  ]
@@ -7690,7 +7699,7 @@
7690
7699
  "title": "Service charge estimate for the previous year for which accounts have not yet been prepared for the Property.",
7691
7700
  "type": "string",
7692
7701
  "enum": [
7693
- "Enclosed",
7702
+ "Attached",
7694
7703
  "To follow",
7695
7704
  "Not applicable"
7696
7705
  ]
@@ -7700,7 +7709,7 @@
7700
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.",
7701
7710
  "type": "string",
7702
7711
  "enum": [
7703
- "Enclosed",
7712
+ "Attached",
7704
7713
  "To follow",
7705
7714
  "Not applicable"
7706
7715
  ]
@@ -7710,7 +7719,7 @@
7710
7719
  "title": "Documentation relating to any forfeiture proceedings applicable to the Property.",
7711
7720
  "type": "string",
7712
7721
  "enum": [
7713
- "Enclosed",
7722
+ "Attached",
7714
7723
  "To follow",
7715
7724
  "Not applicable"
7716
7725
  ]
@@ -7721,7 +7730,7 @@
7721
7730
  "title": "Any additional regulations or rules affecting the Property which are not contained in the lease.",
7722
7731
  "type": "string",
7723
7732
  "enum": [
7724
- "Enclosed",
7733
+ "Attached",
7725
7734
  "To follow",
7726
7735
  "Not applicable"
7727
7736
  ]
@@ -7731,7 +7740,7 @@
7731
7740
  "title": "Any required Deed of Covenant.",
7732
7741
  "type": "string",
7733
7742
  "enum": [
7734
- "Enclosed",
7743
+ "Attached",
7735
7744
  "To follow",
7736
7745
  "Not applicable"
7737
7746
  ]
@@ -7741,7 +7750,7 @@
7741
7750
  "title": "Any Certificate of Compliance.",
7742
7751
  "type": "string",
7743
7752
  "enum": [
7744
- "Enclosed",
7753
+ "Attached",
7745
7754
  "To follow",
7746
7755
  "Not applicable"
7747
7756
  ]
@@ -7756,7 +7765,7 @@
7756
7765
  "title": "Any required Licence to Assign.",
7757
7766
  "type": "string",
7758
7767
  "enum": [
7759
- "Enclosed",
7768
+ "Attached",
7760
7769
  "To follow",
7761
7770
  "Landlord's lawyer provides",
7762
7771
  "Please supply draft",
@@ -7768,7 +7777,7 @@
7768
7777
  "title": "Copy of any permission to alter the Property which has been issued.",
7769
7778
  "type": "string",
7770
7779
  "enum": [
7771
- "Enclosed",
7780
+ "Attached",
7772
7781
  "To follow",
7773
7782
  "Not applicable"
7774
7783
  ]
@@ -7778,7 +7787,7 @@
7778
7787
  "title": "Copy of any known notices served on the Lessee and documentation arising from them.",
7779
7788
  "type": "string",
7780
7789
  "enum": [
7781
- "Enclosed",
7790
+ "Attached",
7782
7791
  "To follow",
7783
7792
  "Not applicable"
7784
7793
  ]
@@ -7788,7 +7797,7 @@
7788
7797
  "title": "Asbestos Survey for parts of the Managed Area built or converted before 2001.",
7789
7798
  "type": "string",
7790
7799
  "enum": [
7791
- "Enclosed",
7800
+ "Attached",
7792
7801
  "To follow",
7793
7802
  "Not applicable"
7794
7803
  ]
@@ -7798,7 +7807,7 @@
7798
7807
  "title": "Fire Risk Assessment for the Managed Area.",
7799
7808
  "type": "string",
7800
7809
  "enum": [
7801
- "Enclosed",
7810
+ "Attached",
7802
7811
  "To follow",
7803
7812
  "Not applicable"
7804
7813
  ]
@@ -7815,7 +7824,7 @@
7815
7824
  "title": "Memorandum and Articles of Association of the Management Company.",
7816
7825
  "type": "string",
7817
7826
  "enum": [
7818
- "Enclosed",
7827
+ "Attached",
7819
7828
  "To follow",
7820
7829
  "Not applicable"
7821
7830
  ]
@@ -7847,7 +7856,7 @@
7847
7856
  "title": "Minutes from the last AGM for the Management Company.",
7848
7857
  "type": "string",
7849
7858
  "enum": [
7850
- "Enclosed",
7859
+ "Attached",
7851
7860
  "To follow",
7852
7861
  "Not applicable"
7853
7862
  ]
@@ -7857,7 +7866,7 @@
7857
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).",
7858
7867
  "type": "string",
7859
7868
  "enum": [
7860
- "Enclosed",
7869
+ "Attached",
7861
7870
  "To follow",
7862
7871
  "Not applicable"
7863
7872
  ]
@@ -7869,9 +7878,11 @@
7869
7878
  "lpe1Ref": "9",
7870
7879
  "title": "Confirmation of accuracy",
7871
7880
  "type": "object",
7872
- "lpe1Required": ["response"],
7881
+ "lpe1Required": ["confirmation", "capacity"],
7882
+ "ta7Required": ["confirmation"],
7873
7883
  "properties": {
7874
7884
  "confirmation": {
7885
+ "ta7Ref": "12.1",
7875
7886
  "title": "Declaration",
7876
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",
7877
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",
@@ -11238,7 +11249,7 @@
11238
11249
  {
11239
11250
  "properties": {
11240
11251
  "isIncludedExcludedOrNone": {
11241
- "const": "Included"
11252
+ "enum": ["Included"]
11242
11253
  },
11243
11254
  "comments": {
11244
11255
  "ta10Ref": "1.1c",
@@ -11250,7 +11261,7 @@
11250
11261
  {
11251
11262
  "properties": {
11252
11263
  "isIncludedExcludedOrNone": {
11253
- "const": "Excluded"
11264
+ "enum": ["Excluded"]
11254
11265
  },
11255
11266
  "price": {
11256
11267
  "ta10Ref": "1.1b",
@@ -11267,7 +11278,7 @@
11267
11278
  {
11268
11279
  "properties": {
11269
11280
  "isIncludedExcludedOrNone": {
11270
- "const": "None"
11281
+ "enum": ["None"]
11271
11282
  },
11272
11283
  "comments": {
11273
11284
  "ta10Ref": "1.1c",
@@ -11298,7 +11309,7 @@
11298
11309
  {
11299
11310
  "properties": {
11300
11311
  "isIncludedExcludedOrNone": {
11301
- "const": "Included"
11312
+ "enum": ["Included"]
11302
11313
  },
11303
11314
  "comments": {
11304
11315
  "ta10Ref": "1.2c",
@@ -11310,7 +11321,7 @@
11310
11321
  {
11311
11322
  "properties": {
11312
11323
  "isIncludedExcludedOrNone": {
11313
- "const": "Excluded"
11324
+ "enum": ["Excluded"]
11314
11325
  },
11315
11326
  "price": {
11316
11327
  "ta10Ref": "1.2b",
@@ -11327,7 +11338,7 @@
11327
11338
  {
11328
11339
  "properties": {
11329
11340
  "isIncludedExcludedOrNone": {
11330
- "const": "None"
11341
+ "enum": ["None"]
11331
11342
  },
11332
11343
  "comments": {
11333
11344
  "ta10Ref": "1.2c",
@@ -11358,7 +11369,7 @@
11358
11369
  {
11359
11370
  "properties": {
11360
11371
  "isIncludedExcludedOrNone": {
11361
- "const": "Included"
11372
+ "enum": ["Included"]
11362
11373
  },
11363
11374
  "comments": {
11364
11375
  "ta10Ref": "1.3c",
@@ -11370,7 +11381,7 @@
11370
11381
  {
11371
11382
  "properties": {
11372
11383
  "isIncludedExcludedOrNone": {
11373
- "const": "Excluded"
11384
+ "enum": ["Excluded"]
11374
11385
  },
11375
11386
  "price": {
11376
11387
  "ta10Ref": "1.3b",
@@ -11387,7 +11398,7 @@
11387
11398
  {
11388
11399
  "properties": {
11389
11400
  "isIncludedExcludedOrNone": {
11390
- "const": "None"
11401
+ "enum": ["None"]
11391
11402
  },
11392
11403
  "comments": {
11393
11404
  "ta10Ref": "1.3c",
@@ -11418,7 +11429,7 @@
11418
11429
  {
11419
11430
  "properties": {
11420
11431
  "isIncludedExcludedOrNone": {
11421
- "const": "Included"
11432
+ "enum": ["Included"]
11422
11433
  },
11423
11434
  "comments": {
11424
11435
  "ta10Ref": "1.4c",
@@ -11430,7 +11441,7 @@
11430
11441
  {
11431
11442
  "properties": {
11432
11443
  "isIncludedExcludedOrNone": {
11433
- "const": "Excluded"
11444
+ "enum": ["Excluded"]
11434
11445
  },
11435
11446
  "price": {
11436
11447
  "ta10Ref": "1.4b",
@@ -11447,7 +11458,7 @@
11447
11458
  {
11448
11459
  "properties": {
11449
11460
  "isIncludedExcludedOrNone": {
11450
- "const": "None"
11461
+ "enum": ["None"]
11451
11462
  },
11452
11463
  "comments": {
11453
11464
  "ta10Ref": "1.4c",
@@ -11478,7 +11489,7 @@
11478
11489
  {
11479
11490
  "properties": {
11480
11491
  "isIncludedExcludedOrNone": {
11481
- "const": "Included"
11492
+ "enum": ["Included"]
11482
11493
  },
11483
11494
  "comments": {
11484
11495
  "ta10Ref": "1.5c",
@@ -11490,7 +11501,7 @@
11490
11501
  {
11491
11502
  "properties": {
11492
11503
  "isIncludedExcludedOrNone": {
11493
- "const": "Excluded"
11504
+ "enum": ["Excluded"]
11494
11505
  },
11495
11506
  "price": {
11496
11507
  "ta10Ref": "1.5b",
@@ -11507,7 +11518,7 @@
11507
11518
  {
11508
11519
  "properties": {
11509
11520
  "isIncludedExcludedOrNone": {
11510
- "const": "None"
11521
+ "enum": ["None"]
11511
11522
  },
11512
11523
  "comments": {
11513
11524
  "ta10Ref": "1.5c",
@@ -11538,7 +11549,7 @@
11538
11549
  {
11539
11550
  "properties": {
11540
11551
  "isIncludedExcludedOrNone": {
11541
- "const": "Included"
11552
+ "enum": ["Included"]
11542
11553
  },
11543
11554
  "comments": {
11544
11555
  "ta10Ref": "1.6c",
@@ -11550,7 +11561,7 @@
11550
11561
  {
11551
11562
  "properties": {
11552
11563
  "isIncludedExcludedOrNone": {
11553
- "const": "Excluded"
11564
+ "enum": ["Excluded"]
11554
11565
  },
11555
11566
  "price": {
11556
11567
  "ta10Ref": "1.6b",
@@ -11567,7 +11578,7 @@
11567
11578
  {
11568
11579
  "properties": {
11569
11580
  "isIncludedExcludedOrNone": {
11570
- "const": "None"
11581
+ "enum": ["None"]
11571
11582
  },
11572
11583
  "comments": {
11573
11584
  "ta10Ref": "1.6c",
@@ -11598,7 +11609,7 @@
11598
11609
  {
11599
11610
  "properties": {
11600
11611
  "isIncludedExcludedOrNone": {
11601
- "const": "Included"
11612
+ "enum": ["Included"]
11602
11613
  },
11603
11614
  "comments": {
11604
11615
  "ta10Ref": "1.7c",
@@ -11610,7 +11621,7 @@
11610
11621
  {
11611
11622
  "properties": {
11612
11623
  "isIncludedExcludedOrNone": {
11613
- "const": "Excluded"
11624
+ "enum": ["Excluded"]
11614
11625
  },
11615
11626
  "price": {
11616
11627
  "ta10Ref": "1.7b",
@@ -11627,7 +11638,7 @@
11627
11638
  {
11628
11639
  "properties": {
11629
11640
  "isIncludedExcludedOrNone": {
11630
- "const": "None"
11641
+ "enum": ["None"]
11631
11642
  },
11632
11643
  "comments": {
11633
11644
  "ta10Ref": "1.7c",
@@ -11658,7 +11669,7 @@
11658
11669
  {
11659
11670
  "properties": {
11660
11671
  "isIncludedExcludedOrNone": {
11661
- "const": "Included"
11672
+ "enum": ["Included"]
11662
11673
  },
11663
11674
  "comments": {
11664
11675
  "ta10Ref": "1.8c",
@@ -11670,7 +11681,7 @@
11670
11681
  {
11671
11682
  "properties": {
11672
11683
  "isIncludedExcludedOrNone": {
11673
- "const": "Excluded"
11684
+ "enum": ["Excluded"]
11674
11685
  },
11675
11686
  "price": {
11676
11687
  "ta10Ref": "1.8b",
@@ -11687,7 +11698,7 @@
11687
11698
  {
11688
11699
  "properties": {
11689
11700
  "isIncludedExcludedOrNone": {
11690
- "const": "None"
11701
+ "enum": ["None"]
11691
11702
  },
11692
11703
  "comments": {
11693
11704
  "ta10Ref": "1.8c",
@@ -11718,7 +11729,7 @@
11718
11729
  {
11719
11730
  "properties": {
11720
11731
  "isIncludedExcludedOrNone": {
11721
- "const": "Included"
11732
+ "enum": ["Included"]
11722
11733
  },
11723
11734
  "comments": {
11724
11735
  "ta10Ref": "1.9c",
@@ -11730,7 +11741,7 @@
11730
11741
  {
11731
11742
  "properties": {
11732
11743
  "isIncludedExcludedOrNone": {
11733
- "const": "Excluded"
11744
+ "enum": ["Excluded"]
11734
11745
  },
11735
11746
  "price": {
11736
11747
  "ta10Ref": "1.9b",
@@ -11747,7 +11758,7 @@
11747
11758
  {
11748
11759
  "properties": {
11749
11760
  "isIncludedExcludedOrNone": {
11750
- "const": "None"
11761
+ "enum": ["None"]
11751
11762
  },
11752
11763
  "comments": {
11753
11764
  "ta10Ref": "1.9c",
@@ -11778,7 +11789,7 @@
11778
11789
  {
11779
11790
  "properties": {
11780
11791
  "isIncludedExcludedOrNone": {
11781
- "const": "Included"
11792
+ "enum": ["Included"]
11782
11793
  },
11783
11794
  "comments": {
11784
11795
  "ta10Ref": "1.10c",
@@ -11790,7 +11801,7 @@
11790
11801
  {
11791
11802
  "properties": {
11792
11803
  "isIncludedExcludedOrNone": {
11793
- "const": "Excluded"
11804
+ "enum": ["Excluded"]
11794
11805
  },
11795
11806
  "price": {
11796
11807
  "ta10Ref": "1.10b",
@@ -11807,7 +11818,7 @@
11807
11818
  {
11808
11819
  "properties": {
11809
11820
  "isIncludedExcludedOrNone": {
11810
- "const": "None"
11821
+ "enum": ["None"]
11811
11822
  },
11812
11823
  "comments": {
11813
11824
  "ta10Ref": "1.10c",
@@ -11838,7 +11849,7 @@
11838
11849
  {
11839
11850
  "properties": {
11840
11851
  "isIncludedExcludedOrNone": {
11841
- "const": "Included"
11852
+ "enum": ["Included"]
11842
11853
  },
11843
11854
  "comments": {
11844
11855
  "ta10Ref": "1.11c",
@@ -11850,7 +11861,7 @@
11850
11861
  {
11851
11862
  "properties": {
11852
11863
  "isIncludedExcludedOrNone": {
11853
- "const": "Excluded"
11864
+ "enum": ["Excluded"]
11854
11865
  },
11855
11866
  "price": {
11856
11867
  "ta10Ref": "1.11b",
@@ -11867,7 +11878,7 @@
11867
11878
  {
11868
11879
  "properties": {
11869
11880
  "isIncludedExcludedOrNone": {
11870
- "const": "None"
11881
+ "enum": ["None"]
11871
11882
  },
11872
11883
  "comments": {
11873
11884
  "ta10Ref": "1.11c",
@@ -11898,7 +11909,7 @@
11898
11909
  {
11899
11910
  "properties": {
11900
11911
  "isIncludedExcludedOrNone": {
11901
- "const": "Included"
11912
+ "enum": ["Included"]
11902
11913
  },
11903
11914
  "comments": {
11904
11915
  "ta10Ref": "1.12c",
@@ -11910,7 +11921,7 @@
11910
11921
  {
11911
11922
  "properties": {
11912
11923
  "isIncludedExcludedOrNone": {
11913
- "const": "Excluded"
11924
+ "enum": ["Excluded"]
11914
11925
  },
11915
11926
  "price": {
11916
11927
  "ta10Ref": "1.12b",
@@ -11927,7 +11938,7 @@
11927
11938
  {
11928
11939
  "properties": {
11929
11940
  "isIncludedExcludedOrNone": {
11930
- "const": "None"
11941
+ "enum": ["None"]
11931
11942
  },
11932
11943
  "comments": {
11933
11944
  "ta10Ref": "1.12c",
@@ -11958,7 +11969,7 @@
11958
11969
  {
11959
11970
  "properties": {
11960
11971
  "isIncludedExcludedOrNone": {
11961
- "const": "Included"
11972
+ "enum": ["Included"]
11962
11973
  },
11963
11974
  "comments": {
11964
11975
  "ta10Ref": "1.13c",
@@ -11970,7 +11981,7 @@
11970
11981
  {
11971
11982
  "properties": {
11972
11983
  "isIncludedExcludedOrNone": {
11973
- "const": "Excluded"
11984
+ "enum": ["Excluded"]
11974
11985
  },
11975
11986
  "price": {
11976
11987
  "ta10Ref": "1.13b",
@@ -11987,7 +11998,7 @@
11987
11998
  {
11988
11999
  "properties": {
11989
12000
  "isIncludedExcludedOrNone": {
11990
- "const": "None"
12001
+ "enum": ["None"]
11991
12002
  },
11992
12003
  "comments": {
11993
12004
  "ta10Ref": "1.13c",
@@ -12018,7 +12029,7 @@
12018
12029
  {
12019
12030
  "properties": {
12020
12031
  "isIncludedExcludedOrNone": {
12021
- "const": "Included"
12032
+ "enum": ["Included"]
12022
12033
  },
12023
12034
  "comments": {
12024
12035
  "ta10Ref": "1.14c",
@@ -12030,7 +12041,7 @@
12030
12041
  {
12031
12042
  "properties": {
12032
12043
  "isIncludedExcludedOrNone": {
12033
- "const": "Excluded"
12044
+ "enum": ["Excluded"]
12034
12045
  },
12035
12046
  "price": {
12036
12047
  "ta10Ref": "1.14b",
@@ -12047,7 +12058,7 @@
12047
12058
  {
12048
12059
  "properties": {
12049
12060
  "isIncludedExcludedOrNone": {
12050
- "const": "None"
12061
+ "enum": ["None"]
12051
12062
  },
12052
12063
  "comments": {
12053
12064
  "ta10Ref": "1.14c",
@@ -12078,7 +12089,7 @@
12078
12089
  {
12079
12090
  "properties": {
12080
12091
  "isIncludedExcludedOrNone": {
12081
- "const": "Included"
12092
+ "enum": ["Included"]
12082
12093
  },
12083
12094
  "comments": {
12084
12095
  "ta10Ref": "1.15c",
@@ -12090,7 +12101,7 @@
12090
12101
  {
12091
12102
  "properties": {
12092
12103
  "isIncludedExcludedOrNone": {
12093
- "const": "Excluded"
12104
+ "enum": ["Excluded"]
12094
12105
  },
12095
12106
  "price": {
12096
12107
  "ta10Ref": "1.15b",
@@ -12107,7 +12118,7 @@
12107
12118
  {
12108
12119
  "properties": {
12109
12120
  "isIncludedExcludedOrNone": {
12110
- "const": "None"
12121
+ "enum": ["None"]
12111
12122
  },
12112
12123
  "comments": {
12113
12124
  "ta10Ref": "1.15c",
@@ -12144,7 +12155,7 @@
12144
12155
  {
12145
12156
  "properties": {
12146
12157
  "isIncludedOrExcluded": {
12147
- "const": "Included"
12158
+ "enum": ["Included"]
12148
12159
  },
12149
12160
  "comments": {
12150
12161
  "ta10Ref": "1.16c",
@@ -12156,7 +12167,7 @@
12156
12167
  {
12157
12168
  "properties": {
12158
12169
  "isIncludedOrExcluded": {
12159
- "const": "Excluded"
12170
+ "enum": ["Excluded"]
12160
12171
  },
12161
12172
  "price": {
12162
12173
  "ta10Ref": "1.16b",
@@ -12214,7 +12225,7 @@
12214
12225
  {
12215
12226
  "properties": {
12216
12227
  "isIncludedExcludedOrNone": {
12217
- "const": "Included"
12228
+ "enum": ["Included"]
12218
12229
  },
12219
12230
  "fittedOrFreestanding": {
12220
12231
  "type": "object",
@@ -12234,7 +12245,7 @@
12234
12245
  {
12235
12246
  "properties": {
12236
12247
  "isFittedOrFreestanding": {
12237
- "const": "Fitted"
12248
+ "enum": ["Fitted"]
12238
12249
  },
12239
12250
  "comments": {
12240
12251
  "ta10Ref": "2.1c",
@@ -12246,7 +12257,7 @@
12246
12257
  {
12247
12258
  "properties": {
12248
12259
  "isFittedOrFreestanding": {
12249
- "const": "Freestanding"
12260
+ "enum": ["Freestanding"]
12250
12261
  },
12251
12262
  "comments": {
12252
12263
  "ta10Ref": "2.1c",
@@ -12262,7 +12273,7 @@
12262
12273
  {
12263
12274
  "properties": {
12264
12275
  "isIncludedExcludedOrNone": {
12265
- "const": "Excluded"
12276
+ "enum": ["Excluded"]
12266
12277
  },
12267
12278
  "price": {
12268
12279
  "ta10Ref": "2.1b",
@@ -12287,7 +12298,7 @@
12287
12298
  {
12288
12299
  "properties": {
12289
12300
  "isFittedOrFreestanding": {
12290
- "const": "Fitted"
12301
+ "enum": ["Fitted"]
12291
12302
  },
12292
12303
  "comments": {
12293
12304
  "ta10Ref": "2.1c",
@@ -12299,7 +12310,7 @@
12299
12310
  {
12300
12311
  "properties": {
12301
12312
  "isFittedOrFreestanding": {
12302
- "const": "Freestanding"
12313
+ "enum": ["Freestanding"]
12303
12314
  },
12304
12315
  "comments": {
12305
12316
  "ta10Ref": "2.1c",
@@ -12315,7 +12326,7 @@
12315
12326
  {
12316
12327
  "properties": {
12317
12328
  "isIncludedExcludedOrNone": {
12318
- "const": "None"
12329
+ "enum": ["None"]
12319
12330
  },
12320
12331
  "comments": {
12321
12332
  "ta10Ref": "2.1c",
@@ -12346,7 +12357,7 @@
12346
12357
  {
12347
12358
  "properties": {
12348
12359
  "isIncludedExcludedOrNone": {
12349
- "const": "Included"
12360
+ "enum": ["Included"]
12350
12361
  },
12351
12362
  "fittedOrFreestanding": {
12352
12363
  "type": "object",
@@ -12366,7 +12377,7 @@
12366
12377
  {
12367
12378
  "properties": {
12368
12379
  "isFittedOrFreestanding": {
12369
- "const": "Fitted"
12380
+ "enum": ["Fitted"]
12370
12381
  },
12371
12382
  "comments": {
12372
12383
  "ta10Ref": "2.2c",
@@ -12378,7 +12389,7 @@
12378
12389
  {
12379
12390
  "properties": {
12380
12391
  "isFittedOrFreestanding": {
12381
- "const": "Freestanding"
12392
+ "enum": ["Freestanding"]
12382
12393
  },
12383
12394
  "comments": {
12384
12395
  "ta10Ref": "2.2c",
@@ -12394,7 +12405,7 @@
12394
12405
  {
12395
12406
  "properties": {
12396
12407
  "isIncludedExcludedOrNone": {
12397
- "const": "Excluded"
12408
+ "enum": ["Excluded"]
12398
12409
  },
12399
12410
  "price": {
12400
12411
  "ta10Ref": "2.2b",
@@ -12419,7 +12430,7 @@
12419
12430
  {
12420
12431
  "properties": {
12421
12432
  "isFittedOrFreestanding": {
12422
- "const": "Fitted"
12433
+ "enum": ["Fitted"]
12423
12434
  },
12424
12435
  "comments": {
12425
12436
  "ta10Ref": "2.2c",
@@ -12431,7 +12442,7 @@
12431
12442
  {
12432
12443
  "properties": {
12433
12444
  "isFittedOrFreestanding": {
12434
- "const": "Freestanding"
12445
+ "enum": ["Freestanding"]
12435
12446
  },
12436
12447
  "comments": {
12437
12448
  "ta10Ref": "2.2c",
@@ -12447,7 +12458,7 @@
12447
12458
  {
12448
12459
  "properties": {
12449
12460
  "isIncludedExcludedOrNone": {
12450
- "const": "None"
12461
+ "enum": ["None"]
12451
12462
  },
12452
12463
  "comments": {
12453
12464
  "ta10Ref": "2.2c",
@@ -12478,7 +12489,7 @@
12478
12489
  {
12479
12490
  "properties": {
12480
12491
  "isIncludedExcludedOrNone": {
12481
- "const": "Included"
12492
+ "enum": ["Included"]
12482
12493
  },
12483
12494
  "fittedOrFreestanding": {
12484
12495
  "type": "object",
@@ -12498,7 +12509,7 @@
12498
12509
  {
12499
12510
  "properties": {
12500
12511
  "isFittedOrFreestanding": {
12501
- "const": "Fitted"
12512
+ "enum": ["Fitted"]
12502
12513
  },
12503
12514
  "comments": {
12504
12515
  "ta10Ref": "2.3c",
@@ -12510,7 +12521,7 @@
12510
12521
  {
12511
12522
  "properties": {
12512
12523
  "isFittedOrFreestanding": {
12513
- "const": "Freestanding"
12524
+ "enum": ["Freestanding"]
12514
12525
  },
12515
12526
  "comments": {
12516
12527
  "ta10Ref": "2.3c",
@@ -12526,7 +12537,7 @@
12526
12537
  {
12527
12538
  "properties": {
12528
12539
  "isIncludedExcludedOrNone": {
12529
- "const": "Excluded"
12540
+ "enum": ["Excluded"]
12530
12541
  },
12531
12542
  "price": {
12532
12543
  "ta10Ref": "2.3b",
@@ -12551,7 +12562,7 @@
12551
12562
  {
12552
12563
  "properties": {
12553
12564
  "isFittedOrFreestanding": {
12554
- "const": "Fitted"
12565
+ "enum": ["Fitted"]
12555
12566
  },
12556
12567
  "comments": {
12557
12568
  "ta10Ref": "2.3c",
@@ -12563,7 +12574,7 @@
12563
12574
  {
12564
12575
  "properties": {
12565
12576
  "isFittedOrFreestanding": {
12566
- "const": "Freestanding"
12577
+ "enum": ["Freestanding"]
12567
12578
  },
12568
12579
  "comments": {
12569
12580
  "ta10Ref": "2.3c",
@@ -12579,7 +12590,7 @@
12579
12590
  {
12580
12591
  "properties": {
12581
12592
  "isIncludedExcludedOrNone": {
12582
- "const": "None"
12593
+ "enum": ["None"]
12583
12594
  },
12584
12595
  "comments": {
12585
12596
  "ta10Ref": "2.3c",
@@ -12610,7 +12621,7 @@
12610
12621
  {
12611
12622
  "properties": {
12612
12623
  "isIncludedExcludedOrNone": {
12613
- "const": "Included"
12624
+ "enum": ["Included"]
12614
12625
  },
12615
12626
  "fittedOrFreestanding": {
12616
12627
  "type": "object",
@@ -12630,7 +12641,7 @@
12630
12641
  {
12631
12642
  "properties": {
12632
12643
  "isFittedOrFreestanding": {
12633
- "const": "Fitted"
12644
+ "enum": ["Fitted"]
12634
12645
  },
12635
12646
  "comments": {
12636
12647
  "ta10Ref": "2.4c",
@@ -12642,7 +12653,7 @@
12642
12653
  {
12643
12654
  "properties": {
12644
12655
  "isFittedOrFreestanding": {
12645
- "const": "Freestanding"
12656
+ "enum": ["Freestanding"]
12646
12657
  },
12647
12658
  "comments": {
12648
12659
  "ta10Ref": "2.4c",
@@ -12658,7 +12669,7 @@
12658
12669
  {
12659
12670
  "properties": {
12660
12671
  "isIncludedExcludedOrNone": {
12661
- "const": "Excluded"
12672
+ "enum": ["Excluded"]
12662
12673
  },
12663
12674
  "price": {
12664
12675
  "ta10Ref": "2.4b",
@@ -12683,7 +12694,7 @@
12683
12694
  {
12684
12695
  "properties": {
12685
12696
  "isFittedOrFreestanding": {
12686
- "const": "Fitted"
12697
+ "enum": ["Fitted"]
12687
12698
  },
12688
12699
  "comments": {
12689
12700
  "ta10Ref": "2.4c",
@@ -12695,7 +12706,7 @@
12695
12706
  {
12696
12707
  "properties": {
12697
12708
  "isFittedOrFreestanding": {
12698
- "const": "Freestanding"
12709
+ "enum": ["Freestanding"]
12699
12710
  },
12700
12711
  "comments": {
12701
12712
  "ta10Ref": "2.4c",
@@ -12711,7 +12722,7 @@
12711
12722
  {
12712
12723
  "properties": {
12713
12724
  "isIncludedExcludedOrNone": {
12714
- "const": "None"
12725
+ "enum": ["None"]
12715
12726
  },
12716
12727
  "comments": {
12717
12728
  "ta10Ref": "2.4c",
@@ -12742,7 +12753,7 @@
12742
12753
  {
12743
12754
  "properties": {
12744
12755
  "isIncludedExcludedOrNone": {
12745
- "const": "Included"
12756
+ "enum": ["Included"]
12746
12757
  },
12747
12758
  "fittedOrFreestanding": {
12748
12759
  "type": "object",
@@ -12762,7 +12773,7 @@
12762
12773
  {
12763
12774
  "properties": {
12764
12775
  "isFittedOrFreestanding": {
12765
- "const": "Fitted"
12776
+ "enum": ["Fitted"]
12766
12777
  },
12767
12778
  "comments": {
12768
12779
  "ta10Ref": "2.5c",
@@ -12774,7 +12785,7 @@
12774
12785
  {
12775
12786
  "properties": {
12776
12787
  "isFittedOrFreestanding": {
12777
- "const": "Freestanding"
12788
+ "enum": ["Freestanding"]
12778
12789
  },
12779
12790
  "comments": {
12780
12791
  "ta10Ref": "2.5c",
@@ -12790,7 +12801,7 @@
12790
12801
  {
12791
12802
  "properties": {
12792
12803
  "isIncludedExcludedOrNone": {
12793
- "const": "Excluded"
12804
+ "enum": ["Excluded"]
12794
12805
  },
12795
12806
  "price": {
12796
12807
  "ta10Ref": "2.5b",
@@ -12815,7 +12826,7 @@
12815
12826
  {
12816
12827
  "properties": {
12817
12828
  "isFittedOrFreestanding": {
12818
- "const": "Fitted"
12829
+ "enum": ["Fitted"]
12819
12830
  },
12820
12831
  "comments": {
12821
12832
  "ta10Ref": "2.5c",
@@ -12827,7 +12838,7 @@
12827
12838
  {
12828
12839
  "properties": {
12829
12840
  "isFittedOrFreestanding": {
12830
- "const": "Freestanding"
12841
+ "enum": ["Freestanding"]
12831
12842
  },
12832
12843
  "comments": {
12833
12844
  "ta10Ref": "2.5c",
@@ -12843,7 +12854,7 @@
12843
12854
  {
12844
12855
  "properties": {
12845
12856
  "isIncludedExcludedOrNone": {
12846
- "const": "None"
12857
+ "enum": ["None"]
12847
12858
  },
12848
12859
  "comments": {
12849
12860
  "ta10Ref": "2.5c",
@@ -12874,7 +12885,7 @@
12874
12885
  {
12875
12886
  "properties": {
12876
12887
  "isIncludedExcludedOrNone": {
12877
- "const": "Included"
12888
+ "enum": ["Included"]
12878
12889
  },
12879
12890
  "fittedOrFreestanding": {
12880
12891
  "type": "object",
@@ -12894,7 +12905,7 @@
12894
12905
  {
12895
12906
  "properties": {
12896
12907
  "isFittedOrFreestanding": {
12897
- "const": "Fitted"
12908
+ "enum": ["Fitted"]
12898
12909
  },
12899
12910
  "comments": {
12900
12911
  "ta10Ref": "2.6c",
@@ -12906,7 +12917,7 @@
12906
12917
  {
12907
12918
  "properties": {
12908
12919
  "isFittedOrFreestanding": {
12909
- "const": "Freestanding"
12920
+ "enum": ["Freestanding"]
12910
12921
  },
12911
12922
  "comments": {
12912
12923
  "ta10Ref": "2.6c",
@@ -12922,7 +12933,7 @@
12922
12933
  {
12923
12934
  "properties": {
12924
12935
  "isIncludedExcludedOrNone": {
12925
- "const": "Excluded"
12936
+ "enum": ["Excluded"]
12926
12937
  },
12927
12938
  "price": {
12928
12939
  "ta10Ref": "2.6b",
@@ -12947,7 +12958,7 @@
12947
12958
  {
12948
12959
  "properties": {
12949
12960
  "isFittedOrFreestanding": {
12950
- "const": "Fitted"
12961
+ "enum": ["Fitted"]
12951
12962
  },
12952
12963
  "comments": {
12953
12964
  "ta10Ref": "2.6c",
@@ -12959,7 +12970,7 @@
12959
12970
  {
12960
12971
  "properties": {
12961
12972
  "isFittedOrFreestanding": {
12962
- "const": "Freestanding"
12973
+ "enum": ["Freestanding"]
12963
12974
  },
12964
12975
  "comments": {
12965
12976
  "ta10Ref": "2.6c",
@@ -12975,7 +12986,7 @@
12975
12986
  {
12976
12987
  "properties": {
12977
12988
  "isIncludedExcludedOrNone": {
12978
- "const": "None"
12989
+ "enum": ["None"]
12979
12990
  },
12980
12991
  "comments": {
12981
12992
  "ta10Ref": "2.6c",
@@ -13006,7 +13017,7 @@
13006
13017
  {
13007
13018
  "properties": {
13008
13019
  "isIncludedExcludedOrNone": {
13009
- "const": "Included"
13020
+ "enum": ["Included"]
13010
13021
  },
13011
13022
  "fittedOrFreestanding": {
13012
13023
  "type": "object",
@@ -13026,7 +13037,7 @@
13026
13037
  {
13027
13038
  "properties": {
13028
13039
  "isFittedOrFreestanding": {
13029
- "const": "Fitted"
13040
+ "enum": ["Fitted"]
13030
13041
  },
13031
13042
  "comments": {
13032
13043
  "ta10Ref": "2.7c",
@@ -13038,7 +13049,7 @@
13038
13049
  {
13039
13050
  "properties": {
13040
13051
  "isFittedOrFreestanding": {
13041
- "const": "Freestanding"
13052
+ "enum": ["Freestanding"]
13042
13053
  },
13043
13054
  "comments": {
13044
13055
  "ta10Ref": "2.7c",
@@ -13054,7 +13065,7 @@
13054
13065
  {
13055
13066
  "properties": {
13056
13067
  "isIncludedExcludedOrNone": {
13057
- "const": "Excluded"
13068
+ "enum": ["Excluded"]
13058
13069
  },
13059
13070
  "price": {
13060
13071
  "ta10Ref": "2.7b",
@@ -13079,7 +13090,7 @@
13079
13090
  {
13080
13091
  "properties": {
13081
13092
  "isFittedOrFreestanding": {
13082
- "const": "Fitted"
13093
+ "enum": ["Fitted"]
13083
13094
  },
13084
13095
  "comments": {
13085
13096
  "ta10Ref": "2.7c",
@@ -13091,7 +13102,7 @@
13091
13102
  {
13092
13103
  "properties": {
13093
13104
  "isFittedOrFreestanding": {
13094
- "const": "Freestanding"
13105
+ "enum": ["Freestanding"]
13095
13106
  },
13096
13107
  "comments": {
13097
13108
  "ta10Ref": "2.7c",
@@ -13107,7 +13118,7 @@
13107
13118
  {
13108
13119
  "properties": {
13109
13120
  "isIncludedExcludedOrNone": {
13110
- "const": "None"
13121
+ "enum": ["None"]
13111
13122
  },
13112
13123
  "comments": {
13113
13124
  "ta10Ref": "2.7c",
@@ -13138,7 +13149,7 @@
13138
13149
  {
13139
13150
  "properties": {
13140
13151
  "isIncludedExcludedOrNone": {
13141
- "const": "Included"
13152
+ "enum": ["Included"]
13142
13153
  },
13143
13154
  "fittedOrFreestanding": {
13144
13155
  "type": "object",
@@ -13158,7 +13169,7 @@
13158
13169
  {
13159
13170
  "properties": {
13160
13171
  "isFittedOrFreestanding": {
13161
- "const": "Fitted"
13172
+ "enum": ["Fitted"]
13162
13173
  },
13163
13174
  "comments": {
13164
13175
  "ta10Ref": "2.8c",
@@ -13170,7 +13181,7 @@
13170
13181
  {
13171
13182
  "properties": {
13172
13183
  "isFittedOrFreestanding": {
13173
- "const": "Freestanding"
13184
+ "enum": ["Freestanding"]
13174
13185
  },
13175
13186
  "comments": {
13176
13187
  "ta10Ref": "2.8c",
@@ -13186,7 +13197,7 @@
13186
13197
  {
13187
13198
  "properties": {
13188
13199
  "isIncludedExcludedOrNone": {
13189
- "const": "Excluded"
13200
+ "enum": ["Excluded"]
13190
13201
  },
13191
13202
  "price": {
13192
13203
  "ta10Ref": "2.8b",
@@ -13211,7 +13222,7 @@
13211
13222
  {
13212
13223
  "properties": {
13213
13224
  "isFittedOrFreestanding": {
13214
- "const": "Fitted"
13225
+ "enum": ["Fitted"]
13215
13226
  },
13216
13227
  "comments": {
13217
13228
  "ta10Ref": "2.8c",
@@ -13223,7 +13234,7 @@
13223
13234
  {
13224
13235
  "properties": {
13225
13236
  "isFittedOrFreestanding": {
13226
- "const": "Freestanding"
13237
+ "enum": ["Freestanding"]
13227
13238
  },
13228
13239
  "comments": {
13229
13240
  "ta10Ref": "2.8c",
@@ -13239,7 +13250,7 @@
13239
13250
  {
13240
13251
  "properties": {
13241
13252
  "isIncludedExcludedOrNone": {
13242
- "const": "None"
13253
+ "enum": ["None"]
13243
13254
  },
13244
13255
  "comments": {
13245
13256
  "ta10Ref": "2.8c",
@@ -13270,7 +13281,7 @@
13270
13281
  {
13271
13282
  "properties": {
13272
13283
  "isIncludedExcludedOrNone": {
13273
- "const": "Included"
13284
+ "enum": ["Included"]
13274
13285
  },
13275
13286
  "fittedOrFreestanding": {
13276
13287
  "type": "object",
@@ -13290,7 +13301,7 @@
13290
13301
  {
13291
13302
  "properties": {
13292
13303
  "isFittedOrFreestanding": {
13293
- "const": "Fitted"
13304
+ "enum": ["Fitted"]
13294
13305
  },
13295
13306
  "comments": {
13296
13307
  "ta10Ref": "2.9c",
@@ -13302,7 +13313,7 @@
13302
13313
  {
13303
13314
  "properties": {
13304
13315
  "isFittedOrFreestanding": {
13305
- "const": "Freestanding"
13316
+ "enum": ["Freestanding"]
13306
13317
  },
13307
13318
  "comments": {
13308
13319
  "ta10Ref": "2.9c",
@@ -13318,7 +13329,7 @@
13318
13329
  {
13319
13330
  "properties": {
13320
13331
  "isIncludedExcludedOrNone": {
13321
- "const": "Excluded"
13332
+ "enum": ["Excluded"]
13322
13333
  },
13323
13334
  "price": {
13324
13335
  "ta10Ref": "2.9b",
@@ -13343,7 +13354,7 @@
13343
13354
  {
13344
13355
  "properties": {
13345
13356
  "isFittedOrFreestanding": {
13346
- "const": "Fitted"
13357
+ "enum": ["Fitted"]
13347
13358
  },
13348
13359
  "comments": {
13349
13360
  "ta10Ref": "2.9c",
@@ -13355,7 +13366,7 @@
13355
13366
  {
13356
13367
  "properties": {
13357
13368
  "isFittedOrFreestanding": {
13358
- "const": "Freestanding"
13369
+ "enum": ["Freestanding"]
13359
13370
  },
13360
13371
  "comments": {
13361
13372
  "ta10Ref": "2.9c",
@@ -13371,7 +13382,7 @@
13371
13382
  {
13372
13383
  "properties": {
13373
13384
  "isIncludedExcludedOrNone": {
13374
- "const": "None"
13385
+ "enum": ["None"]
13375
13386
  },
13376
13387
  "comments": {
13377
13388
  "ta10Ref": "2.9c",
@@ -13402,7 +13413,7 @@
13402
13413
  {
13403
13414
  "properties": {
13404
13415
  "isIncludedExcludedOrNone": {
13405
- "const": "Included"
13416
+ "enum": ["Included"]
13406
13417
  },
13407
13418
  "fittedOrFreestanding": {
13408
13419
  "type": "object",
@@ -13422,7 +13433,7 @@
13422
13433
  {
13423
13434
  "properties": {
13424
13435
  "isFittedOrFreestanding": {
13425
- "const": "Fitted"
13436
+ "enum": ["Fitted"]
13426
13437
  },
13427
13438
  "comments": {
13428
13439
  "ta10Ref": "2.10c",
@@ -13434,7 +13445,7 @@
13434
13445
  {
13435
13446
  "properties": {
13436
13447
  "isFittedOrFreestanding": {
13437
- "const": "Freestanding"
13448
+ "enum": ["Freestanding"]
13438
13449
  },
13439
13450
  "comments": {
13440
13451
  "ta10Ref": "2.10c",
@@ -13450,7 +13461,7 @@
13450
13461
  {
13451
13462
  "properties": {
13452
13463
  "isIncludedExcludedOrNone": {
13453
- "const": "Excluded"
13464
+ "enum": ["Excluded"]
13454
13465
  },
13455
13466
  "price": {
13456
13467
  "ta10Ref": "2.10b",
@@ -13475,7 +13486,7 @@
13475
13486
  {
13476
13487
  "properties": {
13477
13488
  "isFittedOrFreestanding": {
13478
- "const": "Fitted"
13489
+ "enum": ["Fitted"]
13479
13490
  },
13480
13491
  "comments": {
13481
13492
  "ta10Ref": "2.10c",
@@ -13487,7 +13498,7 @@
13487
13498
  {
13488
13499
  "properties": {
13489
13500
  "isFittedOrFreestanding": {
13490
- "const": "Freestanding"
13501
+ "enum": ["Freestanding"]
13491
13502
  },
13492
13503
  "comments": {
13493
13504
  "ta10Ref": "2.10c",
@@ -13503,7 +13514,7 @@
13503
13514
  {
13504
13515
  "properties": {
13505
13516
  "isIncludedExcludedOrNone": {
13506
- "const": "None"
13517
+ "enum": ["None"]
13507
13518
  },
13508
13519
  "comments": {
13509
13520
  "ta10Ref": "2.10c",
@@ -13540,7 +13551,7 @@
13540
13551
  {
13541
13552
  "properties": {
13542
13553
  "isIncludedOrExcluded": {
13543
- "const": "Included"
13554
+ "enum": ["Included"]
13544
13555
  },
13545
13556
  "fittedOrFreestanding": {
13546
13557
  "type": "object",
@@ -13560,7 +13571,7 @@
13560
13571
  {
13561
13572
  "properties": {
13562
13573
  "isFittedOrFreestanding": {
13563
- "const": "Fitted"
13574
+ "enum": ["Fitted"]
13564
13575
  },
13565
13576
  "comments": {
13566
13577
  "ta10Ref": "2.11c",
@@ -13572,7 +13583,7 @@
13572
13583
  {
13573
13584
  "properties": {
13574
13585
  "isFittedOrFreestanding": {
13575
- "const": "Freestanding"
13586
+ "enum": ["Freestanding"]
13576
13587
  },
13577
13588
  "comments": {
13578
13589
  "ta10Ref": "2.11c",
@@ -13588,7 +13599,7 @@
13588
13599
  {
13589
13600
  "properties": {
13590
13601
  "isIncludedOrExcluded": {
13591
- "const": "Excluded"
13602
+ "enum": ["Excluded"]
13592
13603
  },
13593
13604
  "price": {
13594
13605
  "ta10Ref": "2.11b",
@@ -13613,7 +13624,7 @@
13613
13624
  {
13614
13625
  "properties": {
13615
13626
  "isFittedOrFreestanding": {
13616
- "const": "Fitted"
13627
+ "enum": ["Fitted"]
13617
13628
  },
13618
13629
  "comments": {
13619
13630
  "ta10Ref": "2.11c",
@@ -13625,7 +13636,7 @@
13625
13636
  {
13626
13637
  "properties": {
13627
13638
  "isFittedOrFreestanding": {
13628
- "const": "Freestanding"
13639
+ "enum": ["Freestanding"]
13629
13640
  },
13630
13641
  "comments": {
13631
13642
  "ta10Ref": "2.11c",
@@ -13641,7 +13652,7 @@
13641
13652
  {
13642
13653
  "properties": {
13643
13654
  "isIncludedOrExcluded": {
13644
- "const": "None"
13655
+ "enum": ["None"]
13645
13656
  },
13646
13657
  "comments": {
13647
13658
  "ta10Ref": "2.11c",
@@ -13692,7 +13703,7 @@
13692
13703
  {
13693
13704
  "properties": {
13694
13705
  "isIncludedExcludedOrNone": {
13695
- "const": "Included"
13706
+ "enum": ["Included"]
13696
13707
  },
13697
13708
  "comments": {
13698
13709
  "ta10Ref": "3.1c",
@@ -13704,7 +13715,7 @@
13704
13715
  {
13705
13716
  "properties": {
13706
13717
  "isIncludedExcludedOrNone": {
13707
- "const": "Excluded"
13718
+ "enum": ["Excluded"]
13708
13719
  },
13709
13720
  "price": {
13710
13721
  "ta10Ref": "3.1b",
@@ -13721,7 +13732,7 @@
13721
13732
  {
13722
13733
  "properties": {
13723
13734
  "isIncludedExcludedOrNone": {
13724
- "const": "None"
13735
+ "enum": ["None"]
13725
13736
  },
13726
13737
  "comments": {
13727
13738
  "ta10Ref": "3.1c",
@@ -13752,7 +13763,7 @@
13752
13763
  {
13753
13764
  "properties": {
13754
13765
  "isIncludedExcludedOrNone": {
13755
- "const": "Included"
13766
+ "enum": ["Included"]
13756
13767
  },
13757
13768
  "comments": {
13758
13769
  "ta10Ref": "3.2c",
@@ -13764,7 +13775,7 @@
13764
13775
  {
13765
13776
  "properties": {
13766
13777
  "isIncludedExcludedOrNone": {
13767
- "const": "Excluded"
13778
+ "enum": ["Excluded"]
13768
13779
  },
13769
13780
  "price": {
13770
13781
  "ta10Ref": "3.2b",
@@ -13781,7 +13792,7 @@
13781
13792
  {
13782
13793
  "properties": {
13783
13794
  "isIncludedExcludedOrNone": {
13784
- "const": "None"
13795
+ "enum": ["None"]
13785
13796
  },
13786
13797
  "comments": {
13787
13798
  "ta10Ref": "3.2c",
@@ -13812,7 +13823,7 @@
13812
13823
  {
13813
13824
  "properties": {
13814
13825
  "isIncludedExcludedOrNone": {
13815
- "const": "Included"
13826
+ "enum": ["Included"]
13816
13827
  },
13817
13828
  "comments": {
13818
13829
  "ta10Ref": "3.3c",
@@ -13824,7 +13835,7 @@
13824
13835
  {
13825
13836
  "properties": {
13826
13837
  "isIncludedExcludedOrNone": {
13827
- "const": "Excluded"
13838
+ "enum": ["Excluded"]
13828
13839
  },
13829
13840
  "price": {
13830
13841
  "ta10Ref": "3.3b",
@@ -13841,7 +13852,7 @@
13841
13852
  {
13842
13853
  "properties": {
13843
13854
  "isIncludedExcludedOrNone": {
13844
- "const": "None"
13855
+ "enum": ["None"]
13845
13856
  },
13846
13857
  "comments": {
13847
13858
  "ta10Ref": "3.3c",
@@ -13872,7 +13883,7 @@
13872
13883
  {
13873
13884
  "properties": {
13874
13885
  "isIncludedExcludedOrNone": {
13875
- "const": "Included"
13886
+ "enum": ["Included"]
13876
13887
  },
13877
13888
  "comments": {
13878
13889
  "ta10Ref": "3.4c",
@@ -13884,7 +13895,7 @@
13884
13895
  {
13885
13896
  "properties": {
13886
13897
  "isIncludedExcludedOrNone": {
13887
- "const": "Excluded"
13898
+ "enum": ["Excluded"]
13888
13899
  },
13889
13900
  "price": {
13890
13901
  "ta10Ref": "3.4b",
@@ -13901,7 +13912,7 @@
13901
13912
  {
13902
13913
  "properties": {
13903
13914
  "isIncludedExcludedOrNone": {
13904
- "const": "None"
13915
+ "enum": ["None"]
13905
13916
  },
13906
13917
  "comments": {
13907
13918
  "ta10Ref": "3.4c",
@@ -13932,7 +13943,7 @@
13932
13943
  {
13933
13944
  "properties": {
13934
13945
  "isIncludedExcludedOrNone": {
13935
- "const": "Included"
13946
+ "enum": ["Included"]
13936
13947
  },
13937
13948
  "comments": {
13938
13949
  "ta10Ref": "3.5c",
@@ -13944,7 +13955,7 @@
13944
13955
  {
13945
13956
  "properties": {
13946
13957
  "isIncludedExcludedOrNone": {
13947
- "const": "Excluded"
13958
+ "enum": ["Excluded"]
13948
13959
  },
13949
13960
  "price": {
13950
13961
  "ta10Ref": "3.5b",
@@ -13961,7 +13972,7 @@
13961
13972
  {
13962
13973
  "properties": {
13963
13974
  "isIncludedExcludedOrNone": {
13964
- "const": "None"
13975
+ "enum": ["None"]
13965
13976
  },
13966
13977
  "comments": {
13967
13978
  "ta10Ref": "3.5c",
@@ -13992,7 +14003,7 @@
13992
14003
  {
13993
14004
  "properties": {
13994
14005
  "isIncludedExcludedOrNone": {
13995
- "const": "Included"
14006
+ "enum": ["Included"]
13996
14007
  },
13997
14008
  "comments": {
13998
14009
  "ta10Ref": "3.6c",
@@ -14004,7 +14015,7 @@
14004
14015
  {
14005
14016
  "properties": {
14006
14017
  "isIncludedExcludedOrNone": {
14007
- "const": "Excluded"
14018
+ "enum": ["Excluded"]
14008
14019
  },
14009
14020
  "price": {
14010
14021
  "ta10Ref": "3.6b",
@@ -14021,7 +14032,7 @@
14021
14032
  {
14022
14033
  "properties": {
14023
14034
  "isIncludedExcludedOrNone": {
14024
- "const": "None"
14035
+ "enum": ["None"]
14025
14036
  },
14026
14037
  "comments": {
14027
14038
  "ta10Ref": "3.6c",
@@ -14052,7 +14063,7 @@
14052
14063
  {
14053
14064
  "properties": {
14054
14065
  "isIncludedExcludedOrNone": {
14055
- "const": "Included"
14066
+ "enum": ["Included"]
14056
14067
  },
14057
14068
  "comments": {
14058
14069
  "ta10Ref": "3.7c",
@@ -14064,7 +14075,7 @@
14064
14075
  {
14065
14076
  "properties": {
14066
14077
  "isIncludedExcludedOrNone": {
14067
- "const": "Excluded"
14078
+ "enum": ["Excluded"]
14068
14079
  },
14069
14080
  "price": {
14070
14081
  "ta10Ref": "3.7b",
@@ -14081,7 +14092,7 @@
14081
14092
  {
14082
14093
  "properties": {
14083
14094
  "isIncludedExcludedOrNone": {
14084
- "const": "None"
14095
+ "enum": ["None"]
14085
14096
  },
14086
14097
  "comments": {
14087
14098
  "ta10Ref": "3.7c",
@@ -14112,7 +14123,7 @@
14112
14123
  {
14113
14124
  "properties": {
14114
14125
  "isIncludedExcludedOrNone": {
14115
- "const": "Included"
14126
+ "enum": ["Included"]
14116
14127
  },
14117
14128
  "comments": {
14118
14129
  "ta10Ref": "3.8c",
@@ -14124,7 +14135,7 @@
14124
14135
  {
14125
14136
  "properties": {
14126
14137
  "isIncludedExcludedOrNone": {
14127
- "const": "Excluded"
14138
+ "enum": ["Excluded"]
14128
14139
  },
14129
14140
  "price": {
14130
14141
  "ta10Ref": "3.8b",
@@ -14141,7 +14152,7 @@
14141
14152
  {
14142
14153
  "properties": {
14143
14154
  "isIncludedExcludedOrNone": {
14144
- "const": "None"
14155
+ "enum": ["None"]
14145
14156
  },
14146
14157
  "comments": {
14147
14158
  "ta10Ref": "3.8c",
@@ -14172,7 +14183,7 @@
14172
14183
  {
14173
14184
  "properties": {
14174
14185
  "isIncludedExcludedOrNone": {
14175
- "const": "Included"
14186
+ "enum": ["Included"]
14176
14187
  },
14177
14188
  "comments": {
14178
14189
  "ta10Ref": "3.9c",
@@ -14184,7 +14195,7 @@
14184
14195
  {
14185
14196
  "properties": {
14186
14197
  "isIncludedExcludedOrNone": {
14187
- "const": "Excluded"
14198
+ "enum": ["Excluded"]
14188
14199
  },
14189
14200
  "price": {
14190
14201
  "ta10Ref": "3.9b",
@@ -14201,7 +14212,7 @@
14201
14212
  {
14202
14213
  "properties": {
14203
14214
  "isIncludedExcludedOrNone": {
14204
- "const": "None"
14215
+ "enum": ["None"]
14205
14216
  },
14206
14217
  "comments": {
14207
14218
  "ta10Ref": "3.9c",
@@ -14232,7 +14243,7 @@
14232
14243
  {
14233
14244
  "properties": {
14234
14245
  "isIncludedExcludedOrNone": {
14235
- "const": "Included"
14246
+ "enum": ["Included"]
14236
14247
  },
14237
14248
  "comments": {
14238
14249
  "ta10Ref": "3.10c",
@@ -14244,7 +14255,7 @@
14244
14255
  {
14245
14256
  "properties": {
14246
14257
  "isIncludedExcludedOrNone": {
14247
- "const": "Excluded"
14258
+ "enum": ["Excluded"]
14248
14259
  },
14249
14260
  "price": {
14250
14261
  "ta10Ref": "3.10b",
@@ -14261,7 +14272,7 @@
14261
14272
  {
14262
14273
  "properties": {
14263
14274
  "isIncludedExcludedOrNone": {
14264
- "const": "None"
14275
+ "enum": ["None"]
14265
14276
  },
14266
14277
  "comments": {
14267
14278
  "ta10Ref": "3.10c",
@@ -14309,7 +14320,7 @@
14309
14320
  {
14310
14321
  "properties": {
14311
14322
  "isIncludedExcludedOrNone": {
14312
- "const": "Included"
14323
+ "enum": ["Included"]
14313
14324
  },
14314
14325
  "comments": {
14315
14326
  "ta10Ref": "4.1c",
@@ -14321,7 +14332,7 @@
14321
14332
  {
14322
14333
  "properties": {
14323
14334
  "isIncludedExcludedOrNone": {
14324
- "const": "Excluded"
14335
+ "enum": ["Excluded"]
14325
14336
  },
14326
14337
  "price": {
14327
14338
  "ta10Ref": "4.1b",
@@ -14338,7 +14349,7 @@
14338
14349
  {
14339
14350
  "properties": {
14340
14351
  "isIncludedExcludedOrNone": {
14341
- "const": "None"
14352
+ "enum": ["None"]
14342
14353
  },
14343
14354
  "comments": {
14344
14355
  "ta10Ref": "4.1c",
@@ -14369,7 +14380,7 @@
14369
14380
  {
14370
14381
  "properties": {
14371
14382
  "isIncludedExcludedOrNone": {
14372
- "const": "Included"
14383
+ "enum": ["Included"]
14373
14384
  },
14374
14385
  "comments": {
14375
14386
  "ta10Ref": "4.2c",
@@ -14381,7 +14392,7 @@
14381
14392
  {
14382
14393
  "properties": {
14383
14394
  "isIncludedExcludedOrNone": {
14384
- "const": "Excluded"
14395
+ "enum": ["Excluded"]
14385
14396
  },
14386
14397
  "price": {
14387
14398
  "ta10Ref": "4.2b",
@@ -14398,7 +14409,7 @@
14398
14409
  {
14399
14410
  "properties": {
14400
14411
  "isIncludedExcludedOrNone": {
14401
- "const": "None"
14412
+ "enum": ["None"]
14402
14413
  },
14403
14414
  "comments": {
14404
14415
  "ta10Ref": "4.2c",
@@ -14429,7 +14440,7 @@
14429
14440
  {
14430
14441
  "properties": {
14431
14442
  "isIncludedExcludedOrNone": {
14432
- "const": "Included"
14443
+ "enum": ["Included"]
14433
14444
  },
14434
14445
  "comments": {
14435
14446
  "ta10Ref": "4.3c",
@@ -14441,7 +14452,7 @@
14441
14452
  {
14442
14453
  "properties": {
14443
14454
  "isIncludedExcludedOrNone": {
14444
- "const": "Excluded"
14455
+ "enum": ["Excluded"]
14445
14456
  },
14446
14457
  "price": {
14447
14458
  "ta10Ref": "4.3b",
@@ -14458,7 +14469,7 @@
14458
14469
  {
14459
14470
  "properties": {
14460
14471
  "isIncludedExcludedOrNone": {
14461
- "const": "None"
14472
+ "enum": ["None"]
14462
14473
  },
14463
14474
  "comments": {
14464
14475
  "ta10Ref": "4.3c",
@@ -14489,7 +14500,7 @@
14489
14500
  {
14490
14501
  "properties": {
14491
14502
  "isIncludedExcludedOrNone": {
14492
- "const": "Included"
14503
+ "enum": ["Included"]
14493
14504
  },
14494
14505
  "comments": {
14495
14506
  "ta10Ref": "4.4c",
@@ -14501,7 +14512,7 @@
14501
14512
  {
14502
14513
  "properties": {
14503
14514
  "isIncludedExcludedOrNone": {
14504
- "const": "Excluded"
14515
+ "enum": ["Excluded"]
14505
14516
  },
14506
14517
  "price": {
14507
14518
  "ta10Ref": "4.4b",
@@ -14518,7 +14529,7 @@
14518
14529
  {
14519
14530
  "properties": {
14520
14531
  "isIncludedExcludedOrNone": {
14521
- "const": "None"
14532
+ "enum": ["None"]
14522
14533
  },
14523
14534
  "comments": {
14524
14535
  "ta10Ref": "4.4c",
@@ -14549,7 +14560,7 @@
14549
14560
  {
14550
14561
  "properties": {
14551
14562
  "isIncludedExcludedOrNone": {
14552
- "const": "Included"
14563
+ "enum": ["Included"]
14553
14564
  },
14554
14565
  "comments": {
14555
14566
  "ta10Ref": "4.5c",
@@ -14561,7 +14572,7 @@
14561
14572
  {
14562
14573
  "properties": {
14563
14574
  "isIncludedExcludedOrNone": {
14564
- "const": "Excluded"
14575
+ "enum": ["Excluded"]
14565
14576
  },
14566
14577
  "price": {
14567
14578
  "ta10Ref": "4.5b",
@@ -14578,7 +14589,7 @@
14578
14589
  {
14579
14590
  "properties": {
14580
14591
  "isIncludedExcludedOrNone": {
14581
- "const": "None"
14592
+ "enum": ["None"]
14582
14593
  },
14583
14594
  "comments": {
14584
14595
  "ta10Ref": "4.5c",
@@ -14609,7 +14620,7 @@
14609
14620
  {
14610
14621
  "properties": {
14611
14622
  "isIncludedExcludedOrNone": {
14612
- "const": "Included"
14623
+ "enum": ["Included"]
14613
14624
  },
14614
14625
  "comments": {
14615
14626
  "ta10Ref": "4.6c",
@@ -14621,7 +14632,7 @@
14621
14632
  {
14622
14633
  "properties": {
14623
14634
  "isIncludedExcludedOrNone": {
14624
- "const": "Excluded"
14635
+ "enum": ["Excluded"]
14625
14636
  },
14626
14637
  "price": {
14627
14638
  "ta10Ref": "4.6b",
@@ -14638,7 +14649,7 @@
14638
14649
  {
14639
14650
  "properties": {
14640
14651
  "isIncludedExcludedOrNone": {
14641
- "const": "None"
14652
+ "enum": ["None"]
14642
14653
  },
14643
14654
  "comments": {
14644
14655
  "ta10Ref": "4.6c",
@@ -14669,7 +14680,7 @@
14669
14680
  {
14670
14681
  "properties": {
14671
14682
  "isIncludedExcludedOrNone": {
14672
- "const": "Included"
14683
+ "enum": ["Included"]
14673
14684
  },
14674
14685
  "comments": {
14675
14686
  "ta10Ref": "4.7c",
@@ -14681,7 +14692,7 @@
14681
14692
  {
14682
14693
  "properties": {
14683
14694
  "isIncludedExcludedOrNone": {
14684
- "const": "Excluded"
14695
+ "enum": ["Excluded"]
14685
14696
  },
14686
14697
  "price": {
14687
14698
  "ta10Ref": "4.7b",
@@ -14698,7 +14709,7 @@
14698
14709
  {
14699
14710
  "properties": {
14700
14711
  "isIncludedExcludedOrNone": {
14701
- "const": "None"
14712
+ "enum": ["None"]
14702
14713
  },
14703
14714
  "comments": {
14704
14715
  "ta10Ref": "4.7c",
@@ -14735,7 +14746,7 @@
14735
14746
  {
14736
14747
  "properties": {
14737
14748
  "isIncludedOrExcluded": {
14738
- "const": "Included"
14749
+ "enum": ["Included"]
14739
14750
  },
14740
14751
  "comments": {
14741
14752
  "ta10Ref": "4.8c",
@@ -14747,7 +14758,7 @@
14747
14758
  {
14748
14759
  "properties": {
14749
14760
  "isIncludedOrExcluded": {
14750
- "const": "Excluded"
14761
+ "enum": ["Excluded"]
14751
14762
  },
14752
14763
  "price": {
14753
14764
  "ta10Ref": "4.8b",
@@ -14806,7 +14817,7 @@
14806
14817
  {
14807
14818
  "properties": {
14808
14819
  "isIncludedExcludedOrNone": {
14809
- "const": "Included"
14820
+ "enum": ["Included"]
14810
14821
  },
14811
14822
  "comments": {
14812
14823
  "ta10Ref": "5.1c",
@@ -14818,7 +14829,7 @@
14818
14829
  {
14819
14830
  "properties": {
14820
14831
  "isIncludedExcludedOrNone": {
14821
- "const": "Excluded"
14832
+ "enum": ["Excluded"]
14822
14833
  },
14823
14834
  "price": {
14824
14835
  "ta10Ref": "5.1b",
@@ -14835,7 +14846,7 @@
14835
14846
  {
14836
14847
  "properties": {
14837
14848
  "isIncludedExcludedOrNone": {
14838
- "const": "None"
14849
+ "enum": ["None"]
14839
14850
  },
14840
14851
  "comments": {
14841
14852
  "ta10Ref": "5.1c",
@@ -14866,7 +14877,7 @@
14866
14877
  {
14867
14878
  "properties": {
14868
14879
  "isIncludedExcludedOrNone": {
14869
- "const": "Included"
14880
+ "enum": ["Included"]
14870
14881
  },
14871
14882
  "comments": {
14872
14883
  "ta10Ref": "5.2c",
@@ -14878,7 +14889,7 @@
14878
14889
  {
14879
14890
  "properties": {
14880
14891
  "isIncludedExcludedOrNone": {
14881
- "const": "Excluded"
14892
+ "enum": ["Excluded"]
14882
14893
  },
14883
14894
  "price": {
14884
14895
  "ta10Ref": "5.2b",
@@ -14895,7 +14906,7 @@
14895
14906
  {
14896
14907
  "properties": {
14897
14908
  "isIncludedExcludedOrNone": {
14898
- "const": "None"
14909
+ "enum": ["None"]
14899
14910
  },
14900
14911
  "comments": {
14901
14912
  "ta10Ref": "5.2c",
@@ -14926,7 +14937,7 @@
14926
14937
  {
14927
14938
  "properties": {
14928
14939
  "isIncludedExcludedOrNone": {
14929
- "const": "Included"
14940
+ "enum": ["Included"]
14930
14941
  },
14931
14942
  "comments": {
14932
14943
  "ta10Ref": "5.3c",
@@ -14938,7 +14949,7 @@
14938
14949
  {
14939
14950
  "properties": {
14940
14951
  "isIncludedExcludedOrNone": {
14941
- "const": "Excluded"
14952
+ "enum": ["Excluded"]
14942
14953
  },
14943
14954
  "price": {
14944
14955
  "ta10Ref": "5.3b",
@@ -14955,7 +14966,7 @@
14955
14966
  {
14956
14967
  "properties": {
14957
14968
  "isIncludedExcludedOrNone": {
14958
- "const": "None"
14969
+ "enum": ["None"]
14959
14970
  },
14960
14971
  "comments": {
14961
14972
  "ta10Ref": "5.3c",
@@ -14986,7 +14997,7 @@
14986
14997
  {
14987
14998
  "properties": {
14988
14999
  "isIncludedExcludedOrNone": {
14989
- "const": "Included"
15000
+ "enum": ["Included"]
14990
15001
  },
14991
15002
  "comments": {
14992
15003
  "ta10Ref": "5.4c",
@@ -14998,7 +15009,7 @@
14998
15009
  {
14999
15010
  "properties": {
15000
15011
  "isIncludedExcludedOrNone": {
15001
- "const": "Excluded"
15012
+ "enum": ["Excluded"]
15002
15013
  },
15003
15014
  "price": {
15004
15015
  "ta10Ref": "5.4b",
@@ -15015,7 +15026,7 @@
15015
15026
  {
15016
15027
  "properties": {
15017
15028
  "isIncludedExcludedOrNone": {
15018
- "const": "None"
15029
+ "enum": ["None"]
15019
15030
  },
15020
15031
  "comments": {
15021
15032
  "ta10Ref": "5.4c",
@@ -15046,7 +15057,7 @@
15046
15057
  {
15047
15058
  "properties": {
15048
15059
  "isIncludedExcludedOrNone": {
15049
- "const": "Included"
15060
+ "enum": ["Included"]
15050
15061
  },
15051
15062
  "comments": {
15052
15063
  "ta10Ref": "5.5c",
@@ -15058,7 +15069,7 @@
15058
15069
  {
15059
15070
  "properties": {
15060
15071
  "isIncludedExcludedOrNone": {
15061
- "const": "Excluded"
15072
+ "enum": ["Excluded"]
15062
15073
  },
15063
15074
  "price": {
15064
15075
  "ta10Ref": "5.5b",
@@ -15075,7 +15086,7 @@
15075
15086
  {
15076
15087
  "properties": {
15077
15088
  "isIncludedExcludedOrNone": {
15078
- "const": "None"
15089
+ "enum": ["None"]
15079
15090
  },
15080
15091
  "comments": {
15081
15092
  "ta10Ref": "5.5c",
@@ -15106,7 +15117,7 @@
15106
15117
  {
15107
15118
  "properties": {
15108
15119
  "isIncludedExcludedOrNone": {
15109
- "const": "Included"
15120
+ "enum": ["Included"]
15110
15121
  },
15111
15122
  "comments": {
15112
15123
  "ta10Ref": "5.6c",
@@ -15118,7 +15129,7 @@
15118
15129
  {
15119
15130
  "properties": {
15120
15131
  "isIncludedExcludedOrNone": {
15121
- "const": "Excluded"
15132
+ "enum": ["Excluded"]
15122
15133
  },
15123
15134
  "price": {
15124
15135
  "ta10Ref": "5.6b",
@@ -15135,7 +15146,7 @@
15135
15146
  {
15136
15147
  "properties": {
15137
15148
  "isIncludedExcludedOrNone": {
15138
- "const": "None"
15149
+ "enum": ["None"]
15139
15150
  },
15140
15151
  "comments": {
15141
15152
  "ta10Ref": "5.6c",
@@ -15166,7 +15177,7 @@
15166
15177
  {
15167
15178
  "properties": {
15168
15179
  "isIncludedExcludedOrNone": {
15169
- "const": "Included"
15180
+ "enum": ["Included"]
15170
15181
  },
15171
15182
  "comments": {
15172
15183
  "ta10Ref": "5.7c",
@@ -15178,7 +15189,7 @@
15178
15189
  {
15179
15190
  "properties": {
15180
15191
  "isIncludedExcludedOrNone": {
15181
- "const": "Excluded"
15192
+ "enum": ["Excluded"]
15182
15193
  },
15183
15194
  "price": {
15184
15195
  "ta10Ref": "5.7b",
@@ -15195,7 +15206,7 @@
15195
15206
  {
15196
15207
  "properties": {
15197
15208
  "isIncludedExcludedOrNone": {
15198
- "const": "None"
15209
+ "enum": ["None"]
15199
15210
  },
15200
15211
  "comments": {
15201
15212
  "ta10Ref": "5.7c",
@@ -15232,7 +15243,7 @@
15232
15243
  {
15233
15244
  "properties": {
15234
15245
  "isIncludedOrExcluded": {
15235
- "const": "Included"
15246
+ "enum": ["Included"]
15236
15247
  },
15237
15248
  "comments": {
15238
15249
  "ta10Ref": "5.8c",
@@ -15244,7 +15255,7 @@
15244
15255
  {
15245
15256
  "properties": {
15246
15257
  "isIncludedOrExcluded": {
15247
- "const": "Excluded"
15258
+ "enum": ["Excluded"]
15248
15259
  },
15249
15260
  "price": {
15250
15261
  "ta10Ref": "5.8b",
@@ -15297,7 +15308,7 @@
15297
15308
  {
15298
15309
  "properties": {
15299
15310
  "isIncludedExcludedOrNone": {
15300
- "const": "Included"
15311
+ "enum": ["Included"]
15301
15312
  },
15302
15313
  "comments": {
15303
15314
  "ta10Ref": "5.12c",
@@ -15309,7 +15320,7 @@
15309
15320
  {
15310
15321
  "properties": {
15311
15322
  "isIncludedExcludedOrNone": {
15312
- "const": "Excluded"
15323
+ "enum": ["Excluded"]
15313
15324
  },
15314
15325
  "price": {
15315
15326
  "ta10Ref": "5.12b",
@@ -15326,7 +15337,7 @@
15326
15337
  {
15327
15338
  "properties": {
15328
15339
  "isIncludedExcludedOrNone": {
15329
- "const": "None"
15340
+ "enum": ["None"]
15330
15341
  },
15331
15342
  "comments": {
15332
15343
  "ta10Ref": "5.12c",
@@ -15357,7 +15368,7 @@
15357
15368
  {
15358
15369
  "properties": {
15359
15370
  "isIncludedExcludedOrNone": {
15360
- "const": "Included"
15371
+ "enum": ["Included"]
15361
15372
  },
15362
15373
  "comments": {
15363
15374
  "ta10Ref": "5.13c",
@@ -15369,7 +15380,7 @@
15369
15380
  {
15370
15381
  "properties": {
15371
15382
  "isIncludedExcludedOrNone": {
15372
- "const": "Excluded"
15383
+ "enum": ["Excluded"]
15373
15384
  },
15374
15385
  "price": {
15375
15386
  "ta10Ref": "5.13b",
@@ -15386,7 +15397,7 @@
15386
15397
  {
15387
15398
  "properties": {
15388
15399
  "isIncludedExcludedOrNone": {
15389
- "const": "None"
15400
+ "enum": ["None"]
15390
15401
  },
15391
15402
  "comments": {
15392
15403
  "ta10Ref": "5.13c",
@@ -15417,7 +15428,7 @@
15417
15428
  {
15418
15429
  "properties": {
15419
15430
  "isIncludedExcludedOrNone": {
15420
- "const": "Included"
15431
+ "enum": ["Included"]
15421
15432
  },
15422
15433
  "comments": {
15423
15434
  "ta10Ref": "5.14c",
@@ -15429,7 +15440,7 @@
15429
15440
  {
15430
15441
  "properties": {
15431
15442
  "isIncludedExcludedOrNone": {
15432
- "const": "Excluded"
15443
+ "enum": ["Excluded"]
15433
15444
  },
15434
15445
  "price": {
15435
15446
  "ta10Ref": "5.14b",
@@ -15446,7 +15457,7 @@
15446
15457
  {
15447
15458
  "properties": {
15448
15459
  "isIncludedExcludedOrNone": {
15449
- "const": "None"
15460
+ "enum": ["None"]
15450
15461
  },
15451
15462
  "comments": {
15452
15463
  "ta10Ref": "5.14c",
@@ -15477,7 +15488,7 @@
15477
15488
  {
15478
15489
  "properties": {
15479
15490
  "isIncludedExcludedOrNone": {
15480
- "const": "Included"
15491
+ "enum": ["Included"]
15481
15492
  },
15482
15493
  "comments": {
15483
15494
  "ta10Ref": "5.15c",
@@ -15489,7 +15500,7 @@
15489
15500
  {
15490
15501
  "properties": {
15491
15502
  "isIncludedExcludedOrNone": {
15492
- "const": "Excluded"
15503
+ "enum": ["Excluded"]
15493
15504
  },
15494
15505
  "price": {
15495
15506
  "ta10Ref": "5.15b",
@@ -15506,7 +15517,7 @@
15506
15517
  {
15507
15518
  "properties": {
15508
15519
  "isIncludedExcludedOrNone": {
15509
- "const": "None"
15520
+ "enum": ["None"]
15510
15521
  },
15511
15522
  "comments": {
15512
15523
  "ta10Ref": "5.15c",
@@ -15537,7 +15548,7 @@
15537
15548
  {
15538
15549
  "properties": {
15539
15550
  "isIncludedExcludedOrNone": {
15540
- "const": "Included"
15551
+ "enum": ["Included"]
15541
15552
  },
15542
15553
  "comments": {
15543
15554
  "ta10Ref": "5.16c",
@@ -15549,7 +15560,7 @@
15549
15560
  {
15550
15561
  "properties": {
15551
15562
  "isIncludedExcludedOrNone": {
15552
- "const": "Excluded"
15563
+ "enum": ["Excluded"]
15553
15564
  },
15554
15565
  "price": {
15555
15566
  "ta10Ref": "5.16b",
@@ -15566,7 +15577,7 @@
15566
15577
  {
15567
15578
  "properties": {
15568
15579
  "isIncludedExcludedOrNone": {
15569
- "const": "None"
15580
+ "enum": ["None"]
15570
15581
  },
15571
15582
  "comments": {
15572
15583
  "ta10Ref": "5.16c",
@@ -15597,7 +15608,7 @@
15597
15608
  {
15598
15609
  "properties": {
15599
15610
  "isIncludedExcludedOrNone": {
15600
- "const": "Included"
15611
+ "enum": ["Included"]
15601
15612
  },
15602
15613
  "comments": {
15603
15614
  "ta10Ref": "5.17c",
@@ -15609,7 +15620,7 @@
15609
15620
  {
15610
15621
  "properties": {
15611
15622
  "isIncludedExcludedOrNone": {
15612
- "const": "Excluded"
15623
+ "enum": ["Excluded"]
15613
15624
  },
15614
15625
  "price": {
15615
15626
  "ta10Ref": "5.17b",
@@ -15626,7 +15637,7 @@
15626
15637
  {
15627
15638
  "properties": {
15628
15639
  "isIncludedExcludedOrNone": {
15629
- "const": "None"
15640
+ "enum": ["None"]
15630
15641
  },
15631
15642
  "comments": {
15632
15643
  "ta10Ref": "5.17c",
@@ -15657,7 +15668,7 @@
15657
15668
  {
15658
15669
  "properties": {
15659
15670
  "isIncludedExcludedOrNone": {
15660
- "const": "Included"
15671
+ "enum": ["Included"]
15661
15672
  },
15662
15673
  "comments": {
15663
15674
  "ta10Ref": "5.18c",
@@ -15669,7 +15680,7 @@
15669
15680
  {
15670
15681
  "properties": {
15671
15682
  "isIncludedExcludedOrNone": {
15672
- "const": "Excluded"
15683
+ "enum": ["Excluded"]
15673
15684
  },
15674
15685
  "price": {
15675
15686
  "ta10Ref": "5.18b",
@@ -15686,7 +15697,7 @@
15686
15697
  {
15687
15698
  "properties": {
15688
15699
  "isIncludedExcludedOrNone": {
15689
- "const": "None"
15700
+ "enum": ["None"]
15690
15701
  },
15691
15702
  "comments": {
15692
15703
  "ta10Ref": "5.18c",
@@ -15723,7 +15734,7 @@
15723
15734
  {
15724
15735
  "properties": {
15725
15736
  "isIncludedOrExcluded": {
15726
- "const": "Included"
15737
+ "enum": ["Included"]
15727
15738
  },
15728
15739
  "comments": {
15729
15740
  "ta10Ref": "5.19c",
@@ -15735,7 +15746,7 @@
15735
15746
  {
15736
15747
  "properties": {
15737
15748
  "isIncludedOrExcluded": {
15738
- "const": "Excluded"
15749
+ "enum": ["Excluded"]
15739
15750
  },
15740
15751
  "price": {
15741
15752
  "ta10Ref": "5.19b",
@@ -15792,7 +15803,7 @@
15792
15803
  {
15793
15804
  "properties": {
15794
15805
  "isIncludedExcludedOrNone": {
15795
- "const": "Included"
15806
+ "enum": ["Included"]
15796
15807
  },
15797
15808
  "comments": {
15798
15809
  "ta10Ref": "6.1c",
@@ -15804,7 +15815,7 @@
15804
15815
  {
15805
15816
  "properties": {
15806
15817
  "isIncludedExcludedOrNone": {
15807
- "const": "Excluded"
15818
+ "enum": ["Excluded"]
15808
15819
  },
15809
15820
  "price": {
15810
15821
  "ta10Ref": "6.1b",
@@ -15821,7 +15832,7 @@
15821
15832
  {
15822
15833
  "properties": {
15823
15834
  "isIncludedExcludedOrNone": {
15824
- "const": "None"
15835
+ "enum": ["None"]
15825
15836
  },
15826
15837
  "comments": {
15827
15838
  "ta10Ref": "6.1c",
@@ -15852,7 +15863,7 @@
15852
15863
  {
15853
15864
  "properties": {
15854
15865
  "isIncludedExcludedOrNone": {
15855
- "const": "Included"
15866
+ "enum": ["Included"]
15856
15867
  },
15857
15868
  "comments": {
15858
15869
  "ta10Ref": "6.2c",
@@ -15864,7 +15875,7 @@
15864
15875
  {
15865
15876
  "properties": {
15866
15877
  "isIncludedExcludedOrNone": {
15867
- "const": "Excluded"
15878
+ "enum": ["Excluded"]
15868
15879
  },
15869
15880
  "price": {
15870
15881
  "ta10Ref": "6.2b",
@@ -15881,7 +15892,7 @@
15881
15892
  {
15882
15893
  "properties": {
15883
15894
  "isIncludedExcludedOrNone": {
15884
- "const": "None"
15895
+ "enum": ["None"]
15885
15896
  },
15886
15897
  "comments": {
15887
15898
  "ta10Ref": "6.2c",
@@ -15912,7 +15923,7 @@
15912
15923
  {
15913
15924
  "properties": {
15914
15925
  "isIncludedExcludedOrNone": {
15915
- "const": "Included"
15926
+ "enum": ["Included"]
15916
15927
  },
15917
15928
  "comments": {
15918
15929
  "ta10Ref": "6.3c",
@@ -15924,7 +15935,7 @@
15924
15935
  {
15925
15936
  "properties": {
15926
15937
  "isIncludedExcludedOrNone": {
15927
- "const": "Excluded"
15938
+ "enum": ["Excluded"]
15928
15939
  },
15929
15940
  "price": {
15930
15941
  "ta10Ref": "6.3b",
@@ -15941,7 +15952,7 @@
15941
15952
  {
15942
15953
  "properties": {
15943
15954
  "isIncludedExcludedOrNone": {
15944
- "const": "None"
15955
+ "enum": ["None"]
15945
15956
  },
15946
15957
  "comments": {
15947
15958
  "ta10Ref": "6.3c",
@@ -15972,7 +15983,7 @@
15972
15983
  {
15973
15984
  "properties": {
15974
15985
  "isIncludedExcludedOrNone": {
15975
- "const": "Included"
15986
+ "enum": ["Included"]
15976
15987
  },
15977
15988
  "comments": {
15978
15989
  "ta10Ref": "6.4c",
@@ -15984,7 +15995,7 @@
15984
15995
  {
15985
15996
  "properties": {
15986
15997
  "isIncludedExcludedOrNone": {
15987
- "const": "Excluded"
15998
+ "enum": ["Excluded"]
15988
15999
  },
15989
16000
  "price": {
15990
16001
  "ta10Ref": "6.4b",
@@ -16001,7 +16012,7 @@
16001
16012
  {
16002
16013
  "properties": {
16003
16014
  "isIncludedExcludedOrNone": {
16004
- "const": "None"
16015
+ "enum": ["None"]
16005
16016
  },
16006
16017
  "comments": {
16007
16018
  "ta10Ref": "6.4c",
@@ -16032,7 +16043,7 @@
16032
16043
  {
16033
16044
  "properties": {
16034
16045
  "isIncludedExcludedOrNone": {
16035
- "const": "Included"
16046
+ "enum": ["Included"]
16036
16047
  },
16037
16048
  "comments": {
16038
16049
  "ta10Ref": "6.5c",
@@ -16044,7 +16055,7 @@
16044
16055
  {
16045
16056
  "properties": {
16046
16057
  "isIncludedExcludedOrNone": {
16047
- "const": "Excluded"
16058
+ "enum": ["Excluded"]
16048
16059
  },
16049
16060
  "price": {
16050
16061
  "ta10Ref": "6.5b",
@@ -16061,7 +16072,7 @@
16061
16072
  {
16062
16073
  "properties": {
16063
16074
  "isIncludedExcludedOrNone": {
16064
- "const": "None"
16075
+ "enum": ["None"]
16065
16076
  },
16066
16077
  "comments": {
16067
16078
  "ta10Ref": "6.5c",
@@ -16092,7 +16103,7 @@
16092
16103
  {
16093
16104
  "properties": {
16094
16105
  "isIncludedExcludedOrNone": {
16095
- "const": "Included"
16106
+ "enum": ["Included"]
16096
16107
  },
16097
16108
  "comments": {
16098
16109
  "ta10Ref": "6.6c",
@@ -16104,7 +16115,7 @@
16104
16115
  {
16105
16116
  "properties": {
16106
16117
  "isIncludedExcludedOrNone": {
16107
- "const": "Excluded"
16118
+ "enum": ["Excluded"]
16108
16119
  },
16109
16120
  "price": {
16110
16121
  "ta10Ref": "6.6b",
@@ -16121,7 +16132,7 @@
16121
16132
  {
16122
16133
  "properties": {
16123
16134
  "isIncludedExcludedOrNone": {
16124
- "const": "None"
16135
+ "enum": ["None"]
16125
16136
  },
16126
16137
  "comments": {
16127
16138
  "ta10Ref": "6.6c",
@@ -16152,7 +16163,7 @@
16152
16163
  {
16153
16164
  "properties": {
16154
16165
  "isIncludedExcludedOrNone": {
16155
- "const": "Included"
16166
+ "enum": ["Included"]
16156
16167
  },
16157
16168
  "comments": {
16158
16169
  "ta10Ref": "6.7c",
@@ -16164,7 +16175,7 @@
16164
16175
  {
16165
16176
  "properties": {
16166
16177
  "isIncludedExcludedOrNone": {
16167
- "const": "Excluded"
16178
+ "enum": ["Excluded"]
16168
16179
  },
16169
16180
  "price": {
16170
16181
  "ta10Ref": "6.7b",
@@ -16181,7 +16192,7 @@
16181
16192
  {
16182
16193
  "properties": {
16183
16194
  "isIncludedExcludedOrNone": {
16184
- "const": "None"
16195
+ "enum": ["None"]
16185
16196
  },
16186
16197
  "comments": {
16187
16198
  "ta10Ref": "6.7c",
@@ -16218,7 +16229,7 @@
16218
16229
  {
16219
16230
  "properties": {
16220
16231
  "isIncludedOrExcluded": {
16221
- "const": "Included"
16232
+ "enum": ["Included"]
16222
16233
  },
16223
16234
  "comments": {
16224
16235
  "ta10Ref": "6.8c",
@@ -16230,7 +16241,7 @@
16230
16241
  {
16231
16242
  "properties": {
16232
16243
  "isIncludedOrExcluded": {
16233
- "const": "Excluded"
16244
+ "enum": ["Excluded"]
16234
16245
  },
16235
16246
  "price": {
16236
16247
  "ta10Ref": "6.8b",
@@ -16285,7 +16296,7 @@
16285
16296
  {
16286
16297
  "properties": {
16287
16298
  "isIncludedExcludedOrNone": {
16288
- "const": "Included"
16299
+ "enum": ["Included"]
16289
16300
  },
16290
16301
  "comments": {
16291
16302
  "ta10Ref": "7.1c",
@@ -16297,7 +16308,7 @@
16297
16308
  {
16298
16309
  "properties": {
16299
16310
  "isIncludedExcludedOrNone": {
16300
- "const": "Excluded"
16311
+ "enum": ["Excluded"]
16301
16312
  },
16302
16313
  "price": {
16303
16314
  "ta10Ref": "7.1b",
@@ -16314,7 +16325,7 @@
16314
16325
  {
16315
16326
  "properties": {
16316
16327
  "isIncludedExcludedOrNone": {
16317
- "const": "None"
16328
+ "enum": ["None"]
16318
16329
  },
16319
16330
  "comments": {
16320
16331
  "ta10Ref": "7.1c",
@@ -16345,7 +16356,7 @@
16345
16356
  {
16346
16357
  "properties": {
16347
16358
  "isIncludedExcludedOrNone": {
16348
- "const": "Included"
16359
+ "enum": ["Included"]
16349
16360
  },
16350
16361
  "comments": {
16351
16362
  "ta10Ref": "7.2c",
@@ -16357,7 +16368,7 @@
16357
16368
  {
16358
16369
  "properties": {
16359
16370
  "isIncludedExcludedOrNone": {
16360
- "const": "Excluded"
16371
+ "enum": ["Excluded"]
16361
16372
  },
16362
16373
  "price": {
16363
16374
  "ta10Ref": "7.2b",
@@ -16374,7 +16385,7 @@
16374
16385
  {
16375
16386
  "properties": {
16376
16387
  "isIncludedExcludedOrNone": {
16377
- "const": "None"
16388
+ "enum": ["None"]
16378
16389
  },
16379
16390
  "comments": {
16380
16391
  "ta10Ref": "7.2c",
@@ -16405,7 +16416,7 @@
16405
16416
  {
16406
16417
  "properties": {
16407
16418
  "isIncludedExcludedOrNone": {
16408
- "const": "Included"
16419
+ "enum": ["Included"]
16409
16420
  },
16410
16421
  "comments": {
16411
16422
  "ta10Ref": "7.3c",
@@ -16417,7 +16428,7 @@
16417
16428
  {
16418
16429
  "properties": {
16419
16430
  "isIncludedExcludedOrNone": {
16420
- "const": "Excluded"
16431
+ "enum": ["Excluded"]
16421
16432
  },
16422
16433
  "price": {
16423
16434
  "ta10Ref": "7.3b",
@@ -16434,7 +16445,7 @@
16434
16445
  {
16435
16446
  "properties": {
16436
16447
  "isIncludedExcludedOrNone": {
16437
- "const": "None"
16448
+ "enum": ["None"]
16438
16449
  },
16439
16450
  "comments": {
16440
16451
  "ta10Ref": "7.3c",
@@ -16465,7 +16476,7 @@
16465
16476
  {
16466
16477
  "properties": {
16467
16478
  "isIncludedExcludedOrNone": {
16468
- "const": "Included"
16479
+ "enum": ["Included"]
16469
16480
  },
16470
16481
  "comments": {
16471
16482
  "ta10Ref": "7.4c",
@@ -16477,7 +16488,7 @@
16477
16488
  {
16478
16489
  "properties": {
16479
16490
  "isIncludedExcludedOrNone": {
16480
- "const": "Excluded"
16491
+ "enum": ["Excluded"]
16481
16492
  },
16482
16493
  "price": {
16483
16494
  "ta10Ref": "7.4b",
@@ -16494,7 +16505,7 @@
16494
16505
  {
16495
16506
  "properties": {
16496
16507
  "isIncludedExcludedOrNone": {
16497
- "const": "None"
16508
+ "enum": ["None"]
16498
16509
  },
16499
16510
  "comments": {
16500
16511
  "ta10Ref": "7.4c",
@@ -16525,7 +16536,7 @@
16525
16536
  {
16526
16537
  "properties": {
16527
16538
  "isIncludedExcludedOrNone": {
16528
- "const": "Included"
16539
+ "enum": ["Included"]
16529
16540
  },
16530
16541
  "comments": {
16531
16542
  "ta10Ref": "7.5c",
@@ -16537,7 +16548,7 @@
16537
16548
  {
16538
16549
  "properties": {
16539
16550
  "isIncludedExcludedOrNone": {
16540
- "const": "Excluded"
16551
+ "enum": ["Excluded"]
16541
16552
  },
16542
16553
  "price": {
16543
16554
  "ta10Ref": "7.5b",
@@ -16554,7 +16565,7 @@
16554
16565
  {
16555
16566
  "properties": {
16556
16567
  "isIncludedExcludedOrNone": {
16557
- "const": "None"
16568
+ "enum": ["None"]
16558
16569
  },
16559
16570
  "comments": {
16560
16571
  "ta10Ref": "7.5c",
@@ -16585,7 +16596,7 @@
16585
16596
  {
16586
16597
  "properties": {
16587
16598
  "isIncludedExcludedOrNone": {
16588
- "const": "Included"
16599
+ "enum": ["Included"]
16589
16600
  },
16590
16601
  "comments": {
16591
16602
  "ta10Ref": "7.6c",
@@ -16597,7 +16608,7 @@
16597
16608
  {
16598
16609
  "properties": {
16599
16610
  "isIncludedExcludedOrNone": {
16600
- "const": "Excluded"
16611
+ "enum": ["Excluded"]
16601
16612
  },
16602
16613
  "price": {
16603
16614
  "ta10Ref": "7.6b",
@@ -16614,7 +16625,7 @@
16614
16625
  {
16615
16626
  "properties": {
16616
16627
  "isIncludedExcludedOrNone": {
16617
- "const": "None"
16628
+ "enum": ["None"]
16618
16629
  },
16619
16630
  "comments": {
16620
16631
  "ta10Ref": "7.6c",
@@ -16645,7 +16656,7 @@
16645
16656
  {
16646
16657
  "properties": {
16647
16658
  "isIncludedExcludedOrNone": {
16648
- "const": "Included"
16659
+ "enum": ["Included"]
16649
16660
  },
16650
16661
  "comments": {
16651
16662
  "ta10Ref": "7.7c",
@@ -16657,7 +16668,7 @@
16657
16668
  {
16658
16669
  "properties": {
16659
16670
  "isIncludedExcludedOrNone": {
16660
- "const": "Excluded"
16671
+ "enum": ["Excluded"]
16661
16672
  },
16662
16673
  "price": {
16663
16674
  "ta10Ref": "7.7b",
@@ -16674,7 +16685,7 @@
16674
16685
  {
16675
16686
  "properties": {
16676
16687
  "isIncludedExcludedOrNone": {
16677
- "const": "None"
16688
+ "enum": ["None"]
16678
16689
  },
16679
16690
  "comments": {
16680
16691
  "ta10Ref": "7.7c",
@@ -16711,7 +16722,7 @@
16711
16722
  {
16712
16723
  "properties": {
16713
16724
  "isIncludedOrExcluded": {
16714
- "const": "Included"
16725
+ "enum": ["Included"]
16715
16726
  },
16716
16727
  "comments": {
16717
16728
  "ta10Ref": "7.8c",
@@ -16723,7 +16734,7 @@
16723
16734
  {
16724
16735
  "properties": {
16725
16736
  "isIncludedOrExcluded": {
16726
- "const": "Excluded"
16737
+ "enum": ["Excluded"]
16727
16738
  },
16728
16739
  "price": {
16729
16740
  "ta10Ref": "7.8b",
@@ -16782,7 +16793,7 @@
16782
16793
  {
16783
16794
  "properties": {
16784
16795
  "isIncludedExcludedOrNone": {
16785
- "const": "Included"
16796
+ "enum": ["Included"]
16786
16797
  },
16787
16798
  "comments": {
16788
16799
  "ta10Ref": "8.1c",
@@ -16794,7 +16805,7 @@
16794
16805
  {
16795
16806
  "properties": {
16796
16807
  "isIncludedExcludedOrNone": {
16797
- "const": "Excluded"
16808
+ "enum": ["Excluded"]
16798
16809
  },
16799
16810
  "price": {
16800
16811
  "ta10Ref": "8.1b",
@@ -16811,7 +16822,7 @@
16811
16822
  {
16812
16823
  "properties": {
16813
16824
  "isIncludedExcludedOrNone": {
16814
- "const": "None"
16825
+ "enum": ["None"]
16815
16826
  },
16816
16827
  "comments": {
16817
16828
  "ta10Ref": "8.1c",
@@ -16842,7 +16853,7 @@
16842
16853
  {
16843
16854
  "properties": {
16844
16855
  "isIncludedExcludedOrNone": {
16845
- "const": "Included"
16856
+ "enum": ["Included"]
16846
16857
  },
16847
16858
  "comments": {
16848
16859
  "ta10Ref": "8.2c",
@@ -16854,7 +16865,7 @@
16854
16865
  {
16855
16866
  "properties": {
16856
16867
  "isIncludedExcludedOrNone": {
16857
- "const": "Excluded"
16868
+ "enum": ["Excluded"]
16858
16869
  },
16859
16870
  "price": {
16860
16871
  "ta10Ref": "8.2b",
@@ -16871,7 +16882,7 @@
16871
16882
  {
16872
16883
  "properties": {
16873
16884
  "isIncludedExcludedOrNone": {
16874
- "const": "None"
16885
+ "enum": ["None"]
16875
16886
  },
16876
16887
  "comments": {
16877
16888
  "ta10Ref": "8.2c",
@@ -16902,7 +16913,7 @@
16902
16913
  {
16903
16914
  "properties": {
16904
16915
  "isIncludedExcludedOrNone": {
16905
- "const": "Included"
16916
+ "enum": ["Included"]
16906
16917
  },
16907
16918
  "comments": {
16908
16919
  "ta10Ref": "8.3c",
@@ -16914,7 +16925,7 @@
16914
16925
  {
16915
16926
  "properties": {
16916
16927
  "isIncludedExcludedOrNone": {
16917
- "const": "Excluded"
16928
+ "enum": ["Excluded"]
16918
16929
  },
16919
16930
  "price": {
16920
16931
  "ta10Ref": "8.3b",
@@ -16931,7 +16942,7 @@
16931
16942
  {
16932
16943
  "properties": {
16933
16944
  "isIncludedExcludedOrNone": {
16934
- "const": "None"
16945
+ "enum": ["None"]
16935
16946
  },
16936
16947
  "comments": {
16937
16948
  "ta10Ref": "8.3c",
@@ -16962,7 +16973,7 @@
16962
16973
  {
16963
16974
  "properties": {
16964
16975
  "isIncludedExcludedOrNone": {
16965
- "const": "Included"
16976
+ "enum": ["Included"]
16966
16977
  },
16967
16978
  "comments": {
16968
16979
  "ta10Ref": "8.4c",
@@ -16974,7 +16985,7 @@
16974
16985
  {
16975
16986
  "properties": {
16976
16987
  "isIncludedExcludedOrNone": {
16977
- "const": "Excluded"
16988
+ "enum": ["Excluded"]
16978
16989
  },
16979
16990
  "price": {
16980
16991
  "ta10Ref": "8.4b",
@@ -16991,7 +17002,7 @@
16991
17002
  {
16992
17003
  "properties": {
16993
17004
  "isIncludedExcludedOrNone": {
16994
- "const": "None"
17005
+ "enum": ["None"]
16995
17006
  },
16996
17007
  "comments": {
16997
17008
  "ta10Ref": "8.4c",
@@ -17022,7 +17033,7 @@
17022
17033
  {
17023
17034
  "properties": {
17024
17035
  "isIncludedExcludedOrNone": {
17025
- "const": "Included"
17036
+ "enum": ["Included"]
17026
17037
  },
17027
17038
  "comments": {
17028
17039
  "ta10Ref": "8.5c",
@@ -17034,7 +17045,7 @@
17034
17045
  {
17035
17046
  "properties": {
17036
17047
  "isIncludedExcludedOrNone": {
17037
- "const": "Excluded"
17048
+ "enum": ["Excluded"]
17038
17049
  },
17039
17050
  "price": {
17040
17051
  "ta10Ref": "8.5b",
@@ -17051,7 +17062,7 @@
17051
17062
  {
17052
17063
  "properties": {
17053
17064
  "isIncludedExcludedOrNone": {
17054
- "const": "None"
17065
+ "enum": ["None"]
17055
17066
  },
17056
17067
  "comments": {
17057
17068
  "ta10Ref": "8.5c",
@@ -17082,7 +17093,7 @@
17082
17093
  {
17083
17094
  "properties": {
17084
17095
  "isIncludedExcludedOrNone": {
17085
- "const": "Included"
17096
+ "enum": ["Included"]
17086
17097
  },
17087
17098
  "comments": {
17088
17099
  "ta10Ref": "8.6c",
@@ -17094,7 +17105,7 @@
17094
17105
  {
17095
17106
  "properties": {
17096
17107
  "isIncludedExcludedOrNone": {
17097
- "const": "Excluded"
17108
+ "enum": ["Excluded"]
17098
17109
  },
17099
17110
  "price": {
17100
17111
  "ta10Ref": "8.6b",
@@ -17111,7 +17122,7 @@
17111
17122
  {
17112
17123
  "properties": {
17113
17124
  "isIncludedExcludedOrNone": {
17114
- "const": "None"
17125
+ "enum": ["None"]
17115
17126
  },
17116
17127
  "comments": {
17117
17128
  "ta10Ref": "8.6c",
@@ -17142,7 +17153,7 @@
17142
17153
  {
17143
17154
  "properties": {
17144
17155
  "isIncludedExcludedOrNone": {
17145
- "const": "Included"
17156
+ "enum": ["Included"]
17146
17157
  },
17147
17158
  "comments": {
17148
17159
  "ta10Ref": "8.7c",
@@ -17154,7 +17165,7 @@
17154
17165
  {
17155
17166
  "properties": {
17156
17167
  "isIncludedExcludedOrNone": {
17157
- "const": "Excluded"
17168
+ "enum": ["Excluded"]
17158
17169
  },
17159
17170
  "price": {
17160
17171
  "ta10Ref": "8.7b",
@@ -17171,7 +17182,7 @@
17171
17182
  {
17172
17183
  "properties": {
17173
17184
  "isIncludedExcludedOrNone": {
17174
- "const": "None"
17185
+ "enum": ["None"]
17175
17186
  },
17176
17187
  "comments": {
17177
17188
  "ta10Ref": "8.7c",
@@ -17202,7 +17213,7 @@
17202
17213
  {
17203
17214
  "properties": {
17204
17215
  "isIncludedExcludedOrNone": {
17205
- "const": "Included"
17216
+ "enum": ["Included"]
17206
17217
  },
17207
17218
  "comments": {
17208
17219
  "ta10Ref": "8.8c",
@@ -17214,7 +17225,7 @@
17214
17225
  {
17215
17226
  "properties": {
17216
17227
  "isIncludedExcludedOrNone": {
17217
- "const": "Excluded"
17228
+ "enum": ["Excluded"]
17218
17229
  },
17219
17230
  "price": {
17220
17231
  "ta10Ref": "8.8b",
@@ -17231,7 +17242,7 @@
17231
17242
  {
17232
17243
  "properties": {
17233
17244
  "isIncludedExcludedOrNone": {
17234
- "const": "None"
17245
+ "enum": ["None"]
17235
17246
  },
17236
17247
  "comments": {
17237
17248
  "ta10Ref": "8.8c",
@@ -17262,7 +17273,7 @@
17262
17273
  {
17263
17274
  "properties": {
17264
17275
  "isIncludedExcludedOrNone": {
17265
- "const": "Included"
17276
+ "enum": ["Included"]
17266
17277
  },
17267
17278
  "comments": {
17268
17279
  "ta10Ref": "8.9c",
@@ -17274,7 +17285,7 @@
17274
17285
  {
17275
17286
  "properties": {
17276
17287
  "isIncludedExcludedOrNone": {
17277
- "const": "Excluded"
17288
+ "enum": ["Excluded"]
17278
17289
  },
17279
17290
  "price": {
17280
17291
  "ta10Ref": "8.9b",
@@ -17291,7 +17302,7 @@
17291
17302
  {
17292
17303
  "properties": {
17293
17304
  "isIncludedExcludedOrNone": {
17294
- "const": "None"
17305
+ "enum": ["None"]
17295
17306
  },
17296
17307
  "comments": {
17297
17308
  "ta10Ref": "8.9c",
@@ -17322,7 +17333,7 @@
17322
17333
  {
17323
17334
  "properties": {
17324
17335
  "isIncludedExcludedOrNone": {
17325
- "const": "Included"
17336
+ "enum": ["Included"]
17326
17337
  },
17327
17338
  "comments": {
17328
17339
  "ta10Ref": "8.10c",
@@ -17334,7 +17345,7 @@
17334
17345
  {
17335
17346
  "properties": {
17336
17347
  "isIncludedExcludedOrNone": {
17337
- "const": "Excluded"
17348
+ "enum": ["Excluded"]
17338
17349
  },
17339
17350
  "price": {
17340
17351
  "ta10Ref": "8.10b",
@@ -17351,7 +17362,7 @@
17351
17362
  {
17352
17363
  "properties": {
17353
17364
  "isIncludedExcludedOrNone": {
17354
- "const": "None"
17365
+ "enum": ["None"]
17355
17366
  },
17356
17367
  "comments": {
17357
17368
  "ta10Ref": "8.10c",
@@ -17382,7 +17393,7 @@
17382
17393
  {
17383
17394
  "properties": {
17384
17395
  "isIncludedExcludedOrNone": {
17385
- "const": "Included"
17396
+ "enum": ["Included"]
17386
17397
  },
17387
17398
  "comments": {
17388
17399
  "ta10Ref": "8.11c",
@@ -17394,7 +17405,7 @@
17394
17405
  {
17395
17406
  "properties": {
17396
17407
  "isIncludedExcludedOrNone": {
17397
- "const": "Excluded"
17408
+ "enum": ["Excluded"]
17398
17409
  },
17399
17410
  "price": {
17400
17411
  "ta10Ref": "8.11b",
@@ -17411,7 +17422,7 @@
17411
17422
  {
17412
17423
  "properties": {
17413
17424
  "isIncludedExcludedOrNone": {
17414
- "const": "None"
17425
+ "enum": ["None"]
17415
17426
  },
17416
17427
  "comments": {
17417
17428
  "ta10Ref": "8.11c",
@@ -17442,7 +17453,7 @@
17442
17453
  {
17443
17454
  "properties": {
17444
17455
  "isIncludedExcludedOrNone": {
17445
- "const": "Included"
17456
+ "enum": ["Included"]
17446
17457
  },
17447
17458
  "comments": {
17448
17459
  "ta10Ref": "8.12c",
@@ -17454,7 +17465,7 @@
17454
17465
  {
17455
17466
  "properties": {
17456
17467
  "isIncludedExcludedOrNone": {
17457
- "const": "Excluded"
17468
+ "enum": ["Excluded"]
17458
17469
  },
17459
17470
  "price": {
17460
17471
  "ta10Ref": "8.12b",
@@ -17471,7 +17482,7 @@
17471
17482
  {
17472
17483
  "properties": {
17473
17484
  "isIncludedExcludedOrNone": {
17474
- "const": "None"
17485
+ "enum": ["None"]
17475
17486
  },
17476
17487
  "comments": {
17477
17488
  "ta10Ref": "8.12c",
@@ -17508,7 +17519,7 @@
17508
17519
  {
17509
17520
  "properties": {
17510
17521
  "isIncludedOrExcluded": {
17511
- "const": "Included"
17522
+ "enum": ["Included"]
17512
17523
  },
17513
17524
  "comments": {
17514
17525
  "ta10Ref": "8.13c",
@@ -17520,7 +17531,7 @@
17520
17531
  {
17521
17532
  "properties": {
17522
17533
  "isIncludedOrExcluded": {
17523
- "const": "Excluded"
17534
+ "enum": ["Excluded"]
17524
17535
  },
17525
17536
  "price": {
17526
17537
  "ta10Ref": "8.13b",
@@ -17570,7 +17581,7 @@
17570
17581
  {
17571
17582
  "properties": {
17572
17583
  "isIncludedExcludedOrNone": {
17573
- "const": "Included"
17584
+ "enum": ["Included"]
17574
17585
  },
17575
17586
  "comments": {
17576
17587
  "ta10Ref": "9.1c",
@@ -17582,7 +17593,7 @@
17582
17593
  {
17583
17594
  "properties": {
17584
17595
  "isIncludedExcludedOrNone": {
17585
- "const": "Excluded"
17596
+ "enum": ["Excluded"]
17586
17597
  },
17587
17598
  "price": {
17588
17599
  "ta10Ref": "9.1b",
@@ -17599,7 +17610,7 @@
17599
17610
  {
17600
17611
  "properties": {
17601
17612
  "isIncludedExcludedOrNone": {
17602
- "const": "None"
17613
+ "enum": ["None"]
17603
17614
  },
17604
17615
  "comments": {
17605
17616
  "ta10Ref": "9.1c",
@@ -17630,7 +17641,7 @@
17630
17641
  {
17631
17642
  "properties": {
17632
17643
  "isIncludedExcludedOrNone": {
17633
- "const": "Included"
17644
+ "enum": ["Included"]
17634
17645
  },
17635
17646
  "comments": {
17636
17647
  "ta10Ref": "9.2c",
@@ -17642,7 +17653,7 @@
17642
17653
  {
17643
17654
  "properties": {
17644
17655
  "isIncludedExcludedOrNone": {
17645
- "const": "Excluded"
17656
+ "enum": ["Excluded"]
17646
17657
  },
17647
17658
  "price": {
17648
17659
  "ta10Ref": "9.2b",
@@ -17659,7 +17670,7 @@
17659
17670
  {
17660
17671
  "properties": {
17661
17672
  "isIncludedExcludedOrNone": {
17662
- "const": "None"
17673
+ "enum": ["None"]
17663
17674
  },
17664
17675
  "comments": {
17665
17676
  "ta10Ref": "9.2c",
@@ -17690,7 +17701,7 @@
17690
17701
  {
17691
17702
  "properties": {
17692
17703
  "isIncludedExcludedOrNone": {
17693
- "const": "Included"
17704
+ "enum": ["Included"]
17694
17705
  },
17695
17706
  "comments": {
17696
17707
  "ta10Ref": "9.3c",
@@ -17702,7 +17713,7 @@
17702
17713
  {
17703
17714
  "properties": {
17704
17715
  "isIncludedExcludedOrNone": {
17705
- "const": "Excluded"
17716
+ "enum": ["Excluded"]
17706
17717
  },
17707
17718
  "price": {
17708
17719
  "ta10Ref": "9.3b",
@@ -17719,7 +17730,7 @@
17719
17730
  {
17720
17731
  "properties": {
17721
17732
  "isIncludedExcludedOrNone": {
17722
- "const": "None"
17733
+ "enum": ["None"]
17723
17734
  },
17724
17735
  "comments": {
17725
17736
  "ta10Ref": "9.3c",
@@ -17750,7 +17761,7 @@
17750
17761
  {
17751
17762
  "properties": {
17752
17763
  "isIncludedExcludedOrNone": {
17753
- "const": "Included"
17764
+ "enum": ["Included"]
17754
17765
  },
17755
17766
  "comments": {
17756
17767
  "ta10Ref": "9.4c",
@@ -17762,7 +17773,7 @@
17762
17773
  {
17763
17774
  "properties": {
17764
17775
  "isIncludedExcludedOrNone": {
17765
- "const": "Excluded"
17776
+ "enum": ["Excluded"]
17766
17777
  },
17767
17778
  "price": {
17768
17779
  "ta10Ref": "9.4b",
@@ -17779,7 +17790,7 @@
17779
17790
  {
17780
17791
  "properties": {
17781
17792
  "isIncludedExcludedOrNone": {
17782
- "const": "None"
17793
+ "enum": ["None"]
17783
17794
  },
17784
17795
  "comments": {
17785
17796
  "ta10Ref": "9.4c",
@@ -17818,7 +17829,7 @@
17818
17829
  {
17819
17830
  "properties": {
17820
17831
  "isIncludedExcludedOrNone": {
17821
- "const": "Included"
17832
+ "enum": ["Included"]
17822
17833
  },
17823
17834
  "comments": {
17824
17835
  "ta10Ref": "10.1c",
@@ -17830,7 +17841,7 @@
17830
17841
  {
17831
17842
  "properties": {
17832
17843
  "isIncludedExcludedOrNone": {
17833
- "const": "Excluded"
17844
+ "enum": ["Excluded"]
17834
17845
  },
17835
17846
  "price": {
17836
17847
  "ta10Ref": "10.1b",
@@ -17847,7 +17858,7 @@
17847
17858
  {
17848
17859
  "properties": {
17849
17860
  "isIncludedExcludedOrNone": {
17850
- "const": "None"
17861
+ "enum": ["None"]
17851
17862
  },
17852
17863
  "comments": {
17853
17864
  "ta10Ref": "10.1c",
@@ -17878,7 +17889,7 @@
17878
17889
  {
17879
17890
  "properties": {
17880
17891
  "isIncludedExcludedOrNone": {
17881
- "const": "Included"
17892
+ "enum": ["Included"]
17882
17893
  },
17883
17894
  "comments": {
17884
17895
  "ta10Ref": "10.2c",
@@ -17890,7 +17901,7 @@
17890
17901
  {
17891
17902
  "properties": {
17892
17903
  "isIncludedExcludedOrNone": {
17893
- "const": "Excluded"
17904
+ "enum": ["Excluded"]
17894
17905
  },
17895
17906
  "price": {
17896
17907
  "ta10Ref": "10.2b",
@@ -17907,7 +17918,7 @@
17907
17918
  {
17908
17919
  "properties": {
17909
17920
  "isIncludedExcludedOrNone": {
17910
- "const": "None"
17921
+ "enum": ["None"]
17911
17922
  },
17912
17923
  "comments": {
17913
17924
  "ta10Ref": "10.2c",
@@ -17938,7 +17949,7 @@
17938
17949
  {
17939
17950
  "properties": {
17940
17951
  "isIncludedExcludedOrNone": {
17941
- "const": "Included"
17952
+ "enum": ["Included"]
17942
17953
  },
17943
17954
  "comments": {
17944
17955
  "ta10Ref": "10.3c",
@@ -17950,7 +17961,7 @@
17950
17961
  {
17951
17962
  "properties": {
17952
17963
  "isIncludedExcludedOrNone": {
17953
- "const": "Excluded"
17964
+ "enum": ["Excluded"]
17954
17965
  },
17955
17966
  "price": {
17956
17967
  "ta10Ref": "10.3b",
@@ -17967,7 +17978,7 @@
17967
17978
  {
17968
17979
  "properties": {
17969
17980
  "isIncludedExcludedOrNone": {
17970
- "const": "None"
17981
+ "enum": ["None"]
17971
17982
  },
17972
17983
  "comments": {
17973
17984
  "ta10Ref": "10.3c",
@@ -18012,7 +18023,7 @@
18012
18023
  {
18013
18024
  "properties": {
18014
18025
  "isIncludedOrExcluded": {
18015
- "const": "Included"
18026
+ "enum": ["Included"]
18016
18027
  },
18017
18028
  "comments": {
18018
18029
  "ta10Ref": "11.1c",
@@ -18024,7 +18035,7 @@
18024
18035
  {
18025
18036
  "properties": {
18026
18037
  "isIncludedOrExcluded": {
18027
- "const": "Excluded"
18038
+ "enum": ["Excluded"]
18028
18039
  },
18029
18040
  "price": {
18030
18041
  "ta10Ref": "11.1b",
@@ -18042,6 +18053,19 @@
18042
18053
  }
18043
18054
  }
18044
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
+ }
18045
18069
  }
18046
18070
  }
18047
18071
  },
@@ -18073,7 +18097,8 @@
18073
18097
  "type": "string",
18074
18098
  "title": "",
18075
18099
  "enum": ["Yes", "To be connected", "No"],
18076
- "ntsEnum": ["Yes", "No"]
18100
+ "ntsEnum": ["Yes", "No"],
18101
+ "ta6Enum": ["Yes", "No"]
18077
18102
  }
18078
18103
  },
18079
18104
  "baspiRequired": ["yesNo"],
@@ -38065,7 +38090,7 @@
38065
38090
  "description": "Specific information about a property that was recently sold.",
38066
38091
  "properties": {
38067
38092
  "listingType": {
38068
- "const": "Recently Sold"
38093
+ "enum": ["Recently Sold"]
38069
38094
  },
38070
38095
  "soldDate": {
38071
38096
  "title": "Sold Date",
@@ -38085,7 +38110,7 @@
38085
38110
  "description": "Specific information about a property that is currently listed for sale.",
38086
38111
  "properties": {
38087
38112
  "listingType": {
38088
- "const": "Currently On Sale"
38113
+ "enum": ["Currently On Sale"]
38089
38114
  },
38090
38115
  "listedDate": {
38091
38116
  "title": "Listed Date",