help wantedtype: enhancement
仓库指标
- 星标
- (1,581 个星标)
- PR 合并指标
- (平均合并 39天 6小时) (30 天内合并 1 个 PR)
描述
Hi,
No exception is thrown in case of referencing non-schema json. All other referenced schema-files were processed correctly
should be "Order": {"$ref": "Order.schema.json"}, was "Order": {"$ref": "Order.sample.json"}, expected Exception if it's not a schema
KR