Skip to content

Fix parameter without 'in' on clean_operations#63

Merged
sloria merged 1 commit intomarshmallow-code:devfrom
lucasrcosta:fix-param-without-in
Apr 8, 2016
Merged

Fix parameter without 'in' on clean_operations#63
sloria merged 1 commit intomarshmallow-code:devfrom
lucasrcosta:fix-param-without-in

Conversation

@lucasrcosta
Copy link
Copy Markdown
Contributor

The following is a valid YAML and breaks in the current code, since the param will be a dict but won't have in:

parameters:
  - in: path
    name: some_param
    required: true
    type: string
  - $ref: "#/parameters/ParamRef"

@sloria
Copy link
Copy Markdown
Member

sloria commented Apr 8, 2016

Build failure is unrelated to these changes. Looks good. Thanks again!

@sloria sloria merged commit 320931c into marshmallow-code:dev Apr 8, 2016
@lucasrcosta lucasrcosta deleted the fix-param-without-in branch April 8, 2016 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants