fix(rc_update): change RC*_REV params from float to int32

RC*_REV parameters are binary toggles (-1 or 1) immediately converted
to bool. Using int32 allows reverting the module schema enum key type
from number back to integer, keeping validation strict.
This commit is contained in:
Jacob Dahl
2026-03-19 21:31:55 -08:00
committed by Jacob Dahl
parent 75bc9f2f97
commit 9a0241ac44
3 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ parameters:
# enumeration of possible values for type enum
type: dict
keyschema:
type: number
type: integer
valueschema:
type: string