AYLIEN · Schema

Errors

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

news-api-Errors.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Errors",
  "properties": {
    "errors": {
      "items": {
        "$ref": "#/components/schemas/Error"
      },
      "type": "array"
    }
  },
  "type": "object"
}