Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions skills/objectstack-data/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ it, and `defineStack` errors unless the grant declares
## Metadata Protection (`protection`)

Package authors can lock shipped metadata against Studio edits / overlays / deletes.
See ADR-0010 for the full model.

The `protection` block is **declared on the source schema** (`*.object.ts`,
`*.app.ts`, `*.view.ts`, …) and stripped at load time — it never appears in
Expand Down Expand Up @@ -608,7 +607,7 @@ export const SysUserObject = ObjectSchema.create({
sharingModel: 'public_read',
protection: {
lock: 'full',
reason: 'Core identity object — see ADR-0010.',
reason: 'Core identity object',
docsUrl: 'https://objectstack.ai/docs/references/shared/protection',
},
fields: { username: { type: 'text', required: true } },
Expand Down
Loading