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.