Is there any way we can receive more info about some
parameters used in data fusion API?
May be any document with the description or
contact person.
"entities": [
  {
    ...
    "hasExternalLink": false,
    "internalDocument": true,
    "score": 5.911617279052734,
    "subType": "",
    "isImageMap": false,
    "contextFields": {},
    "timestamp": "2016-12-07T07:57:46Z"
  }
]
...
"paths": [
  {
    "predicates": [
      {
        "IN_http://rdf.entagen.com/context/rdf-connector/graph-feed-supply-chain```http://permid.org/sc/supplierOf_uri": [
          {
            ...  
            "score": 0.96
	    ...
          }
      }
    ]
  }
]
...
"matchingEntityUris": [],
"resumptionTokens": [],
...
"pathTimestamps": {
  "http://permid.org/1-4297034757|http://permid.org/1-4295861160|IN_http://rdf.entagen.com/context/rdf-connector/graph-feed-supply-chain```http://permid.org/sc/supplierOf_uri": "2016-12-03T06:26:20Z"
}
We get All of these parameters  in response of /entity/analize/connect.
 I don't have questions about entities, paths and predicates, but the other fields confuse me.
I have hypothesis but I would like to have a clear understanding of API.
Thank you in advance.