AYLIEN · Schema

ErrorLinks

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
about string
docs string
View JSON Schema on GitHub

JSON Schema

news-api-ErrorLinks.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ErrorLinks",
  "properties": {
    "about": {
      "type": "string"
    },
    "docs": {
      "type": "string"
    }
  },
  "type": "object"
}