changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "issues": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "agent": {
+ "type": "boolean"
+ },
+ "annotation_id": {
+ "$ref": "#/properties/issues/items/properties/id"
+ },
+ "assignee": {
+ "$ref": "#/properties/issues/items/properties/repo"
+ },
+ "created_at": {
+ "$ref": "#/properties/issues/items/properties/id"
+ },
+ "id": {
+ "type": "string"
+ },
+ "issue_number": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "issue_url": {
+ "$ref": "#/properties/issues/items/properties/repo"
+ },
+ "phase": {
+ "$ref": "#/properties/issues/items/properties/id"
+ },
+ "pr_url": {
+ "$ref": "#/properties/issues/items/properties/repo"
+ },
+ "provider": {
+ "$ref": "#/properties/issues/items/properties/id"
+ },
+ "repo": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "$ref": "#/properties/issues/items/properties/repo"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "additionalProperties": true,
+ "properties": {
+ "agent": {
+ "$ref": "#/properties/summary/properties/total"
+ },
+ "closed": {
+ "$ref": "#/properties/summary/properties/total"
+ },
+ "open": {
+ "$ref": "#/properties/summary/properties/total"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "summary",
+ "issues"
+ ],
+ "type": "object"
+}