Skip to content

Fetching $refs also when type is explicitly defined #41

@erosb

Description

@erosb

Currently SchemaLoader does not resolve "$ref" references if the same schema object also has a "type" key. Example:

{
   "type" : "object",
   "$ref" : "#/definitions/Stuff"
}

This reference should be resolved, but it isn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions