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
Adding an option where consumers can pass a schema to be used for validating the response from the request.
Reason:
This option will give consumers the guarantee of the response matching the schema provided and that their application will not break due to a change in the response structure.
Example:
This is an example code snippet from a replication of the API call request with an option to pass a schema.
Feature:
Adding an option where consumers can pass a schema to be used for validating the response from the request.
Reason:
This option will give consumers the guarantee of the response matching the schema provided and that their application will not break due to a change in the response structure.
Example:
This is an example code snippet from a replication of the API call request with an option to pass a schema.
The text was updated successfully, but these errors were encountered: