Table of Contents

Class ElicitRequestParams.UntitledEnumItemsSchema

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents the items schema for untitled multi-select enum arrays.

public sealed class ElicitRequestParams.UntitledEnumItemsSchema
Inheritance
ElicitRequestParams.UntitledEnumItemsSchema
Inherited Members

Properties

Enum

Gets or sets the list of allowed string values.

[JsonPropertyName("enum")]
public required IList<string> Enum { get; set; }

Property Value

IList<string>

Type

Gets or sets the type of the items.

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string