Change `openAPISchema()` function to property.
Pre-release
Pre-release
The throwing openAPISchema()
function has been changed to the openAPISchema
property (which is, naturally, non-throwing) because this function never needed to throw anyway in the end. It has been quite a few versions since any code relied on a throwing variant of it.