Alfred Melch

Results 9 comments of Alfred Melch

Hi there, i built a backend, that processes the confs.tech and js-conferences data and can respond in ical format. You can select specific topics and also filter by country, date,...

done thanks for keeping me updated :+1:

Hi rtnolan, this library is based on [JSON Schema](https://json-schema.org/). More specifically it is based on the python implementation of the spec: [jsonschema](https://pypi.org/project/jsonschema/). You can find the spec [here](https://json-schema.org/specification.html) and the...

What exactly is your use case? I could think of two: - Do you want to generate a swagger documentation from schemas declared in your code, - or the other...

Hi gurashish1singh, from the jsonschema [documentation](https://python-jsonschema.readthedocs.io/en/stable/errors/) I could not find out how to iterate the errors of an already thrown ValidationError. However if the errors belong to the same validator...

Format checking can be enabled by an argument as documented here: https://github.com/Fischerfredl/flask-expects-json#format-checking

My bad, i see you have already tried that. I have reproduced the issue. The python jsonschema library ignores formats, which requirements have not been satified. This is stated here...

Hi @tzachyrm, thank you for your pull request. To incorporate logging, i would like to conform to standard logging practices. See: - https://docs.python.org/3/howto/logging.html - Specifically https://docs.python.org/3/howto/logging.html#advanced-logging-tutorial - and https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library -...

Hi, great to hear that this library is useful for you. Unfortunately I have no experience with flask-restx. The error object is passed intentionally to abort so users can do...