validate_settings_object
Validate a Settings 2.0 object payload without saving it. Returns constraint violations to identify invalid configurations before applying changes.
Instructions
Validate a Settings 2.0 object payload WITHOUT persisting it (validateOnly=true). Returns constraint violations if invalid. Always safe (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemaId | Yes | ||
| scope | Yes | e.g. 'environment' or an entity id. | |
| value | Yes | The settings value object matching the schema. |