fix: path-item $ref operation metadata storage (#4489)
This commit is contained in:
15
test/e2e/specs/bugs/4485/book.yaml
Normal file
15
test/e2e/specs/bugs/4485/book.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
post:
|
||||
description: Book
|
||||
operationId: buy
|
||||
summary: Buy a book
|
||||
tags:
|
||||
- Book
|
||||
consumes:
|
||||
- application/json
|
||||
- application/xml
|
||||
parameters:
|
||||
- name: requestBody
|
||||
in: body
|
||||
description: Buy a Book
|
||||
required: true
|
||||
5
test/e2e/specs/bugs/4485/main.yaml
Normal file
5
test/e2e/specs/bugs/4485/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
swagger: '2.0'
|
||||
paths:
|
||||
"/v1/book":
|
||||
"$ref": "./book.yaml"
|
||||
Reference in New Issue
Block a user