Skip to content

Enum: FileProvEventTypeEnum

Type of file-level provenance event.

URI: debrief:enum/FileProvEventTypeEnum

Permissible Values

Value Meaning Description
snapshot None Snapshot creation event
branch None Branch creation event

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

LinkML Source

name: FileProvEventTypeEnum
description: Type of file-level provenance event.
from_schema: https://debrief.info/schemas/debrief
rank: 1000
permissible_values:
  snapshot:
    text: snapshot
    description: Snapshot creation event
  branch:
    text: branch
    description: Branch creation event