schema_update
Update an existing schema definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_version | No | Optional new version string. | |
| schema_uuid | Yes | UUID of the schema to update. | |
| schema_content | Yes | New schema content (full schema definition). | |
| check_compatibility | No | Check compatibility with existing data (default: true). |