{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IssuesMetaBean", "title": "IssuesMetaBean", "additionalProperties": false, "description": "Meta data describing the `issues` context variable.", "properties": { "jql": { "$ref": "#/components/schemas/IssuesJqlMetaDataBean" } }, "type": "object" }