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
currently, if you have an invalid schema in an OperationParameter (guessing this is the same behavior for OperationResponse) it will result in a 500 being returned when making a request with that parameter against the offending endpoint. a validateSchema function should probably be added to @carbon-io/EJSON and called on initialization and assignment.
The text was updated successfully, but these errors were encountered:
currently, if you have an invalid schema in an
OperationParameter
(guessing this is the same behavior forOperationResponse
) it will result in a 500 being returned when making a request with that parameter against the offending endpoint. avalidateSchema
function should probably be added to @carbon-io/EJSON and called on initialization and assignment.The text was updated successfully, but these errors were encountered: