Skip to content

Allow directly recursive maps and arrays in Schema #564

Open
@schani

Description

@schani
{
  "$ref": "#/definitions/Foo",
  "definitions": {
    "Foo": {
      "type": "object",
      "properties": {
        "bar": {
          "$ref": "#/definitions/Bar"
        }
      },
      "title": "Foo"
    },
    "Bar": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/definitions/Bar"
      }
    }
  }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions