Skip to content

$ref should accept $id references #55

@ImBoop

Description

@ImBoop

As part of JSONSchema Draft 6, $ref can point to a definition defined with an $id (or just id, spec seems vague if its $id or id in v6) -- it would be wonderful if we could get support for that here.

For instance, in definitions we will be able to use {"references": { "$id": "#test", ... }} and in our core properties, refer to it via {"properties": {"$ref": "#test", ...}}

Thanks!

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions