DocumentSnippet Data Type

Properties
name data type description
snippets array of string
title string
url string

Example

{
  "snippets" : [ "...", "..." ],
  "title" : "...",
  "url" : "..."
}