-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
If I create a YAML object named "components" in my input.yaml file, any $ref, $inline or $merge commands don't resolve. It works fine if I name it "component" though.
Example input file with "components":
components:
$inline: /../../openapi/openapi.json#/componentsExample output:
{
"components": {
"$inline": "/../../openapi/openapi.json#/components"
}
}And when I rename it to "component":
Example input file:
component:
$inline: /../../openapi/openapi.json#/componentsExample output:
{
"component": {
"BearerAuth": {
"scheme": "bearer",
"type": "http"
}
}
}I think I'm on the latest version: v0.0.0-20210319105711-a82b92013e23
@dolmen, can you help?
circa10a and adarkbandwidth
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on