Maxime RICHARD
Results
1
comments of
Maxime RICHARD
Adding a ``required`` prop (and optionally, like below, an ``additionalProperties`` prop) in the openapi spec : ```yaml get: operationId: ping responses: 200: description: Returns value content: application/json: schema: type: object...