{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "$and": { "type": "array", "items": { "$ref": "#/definitions/advancedEventQuery" }, "maxItems": 100 }, "$or": { "type": "array", "items": { "$ref": "#/definitions/advancedEventQuery" }, "maxItems": 100 }, "$nor": { "type": "array", "items": { "$ref": "#/definitions/advancedEventQuery" }, "maxItems": 100 }, "id": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "creationDate": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "lastUpdated": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "sourceId": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "sourceType": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "level": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "state": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "subject": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "deviceId": { "oneOf": [ { "type": [ "string", "number", "boolean", "null" ] }, { "type": "object", "properties": { "$eq": { "type": [ "string", "number", "boolean", "null" ] }, "$ne": { "type": [ "string", "number", "boolean", "null" ] }, "$gt": { "type": [ "string", "number", "boolean", "null" ] }, "$lt": { "type": [ "string", "number", "boolean", "null" ] }, "$gte": { "type": [ "string", "number", "boolean", "null" ] }, "$lte": { "type": [ "string", "number", "boolean", "null" ] }, "$startsWith": { "type": "string", "minLength": 1 }, "$endsWith": { "type": "string", "minLength": 1 }, "$contains": { "type": "string", "minLength": 1 }, "$ci": { "type": "boolean" }, "$in": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": [ "string", "number", "boolean" ] } } }, "additionalProperties": false } ] }, "experienceUserId": { "oneOf": [ { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "null" } ] }, { "type": "object", "properties": { "$eq": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "null" } ] }, "$ne": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "null" } ] }, "$in": { "type": "array", "maxItems": 100, "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }, "additionalProperties": false, "minProperties": 1, "maxProperties": 1 } ] }, "experienceGroupId": { "oneOf": [ { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "null" } ] }, { "type": "object", "properties": { "$eq": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "null" } ] }, "$ne": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "null" } ] }, "$in": { "type": "array", "maxItems": 100, "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "$nin": { "type": "array", "maxItems": 100, "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }, "additionalProperties": false, "minProperties": 1, "maxProperties": 1 } ] }, "eventTags": { "oneOf": [ { "oneOf": [ { "type": "object", "properties": { "$tagKey": { "type": "string", "maxLength": 255 }, "$tagValue": { "type": "string", "maxLength": 255 } }, "additionalProperties": false, "minProperties": 1 }, { "type": "object", "patternProperties": { "^[0-9a-zA-Z_-]{1,255}": { "type": "string", "maxLength": 255 } }, "additionalProperties": false } ] }, { "type": "object", "properties": { "$eq": { "oneOf": [ { "type": "object", "properties": { "$tagKey": { "type": "string", "maxLength": 255 }, "$tagValue": { "type": "string", "maxLength": 255 } }, "additionalProperties": false, "minProperties": 1 }, { "type": "object", "patternProperties": { "^[0-9a-zA-Z_-]{1,255}": { "type": "string", "maxLength": 255 } }, "additionalProperties": false } ] } }, "required": [ "$eq" ], "additionalProperties": false }, { "type": "object", "properties": { "$ne": { "oneOf": [ { "type": "object", "properties": { "$tagKey": { "type": "string", "maxLength": 255 }, "$tagValue": { "type": "string", "maxLength": 255 } }, "additionalProperties": false, "minProperties": 1 }, { "type": "object", "patternProperties": { "^[0-9a-zA-Z_-]{1,255}": { "type": "string", "maxLength": 255 } }, "additionalProperties": false } ] } }, "required": [ "$ne" ], "additionalProperties": false } ] } }, "additionalProperties": false }