{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RebindReportRequest", "type": "object", "description": "Request body for rebinding a report to a different dataset", "properties": { "datasetId": { "type": "string", "description": "The ID of the target dataset" } } }