Under the "Message Format" section...
For request and response body and query parameter names the message format is RECOMMENDED to use snake-case and If snake-case is not available, it is then RECOMMENDED to use camel case and with the example...
// thisIsCamelCase
{
"employeeId" : "AB1837"
}
But then further down under the "Field Names" section...
Key names MUST be lower-case words, separated by an underscore character, ( _ )
Under the "Message Format" section...
For request and response body and query parameter names the message format is RECOMMENDED to use snake-case
andIf snake-case is not available, it is then RECOMMENDED to use camel case
and with the example...But then further down under the "Field Names" section...
Key names MUST be lower-case words, separated by an underscore character, ( _ )