featurehelp wanted
Repository metrics
- Stars
- (13,175 stars)
- PR merge metrics
- (平均マージ 3d 17h) (30d で 32 merged PRs)
説明
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.