AYLIEN · Schema

StoryLinks

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
canonical string The story canonical URL
permalink string The story permalink URL
related_stories string The related stories URL
clusters string The clusters endpoint URL for this story
View JSON Schema on GitHub

JSON Schema

news-api-StoryLinks.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StoryLinks",
  "properties": {
    "canonical": {
      "description": "The story canonical URL",
      "type": "string"
    },
    "permalink": {
      "description": "The story permalink URL",
      "type": "string"
    },
    "related_stories": {
      "description": "The related stories URL",
      "type": "string"
    },
    "clusters": {
      "description": "The clusters endpoint URL for this story",
      "type": "string"
    }
  },
  "type": "object"
}