Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Apr 12, 2019
1 parent a1cf7f1 commit 52f4075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/json-schema-validator/swagger2-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@ definitions:
- if: { properties: { in: { enum: [path] } } }
then: { $ref: "#/definitions/pathParameterSubSchema" }
- then:
type: object
required:
- in
type: object
required:
- in
properties:
in:
enum: [body, header, formData, query, path]
Expand Down

0 comments on commit 52f4075

Please sign in to comment.