Validation Service

May 13, 2026 ยท View on GitHub

This is a SGoV validator-based validation service. It is a minimalistic Quarkus application that allows invoking the validator via a REST API.

Configuration

The following configuration properties are available:

PropertyDescriptionRequiredDefault value
validator.repositoryUrlURL of the repository containing data to validateYesN/A
validator.usernameUsername to connect to the repositoryNoN/A
validator.passwordPassword to connect to the repositoryNoN/A
validator.defaultLanguageDefault validation language in case the client does not specify itNo"cs"
validator.inputSizeThresholdMaximum size of the input data in triplesNo10000000

License

Licensed under GPL v3.0.