Observer Data Type

Properties
name data type description
targetTerms array of string
language Language
name string
description string
disambiguationIncludeTerms array of string
disambiguationExcludeTerms array of string

Example

{
  "targetTerms" : [ "...", "..." ],
  "language" : "YO",
  "name" : "...",
  "description" : "...",
  "disambiguationIncludeTerms" : [ "...", "..." ],
  "disambiguationExcludeTerms" : [ "...", "..." ]
}