fix: tolerate callback parameter values in ParameterRow (via #4873)
* fix: tolerate callback parameter values in ParameterRow * Update 4867.js
This commit is contained in:
24
test/e2e-cypress/static/documents/bugs/4867.yaml
Normal file
24
test/e2e-cypress/static/documents/bugs/4867.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
openapi: 3.0.1
|
||||
info:
|
||||
title: test
|
||||
version: "0.1"
|
||||
paths:
|
||||
/test:
|
||||
post:
|
||||
operationId: myOp
|
||||
responses:
|
||||
default:
|
||||
description: ok
|
||||
callbacks:
|
||||
subscription:
|
||||
http://$request.query.url:
|
||||
post:
|
||||
description: myCallback
|
||||
parameters:
|
||||
- name: myParam
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
default:
|
||||
description: ok
|
||||
Reference in New Issue
Block a user