feat: add JSON schema generation from Zod#661
Merged
Hweinstock merged 1 commit intomainfrom Mar 26, 2026
Merged
Conversation
e188520 to
edf03d8
Compare
Contributor
Coverage Report
|
edf03d8 to
4bee05e
Compare
4bee05e to
3836dba
Compare
3836dba to
b3c6792
Compare
b3c6792 to
d6735b7
Compare
d6735b7 to
79ef9a2
Compare
79ef9a2 to
61f7b3f
Compare
dd6a31f to
6678f9b
Compare
6678f9b to
2c253e3
Compare
2c253e3 to
4e70b68
Compare
4e70b68 to
f9f4d44
Compare
f9f4d44 to
6029ce6
Compare
aidandaly24
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds tooling to generate a JSON Schema from the Zod
AgentCoreProjectSpecSchema, using Zod v4's built-intoJSONSchema. The generated schema enables IDE autocomplete and validation foragentcore.jsonfiles.See demo internally.
Notes:
schema.agentcore.aws.dev/v*.Related Issues
N/A
Documentation PR
N/A
Type of Change
Testing
How have you tested the change?
npm run typechecknpm run lintChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.