AYLIEN · Schema

CategoryLinks

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
parent string A URL pointing to the parent category
self string A URL pointing to the category
View JSON Schema on GitHub

JSON Schema

news-api-CategoryLinks.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CategoryLinks",
  "properties": {
    "parent": {
      "description": "A URL pointing to the parent category",
      "type": "string"
    },
    "self": {
      "description": "A URL pointing to the category",
      "type": "string"
    }
  },
  "type": "object"
}