Enum: EnumFileHashType
Types of file hashes supported.
URI: includedcc:EnumFileHashType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| md5 | None | |
| etag | None | |
| sha1 | None |
Slots
| Name | Description |
|---|---|
| hash_type | The type of file hash, eg, md5 |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
LinkML Source
name: EnumFileHashType
description: Types of file hashes supported.
from_schema: https://includedcc.org/include-access-model
rank: 1000
permissible_values:
md5:
text: md5
title: MD5
etag:
text: etag
title: ETag
sha1:
text: sha1
title: SHA-1