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 @@ ...@@ -14,6 +14,7 @@
"type": "object", "type": "object",
"required": [ "required": [
"id", "id",
"avatar_url",
"description", "description",
"default_branch", "default_branch",
"tag_list", "tag_list",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
], ],
"properties": { "properties": {
"id": { "type": "integer" }, "id": { "type": "integer" },
"avatar_url": { "type": ["string", "null"] },
"description": { "type": ["string", "null"] }, "description": { "type": ["string", "null"] },
"default_branch": { "type": ["string", "null"] }, "default_branch": { "type": ["string", "null"] },
"tag_list": { "type": "array" }, "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