-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Description
Hi I'm using @readme/openapi-parser to parse openapi spec. AFAIK this is a valid schema property:
supervisor:
$ref: '#/components/schemas/Employee'
nullable: trueAlso, when I parse it and inspect the reference, I see that it has a nullable: true property. But its type is ReferenceObject, which is defined like
export interface ReferenceObject {
$ref: string;
}
Shouldn't ReferenceObject contain a nullable?: boolean property?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels