Closed rocifier closed 4 years ago
This cannot be dereferenced, but is valid json-schema:
{ "action":{ "type":"object", "id":"CodeDescription", "properties":{ "code":{ "type":"string" }, "description":{ "type":"string" } } }, "requestReason":{ "type":"object", "$ref":"CodeDescription" } }
Was discovered as an issue from this library https://github.com/bcherny/json-schema-to-typescript/issues/303
Closed, as this was a schema generated in draft 3 which is old. The library is working with 6/7.
This cannot be dereferenced, but is valid json-schema:
Was discovered as an issue from this library https://github.com/bcherny/json-schema-to-typescript/issues/303