I am trying to reference a component for my parameters because i will be 
using it a lot. But it does not output the form in the description area.


Here is what it looks like
components:
  parameters:
    Query:
      - in: "query"
        name: "with[]"
        schema:
          type: "array"
        required: false
      - in: "query"
        name: "find[key]"
        schema:
          type: "array"
        required: false
      - in: "query"
        name: "find[value]"
        schema:
          type: "array"
        required: false
  
paths:
  /customers:
    get:
      summary: Checks if the server is alive
      parameters:
      - $ref: '#/components/parameters/Query'
      responses:
        405:
          description: "Invalid input"
        200:
          description: "Success"


And here is a picture. Can anyone tell me whats going on. Maybe what i am 
doing wrong?
<https://lh3.googleusercontent.com/-P1rLwhLYPR8/WvYdr-jLHUI/AAAAAAAAACA/sfuS5W5kcYQGQKRpmjfhBuYZoIW9MzkeQCLcBGAs/s1600/Screenshot%2Bfrom%2B2018-05-11%2B15-47-33.png>


-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to