{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-structure/gitlab-api-v4-admin-api_entities_batched-background-migration-structure.json", "name": "API_Entities_BatchedBackgroundMigration", "description": "API_Entities_BatchedBackgroundMigration model", "type": "object", "properties": { "id": { "type": "string", "example": "1234" }, "job_class_name": { "type": "string", "example": "CopyColumnUsingBackgroundMigrationJob" }, "table_name": { "type": "string", "example": "events" }, "status": { "type": "string", "example": "active" }, "progress": { "type": "number", "format": "float", "example": 50 }, "created_at": { "type": "datetime", "example": "2022-11-28T14:26:39.000Z" } } }