CourseInsights / test / resources / queries / invalid / oPTIONSMustBeObject.json
oPTIONSMustBeObject.json
Raw
{
	"title": "OPTIONS must be object",
	"input": {
		"WHERE": {
			"OR": [
				{
					"AND": [
						{
							"GT": {
								"sections_avg": 90
							}
						},
						{
							"IS": {
								"sections_dept": "adhe"
							}
						}
					]
				},
				{
					"EQ": {
						"sections_avg": 95
					}
				}
			]
		},
		"OPTIONS": []
	},
	"errorExpected": true,
	"orderExpected": false,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}