All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml-modules.root.data-hub.data-services.graph.nodeExpand.api Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
{
    "functionName": "nodeExpand",
    "desc": "Returns a list of nodes and edges that are the result of an expansion of a certain node.",
    "params": [
        {
            "name": "nodeInfo",
            "datatype": "jsonDocument",
            "$javaClass": "com.fasterxml.jackson.databind.JsonNode",
            "schema" : {
               "type" : "object",
               "properties" : {
                "parentIRI" : {
                  "type" : "string"
                },
                  "predicateFilter" : {
                    "type" : "string"
                  }
               }
           }
        },
         {
           "name" : "limit",
           "datatype" : "int",
           "nullable": true,
           "desc" : "The size of the result"
         }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy