AYLIEN · Schema

MediaType

The type of media

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection
View JSON Schema on GitHub

JSON Schema

news-api-MediaType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MediaType",
  "description": "The type of media",
  "enum": [
    "image",
    "video"
  ],
  "type": "string"
}