Slot: enum
Array of enum values.
URI: mcp:enum Alias: enum
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| UntitledSingleSelectEnumSchema | Single-selection enum without display titles | no |
| JsonSchema | Restricted JSON Schema object used in MCP payloads | no |
| LegacyTitledEnumSchema | Legacy titled enum schema | no |
| SchemaItems | JSON Schema items expression used by enum multi-select schemas | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String |
| Domain Of | SchemaItems, JsonSchema, UntitledSingleSelectEnumSchema, LegacyTitledEnumSchema |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/mcp
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mcp:enum |
| native | mcp:enum |
LinkML Source
name: enum
description: Array of enum values.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: enum
domain_of:
- SchemaItems
- JsonSchema
- UntitledSingleSelectEnumSchema
- LegacyTitledEnumSchema
range: string
multivalued: true