hub-monorepo
hub-monorepo copied to clipboard
Add missing message type
Motivation
Describe why this issue should be fixed and link to any relevant design docs, issues or other relevant items.
Fix the OpenAPI spec
Change Summary
Describe the changes being made in 1-2 concise sentences.
Remove empty whitespaces and register the type on the message type. I generated a go client and before this fix, it would not compile.
Merge Checklist
Choose all relevant options below by adding an x
now or at any time before submitting for review
- [ ] PR title adheres to the conventional commits standard
- [ ] PR has a changeset
- [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore)
- [ ] PR includes documentation if necessary.
- [ ] All commits have been signed
Additional Context
If this is a relatively large or complex change, provide more details here that will help reviewers
PR-Codex overview
This PR updates descriptions and schemas in the spec.yaml
file for UserData
and OnChainEvents
.
Detailed summary
- Updated descriptions for
UserData
andOnChainEvents
- Adjusted response schemas based on parameters
- Added clarity on optional parameters and response types
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}