You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are transforming user input, we cannot assume the data property will actually be a Schema without doing some validation on it somewhere in the code.
Because of this, we're putting guards as isObject although the type should already guarantee that.
We are transforming user input, we cannot assume the
data
property will actually be aSchema
without doing some validation on it somewhere in the code.Because of this, we're putting guards as
isObject
although the type should already guarantee that.http-spec/src/oas2/transformers/params.ts
Line 80 in f2f0acb
Reference: #106 (comment)
The text was updated successfully, but these errors were encountered: