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 content describes methods for verifying the type of a property, with `TYPE_UNICODE` being used for unicode type verification."],["The system allows for optional conversion of a value if it does not match the expected type."],["Specifying a required field by only providing the type is possible, but is slightly less efficient."],["Using type constants like `TypeUnicode` and `TypeInt` is generally recommended for type validation."]]],[]]