{ "$schema": "https://json-schema.org/draft-07/schema#", "type": "object", "properties": { "repository": { "type": "string" }, "url": { "type": ["null", "string"] }, "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "html_url": { "type": ["null", "string"] }, "diff_url": { "type": ["null", "string"] }, "patch_url": { "type": ["null", "string"] }, "issue_url": { "type": ["null", "string"] }, "commits_url": { "type": ["null", "string"] }, "review_comments_url": { "type": ["null", "string"] }, "review_comment_url": { "type": ["null", "string"] }, "comments_url": { "type": ["null", "string"] }, "statuses_url": { "type": ["null", "string"] }, "number": { "type": ["null", "integer"] }, "state": { "type": ["null", "string"] }, "locked": { "type": ["null", "boolean"] }, "title": { "type": ["null", "string"] }, "user": { "$ref": "user.json" }, "body": { "type": ["null", "string"] }, "labels": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] }, "name": { "type": ["null", "string"] }, "description": { "type": ["null", "string"] }, "color": { "type": ["null", "string"] }, "default": { "type": ["null", "boolean"] } } } }, "milestone": { "type": ["null", "object"], "properties": { "url": { "type": ["null", "string"] }, "html_url": { "type": ["null", "string"] }, "labels_url": { "type": ["null", "string"] }, "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "number": { "type": ["null", "integer"] }, "state": { "type": ["null", "string"] }, "title": { "type": ["null", "string"] }, "description": { "type": ["null", "string"] }, "creator": { "$ref": "user.json" }, "open_issues": { "type": ["null", "integer"] }, "closed_issues": { "type": ["null", "integer"] }, "created_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" }, "closed_at": { "type": ["null", "string"], "format": "date-time" }, "due_on": { "type": ["null", "string"], "format": "date-time" } } }, "active_lock_reason": { "type": ["null", "string"] }, "created_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" }, "closed_at": { "type": ["null", "string"], "format": "date-time" }, "merged_at": { "type": ["null", "string"], "format": "date-time" }, "merge_commit_sha": { "type": ["null", "string"] }, "assignee": { "$ref": "user.json" }, "assignees": { "type": ["null", "array"], "items": { "$ref": "user.json" } }, "requested_reviewers": { "type": ["null", "array"], "items": { "$ref": "user.json" } }, "requested_teams": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] }, "html_url": { "type": ["null", "string"] }, "name": { "type": ["null", "string"] }, "slug": { "type": ["null", "string"] }, "description": { "type": ["null", "string"] }, "privacy": { "type": ["null", "string"] }, "permission": { "type": ["null", "string"] }, "members_url": { "type": ["null", "string"] }, "repositories_url": { "type": ["null", "string"] }, "parent": { "type": ["null", "object"], "properties": {} } } } }, "head": { "type": ["null", "object"], "properties": { "label": { "type": ["null", "string"] }, "ref": { "type": ["null", "string"] }, "sha": { "type": ["null", "string"] }, "user_id": { "type": ["null", "integer"] }, "repo_id": { "type": ["null", "integer"] } } }, "base": { "type": ["null", "object"], "properties": { "label": { "type": ["null", "string"] }, "ref": { "type": ["null", "string"] }, "sha": { "type": ["null", "string"] }, "user_id": { "type": ["null", "integer"] }, "repo_id": { "type": ["null", "integer"] } } }, "_links": { "type": ["null", "object"], "properties": { "self": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "html": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "issue": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "comments": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "review_comments": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "review_comment": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "commits": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } }, "statuses": { "type": ["null", "object"], "properties": { "href": { "type": ["null", "string"] } } } } }, "author_association": { "type": ["null", "string"] }, "auto_merge": { "type": ["null", "object"], "properties": { "enabled_by": { "$ref": "user.json" }, "commit_title": { "type": ["null", "string"] }, "merge_method": { "type": ["null", "string"] }, "commit_message": { "type": ["null", "string"] } } }, "draft": { "type": ["null", "boolean"] } } }