Open RicoSuter opened 5 years ago
Ok, it seems that this is already implemented.
But one has to use:
JsonSchema.FromFileAsync(SchemaFilePath)
In contrast this would not work:
JsonSchema.FromJsonAsync(File.ReadAllText(SchemaFilePath));
As it does not resolve the relative references.
I would need relative Json pointers to work, especially with local paths. Is there any progress on that?
I will try to implement it.