changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "base": {
+ "properties": {
+ "ref": {
+ "description": "Base branch name",
+ "type": "string"
+ },
+ "sha": {
+ "description": "Base commit SHA",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "body": {
+ "description": "Pull request description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "created_at": {
+ "description": "ISO timestamp of creation",
+ "type": "string"
+ },
+ "head": {
+ "properties": {
+ "ref": {
+ "description": "Branch name",
+ "type": "string"
+ },
+ "sha": {
+ "description": "Commit SHA",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "html_url": {
+ "description": "Pull request web URL",
+ "type": "string"
+ },
+ "id": {
+ "description": "Pull request ID",
+ "type": "number"
+ },
+ "mergeable": {
+ "description": "Whether PR can be merged",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "merged": {
+ "description": "Whether PR is merged",
+ "type": "boolean"
+ },
+ "number": {
+ "description": "Pull request number",
+ "type": "number"
+ },
+ "state": {
+ "description": "Pull request state (open or closed)",
+ "type": "string"
+ },
+ "title": {
+ "description": "Pull request title",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "ISO timestamp of last update",
+ "type": "string"
+ },
+ "user": {
+ "properties": {
+ "id": {
+ "description": "User ID",
+ "type": "number"
+ },
+ "login": {
+ "description": "User login",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}