been getting this error
Schema error at paths['/homepage/postreview'].post.parameters[0].inshould be 
equal to one of the allowed values
allowedValues: body
Jump to line 71
Schema error at paths['/homepage/postreview'].post.parameters[0]should NOT have 
additional properties
additionalProperty: in, name, description, required
Jump to line 71

this is my code

 /homepage/postreview:
    post:
      tags:
      - "homepage"
      summary: "to post review"
      description: "comment your review"
      operationId: "postReview"
      consumes:
      - "application/json"
      produces:
      - "application/json"
      parameters:                                  line 71
      - in: "query"
        name: "review"
        description: "enter your review"
        required: true
      responses:
        403:
          description: "cannot post a blank review"

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to