Entities validation service
Find a file
2020-12-02 23:31:45 +01:00
.gitignore add pycache and pytest_cache to gitignore 2020-11-07 19:22:28 +01:00
app.py Integrate Validate Handler with make_app 2020-12-01 22:53:31 +00:00
docker-compose.yml add boilerplate code 2020-11-07 17:13:27 +01:00
Dockerfile add boilerplate code 2020-11-07 17:13:27 +01:00
dotenv.template add boilerplate code 2020-11-07 17:13:27 +01: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
requirements.txt test implementation 2020-12-02 22:59:16 +01:00
test.py Add simple validation test case 2020-12-01 22:53:31 +00:00
test.sh add boilerplate code 2020-11-07 17:13:27 +01:00
test_cerberus.py mehr und komplexe schemata 2020-12-02 23:31:45 +01:00
util.py add boilerplate code 2020-11-07 17:13:27 +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