Class InputSchema
public class InputSchema
- Inheritance
-
InputSchema
- Inherited Members
Properties
Properties
[JsonPropertyName("properties")]
public Dictionary<string, SchemaProperty>? Properties { get; set; }
Property Value
Required
[JsonPropertyName("required")]
public List<string>? Required { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public string? Type { get; set; }