Can optionally convert value if it is not of the expected type.
It is possible to specify a required field of a specific type in shorthand
by merely providing the type. This method is slightly less efficient than
providing an explicit type but is not significant unless parsing a large
amount of information:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This system verifies that a property's value matches its expected type."],["The system can optionally convert a value to the expected type if it initially does not match."],["Specifying a required field by merely providing the type is a shorthand method, though slightly less efficient than using explicit type constants."],["For optimal performance, it is recommended to use type constants rather than just providing the type when defining attributes."]]],[]]