Skip to content

Enum: AKFileFormatEnum

URI: AKFileFormatEnum

Permissible Values

Value Meaning Description
tsv None
csv None
json None
jsonl None
airr_tsv None
airr_json None
airr_jsonl None

Slots

Name Description
file_format Format and organization of the data in the file

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

LinkML Source

name: AKFileFormatEnum
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
is_a: FileTypeEnum
permissible_values:
  tsv:
    text: tsv
  csv:
    text: csv
  json:
    text: json
  jsonl:
    text: jsonl
  airr_tsv:
    text: airr_tsv
  airr_json:
    text: airr_json
  airr_jsonl:
    text: airr_jsonl