This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Description
When posting in the following payload to the /users endpoint
{
"handle": "lazybaer",
"firstname": "Christopher",
"lastname": "DeLaurentis"
}
there doesn't seem to be validation on the payload keys. Checking in the QLDB it seems that the uncapitalized/uncamel-cased fields were added instead of rejecting the payload. I haven't checked but this might be the case on other endpoints.
