This commit allows developers to add descriptions to their generated documents. I have added the change to schema so that developers can create their descriptions without having to create controllers.
See tests/Feature/OpenApiSchemaTest.php and tests/Support/JsonApi/V1/Posts/PostSchema.php for an example.
This commit allows developers to add descriptions to their generated documents. I have added the change to schema so that developers can create their descriptions without having to create controllers.
See
tests/Feature/OpenApiSchemaTest.php
andtests/Support/JsonApi/V1/Posts/PostSchema.php
for an example.