featurehelp wanted
Metriche repository
- Star
- (13.175 star)
- Metriche merge PR
- (Merge medio 3g 17h) (32 PR mergiate in 30 g)
Descrizione
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.