UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

356 lines (355 loc) 8.3 kB
{ "type": "object", "properties": { "allow_auto_merge": { "type": "boolean" }, "allow_forking": { "type": "boolean" }, "allow_merge_commit": { "type": "boolean" }, "allow_rebase_merge": { "type": "boolean" }, "allow_squash_merge": { "type": "boolean" }, "allow_update_branch": { "type": "boolean" }, "archive_url": { "type": "string" }, "archived": { "type": "boolean" }, "assignees_url": { "type": "string" }, "blobs_url": { "type": "string" }, "branches_url": { "type": "string" }, "clone_url": { "type": "string" }, "collaborators_url": { "type": "string" }, "comments_url": { "type": "string" }, "commits_url": { "type": "string" }, "compare_url": { "type": "string" }, "contents_url": { "type": "string" }, "contributors_url": { "type": "string" }, "created_at": { "type": "string" }, "default_branch": { "type": "string" }, "delete_branch_on_merge": { "type": "boolean" }, "deployments_url": { "type": "string" }, "disabled": { "type": "boolean" }, "downloads_url": { "type": "string" }, "events_url": { "type": "string" }, "fork": { "type": "boolean" }, "forks": { "type": "integer" }, "forks_count": { "type": "integer" }, "forks_url": { "type": "string" }, "full_name": { "type": "string" }, "git_commits_url": { "type": "string" }, "git_refs_url": { "type": "string" }, "git_tags_url": { "type": "string" }, "git_url": { "type": "string" }, "has_discussions": { "type": "boolean" }, "has_downloads": { "type": "boolean" }, "has_issues": { "type": "boolean" }, "has_pages": { "type": "boolean" }, "has_projects": { "type": "boolean" }, "has_wiki": { "type": "boolean" }, "hooks_url": { "type": "string" }, "html_url": { "type": "string" }, "id": { "type": "integer" }, "is_template": { "type": "boolean" }, "issue_comment_url": { "type": "string" }, "issue_events_url": { "type": "string" }, "issues_url": { "type": "string" }, "keys_url": { "type": "string" }, "labels_url": { "type": "string" }, "languages_url": { "type": "string" }, "merge_commit_message": { "type": "string" }, "merge_commit_title": { "type": "string" }, "merges_url": { "type": "string" }, "milestones_url": { "type": "string" }, "mirror_url": { "type": "null" }, "name": { "type": "string" }, "network_count": { "type": "integer" }, "node_id": { "type": "string" }, "notifications_url": { "type": "string" }, "open_issues": { "type": "integer" }, "open_issues_count": { "type": "integer" }, "owner": { "type": "object", "properties": { "avatar_url": { "type": "string" }, "events_url": { "type": "string" }, "followers_url": { "type": "string" }, "following_url": { "type": "string" }, "gists_url": { "type": "string" }, "gravatar_id": { "type": "string" }, "html_url": { "type": "string" }, "id": { "type": "integer" }, "login": { "type": "string" }, "node_id": { "type": "string" }, "organizations_url": { "type": "string" }, "received_events_url": { "type": "string" }, "repos_url": { "type": "string" }, "site_admin": { "type": "boolean" }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" }, "user_view_type": { "type": "string" } } }, "permissions": { "type": "object", "properties": { "admin": { "type": "boolean" }, "maintain": { "type": "boolean" }, "pull": { "type": "boolean" }, "push": { "type": "boolean" }, "triage": { "type": "boolean" } } }, "private": { "type": "boolean" }, "pulls_url": { "type": "string" }, "pushed_at": { "type": "string" }, "releases_url": { "type": "string" }, "size": { "type": "integer" }, "squash_merge_commit_message": { "type": "string" }, "squash_merge_commit_title": { "type": "string" }, "ssh_url": { "type": "string" }, "stargazers_count": { "type": "integer" }, "stargazers_url": { "type": "string" }, "statuses_url": { "type": "string" }, "subscribers_count": { "type": "integer" }, "subscribers_url": { "type": "string" }, "subscription_url": { "type": "string" }, "svn_url": { "type": "string" }, "tags_url": { "type": "string" }, "teams_url": { "type": "string" }, "temp_clone_token": { "type": "string" }, "topics": { "type": "array", "items": { "type": "string" } }, "trees_url": { "type": "string" }, "updated_at": { "type": "string" }, "url": { "type": "string" }, "use_squash_pr_title_as_default": { "type": "boolean" }, "visibility": { "type": "string" }, "watchers": { "type": "integer" }, "watchers_count": { "type": "integer" }, "web_commit_signoff_required": { "type": "boolean" } }, "version": 1 }