beacon_api.utils.validate_jsonΒΆ

JSON Request/Response Validation.

Functions

extend_with_default(validator_class) Include default values present in JSON Schema.
parse_request_object(request) Parse as JSON Object depending on the request method.
validate(schema, VT]) Validate against JSON schema and return errors, if any.