specs
specs copied to clipboard
Specify behaviour on invalid user input
The specifications do not say much about scenarios such as:
- the client sends an invalid reconciliation query (for instance, invalid JSON payload, or valid JSON payload which does not conform to the JSON schema)
- the client sends too many reconciliation queries in the same HTTP request
- the client sends too many HTTP requests at the same time
- and many other scenarios
This seem related to (or even a duplicate of) #69.