NelmioApiDocBundle/Tests
Christopher Davis d8626c2735 Introduce a Trait to Build OpenAPI Discriminators
See https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/

This is the adapter layer that will be included in the various model
describers. The creation of the discriminator and the `oneOf` values is
a little finicky and I wanted it to be tested and centralized.
2021-02-01 08:37:20 -06:00
..
Command Add dump command to print out swagger JSON. (#1537) (#1540) 2020-05-31 11:39:50 +02:00
DependencyInjection Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Describer Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Functional Fix a regression about manual paths in operation no longer being taken into account 2020-12-27 19:14:14 +01:00
Model OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
ModelDescriber Introduce a Trait to Build OpenAPI Discriminators 2021-02-01 08:37:20 -06:00
RouteDescriber Fix access to api->components in RouteMetadataDescriber (#1635) 2020-05-30 18:24:51 +02:00
Routing Merge branch '3.x' 2020-12-10 22:31:55 +01:00
SwaggerPhp Fix Declaration must be compatible error with tests (#1638) 2020-05-31 15:16:51 +02:00
ApiDocGeneratorTest.php Move the OpenApi processing to ApiDocGenerator (#1671) 2020-07-06 19:50:34 +02:00