AYLIEN · Schema

Warning

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
id string The identfier of the warning, represents its origin.
links object Contians links to the documentation.
detail string The detailed description of the warning.
View JSON Schema on GitHub

JSON Schema

news-api-Warning.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Warning",
  "properties": {
    "id": {
      "description": "The identfier of the warning, represents its origin.",
      "type": "string"
    },
    "links": {
      "description": "Contians links to the documentation.",
      "$ref": "#/components/schemas/ErrorLinks"
    },
    "detail": {
      "description": "The detailed description of the warning.",
      "type": "string"
    }
  },
  "type": "object"
}