Table of Contents

Class ElicitRequestParams.PrimitiveSchemaDefinition

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll
[JsonConverter(typeof(ElicitRequestParams.PrimitiveSchemaDefinition.Converter))]
public abstract class ElicitRequestParams.PrimitiveSchemaDefinition
Inheritance
ElicitRequestParams.PrimitiveSchemaDefinition
Derived
Inherited Members

Properties

Description

Gets or sets a description for the schema.

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

Title

Gets or sets a title for the schema.

[JsonPropertyName("title")]
public string? Title { get; set; }

Property Value

string

Type

Gets the type of the schema.

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

Property Value

string