-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-issues-api-ldap-mapping-team-structure.json
More file actions
62 lines (62 loc) · 1.51 KB
/
github-issues-api-ldap-mapping-team-structure.json
File metadata and controls
62 lines (62 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-issues-api-ldap-mapping-team-structure.json",
"name": "ldap-mapping-team",
"description": "ldap-mapping-team from GitHub API",
"type": "object",
"properties": {
"ldap_dn": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "int32",
"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"
}
}
}