Commit 1a95152b authored by Kushal Pandya's avatar Kushal Pandya

Add `web_edit_url` and `status` keys

parent 785c9adb
...@@ -20,11 +20,13 @@ ...@@ -20,11 +20,13 @@
"files_max_capacity": { "type": "integer" }, "files_max_capacity": { "type": "integer" },
"repos_max_capacity": { "type": "integer" }, "repos_max_capacity": { "type": "integer" },
"clone_protocol": { "type": ["string"] }, "clone_protocol": { "type": ["string"] },
"web_edit_url": { "type": "string" },
"_links": { "_links": {
"type": "object", "type": "object",
"required": ["self", "repair"], "required": ["self", "repair"],
"properties" : { "properties" : {
"self": { "type": "string" }, "self": { "type": "string" },
"status": { "type": "string" },
"repair": { "type": "string" } "repair": { "type": "string" }
}, },
"additionalProperties": false "additionalProperties": false
......
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