Skip to content

Enum: OutputType

Type of analysis output

URI: astra:OutputType

Permissible Values

Value Meaning Description
metric None A metric or measurement
figure None A figure or visualization
table None A table of data
data None A data file or dataset
report None A report or document

Identifier and Mapping Information

Schema Source

LinkML Source

name: OutputType
description: Type of analysis output
from_schema: https://w3id.org/astra/analysis
rank: 1000
permissible_values:
  metric:
    text: metric
    description: A metric or measurement
  figure:
    text: figure
    description: A figure or visualization
  table:
    text: table
    description: A table of data
  data:
    text: data
    description: A data file or dataset
  report:
    text: report
    description: A report or document