Open mihan007 opened 2 years ago
When we use ref linked to property of another schema then it couldn't generate correct model
"name": { "$ref": "#/components/schemas/ContractSchema/properties/name" },
it generates
import { Name } from '../models/name';
but no model name as a result
name
It really isn't a supported feature.
When we use ref linked to property of another schema then it couldn't generate correct model
it generates
but no model
name
as a result