installation is a JSON Structure definition published by GitHub, describing 20 properties, of which 17 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-app-api-installation-structure.json",
"name": "installation",
"description": "Installation",
"type": "object",
"properties": {
"id": {
"description": "The ID of the installation.",
"type": "int32",
"example": 1
},
"account": {
"nullable": true,
"anyOf": [
{
"$ref": "#/components/schemas/simple-user"
},
{
"$ref": "#/components/schemas/enterprise"
}
],
"example": "example_value"
},
"repository_selection": {
"description": "Describe whether all repositories have been selected or there's a selection involved",
"type": "string",
"enum": [
"all",
"selected"
],
"example": "all"
},
"access_tokens_url": {
"type": "uri",
"example": "https://api.github.com/app/installations/1/access_tokens"
},
"repositories_url": {
"type": "uri",
"example": "https://api.github.com/installation/repositories"
},
"html_url": {
"type": "uri",
"example": "https://github.com/organizations/github/settings/installations/1"
},
"app_id": {
"type": "int32",
"example": 1
},
"target_id": {
"description": "The ID of the user or organization this token is being scoped to.",
"type": "int32",
"example": 42
},
"target_type": {
"type": "string",
"example": "Organization"
},
"permissions": {
"$ref": "#/components/schemas/app-permissions"
},
"events": {
"type": "array",
"items": {
"type": "string"
}
},
"created_at": {
"type": "datetime",
"example": "2026-04-17T12:00:00Z"
},
"updated_at": {
"type": "datetime",
"example": "2026-04-17T12:00:00Z"
},
"single_file_name": {
"type": "string",
"example": "config.yaml",
"nullable": true
},
"has_multiple_single_files": {
"type": "boolean",
"example": true
},
"single_file_paths": {
"type": "array",
"items": {
"type": "string"
},
"example": [
"config.yml",
".github/issue_TEMPLATE.md"
]
},
"app_slug": {
"type": "string",
"example": "github-actions"
},
"suspended_by": {
"$ref": "#/components/schemas/nullable-simple-user"
},
"suspended_at": {
"type": "datetime",
"nullable": true,
"example": "2026-04-17T12:00:00Z"
},
"contact_email": {
"type": "string",
"example": "\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\"",
"nullable": true
}
},
"required": [
"id",
"app_id",
"app_slug",
"target_id",
"target_type",
"single_file_name",
"repository_selection",
"access_tokens_url",
"html_url",
"repositories_url",
"events",
"account",
"permissions",
"created_at",
"updated_at",
"suspended_by",
"suspended_at"
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/github-app-api-installation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.