{
  "schemas": {
    "Foo": {
      "$ref": "#/schemas/Bar"
    },
    "Bar": {
      "description": "ok",
      "$ref": "#/schemas/Foo"
    }
  }
}
