Table of Contents

Class ElicitRequestParams.BooleanSchema

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents a schema for a Boolean type.

public sealed class ElicitRequestParams.BooleanSchema : ElicitRequestParams.PrimitiveSchemaDefinition
Inheritance
ElicitRequestParams.BooleanSchema
Inherited Members

Properties

Default

Gets or sets the default value for the Boolean.

[JsonPropertyName("default")]
public bool? Default { get; set; }

Property Value

bool?

Type

Gets the type of the schema.

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

Property Value

string