Skip to content

Commit a581438

Browse files
dmealingclaude
andcommitted
chore: drop premature ERR_RESERVED_ATTR from ERROR-CODES.json (added with enforcement in the source-v2 rollout, not before)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c5bfc1a commit a581438

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fixtures/conformance/ERROR-CODES.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"ERR_UNRESOLVED_SUPER": "An extends/super reference names a node that does not exist.",
1111
"ERR_INVALID_SUBTYPE_CHILD": "A child node type/subType is not permitted under its parent.",
1212
"ERR_UNKNOWN_ATTR": "An attribute name is not declared on the node's type.",
13-
"ERR_RESERVED_ATTR": "A reserved structural keyword (name/package/extends/abstract/overlay/isArray/children/value) was written as an @-prefixed attribute; reserved words must be bare (ADR-0006).",
1413
"ERR_MISSING_REQUIRED_ATTR": "A required attribute is absent from the node.",
1514
"ERR_BAD_ATTR_VALUE": "An attribute value fails its declared schema (type/range).",
1615
"ERR_BAD_DEFAULT_SORT_FIELD": "A layout @defaultSortField names a field absent from the entity.",

0 commit comments

Comments
 (0)