diff --git a/validation/module_schema.yaml b/validation/module_schema.yaml index a2f77f75ee..40b33b203c 100644 --- a/validation/module_schema.yaml +++ b/validation/module_schema.yaml @@ -352,28 +352,6 @@ actuator_output: # ui only shows the param if this condition is true type: string regex: *condition_regex - center: - type: dict - schema: - min: - # Minimum center value - type: integer - min: 0 - max: 65536 - max: - # Maximum center value - type: integer - min: 0 - max: 65536 - default: - # Default center value - type: integer - min: 0 - max: 65536 - show_if: - # ui only shows the param if this condition is true - type: string - regex: *condition_regex failsafe: type: dict schema: @@ -391,6 +369,28 @@ actuator_output: # ui only shows the param if this condition is true type: string regex: *condition_regex + center: + type: dict + schema: + min: + # Minimum center value + type: integer + min: 0 + max: 65536 + max: + # Maximum center value + type: integer + min: 0 + max: 65536 + default: + # Default center value + type: integer + min: 0 + max: 65536 + show_if: + # ui only shows the param if this condition is true + type: string + regex: *condition_regex custom_params: type: list schema: &mixer_parameter