Interface ValidationSchemaProvider

  • All Known Implementing Classes:
    DefaultValidationSchemaProvider

    public interface ValidationSchemaProvider
    Provides JsonSchema fetched from an external location. Optionally caches the JsonSchema to reduce load
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Method Detail

      • schemaFromLocation

        io.vertx.core.Future<Optional<com.networknt.schema.JsonSchema>> schemaFromLocation​(SchemaLocation schemaLocation)