I have two .json schemas:
.json
base.json
sample.json
The problem is I obtain an error when I try check sample.yml correctness:
sample.yml
schema sample.json is invalid error: can't resolve reference file:base.json#/$defs/prop from id #
What am I missing?