AYLIEN · Schema

Logical operators

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection
View JSON Schema on GitHub

JSON Schema

news-api-Logical.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Logical operators",
  "type": "array",
  "items": {
    "anyOf": [
      {
        "$ref": "#/components/schemas/Logicals"
      },
      {
        "$ref": "#/components/schemas/Parameter"
      }
    ]
  }
}