Hi there,
not really an issue but a heads-up about the new spec pipeline that got introduced in swagger-php 6.5.0.
It's a new, clean pipeline with simple DTO attributes, better validation, more JSON schema support, more than just custom pipelines and lots more.
I've prepared a rough PoC how a potential adoption in Nelmio could look like (ignoring most of the current code, except for some fixtures). It's intended to just illustrate some of the new concepts.
Best way to is to start with the Readme. Virtually all the code is in the SpecPoC namespace, next to it.
A rough timeline of where things are heading can be found in the Roadmap
Happy to hear feedback or bug reports :)
Cheers, Martin
Hi there,
not really an issue but a heads-up about the new
specpipeline that got introduced in swagger-php 6.5.0.It's a new, clean pipeline with simple DTO attributes, better validation, more JSON schema support, more than just custom pipelines and lots more.
I've prepared a rough PoC how a potential adoption in Nelmio could look like (ignoring most of the current code, except for some fixtures). It's intended to just illustrate some of the new concepts.
Best way to is to start with the Readme. Virtually all the code is in the
SpecPoCnamespace, next to it.A rough timeline of where things are heading can be found in the Roadmap
Happy to hear feedback or bug reports :)
Cheers, Martin