Class ElicitRequestParams.NumberSchema
- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Represents a schema for a number or integer type.
public sealed class ElicitRequestParams.NumberSchema : ElicitRequestParams.PrimitiveSchemaDefinition
- Inheritance
-
ElicitRequestParams.NumberSchema
- Inherited Members
Properties
Maximum
Gets or sets the maximum allowed value.
[JsonPropertyName("maximum")]
public double? Maximum { get; set; }
Property Value
Minimum
Gets or sets the minimum allowed value.
[JsonPropertyName("minimum")]
public double? Minimum { get; set; }
Property Value
Type
Gets the type of the schema.
public override string Type { get; set; }