{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "UnloadSessionRequest",
"type": "object",
"properties": {
"tableId": {
"type": "string",
"nullable": true,
"description": "Optional tableId to unload specifically. If not provided, all tables from the OM will be unloaded.",
"example": "users"
}
}
}