Skip to content

reused json schema is only converted once #496

@rubenVerschueren

Description

@rubenVerschueren

I have modeled my error responses with the same error schema:
image
image

The output only converts the first time it encounters the json schema and leaves the others are references.
I want them all to be converted so I have a single clean file with no (or only internal) references.
image

Did I make a mistake in my setup of can I modify this in the settings somehow?

As a side note I initially had written the error schema as an open-api spec myself, but that also leads to just $ref links in the output:
schema:
$ref: '../schemas/error/error.yml'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions