Tejas Mehta

Results 5 comments of Tejas Mehta

how can i add page number to merged pdf ?

Hi @fmvilas. I tried as follows : {{#each ../requestBody as |a content|}} {{#match content "content"}} {{#each a as |b json|}} {{#each b as |c schema|}} {{#match schema "schema"}} {{#each c...

Following code works. {{#each ../requestBody.content}} {{#each this.schema.properties}} {{@key}}: req.body.{{@key}}{{#unless @last}},{{/unless}} {{/each}} {{/each}}

https://github.com/fmvilas/openapi3-generator/blob/master/tests/openapi3/petstore-expanded.yaml post: description: Creates a new pet in the store. Duplicates are allowed operationId: addPet requestBody: description: Pet to add to the store required: true content: application/json: schema: $ref: '#/components/schemas/NewPet'

+1 - 1.0+ support would be great. It is much smoother than previous versions.