Closed
Description
why does this download an empty draft7 if its not pre-registered? It has no problem to download the mapping schema json file.
// SetupExampleTest.java
URI schemaUri = createUri ("https://openapiprocessor.io/schemas/mapping/mapping-v4.json");
SchemaStore store = new SchemaStore (loader);
//store.registerDraft7();
store.register(schemaUri);
Metadata
Metadata
Assignees
Labels
No labels