Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.7 KB

ega-4-defs-check-checksum-checks-based-on-its-method-anyof-checksum-pattern-check---md5-properties-checksum-pattern-obtained-by-md5-1.md

File metadata and controls

31 lines (20 loc) · 1.7 KB

Checksum pattern obtained by MD5 Schema

https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.common-definitions.json#/$defs/checksumPatternCheck/anyOf/0/properties/encryptedChecksum

This object exists to hold the pattern that a checksum would have if it was obtained using the algorithm MD5, for it to be referenced elsewhere within this (or other) JSON schema.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none EGA.common-definitions.json*

encryptedChecksum Type

string (Checksum pattern obtained by MD5)

encryptedChecksum Constraints

pattern: the string must match the following regular expression:

^[0-9a-z](?:-?[0-9a-z]){31}$

try pattern

encryptedChecksum Examples

"bc527343c7ffc103111f3a694b004e2f"