AYLIEN · Schema

One of the logical operators such as $and, $or, $not

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
$and object
$or object
$not object
View JSON Schema on GitHub

JSON Schema

news-api-Logicals.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "One of the logical operators such as $and, $or, $not",
  "type": "object",
  "properties": {
    "$and": {
      "$ref": "#/components/schemas/Logical"
    },
    "$or": {
      "$ref": "#/components/schemas/Logical"
    },
    "$not": {
      "$ref": "#/components/schemas/Logical"
    }
  }
}