{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JexpIssues", "title": "JexpIssues", "additionalProperties": false, "description": "The JQL specifying the issues available in the evaluated Jira expression under the `issues` context variable.", "properties": { "jql": { "allOf": [ { "$ref": "#/components/schemas/JexpJqlIssues" } ], "description": "The JQL query that specifies the set of issues available in the Jira expression." } }, "type": "object" }