R298 – Subelements should be named using camel case (WMB)

How we name the subelements can help identify whether they provide structure or content.

Prefer:

SET Environment.Variables.ComplexRecord.firstName = ‘Test’;

Over:

SET Environment.Variables.ComplexRecord.FirstName = ‘Test’;