Skip to content

Conversation

csantanapr
Copy link
Contributor

fix(schemas): Correct JSON schema reference for transport type
Fixes #3127

Description of changes:

  • Fixed incorrect JSON schema reference from #/$definitions to #/definitions
  • Ensures proper JSON schema validation for transport type configuration
  • Prevents potential parsing or validation errors in agent configuration

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Fixed incorrect JSON schema reference from `#/$definitions` to `#/definitions`
- Ensures proper JSON schema validation for transport type configuration
- Prevents potential parsing or validation errors in agent configuration

Signed-off-by: Carlos Santana <[email protected]>
@evanliu048 evanliu048 merged commit 7574be9 into aws:main Oct 10, 2025
1 check 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.

bug: json schema invalid due to type in ref for TransportType

3 participants