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.1info:
title: Schema Exampleversion: 1.0.0components:
schemas:
Common:
type: objectproperties:
id:
type: integername:
type: stringExtendedSchema:
allOf:
- $ref: '#/components/schemas/Common'
- type: objectproperties:
noTypeFoo:
description: "It should be any, that is correct"id:
description: "It should be integer but we get any instead"
Minimal schema example:
Expected type for
ExtendedSchema
model:Actual generated
ExtendedSchema
model:The text was updated successfully, but these errors were encountered: