Entities validation service
Find a file
2024-10-18 11:19:15 +02:00
test_cases id field testcases 2020-12-06 22:10:52 +01:00
.gitignore add pycache and pytest_cache to gitignore 2020-11-07 19:22:28 +01:00
app.py fotgot one 2021-01-04 23:17:30 +01:00
docker-compose.yml add boilerplate code 2020-11-07 17:13:27 +01:00
Dockerfile Update python Docker tag to v3.12 2023-11-05 17:22:19 +01:00
dotenv.template add boilerplate code 2020-11-07 17:13:27 +01:00
entity_validator.py fix formatting 2021-04-20 22:39:12 +02:00
Makefile 👷 add makefile for common tasks 2023-09-16 23:47:22 +02:00
OAS3.yml Add type to validation findings 2020-12-01 21:08:01 +01:00
README.md Add doc for configuration to README 2020-11-07 17:13:27 +01:00
renovate.json Add renovate.json 2023-07-29 19:36:16 +00:00
requirements.txt Update dependency isodate to v0.7.2 2024-10-08 23:17:38 +00:00
test.py Fix syntax errors in test cases 2021-01-05 14:32:12 +01:00
test.sh make test.sh executable 2023-09-16 23:29:41 +02:00
util.py add boilerplate code 2020-11-07 17:13:27 +01:00
validation_functions.py pycodestype (pep8) fixes 2021-01-04 22:14:36 +01:00

Entities Validation Service

Validate Netz39 entities JSON.

Running the Service

Configuration

The service is configured via the following environment variables:

  • PORT: Service port. defaults to 8080