Skip to content

Add explicit type to error.json details property#620

Merged
bokelley merged 1 commit into
mainfrom
bokelley/error-details-type
Jan 5, 2026
Merged

Add explicit type to error.json details property#620
bokelley merged 1 commit into
mainfrom
bokelley/error-details-type

Conversation

@bokelley

@bokelley bokelley commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • All existing tests pass
  • Schema validation tests confirm the change is valid

The `details` property now specifies `"type": "object"` with
`"additionalProperties": true`, making the schema explicit about
what types are accepted.

Fixes #343

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit 5d0ce75 into main Jan 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

core/error.json doesn't specify data type of the "details" property

1 participant