AYLIEN · Schema

Error

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

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

JSON Schema

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