flowserv.view.validate module

flowserv.view.validate.validator(key: str) jsonschema.validators.Draft7Validator

Get Json schema validator for a specific API resource. The resource is identified by its unique key.

Parameters

key (string) – Unique resource key in the schema definition.

Return type

jsonschema.Draft7Validator