- Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
bugexternalThis is an issue with a library that we depend onThis is an issue with a library that we depend on
Description
{ "$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
Labels
bugexternalThis is an issue with a library that we depend onThis is an issue with a library that we depend on