You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openapi: 3.0.0info:
title: Widget Serviceversion: 0.0.0tags: []paths:
/pet:
post:
operationId: postparameters: []responses:
'200':
description: The request has succeeded.content:
application/json:
schema:
$ref: '#/components/schemas/Pet''201':
description: The request has succeeded and a new resource has been created as a result.content:
application/json:
schema:
$ref: '#/components/schemas/Pet'components:
schemas:
Pet:
type: objectrequired:
- name
- ageproperties:
name:
type: stringage:
type: integerformat: int32bark:
type: boolean
Describe the bug
2 separate issues here. Full reproducible examples below
Apologies if this is a duplicate, github search for "@example" gives me 100s of unrelated issues
Reproduction
Issue 1
Input:
Output: NOTE that "Max" is gone
Issue 2
Output: NOTE no examples
Checklist
The text was updated successfully, but these errors were encountered: