Class McpSchemas

java.lang.Object
org.forgerock.openig.mcp.McpSchemas

public final class McpSchemas extends Object
MCP message schemas and their associated validators.
  • Method Details

    • schema

      public static McpSchemas.NamedJsonSchema schema(String definition, String name)
      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.