Checks for a value that is greater or equals the given minimum
if(v::min(10, 5)) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: min: 5