public class McpJsonSchema extends Object
| Constructor and Description |
|---|
McpJsonSchema() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAdditionalProperties() |
Map<String,Object> |
getProperties() |
List<String> |
getRequired() |
String |
getType() |
void |
setAdditionalProperties(Boolean additionalProperties) |
void |
setProperties(Map<String,Object> properties) |
void |
setRequired(List<String> required) |
void |
setType(String type) |
String |
toString() |
Copyright © 2025. All rights reserved.