cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

added request body #8

Closed nadar closed 5 years ago

nadar commented 5 years ago

Was not sure how handle:

cebe commented 5 years ago
* content definition: `Map[string, Media Type Object]` - as i could not find a map object, i assumed its an array with string and media type object class

exactly.

cebe commented 5 years ago

Thank you!