Skip to content

fix: remove empty required array from json schema

Štěpán Henek requested to merge fix-router-notification-schema into master

In some versions of json schema an exception is raised. jsonschema.exceptions.SchemaError: [] is too short

Merge request reports