AYLIEN · Schema

ScopeLevel

The scope by level

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection
View JSON Schema on GitHub

JSON Schema

news-api-ScopeLevel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ScopeLevel",
  "description": "The scope by level",
  "enum": [
    "international",
    "national",
    "local"
  ],
  "type": "string"
}