Entities validation service
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
David Kilias 19f125f542 fix formatting 2 years ago
test_cases id field testcases 3 years ago
.gitignore add pycache and pytest_cache to gitignore 3 years ago
Dockerfile add boilerplate code 3 years ago
OAS3.yml Add type to validation findings 3 years ago
README.md Add doc for configuration to README 3 years ago
app.py fotgot one 2 years ago
docker-compose.yml add boilerplate code 3 years ago
dotenv.template add boilerplate code 3 years ago
entity_validator.py fix formatting 2 years ago
requirements.txt validator bibliothek statt eigenen regex für email validation 3 years ago
test.py Fix syntax errors in test cases 2 years ago
test.sh add boilerplate code 3 years ago
util.py add boilerplate code 3 years ago
validation_functions.py pycodestype (pep8) fixes 2 years ago

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