Skip to content

Enum: InputType

Type of analysis input

URI: astra:InputType

Permissible Values

Value Meaning Description
data None A dataset, file, or external resource
analysis None Outputs from another ASTRA analysis

Slots

Name Description
type Type of input

Identifier and Mapping Information

Schema Source

LinkML Source

name: InputType
description: Type of analysis input
from_schema: https://w3id.org/astra/analysis
rank: 1000
permissible_values:
  data:
    text: data
    description: A dataset, file, or external resource
  analysis:
    text: analysis
    description: Outputs from another ASTRA analysis