AYLIEN · Schema

Rank

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
country string The country code which the rank is in it
fetched_at string The fetched date of the rank
rank integer The rank
View JSON Schema on GitHub

JSON Schema

news-api-Rank.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Rank",
  "properties": {
    "country": {
      "description": "The country code which the rank is in it",
      "type": "string"
    },
    "fetched_at": {
      "description": "The fetched date of the rank",
      "format": "date-time",
      "type": "string"
    },
    "rank": {
      "description": "The rank",
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}