{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JqlQueryClauseOperand", "title": "JqlQueryClauseOperand", "anyOf": [ { "$ref": "#/components/schemas/ListOperand" }, { "$ref": "#/components/schemas/ValueOperand" }, { "$ref": "#/components/schemas/FunctionOperand" }, { "$ref": "#/components/schemas/KeywordOperand" } ], "description": "Details of an operand in a JQL clause.", "type": "object" }