AYLIEN · Schema

StoryTranslations

Translations of the story. Each language has it's own key and object

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
en object
View JSON Schema on GitHub

JSON Schema

news-api-StoryTranslations.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StoryTranslations",
  "description": "Translations of the story. Each language has it's own key and object",
  "properties": {
    "en": {
      "$ref": "#/components/schemas/StoryTranslation"
    }
  },
  "type": "object"
}