Skip to content
Discussion options

You must be logged in to vote

Ive spent a bit more time on the issue, trying to streamline this a bit for the payload schemas.
Anyway.. I will make a PR that fixes this.

With default settings you will get an output like this

channels:
mychannel:
publish:
message:
payload:
type: objectrequired:
- testBproperties:
testC:
$ref: '#/components/schemas/testC'testB:
$ref: '#/components/schemas/testB'components:
schemas:
testD:
type: stringformat: uuidtestC:
type: objectproperties:
testD:
$ref: '#/components/schemas/testD'testB:
type: boolean

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@martinek-stepan
Comment options

@VisualBean
Comment options

Answer selected bymartinek-stepan
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@martinek-stepan@VisualBean