Patrik Fuhrmann
Results
12
comments of
Patrik Fuhrmann
Yep, you are right. In this case, we could consider supporting local files in the `$schema` property, not solely the remote files. Therefore, the use case `a)` would also work...
They do support it, however, not directly from the `$schema` property afais, i.e.: ```bash check-jsonschema --schemafile ./myschema.json mydocument.json jsonschema -i mydocument.json myschema.json ```