Configuration Reference
Version:2.0.0-SNAPSHOT
Micronaut Json Schema Configuration Validator Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
Whether the configuration validation health indicator is enabled. Default value true |
| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
Whether the validation result should be cached. Default value true |
|
|
boolean |
Whether to fail when configuration contains keys not present in schema. Default value true |
|
|
java.util.List |
Patterns used to suppress validation errors |
|
|
The DI validation strategy. Default value {@code REACHABLE} |
Micronaut Json Schema Utils Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
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 | Default value |
|---|---|---|---|
|
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. |
META-INF/schemas/ |