{"name":"API Schema Service","version":"2.0.0","status":"running","timestamp":"2026-04-13T14:25:23.717Z","description":"Workspace creation and schema migration service","endpoints":{"health":"/health","schema":{"base":"/schema","health":"GET /schema/health","transaction":{"execute":"POST /schema/transaction","validate":"POST /schema/transaction/validate","listActions":"GET /schema/transaction/actions"},"migrations":{"list":"GET /schema/migrations","status":"GET /schema/migrations/:migrationId"}},"workspace":{"base":"/workspace","create":"POST /workspace","delete":"DELETE /workspace/:workspaceId","status":"GET /workspace/:workspaceId/status"}}}