UNPKG

alterschema

Version:

Convert between schema specifications

12 lines (11 loc) 259 B
{ "$id": "http://localhost:1234/ref-and-definitions.json", "definitions": { "inner": { "properties": { "bar": { "type": "string" } } } }, "allOf": [ { "$ref": "#/definitions/inner" } ] }