fix: gracefully handle non-string operation summaries (via #5189)
This commit is contained in:
17
test/e2e-cypress/static/documents/bugs/5188.yaml
Normal file
17
test/e2e-cypress/static/documents/bugs/5188.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
openapi: 3.0.0
|
||||
servers: []
|
||||
info:
|
||||
description: sdf
|
||||
version: "1.0.0"
|
||||
title: Swagger Petstore
|
||||
paths:
|
||||
/pet:
|
||||
get:
|
||||
tags:
|
||||
- pet
|
||||
summary:
|
||||
$ref:
|
||||
operationId: addPet
|
||||
responses:
|
||||
'405':
|
||||
description: Invalid input
|
||||
Reference in New Issue
Block a user