Skip to content

Enum: ProvisionMechanismEnum

Ways in which data can be made accessible for retrieval.

Permissible Values

Value Meaning Description
file_download None None
api_endpoint None None
database_dump None None
other None None

Slots constrained by this enum

Name
data_provision_mechanisms

LinkML Source

name: ProvisionMechanismEnum
description: Ways in which data can be made accessible for retrieval.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
permissible_values:
  file_download:
    text: file_download
  api_endpoint:
    text: api_endpoint
  database_dump:
    text: database_dump
  other:
    text: other