featurehelp wanted
倉庫指標
- Star
- (13,175 star)
- PR 合併指標
- (平均合併 3天 17小時) (30 天內合併 32 個 PR)
描述
Here is a valid schema:
{
"title": "A registration form",
"description": "A simple form example.",
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"$ref": "https://api.myjson.com/bins/3bkzl.json#/definitions/address"
}
}
}
It throws exception when dereference $ref.