Commit 5e661b4
committed
Fix fps field validation in videoRecordingCapture schema
Restore integer type constraint and minimum: 1 validation for the fps field that was accidentally lost during schema refactoring. This prevents invalid FPS values like 0, negative numbers, or fractional values from passing validation.1 parent 3a77195 commit 5e661b4
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments