Entities validation service
Go to file
Stefan Haun 3833880ed4 Merge pull request 'Update dependency pytest to v8.1.1' (#25) from renovate/pytest-8.x into master
Reviewed-on: #25
2024-03-17 20:21:30 +01: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
Dockerfile Update python Docker tag to v3.12 2023-11-05 17:22:19 +01: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
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
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
renovate.json Add renovate.json 2023-07-29 19:36:16 +00:00
requirements.txt Update dependency pytest to v8.1.1 2024-03-09 12:17:33 +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

README.md

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