changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "assignee": {
+ "properties": {
+ "email": {
+ "description": "Assignee email",
+ "type": "string"
+ },
+ "name": {
+ "description": "Assignee name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "comments": {
+ "properties": {
+ "nodes": {
+ "items": {
+ "properties": {
+ "body": {
+ "description": "Comment text",
+ "type": "string"
+ },
+ "createdAt": {
+ "description": "Comment creation timestamp",
+ "type": "string"
+ },
+ "user": {
+ "properties": {
+ "name": {
+ "description": "User name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "createdAt": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Issue description in markdown",
+ "type": "string"
+ },
+ "id": {
+ "description": "Issue ID",
+ "type": "string"
+ },
+ "identifier": {
+ "description": "Issue identifier (e.g., ABC-123)",
+ "type": "string"
+ },
+ "labels": {
+ "properties": {
+ "nodes": {
+ "items": {
+ "properties": {
+ "color": {
+ "description": "Label color",
+ "type": "string"
+ },
+ "name": {
+ "description": "Label name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "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"
+}