Skip to main content

RunAlgorithmRequestDTOBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/RunAlgorithmRequestDTOBody.json
algorithmstringrequired

Algorithm name (e.g., pageRank, louvain, wcc)

config object

Algorithm-specific configuration

property name*any

Algorithm-specific configuration

databasestring

Target database

RunAlgorithmRequestDTOBody
{
"$schema": "https://example.com/schemas/RunAlgorithmRequestDTOBody.json",
"algorithm": "string",
"config": {},
"database": "string"
}