18 lines
312 B
JSON
18 lines
312 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"id",
|
||
|
"state",
|
||
|
"avatar_url",
|
||
|
"web_url",
|
||
|
"path"
|
||
|
],
|
||
|
"properties": {
|
||
|
"id": { "type": "integer" },
|
||
|
"state": { "type": "string" },
|
||
|
"avatar_url": { "type": "string" },
|
||
|
"web_url": { "type": "string" },
|
||
|
"path": { "type": "string" }
|
||
|
}
|
||
|
}
|