Skip to content

Enum: DataFormatEnum

Formats in which data is serialized.

Permissible Values

Value Meaning Description
tsv None None
xml None None
csv None None
json None None
yaml None None
obo None None
protobuff None None
other None None

Slots constrained by this enum

Name
data_formats

LinkML Source

name: DataFormatEnum
description: Formats in which data is serialized.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
permissible_values:
  tsv:
    text: tsv
  xml:
    text: xml
  csv:
    text: csv
  json:
    text: json
  yaml:
    text: yaml
  obo:
    text: obo
  protobuff:
    text: protobuff
  other:
    text: other