Package org.forgerock.openig.mcp
Class McpSchemas
java.lang.Object
org.forgerock.openig.mcp.McpSchemas
MCP message schemas and their associated validators.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA named JSON Schema. -
Method Summary
Modifier and TypeMethodDescriptionstatic McpSchemas.NamedJsonSchemaReturns the JSON Schema for the given definition name.
-
Method Details
-
schema
Returns the JSON Schema for the given definition name.- Parameters:
definition- the definition name.name- the name to associate with the schema.- Returns:
- the associated JSON Schema.
-