AYLIEN · Schema

Autocompletes

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
autocompletes array An array of autocompletes
View JSON Schema on GitHub

JSON Schema

news-api-Autocompletes.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Autocompletes",
  "properties": {
    "autocompletes": {
      "description": "An array of autocompletes",
      "items": {
        "$ref": "#/components/schemas/Autocomplete"
      },
      "type": "array"
    }
  },
  "type": "object"
}