{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-issues-api-ldap-mapping-team-schema.json", "title": "ldap-mapping-team", "description": "ldap-mapping-team from GitHub API", "type": "object", "properties": { "ldap_dn": { "type": "string", "example": "example_value" }, "id": { "type": "integer", "example": 42 }, "node_id": { "type": "string", "example": "12345678" }, "url": { "type": "string", "example": "https://api.github.com/repos/octocat/Hello-World" }, "html_url": { "type": "string", "example": "https://api.github.com/repos/octocat/Hello-World" }, "name": { "type": "string", "example": "octocat" }, "slug": { "type": "string", "example": "example_value" }, "description": { "type": "string", "nullable": true, "example": "This is an example repository" }, "privacy": { "type": "string", "example": "example_value" }, "permission": { "type": "string", "example": "example_value" }, "members_url": { "type": "string", "example": "https://api.github.com/repos/octocat/Hello-World" }, "repositories_url": { "type": "string", "example": "https://api.github.com/repos/octocat/Hello-World" }, "parent": { "nullable": true, "example": "example_value" } } }