Skip to content

Commit

Permalink
Add endpoint definition which reproduces swagger-api#5338 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Oct 15, 2017
1 parent 96444d3 commit 301a48c
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,27 @@ paths:
responses:
'200':
description: successful operation
/fake/inline-additionalProperties:
post:
tags:
- fake
summary: test inline additionalProperties
description: ''
operationId: testInlineAdditionalProperties
consumes:
- application/json
parameters:
- name: param
in: body
description: request body
required: true
schema:
type: object
additionalProperties:
type: string
responses:
'200':
description: successful operation
/another-fake/dummy:
patch:
tags:
Expand Down

0 comments on commit 301a48c

Please sign in to comment.