Uses of Class
org.forgerock.openig.mcp.NamedJsonSchema
Packages that use NamedJsonSchema
Package
Description
Contains classes related to the MCP (Model Context Protocol) support.
Contains classes related to the JSON-RPC protocol support for MCP.
-
Uses of NamedJsonSchema in org.forgerock.openig.mcp
Methods in org.forgerock.openig.mcp that return NamedJsonSchema -
Uses of NamedJsonSchema in org.forgerock.openig.mcp.jsonrpc
Methods in org.forgerock.openig.mcp.jsonrpc with parameters of type NamedJsonSchemaModifier and TypeMethodDescriptionvoidJsonRpcPayload.validate(NamedJsonSchema schema, JsonRpcResponse.JsonRpcError.JsonRpcErrorCode errorCode) Validates this JSON-RPC message against the given schema.Constructors in org.forgerock.openig.mcp.jsonrpc with parameters of type NamedJsonSchemaModifierConstructorDescriptionprotectedJsonRpcPayload(com.fasterxml.jackson.databind.JsonNode payload, NamedJsonSchema validationSchema) Constructs a new JsonRpcMessage.