AYLIEN · Schema

Autocomplete

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
id string ID of the autocomplete
text string Text of the autocomplete
View JSON Schema on GitHub

JSON Schema

news-api-Autocomplete.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Autocomplete",
  "properties": {
    "id": {
      "description": "ID of the autocomplete",
      "type": "string"
    },
    "text": {
      "description": "Text of the autocomplete",
      "type": "string"
    }
  },
  "type": "object"
}