Concept Flow - Request and response schemas
Client sends request
Server receives request
Validate request schema
Yes / No
Send error
Prepare response data
Validate response schema
Yes / No
Send error
Client receives response
This flow shows how a server checks the request data matches a schema before processing, then validates the response data before sending it back.