DocumentList Data Type

Properties
name data type constraints description
documents array of Document  
totalNumberOfDocumentsInResult number required

Example

{
  "documents" : [ {
    "rawText" : "...",
    "language" : "...",
    "url" : "...",
    "created" : { },
    "title" : "...",
    "sourceType" : "..."
  }, {
    "rawText" : "...",
    "language" : "...",
    "url" : "...",
    "created" : { },
    "title" : "...",
    "sourceType" : "..."
  } ],
  "totalNumberOfDocumentsInResult" : 12345
}