{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-events-api-root-schema.json",
"title": "root",
"description": "root from GitHub API",
"type": "object",
"properties": {
"current_user_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"current_user_authorizations_html_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"authorizations_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"code_search_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"commit_search_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"emails_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"emojis_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"events_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"feeds_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"followers_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"following_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"gists_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"hub_url": {
"type": "string",
"format": "uri-template",
"deprecated": true,
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"issue_search_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"issues_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"keys_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"label_search_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"notifications_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"organization_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"organization_repositories_url": {
"type": "string",
"format": "uri-template",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"organization_teams_url": {
"type": "string",
"format": "uri-template"
},
"public_gists_url": {
"type": "string",
"format": "uri-template"
},
"rate_limit_url": {
"type": "string",
"format": "uri-template"
},
"repository_url": {
"type": "string",
"format": "uri-template"
},
"repository_search_url": {
"type": "string",
"format": "uri-template"
},
"current_user_repositories_url": {
"type": "string",
"format": "uri-template"
},
"starred_url": {
"type": "string",
"format": "uri-template"
},
"starred_gists_url": {
"type": "string",
"format": "uri-template"
},
"topic_search_url": {
"type": "string",
"format": "uri-template"
},
"user_url": {
"type": "string",
"format": "uri-template"
},
"user_organizations_url": {
"type": "string",
"format": "uri-template"
},
"user_repositories_url": {
"type": "string",
"format": "uri-template"
},
"user_search_url": {
"type": "string",
"format": "uri-template"
}
},
"required": [
"current_user_url",
"current_user_authorizations_html_url",
"authorizations_url",
"code_search_url",
"commit_search_url",
"emails_url",
"emojis_url",
"events_url",
"feeds_url",
"followers_url",
"following_url",
"gists_url",
"issue_search_url",
"issues_url",
"keys_url",
"label_search_url",
"notifications_url",
"organization_url",
"organization_repositories_url",
"organization_teams_url",
"public_gists_url",
"rate_limit_url",
"repository_url",
"repository_search_url",
"current_user_repositories_url",
"starred_url",
"starred_gists_url",
"user_url",
"user_organizations_url",
"user_repositories_url",
"user_search_url"
]
}