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:
| Property | Description | Required | Default value |
|---|---|---|---|
validator.repositoryUrl | URL of the repository containing data to validate | Yes | N/A |
validator.username | Username to connect to the repository | No | N/A |
validator.password | Password to connect to the repository | No | N/A |
validator.defaultLanguage | Default validation language in case the client does not specify it | No | "cs" |
validator.inputSizeThreshold | Maximum size of the input data in triples | No | 10000000 |
License
Licensed under GPL v3.0.