changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "default_branch": {
+ "description": "Default branch name",
+ "type": "string"
+ },
+ "description": {
+ "description": "Repository description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "forks_count": {
+ "description": "Number of forks",
+ "type": "number"
+ },
+ "full_name": {
+ "description": "Full repository name (owner/repo)",
+ "type": "string"
+ },
+ "html_url": {
+ "description": "Repository web URL",
+ "type": "string"
+ },
+ "id": {
+ "description": "Repository ID",
+ "type": "number"
+ },
+ "language": {
+ "description": "Primary programming language",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Repository name",
+ "type": "string"
+ },
+ "open_issues_count": {
+ "description": "Number of open issues",
+ "type": "number"
+ },
+ "owner": {
+ "properties": {
+ "avatar_url": {
+ "description": "Owner avatar URL",
+ "type": "string"
+ },
+ "id": {
+ "description": "Owner ID",
+ "type": "number"
+ },
+ "login": {
+ "description": "Owner login",
+ "type": "string"
+ },
+ "url": {
+ "description": "Owner API URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "permissions": {
+ "properties": {
+ "admin": {
+ "description": "Admin access",
+ "type": "boolean"
+ },
+ "pull": {
+ "description": "Pull access",
+ "type": "boolean"
+ },
+ "push": {
+ "description": "Push access",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "private": {
+ "description": "Whether repository is private",
+ "type": "boolean"
+ },
+ "pushed_at": {
+ "description": "ISO timestamp of last push",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stargazers_count": {
+ "description": "Number of stars",
+ "type": "number"
+ },
+ "updated_at": {
+ "description": "ISO timestamp of last update",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}