Configuration Reference
Version:1.7.0-SNAPSHOT
Micronaut Json Schema Utils Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
The location where JSON schemas will be generated inside the build META-INF/ directory. It defaults to {@value DEFAULT_OUTPUT_LOCATION}. |
Micronaut Json Schema Validation Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
The base URI for JSON schemas to be validated |
|
java.lang.String |
THe folder where the JSON schemas are located, on the classpath. Deprecated. Not used. Use {@link JsonSchemaConfiguration#getOutputLocation()} instead. |