CLIbuggood first issue
仓库指标
- Star
- (10,867 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error: Internal error: Defined value expected, but got undefined.