Skip to content

fix: add missing # prefix in $ref values in operation.json example#629

Closed
armorbreak001 wants to merge 1 commit into
asyncapi:masterfrom
armorbreak001:bounty/591-missing-hash-operation
Closed

fix: add missing # prefix in $ref values in operation.json example#629
armorbreak001 wants to merge 1 commit into
asyncapi:masterfrom
armorbreak001:bounty/591-missing-hash-operation

Conversation

@armorbreak001
Copy link
Copy Markdown
Contributor

Fixes #591

The operation.json example was missing the # prefix in two `` values:

  • /components/messages/userSignedUp#/components/messages/userSignedUp
  • /components/messages/userSignedUpReply#/components/messages/userSignedUpReply

Verification: Inspect the file to confirm both references now use the correct JSON Pointer format with the # prefix.

@sonarqubecloud
Copy link
Copy Markdown

@jonaslagoni
Copy link
Copy Markdown
Member

Already fixed

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.

Missing '#' in examples/3.0.0/operation.json

2 participants