Commit 738de26c authored by Rémy Coutable's avatar Rémy Coutable

Add avatar_url to the Board public JSON shema

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7f9d234b
......@@ -14,6 +14,7 @@
"type": "object",
"required": [
"id",
"avatar_url",
"description",
"default_branch",
"tag_list",
......@@ -31,6 +32,7 @@
],
"properties": {
"id": { "type": "integer" },
"avatar_url": { "type": ["string", "null"] },
"description": { "type": ["string", "null"] },
"default_branch": { "type": ["string", "null"] },
"tag_list": { "type": "array" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment