AYLIEN · Schema

To perform a nested search on entities use this.

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
id object
name object
surface_forms.text object
sentiment object
element object
links.wikipedia object
links.wikidata object
stock_ticker object
type object
View JSON Schema on GitHub

JSON Schema

news-api-NestedEntity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "To perform a nested search on entities use this.",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/Query"
    },
    "name": {
      "$ref": "#/components/schemas/Query"
    },
    "surface_forms.text": {
      "$ref": "#/components/schemas/Query"
    },
    "sentiment": {
      "$ref": "#/components/schemas/Query"
    },
    "element": {
      "$ref": "#/components/schemas/Query"
    },
    "links.wikipedia": {
      "$ref": "#/components/schemas/Query"
    },
    "links.wikidata": {
      "$ref": "#/components/schemas/Query"
    },
    "stock_ticker": {
      "$ref": "#/components/schemas/Query"
    },
    "type": {
      "$ref": "#/components/schemas/Query"
    }
  }
}