pyocf.types.md5

String representation of MD5 hash with basic validation for a string of 32 characters composed of letters (uppercase or lowercase) and numbers

pydantic model pyocf.types.md5.Md5

String representation of MD5 hash with basic validation for a string of 32 characters composed of letters (uppercase or lowercase) and numbers

field root: StringConstraints(strip_whitespace=None, to_upper=None, to_lower=None, strict=None, min_length=None, max_length=None, pattern=^[a-fA-F0-9]{32}$)] [Required]
Constraints:
  • pattern = ^[a-fA-F0-9]{32}$