You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace standalone _id with id across protocol files, tests, and docs
Replace MongoDB-style _id field references with the platform-standard id
field name in:
- Mock kernels (studio, client tests)
- REST, runtime, and objectql test data
- QA testing schema and tests
- Documentation examples and SQL snippets
Compound identifiers (owner_id, account_id, tenant_id) are preserved.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments