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: str [Required]
Constraints:
  • pattern = ^[a-fA-F0-9]{32}$