We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The current proxy for OpenAPISchema was implemented using inheritance, probably to save time, which forces all properties to be virtual.
Not only this is not the correct proxy design pattern implementation which requires using an interface instead, but this poses a potential security and reliability issue