...
Quick side note on the types of properties you can set in your requirement types.:
String: a sequence of characters, this is basically allows any type of text presentvalue;
Integer: a whole number;
Float: numbers with decimalsa number, optionally with a decimal part;
Boolean: true or false;
Enum: a set list of predefined dataallowed values.
If the format of those properties are type of a property is not respected, then your requirements the requirement will be marked as not validated (red)invalid. You can find more information about Compliance here: https://confluence.intranet.requirementyogi.com/wiki/spaces/RYC/pages/edit-v2/2436202497#Ensure-Compliance.
...