Skip to content

We need better circular reference identification #82

@whitlockjc

Description

@whitlockjc

Right now, circular reference identification doesn't seem to identify the following:

definitions:
  User:
    type: object
    properties:
      status:
        $ref: '#/definitions/Status'
  Status:
    type: object
    properties:
      user:
        $ref: '#/definitions/User'

This was originally brought up in #81.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions