Configuration Reference

Version:1.7.0-SNAPSHOT

Micronaut Json Schema Utils Config Properties

🔗
Table 1. Configuration Properties for JsonSchemaConfigurationProperties
Property Type Description

micronaut.jsonschema.output-location

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

🔗
Table 2. Configuration Properties for JsonSchemaValidatorConfiguration
Property Type Description

micronaut.jsonschema.validation.base-uri

java.lang.String

The base URI for JSON schemas to be validated

micronaut.jsonschema.validation.classpath-folder

java.lang.String

THe folder where the JSON schemas are located, on the classpath. Deprecated. Not used. Use {@link JsonSchemaConfiguration#getOutputLocation()} instead.