@pdtf/schemas 3.0.0-14 → 3.0.0-16

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.
@@ -267,7 +267,6 @@
267
267
  "title": "Price type",
268
268
  "type": "string",
269
269
  "enum": [
270
- "POA",
271
270
  "Guide price",
272
271
  "Fixed price",
273
272
  "Offers in excess of",
@@ -293,7 +292,7 @@
293
292
  "type": "string"
294
293
  },
295
294
  "marketingTenure": {
296
- "title": "Type of tenure being marketed",
295
+ "title": "What tenure is the property being marketed as?",
297
296
  "type": "string",
298
297
  "enum": [
299
298
  "Commonhold",
@@ -348,8 +347,8 @@
348
347
  "enum": [
349
348
  "Detached",
350
349
  "Semi-detached",
351
- "Terraced",
352
- "End of terrace",
350
+ "Mid-terrace",
351
+ "End-terrace",
353
352
  "Other"
354
353
  ]
355
354
  },
@@ -405,7 +404,7 @@
405
404
  },
406
405
  "entranceFloor": {
407
406
  "title": "Entrance floor",
408
- "description": "The floor on which the main entrance to the property is located, starting with 1 for the ground floor (0 for a basement)",
407
+ "description": "Floor level of the entrance floor relative to the lowest level of the property (0 for ground floor). If there is a basement, the basement is level 0 and the other floors are from 1 upwards",
409
408
  "type": "integer"
410
409
  },
411
410
  "hasLift": {
@@ -17410,224 +17409,230 @@
17410
17409
  "title": "Heating",
17411
17410
  "type": "object",
17412
17411
  "properties": {
17413
- "heatingType": {
17414
- "title": "What type of heating system does the property have?",
17415
- "type": "string",
17416
- "enum": [
17417
- "Central heating",
17418
- "Communal heating system",
17419
- "None"
17420
- ]
17421
- },
17422
- "otherHeatingFeatures": {
17423
- "title": "What other heating features does the property have?",
17424
- "type": "array",
17425
- "items": {
17426
- "type": "string",
17427
- "enum": [
17428
- "Air Conditioning",
17429
- "Double Glazing",
17430
- "Eco-Friendly",
17431
- "Night Storage",
17432
- "Solar Water",
17433
- "Underfloor Heating",
17434
- "Wood Burner",
17435
- "Open Fire",
17436
- "Ground Source Heat Pump",
17437
- "Air Source Heat Pump",
17438
- "Solar Thermal"
17439
- ]
17440
- }
17441
- }
17442
- },
17443
- "oneOf": [
17444
- {
17412
+ "heatingSystem": {
17413
+ "type": "object",
17414
+ "title": "Heating system",
17445
17415
  "properties": {
17446
17416
  "heatingType": {
17417
+ "title": "What type of heating system does the property have?",
17418
+ "type": "string",
17447
17419
  "enum": [
17420
+ "Central heating",
17421
+ "Communal heating system",
17448
17422
  "None"
17449
17423
  ]
17450
17424
  }
17451
- }
17452
- },
17453
- {
17454
- "properties": {
17455
- "heatingType": {
17456
- "enum": [
17457
- "Central heating"
17458
- ]
17425
+ },
17426
+ "oneOf": [
17427
+ {
17428
+ "properties": {
17429
+ "heatingType": {
17430
+ "enum": [
17431
+ "None"
17432
+ ]
17433
+ }
17434
+ }
17459
17435
  },
17460
- "centralHeatingDetails": {
17461
- "type": "object",
17462
- "title": "Central Heating Details",
17436
+ {
17463
17437
  "properties": {
17464
- "centralHeatingFuel": {
17438
+ "heatingType": {
17439
+ "enum": [
17440
+ "Central heating"
17441
+ ]
17442
+ },
17443
+ "centralHeatingDetails": {
17465
17444
  "type": "object",
17466
- "title": "Central Heating Fuel",
17445
+ "title": "Central Heating Details",
17467
17446
  "properties": {
17468
- "centralHeatingFuelType": {
17469
- "title": "What type of fuel does the system run on?",
17470
- "type": "string",
17471
- "enum": [
17472
- "Mains gas",
17473
- "Electricity",
17474
- "Oil",
17475
- "LPG",
17476
- "Biomass",
17477
- "Other"
17478
- ]
17479
- }
17480
- },
17481
- "oneOf": [
17482
- {
17447
+ "centralHeatingFuel": {
17448
+ "type": "object",
17449
+ "title": "Central Heating Fuel",
17483
17450
  "properties": {
17484
17451
  "centralHeatingFuelType": {
17452
+ "title": "What type of fuel does the system run on?",
17453
+ "type": "string",
17485
17454
  "enum": [
17486
17455
  "Mains gas",
17487
17456
  "Electricity",
17488
17457
  "Oil",
17489
17458
  "LPG",
17490
- "Biomass"
17491
- ]
17492
- }
17493
- }
17494
- },
17495
- {
17496
- "properties": {
17497
- "centralHeatingFuelType": {
17498
- "enum": [
17459
+ "Biomass",
17499
17460
  "Other"
17500
17461
  ]
17462
+ }
17463
+ },
17464
+ "oneOf": [
17465
+ {
17466
+ "properties": {
17467
+ "centralHeatingFuelType": {
17468
+ "enum": [
17469
+ "Mains gas",
17470
+ "Electricity",
17471
+ "Oil",
17472
+ "LPG",
17473
+ "Biomass"
17474
+ ]
17475
+ }
17476
+ }
17501
17477
  },
17502
- "otherCentralHeatingFuelType": {
17503
- "title": "Please describe the other fuel type",
17504
- "type": "string",
17505
- "minLength": 1
17478
+ {
17479
+ "properties": {
17480
+ "centralHeatingFuelType": {
17481
+ "enum": [
17482
+ "Other"
17483
+ ]
17484
+ },
17485
+ "otherCentralHeatingFuelType": {
17486
+ "title": "Please describe the other fuel type",
17487
+ "type": "string",
17488
+ "minLength": 1
17489
+ }
17490
+ }
17506
17491
  }
17507
- }
17508
- }
17509
- ]
17510
- },
17511
- "centralHeatingInstalled": {
17512
- "title": "When was the heating system installed?",
17513
- "type": "string",
17514
- "format": "date"
17515
- },
17516
- "boilerInstallationCertificate": {
17517
- "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
17518
- "type": "object",
17519
- "properties": {
17520
- "yesNo": {
17521
- "type": "string",
17522
- "title": "",
17523
- "enum": [
17524
- "Yes",
17525
- "No"
17526
17492
  ]
17527
- }
17528
- },
17529
- "oneOf": [
17530
- {
17493
+ },
17494
+ "centralHeatingInstalled": {
17495
+ "title": "When was the heating system installed?",
17496
+ "type": "string",
17497
+ "format": "date"
17498
+ },
17499
+ "boilerInstallationCertificate": {
17500
+ "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
17501
+ "type": "object",
17531
17502
  "properties": {
17532
17503
  "yesNo": {
17504
+ "type": "string",
17505
+ "title": "",
17533
17506
  "enum": [
17507
+ "Yes",
17534
17508
  "No"
17535
17509
  ]
17536
17510
  }
17537
- }
17538
- },
17539
- {
17540
- "properties": {
17541
- "yesNo": {
17542
- "enum": [
17543
- "Yes"
17544
- ]
17511
+ },
17512
+ "oneOf": [
17513
+ {
17514
+ "properties": {
17515
+ "yesNo": {
17516
+ "enum": [
17517
+ "No"
17518
+ ]
17519
+ }
17520
+ }
17545
17521
  },
17546
- "attachments": {
17547
- "title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
17548
- "type": "string",
17549
- "enum": [
17550
- "Attached",
17551
- "To follow"
17552
- ]
17522
+ {
17523
+ "properties": {
17524
+ "yesNo": {
17525
+ "enum": [
17526
+ "Yes"
17527
+ ]
17528
+ },
17529
+ "attachments": {
17530
+ "title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
17531
+ "type": "string",
17532
+ "enum": [
17533
+ "Attached",
17534
+ "To follow"
17535
+ ]
17536
+ }
17537
+ }
17553
17538
  }
17554
- }
17555
- }
17556
- ]
17557
- },
17558
- "heatingLastServicedDate": {
17559
- "title": "When was the heating system last serviced or maintained?",
17560
- "type": "string",
17561
- "format": "date"
17562
- },
17563
- "heatingLastServicedReport": {
17564
- "title": "Please provide a copy of the service or maintenance works report.",
17565
- "type": "string",
17566
- "enum": [
17567
- "Attached",
17568
- "To follow",
17569
- "Not available"
17570
- ]
17571
- },
17572
- "heatingInGoodWorkingOrder": {
17573
- "title": "Is the heating system in good working order to your satisfaction?",
17574
- "type": "object",
17575
- "properties": {
17576
- "yesNo": {
17539
+ ]
17540
+ },
17541
+ "heatingLastServicedDate": {
17542
+ "title": "When was the heating system last serviced or maintained?",
17543
+ "type": "string",
17544
+ "format": "date"
17545
+ },
17546
+ "heatingLastServicedReport": {
17547
+ "title": "Please provide a copy of the service or maintenance works report.",
17577
17548
  "type": "string",
17578
- "title": "",
17579
17549
  "enum": [
17580
- "Yes",
17581
- "No"
17550
+ "Attached",
17551
+ "To follow",
17552
+ "Not available"
17582
17553
  ]
17583
- }
17584
- },
17585
- "oneOf": [
17586
- {
17587
- "properties": {
17588
- "yesNo": {
17589
- "enum": [
17590
- "Yes"
17591
- ]
17592
- }
17593
- }
17594
17554
  },
17595
- {
17555
+ "heatingInGoodWorkingOrder": {
17556
+ "title": "Is the heating system in good working order to your satisfaction?",
17557
+ "type": "object",
17596
17558
  "properties": {
17597
17559
  "yesNo": {
17560
+ "type": "string",
17561
+ "title": "",
17598
17562
  "enum": [
17563
+ "Yes",
17599
17564
  "No"
17600
17565
  ]
17566
+ }
17567
+ },
17568
+ "oneOf": [
17569
+ {
17570
+ "properties": {
17571
+ "yesNo": {
17572
+ "enum": [
17573
+ "Yes"
17574
+ ]
17575
+ }
17576
+ }
17601
17577
  },
17602
- "details": {
17603
- "title": "Please provide details",
17604
- "type": "string",
17605
- "minLength": 1
17578
+ {
17579
+ "properties": {
17580
+ "yesNo": {
17581
+ "enum": [
17582
+ "No"
17583
+ ]
17584
+ },
17585
+ "details": {
17586
+ "title": "Please provide details",
17587
+ "type": "string",
17588
+ "minLength": 1
17589
+ }
17590
+ }
17606
17591
  }
17607
- }
17592
+ ]
17608
17593
  }
17594
+ }
17595
+ }
17596
+ }
17597
+ },
17598
+ {
17599
+ "properties": {
17600
+ "heatingType": {
17601
+ "enum": [
17602
+ "Community heating system"
17609
17603
  ]
17604
+ },
17605
+ "details": {
17606
+ "title": "Community heating system details",
17607
+ "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
17608
+ "type": "string",
17609
+ "minLength": 1
17610
17610
  }
17611
17611
  }
17612
17612
  }
17613
- }
17613
+ ]
17614
17614
  },
17615
- {
17616
- "properties": {
17617
- "heatingType": {
17618
- "enum": [
17619
- "Community heating system"
17620
- ]
17621
- },
17622
- "details": {
17623
- "title": "Community heating system details",
17624
- "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
17625
- "type": "string",
17626
- "minLength": 1
17627
- }
17615
+ "otherHeatingFeatures": {
17616
+ "title": "What other heating features does the property have?",
17617
+ "type": "array",
17618
+ "items": {
17619
+ "type": "string",
17620
+ "enum": [
17621
+ "Air Conditioning",
17622
+ "Double Glazing",
17623
+ "Eco-Friendly",
17624
+ "Night Storage",
17625
+ "Solar Water",
17626
+ "Underfloor Heating",
17627
+ "Wood Burner",
17628
+ "Open Fire",
17629
+ "Ground Source Heat Pump",
17630
+ "Air Source Heat Pump",
17631
+ "Solar Thermal"
17632
+ ]
17628
17633
  }
17629
17634
  }
17630
- ]
17635
+ }
17631
17636
  },
17632
17637
  "insurance": {
17633
17638
  "title": "Insurance",
@@ -18545,15 +18550,10 @@
18545
18550
  ]
18546
18551
  },
18547
18552
  "actionAlertRating": {
18548
- "type": "string",
18553
+ "type": "integer",
18549
18554
  "title": "Action alert rating (1 is Green, 5 is Red)",
18550
- "enum": [
18551
- "1",
18552
- "2",
18553
- "3",
18554
- "4",
18555
- "5"
18556
- ]
18555
+ "minimum": 1,
18556
+ "maximum": 5
18557
18557
  },
18558
18558
  "result": {
18559
18559
  "title": "Result",
@@ -18595,15 +18595,10 @@
18595
18595
  ]
18596
18596
  },
18597
18597
  "actionAlertRating": {
18598
- "type": "string",
18598
+ "type": "integer",
18599
18599
  "title": "Action alert rating (1 is Green, 5 is Red)",
18600
- "enum": [
18601
- "1",
18602
- "2",
18603
- "3",
18604
- "4",
18605
- "5"
18606
- ]
18600
+ "minimum": 1,
18601
+ "maximum": 5
18607
18602
  },
18608
18603
  "result": {
18609
18604
  "title": "Result",
@@ -18705,15 +18700,10 @@
18705
18700
  ]
18706
18701
  },
18707
18702
  "actionAlertRating": {
18708
- "type": "string",
18703
+ "type": "integer",
18709
18704
  "title": "Action alert rating (1 is Green, 5 is Red)",
18710
- "enum": [
18711
- "1",
18712
- "2",
18713
- "3",
18714
- "4",
18715
- "5"
18716
- ]
18705
+ "minimum": 1,
18706
+ "maximum": 5
18717
18707
  },
18718
18708
  "result": {
18719
18709
  "title": "Result",
@@ -18754,15 +18744,10 @@
18754
18744
  ]
18755
18745
  },
18756
18746
  "actionAlertRating": {
18757
- "type": "string",
18747
+ "type": "integer",
18758
18748
  "title": "Action alert rating (1 is Green, 5 is Red)",
18759
- "enum": [
18760
- "1",
18761
- "2",
18762
- "3",
18763
- "4",
18764
- "5"
18765
- ]
18749
+ "minimum": 1,
18750
+ "maximum": 5
18766
18751
  },
18767
18752
  "result": {
18768
18753
  "title": "Result",
@@ -18873,15 +18858,10 @@
18873
18858
  ]
18874
18859
  },
18875
18860
  "actionAlertRating": {
18876
- "type": "string",
18861
+ "type": "integer",
18877
18862
  "title": "Action alert rating (1 is Green, 5 is Red)",
18878
- "enum": [
18879
- "1",
18880
- "2",
18881
- "3",
18882
- "4",
18883
- "5"
18884
- ]
18863
+ "minimum": 1,
18864
+ "maximum": 5
18885
18865
  },
18886
18866
  "result": {
18887
18867
  "title": "Result",
@@ -18922,15 +18902,10 @@
18922
18902
  ]
18923
18903
  },
18924
18904
  "actionAlertRating": {
18925
- "type": "string",
18905
+ "type": "integer",
18926
18906
  "title": "Action alert rating (1 is Green, 5 is Red)",
18927
- "enum": [
18928
- "1",
18929
- "2",
18930
- "3",
18931
- "4",
18932
- "5"
18933
- ]
18907
+ "minimum": 1,
18908
+ "maximum": 5
18934
18909
  },
18935
18910
  "result": {
18936
18911
  "title": "Result",
@@ -18976,15 +18951,10 @@
18976
18951
  ]
18977
18952
  },
18978
18953
  "actionAlertRating": {
18979
- "type": "string",
18954
+ "type": "integer",
18980
18955
  "title": "Action alert rating (1 is Green, 5 is Red)",
18981
- "enum": [
18982
- "1",
18983
- "2",
18984
- "3",
18985
- "4",
18986
- "5"
18987
- ]
18956
+ "minimum": 1,
18957
+ "maximum": 5
18988
18958
  },
18989
18959
  "result": {
18990
18960
  "title": "Result",
@@ -19025,15 +18995,10 @@
19025
18995
  ]
19026
18996
  },
19027
18997
  "actionAlertRating": {
19028
- "type": "string",
18998
+ "type": "integer",
19029
18999
  "title": "Action alert rating (1 is Green, 5 is Red)",
19030
- "enum": [
19031
- "1",
19032
- "2",
19033
- "3",
19034
- "4",
19035
- "5"
19036
- ]
19000
+ "minimum": 1,
19001
+ "maximum": 5
19037
19002
  },
19038
19003
  "result": {
19039
19004
  "title": "Result",
@@ -19079,15 +19044,10 @@
19079
19044
  ]
19080
19045
  },
19081
19046
  "actionAlertRating": {
19082
- "type": "string",
19047
+ "type": "integer",
19083
19048
  "title": "Action alert rating (1 is Green, 5 is Red)",
19084
- "enum": [
19085
- "1",
19086
- "2",
19087
- "3",
19088
- "4",
19089
- "5"
19090
- ]
19049
+ "minimum": 1,
19050
+ "maximum": 5
19091
19051
  },
19092
19052
  "result": {
19093
19053
  "title": "Result",
@@ -19128,15 +19088,10 @@
19128
19088
  ]
19129
19089
  },
19130
19090
  "actionAlertRating": {
19131
- "type": "string",
19091
+ "type": "integer",
19132
19092
  "title": "Action alert rating (1 is Green, 5 is Red)",
19133
- "enum": [
19134
- "1",
19135
- "2",
19136
- "3",
19137
- "4",
19138
- "5"
19139
- ]
19093
+ "minimum": 1,
19094
+ "maximum": 5
19140
19095
  },
19141
19096
  "result": {
19142
19097
  "title": "Result",
@@ -19182,15 +19137,10 @@
19182
19137
  ]
19183
19138
  },
19184
19139
  "actionAlertRating": {
19185
- "type": "string",
19140
+ "type": "integer",
19186
19141
  "title": "Action alert rating (1 is Green, 5 is Red)",
19187
- "enum": [
19188
- "1",
19189
- "2",
19190
- "3",
19191
- "4",
19192
- "5"
19193
- ]
19142
+ "minimum": 1,
19143
+ "maximum": 5
19194
19144
  },
19195
19145
  "result": {
19196
19146
  "title": "Result",
@@ -19231,15 +19181,10 @@
19231
19181
  ]
19232
19182
  },
19233
19183
  "actionAlertRating": {
19234
- "type": "string",
19184
+ "type": "integer",
19235
19185
  "title": "Action alert rating (1 is Green, 5 is Red)",
19236
- "enum": [
19237
- "1",
19238
- "2",
19239
- "3",
19240
- "4",
19241
- "5"
19242
- ]
19186
+ "minimum": 1,
19187
+ "maximum": 5
19243
19188
  },
19244
19189
  "result": {
19245
19190
  "title": "Result",
@@ -19285,15 +19230,10 @@
19285
19230
  ]
19286
19231
  },
19287
19232
  "actionAlertRating": {
19288
- "type": "string",
19233
+ "type": "integer",
19289
19234
  "title": "Action alert rating (1 is Green, 5 is Red)",
19290
- "enum": [
19291
- "1",
19292
- "2",
19293
- "3",
19294
- "4",
19295
- "5"
19296
- ]
19235
+ "minimum": 1,
19236
+ "maximum": 5
19297
19237
  },
19298
19238
  "result": {
19299
19239
  "title": "Result",
@@ -19334,15 +19274,10 @@
19334
19274
  ]
19335
19275
  },
19336
19276
  "actionAlertRating": {
19337
- "type": "string",
19277
+ "type": "integer",
19338
19278
  "title": "Action alert rating (1 is Green, 5 is Red)",
19339
- "enum": [
19340
- "1",
19341
- "2",
19342
- "3",
19343
- "4",
19344
- "5"
19345
- ]
19279
+ "minimum": 1,
19280
+ "maximum": 5
19346
19281
  },
19347
19282
  "result": {
19348
19283
  "title": "Result",
@@ -19388,15 +19323,10 @@
19388
19323
  ]
19389
19324
  },
19390
19325
  "actionAlertRating": {
19391
- "type": "string",
19326
+ "type": "integer",
19392
19327
  "title": "Action alert rating (1 is Green, 5 is Red)",
19393
- "enum": [
19394
- "1",
19395
- "2",
19396
- "3",
19397
- "4",
19398
- "5"
19399
- ]
19328
+ "minimum": 1,
19329
+ "maximum": 5
19400
19330
  },
19401
19331
  "result": {
19402
19332
  "title": "Result",
@@ -19437,15 +19367,10 @@
19437
19367
  ]
19438
19368
  },
19439
19369
  "actionAlertRating": {
19440
- "type": "string",
19370
+ "type": "integer",
19441
19371
  "title": "Action alert rating (1 is Green, 5 is Red)",
19442
- "enum": [
19443
- "1",
19444
- "2",
19445
- "3",
19446
- "4",
19447
- "5"
19448
- ]
19372
+ "minimum": 1,
19373
+ "maximum": 5
19449
19374
  },
19450
19375
  "result": {
19451
19376
  "title": "Result",
@@ -19505,15 +19430,10 @@
19505
19430
  ]
19506
19431
  },
19507
19432
  "actionAlertRating": {
19508
- "type": "string",
19433
+ "type": "integer",
19509
19434
  "title": "Action alert rating (1 is Green, 5 is Red)",
19510
- "enum": [
19511
- "1",
19512
- "2",
19513
- "3",
19514
- "4",
19515
- "5"
19516
- ]
19435
+ "minimum": 1,
19436
+ "maximum": 5
19517
19437
  },
19518
19438
  "result": {
19519
19439
  "title": "Result",
@@ -19554,15 +19474,10 @@
19554
19474
  ]
19555
19475
  },
19556
19476
  "actionAlertRating": {
19557
- "type": "string",
19477
+ "type": "integer",
19558
19478
  "title": "Action alert rating (1 is Green, 5 is Red)",
19559
- "enum": [
19560
- "1",
19561
- "2",
19562
- "3",
19563
- "4",
19564
- "5"
19565
- ]
19479
+ "minimum": 1,
19480
+ "maximum": 5
19566
19481
  },
19567
19482
  "result": {
19568
19483
  "title": "Result",
@@ -19622,15 +19537,10 @@
19622
19537
  ]
19623
19538
  },
19624
19539
  "actionAlertRating": {
19625
- "type": "string",
19540
+ "type": "integer",
19626
19541
  "title": "Action alert rating (1 is Green, 5 is Red)",
19627
- "enum": [
19628
- "1",
19629
- "2",
19630
- "3",
19631
- "4",
19632
- "5"
19633
- ]
19542
+ "minimum": 1,
19543
+ "maximum": 5
19634
19544
  },
19635
19545
  "result": {
19636
19546
  "title": "Result",
@@ -19672,15 +19582,10 @@
19672
19582
  ]
19673
19583
  },
19674
19584
  "actionAlertRating": {
19675
- "type": "string",
19585
+ "type": "integer",
19676
19586
  "title": "Action alert rating (1 is Green, 5 is Red)",
19677
- "enum": [
19678
- "1",
19679
- "2",
19680
- "3",
19681
- "4",
19682
- "5"
19683
- ]
19587
+ "minimum": 1,
19588
+ "maximum": 5
19684
19589
  },
19685
19590
  "result": {
19686
19591
  "title": "Result",
@@ -19740,15 +19645,10 @@
19740
19645
  ]
19741
19646
  },
19742
19647
  "actionAlertRating": {
19743
- "type": "string",
19648
+ "type": "integer",
19744
19649
  "title": "Action alert rating (1 is Green, 5 is Red)",
19745
- "enum": [
19746
- "1",
19747
- "2",
19748
- "3",
19749
- "4",
19750
- "5"
19751
- ]
19650
+ "minimum": 1,
19651
+ "maximum": 5
19752
19652
  },
19753
19653
  "result": {
19754
19654
  "title": "Result",
@@ -19790,15 +19690,10 @@
19790
19690
  ]
19791
19691
  },
19792
19692
  "actionAlertRating": {
19793
- "type": "string",
19693
+ "type": "integer",
19794
19694
  "title": "Action alert rating (1 is Green, 5 is Red)",
19795
- "enum": [
19796
- "1",
19797
- "2",
19798
- "3",
19799
- "4",
19800
- "5"
19801
- ]
19695
+ "minimum": 1,
19696
+ "maximum": 5
19802
19697
  },
19803
19698
  "result": {
19804
19699
  "title": "Result",