AYLIEN · Schema

Error

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
id string
links object
status string
code string
title string
detail string
View JSON Schema on GitHub

JSON Schema

text-api-Error.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Error",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "links": {
      "$ref": "#/definitions/ErrorLinks"
    },
    "status": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "detail": {
      "type": "string"
    }
  }
}