Entities validation service
Find a file
2020-12-04 21:23:07 +01:00
.gitignore add pycache and pytest_cache to gitignore 2020-11-07 19:22:28 +01:00
app.py use entity validator in app 2020-12-04 21:18:37 +01: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
entity_validator.py sub dicts are required 2020-12-04 21:23:07 +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 testcase for actual entity 2020-12-04 21:18:56 +01:00
test.sh add boilerplate code 2020-11-07 17:13:27 +01:00
util.py add boilerplate code 2020-11-07 17:13:27 +01:00
validation_functions.py some renaming 2020-12-04 21:18:19 +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