Interface JsonSchemaConfiguration


public interface JsonSchemaConfiguration
Json Schema Configuration.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The location where JSON schemas will be generated inside the build META-INF/ directory.
  • Field Details

  • Method Details

    • getOutputLocation

      default String getOutputLocation()
      The location where JSON schemas will be generated inside the build META-INF/ directory. It defaults to "schemas".
      Returns:
      The location where JSON schemas will be generated inside the build META-INF/ directory. It defaults to "schemas"