|
525 | 525 | "display_width": { |
526 | 526 | "default": 20, |
527 | 527 | "description": "Display width (cm)", |
528 | | - "minimum": 0.0, |
| 528 | + "minimum": 0, |
529 | 529 | "title": "Display Width", |
530 | 530 | "type": "number" |
531 | 531 | }, |
532 | 532 | "display_height": { |
533 | 533 | "default": 15, |
534 | 534 | "description": "Display width (cm)", |
535 | | - "minimum": 0.0, |
| 535 | + "minimum": 0, |
536 | 536 | "title": "Display Height", |
537 | 537 | "type": "number" |
538 | 538 | } |
|
1095 | 1095 | "properties": { |
1096 | 1096 | "valve_open_interval": { |
1097 | 1097 | "description": "Time between two consecutive valve openings (s)", |
1098 | | - "exclusiveMinimum": 0.0, |
| 1098 | + "exclusiveMinimum": 0, |
1099 | 1099 | "title": "Valve open interval", |
1100 | 1100 | "type": "number" |
1101 | 1101 | }, |
1102 | 1102 | "valve_open_time": { |
1103 | 1103 | "description": "Valve open interval (s)", |
1104 | | - "exclusiveMinimum": 0.0, |
| 1104 | + "exclusiveMinimum": 0, |
1105 | 1105 | "title": "Valve open time", |
1106 | 1106 | "type": "number" |
1107 | 1107 | }, |
1108 | 1108 | "water_weight": { |
1109 | 1109 | "description": "Weight of water delivered (g)", |
1110 | 1110 | "items": { |
1111 | | - "exclusiveMinimum": 0.0, |
| 1111 | + "exclusiveMinimum": 0, |
1112 | 1112 | "type": "number" |
1113 | 1113 | }, |
1114 | 1114 | "minItems": 1, |
|
1277 | 1277 | }, |
1278 | 1278 | "flow_rate": { |
1279 | 1279 | "default": 100, |
1280 | | - "maximum": 100.0, |
| 1280 | + "maximum": 100, |
1281 | 1281 | "title": "Target flow rate. mL/min. If channel_type == CARRIER, this value is ignored.", |
1282 | 1282 | "type": "number" |
1283 | 1283 | }, |
|
1483 | 1483 | "brightness": { |
1484 | 1484 | "default": 0, |
1485 | 1485 | "description": "Brightness", |
1486 | | - "maximum": 1.0, |
1487 | | - "minimum": -1.0, |
| 1486 | + "maximum": 1, |
| 1487 | + "minimum": -1, |
1488 | 1488 | "title": "Brightness", |
1489 | 1489 | "type": "number" |
1490 | 1490 | }, |
1491 | 1491 | "contrast": { |
1492 | 1492 | "default": 1, |
1493 | 1493 | "description": "Contrast", |
1494 | | - "maximum": 1.0, |
1495 | | - "minimum": -1.0, |
| 1494 | + "maximum": 1, |
| 1495 | + "minimum": -1, |
1496 | 1496 | "title": "Contrast", |
1497 | 1497 | "type": "number" |
1498 | 1498 | } |
|
1565 | 1565 | "gain": { |
1566 | 1566 | "default": 0, |
1567 | 1567 | "description": "Gain", |
1568 | | - "minimum": 0.0, |
| 1568 | + "minimum": 0, |
1569 | 1569 | "title": "Gain", |
1570 | 1570 | "type": "number" |
1571 | 1571 | }, |
|
1574 | 1574 | "description": "Gamma. If None, will disable gamma correction.", |
1575 | 1575 | "oneOf": [ |
1576 | 1576 | { |
1577 | | - "minimum": 0.0, |
| 1577 | + "minimum": 0, |
1578 | 1578 | "type": "number" |
1579 | 1579 | }, |
1580 | 1580 | { |
|
2075 | 2075 | "wheel_diameter": { |
2076 | 2076 | "default": 15, |
2077 | 2077 | "description": "Wheel diameter", |
2078 | | - "minimum": 0.0, |
| 2078 | + "minimum": 0, |
2079 | 2079 | "title": "Wheel Diameter", |
2080 | 2080 | "type": "number" |
2081 | 2081 | }, |
|
2302 | 2302 | "oneOf": [ |
2303 | 2303 | { |
2304 | 2304 | "additionalProperties": { |
2305 | | - "exclusiveMinimum": 0.0, |
| 2305 | + "exclusiveMinimum": 0, |
2306 | 2306 | "type": "number" |
2307 | 2307 | }, |
2308 | 2308 | "type": "object" |
|
2328 | 2328 | "description": "R2 metric from the linear model.", |
2329 | 2329 | "oneOf": [ |
2330 | 2330 | { |
2331 | | - "maximum": 1.0, |
2332 | | - "minimum": 0.0, |
| 2331 | + "maximum": 1, |
| 2332 | + "minimum": 0, |
2333 | 2333 | "type": "number" |
2334 | 2334 | }, |
2335 | 2335 | { |
|
2344 | 2344 | "oneOf": [ |
2345 | 2345 | { |
2346 | 2346 | "items": { |
2347 | | - "exclusiveMinimum": 0.0, |
| 2347 | + "exclusiveMinimum": 0, |
2348 | 2348 | "type": "number" |
2349 | 2349 | }, |
2350 | 2350 | "minItems": 2, |
|
0 commit comments