Skip to content

Commit

Permalink
victools#484 add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdh committed Oct 12, 2024
1 parent 0a2f858 commit 84ae819
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jsonschema-module-microprofile-openapi-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ SchemaGeneratorConfigBuilder configBuilder = new SchemaGeneratorConfigBuilder(Sc
#### Complete Example

```java

import com.fasterxml.jackson.databind.JsonNode;
import com.github.victools.jsonschema.generator.OptionPreset;
import com.github.victools.jsonschema.generator.SchemaGenerator;
import com.github.victools.jsonschema.generator.SchemaGeneratorConfig;
import com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder;
import com.github.victools.jsonschema.generator.SchemaVersion;
import com.github.victools.jsonschema.module.microprofile.openapi3.MicroProfileOpenApi3Module;
```
```java
MicroProfileOpenApi3Module module = new MicroProfileOpenApi3Module();
Expand Down

0 comments on commit 84ae819

Please sign in to comment.