Skip to content

Root $ref fails to validate #349

@isaacl

Description

@isaacl
{ "$ref": "#/definitions/EmailConfig", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "EmailConfig": { "additionalProperties": false, "properties": { "adminContact": { "type": "string" } } } } }

is valid (in fact is part of the test suite here). But this library fails to convert.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugexternalThis is an issue with a library that we depend on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions