Jugaadi

Results 14 comments of Jugaadi

[JSON:API v1.1](https://jsonapi.org/format/1.1/#content-negotiation-all) too has a similar requirement in order to express support for extensions and profiles. Alternative Proposal: 1. Introduce new Parameter type - `media-type` which could be grouped with...

Thanks @playpauseandstop for the response. I tried pickle'ing the result of openapi_core.create_spec() without any success. My primary motive is to pickle the entire spec to reduce the time taken to...

> Not sure about your implementation details, but what about instantiating spec once at app startup and then reuse that instance at runtime? That's how we are currently handling it.

Additional context: https://github.com/json-schema-org/json-schema-spec/issues/1282

PS: The suggestions by Greg Dennis will only be reflected in the next version of JSON Schema.

Any plans to support [Markdown with Gherkin](https://github.com/cucumber/common/blob/main/gherkin/MARKDOWN_WITH_GHERKIN.md) ?

Config(global and per validation level) to stop processing as soon as an error is encountered would be useful.

Would be better if we can list down the changes so that those interested in manual migration can do so easily.

> @jugaadi I'm (obviously) not the owner of this project, but I'm confused about what you are asking. What do you mean by "class object validation"? JSON Schema works on...

@handrews Thanks for your inputs. > @jugaadi oh, I see. My Python knowledge is a little dated and I had not been aware of the `dataclass` standard module, although I've...