Open tanmaster opened 2 years ago
What situation did you find in which one of these were null? I would have expected the type checking to catch it. Maybe the input swagger file was invalid?
The endpoints had examples where some properties were explicitly set to null.
If x or y are null, an error will be thrown in the isReference function. This PR checks these conditions beforehand.