AYLIEN · Schema

ShareCount

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
count integer The number of shares
fetched_at string The fetched date of the shares
View JSON Schema on GitHub

JSON Schema

news-api-ShareCount.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ShareCount",
  "properties": {
    "count": {
      "description": "The number of shares",
      "format": "int32",
      "type": "integer"
    },
    "fetched_at": {
      "description": "The fetched date of the shares",
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}