-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
steps to reproduce
- Add a path
- Add response, with object containing string key
- try to make string key to nullable
- See the resulting schema
Expected
responses:
'200':
description: OK
content:
application/json:
schema:
title: ''
type: object
properties:
status:
type: string
nullable: trueActual
responses:
'200':
description: OK
content:
application/json:
schema:
title: ''
type: object
properties:
status:
type:
- string
- 'null'Metadata
Metadata
Assignees
Labels
No labels