Class: UntitledSingleSelectEnumSchema
Single-selection enum without display titles.
URI: mcp:UntitledSingleSelectEnumSchema
classDiagram
class UntitledSingleSelectEnumSchema
click UntitledSingleSelectEnumSchema href "../UntitledSingleSelectEnumSchema/"
UntitledSingleSelectEnumSchema : default
UntitledSingleSelectEnumSchema : default_value
UntitledSingleSelectEnumSchema : description
UntitledSingleSelectEnumSchema : enum
UntitledSingleSelectEnumSchema : enum_values
UntitledSingleSelectEnumSchema : title
UntitledSingleSelectEnumSchema : type
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 String |
Type discriminator field | direct |
| enum | * String |
Array of enum values | direct |
| enum_values | * String |
Array of enum values | direct |
| default | 0..1 JsonValue |
Default value for a schema field | direct |
| default_value | 0..1 String |
Default value for a schema field | direct |
| description | 0..1 String |
A human-readable description | direct |
| title | 0..1 String |
Intended for UI and end-user contexts — optimized to be human-readable and ea... | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/mcp
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mcp:UntitledSingleSelectEnumSchema |
| native | mcp:UntitledSingleSelectEnumSchema |
LinkML Source
Direct
name: UntitledSingleSelectEnumSchema
description: Single-selection enum without display titles.
from_schema: https://w3id.org/lmodel/mcp
slots:
- type
- enum
- enum_values
- default
- default_value
- description
- title
slot_usage:
type:
name: type
required: true
equals_string: string
Induced
name: UntitledSingleSelectEnumSchema
description: Single-selection enum without display titles.
from_schema: https://w3id.org/lmodel/mcp
slot_usage:
type:
name: type
required: true
equals_string: string
attributes:
type:
name: type
description: Type discriminator field.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: type
owner: UntitledSingleSelectEnumSchema
domain_of:
- TextContent
- ImageContent
- AudioContent
- ContentBlock
- EmbeddedResource
- ResourceLink
- ToolUseContent
- ToolResultContent
- PromptReference
- ResourceTemplateReference
- SchemaItems
- JsonSchema
- StringSchema
- NumberSchema
- BooleanSchema
- UntitledSingleSelectEnumSchema
- TitledSingleSelectEnumSchema
- UntitledMultiSelectEnumSchema
- TitledMultiSelectEnumSchema
- LegacyTitledEnumSchema
range: string
required: true
equals_string: string
enum:
name: enum
description: Array of enum values.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: enum
owner: UntitledSingleSelectEnumSchema
domain_of:
- SchemaItems
- JsonSchema
- UntitledSingleSelectEnumSchema
- LegacyTitledEnumSchema
range: string
multivalued: true
enum_values:
name: enum_values
description: Array of enum values.
from_schema: https://w3id.org/lmodel/mcp
aliases:
- enum
rank: 1000
alias: enum_values
owner: UntitledSingleSelectEnumSchema
domain_of:
- UntitledSingleSelectEnumSchema
- LegacyTitledEnumSchema
range: string
multivalued: true
default:
name: default
description: Default value for a schema field.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: default
owner: UntitledSingleSelectEnumSchema
domain_of:
- JsonSchema
- StringSchema
- NumberSchema
- BooleanSchema
- UntitledSingleSelectEnumSchema
- TitledSingleSelectEnumSchema
- UntitledMultiSelectEnumSchema
- TitledMultiSelectEnumSchema
- LegacyTitledEnumSchema
range: JsonValue
default_value:
name: default_value
description: Default value for a schema field.
from_schema: https://w3id.org/lmodel/mcp
aliases:
- default
rank: 1000
alias: default_value
owner: UntitledSingleSelectEnumSchema
domain_of:
- StringSchema
- NumberSchema
- BooleanSchema
- UntitledSingleSelectEnumSchema
- TitledSingleSelectEnumSchema
- UntitledMultiSelectEnumSchema
- TitledMultiSelectEnumSchema
- LegacyTitledEnumSchema
range: string
description:
name: description
description: A human-readable description.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
slot_uri: dct:description
alias: description
owner: UntitledSingleSelectEnumSchema
domain_of:
- Implementation
- ResourceLink
- Resource
- ResourceTemplate
- PromptArgument
- Prompt
- JsonSchema
- Tool
- StringSchema
- NumberSchema
- BooleanSchema
- UntitledSingleSelectEnumSchema
- TitledSingleSelectEnumSchema
- UntitledMultiSelectEnumSchema
- TitledMultiSelectEnumSchema
- LegacyTitledEnumSchema
- GetPromptResult
range: string
title:
name: title
description: Intended for UI and end-user contexts — optimized to be human-readable
and easily understood.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
slot_uri: dct:title
alias: title
owner: UntitledSingleSelectEnumSchema
domain_of:
- HasName
- ToolAnnotations
- EnumOption
- JsonSchema
- StringSchema
- NumberSchema
- BooleanSchema
- UntitledSingleSelectEnumSchema
- TitledSingleSelectEnumSchema
- UntitledMultiSelectEnumSchema
- TitledMultiSelectEnumSchema
- LegacyTitledEnumSchema
range: string