ListAlgorithmsResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ListAlgorithmsResponseBody.jsonalgorithms object[]required
Available graph algorithms
Array [
categorystringrequired
Category: centrality, community, similarity, pathfinding, embedding
descriptionstringrequired
Brief description
namestringrequired
Algorithm name
procedurestringrequired
MAGE procedure name
]
ListAlgorithmsResponseBody
{
"$schema": "https://example.com/schemas/ListAlgorithmsResponseBody.json",
"algorithms": "Unknown Type: array,null"
}