-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
| Q | A |
|---|---|
| Bug or feature request? | Bug |
| Which Swagger/OpenAPI version? | 2.0 (could be 3.0 as well) |
| Which Swagger-Editor version? | 3.5.2 |
| How did you install Swagger-Editor? | Online editor |
| Which browser & version? | FF 61 (Nightly) |
| Which operating system? | MacOS |
Demonstration API definition
swagger: '2.0'
info:
description: Weird validation bug
version: "1.0.0"
title: Validation Bug
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
paths:
/item/{dbId}:
get:
operationId: itemUse
parameters:
- in: path
name: dbId
required: true
description: 'bug!' type: string
responses:
'200':
description: sucessful responseExpected Behavior
It should complain that either the YAML structure is invalid, or that the parameter is missing a type definition.
Notice that this only happens if the description is quoted, for obvious reasons, and it won't happen with fields other than string type.
Current Behavior
It ignores any validation issue and says it's all 🍑y.
Possible Solution
No idea, can't even fathom the cause.
Context
It doesn't work, @shockey.
Metadata
Metadata
Assignees
Labels
No labels