changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "issues": {
+ "description": "Search results matching query",
+ "items": {
+ "properties": {
+ "assignee": {
+ "properties": {
+ "name": {
+ "description": "Assignee name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "description": "Issue ID",
+ "type": "string"
+ },
+ "identifier": {
+ "description": "Issue identifier (e.g., ABC-123)",
+ "type": "string"
+ },
+ "priority": {
+ "description": "Priority level",
+ "type": "number"
+ },
+ "priorityLabel": {
+ "description": "Human-readable priority label",
+ "type": "string"
+ },
+ "state": {
+ "properties": {
+ "name": {
+ "description": "State name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "title": {
+ "description": "Issue title",
+ "type": "string"
+ },
+ "updatedAt": {
+ "description": "Last update timestamp",
+ "type": "string"
+ },
+ "url": {
+ "description": "Issue URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "issues"
+ ],
+ "type": "object"
+}