Slot: resultType¶
Hierarchical result type (e.g., mutation/track/smoothed)
URI: debrief:resultType Alias: resultType
Applicable Classes¶
| Name | Description | Modifies Slot |
|---|---|---|
| ToolResultAnnotations | Annotations for MCP tool result content items | no |
Properties¶
-
Range: String
-
Required: True
-
Regex pattern:
^(mutation|addition|deletion|artifact)/[a-z_]+/[a-z_]+$
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:resultType |
| native | debrief:resultType |
LinkML Source¶
name: resultType
description: Hierarchical result type (e.g., mutation/track/smoothed)
from_schema: https://debrief.info/schemas/debrief
rank: 1000
slot_uri: debrief:resultType
alias: resultType
owner: ToolResultAnnotations
domain_of:
- ToolResultAnnotations
range: string
required: true
pattern: ^(mutation|addition|deletion|artifact)/[a-z_]+/[a-z_]+$