Carlos Bergillos

Results 1 comments of Carlos Bergillos

As a temporal solution you can use an explicit local URI in your `$ref`'s, pointing to the same file. So in your schema, instead of: ```"$ref": "#/definitions/ItemLink"``` Try: ```"$ref": "./xxx.schema.json/#/definitions/ItemLink"```...