-
-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
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 json-schema-to-typescript fails to resolve the ref using this library.
Originally filed at bcherny/json-schema-to-typescript#349
vinyasns, jonaslagoni and themodernlife
Metadata
Metadata
Assignees
Labels
No labels