Commit 2a5ffe69 authored by Brett Walker's avatar Brett Walker

Resolve conflict in issue_boards.json

parent 0d587445
...@@ -2,24 +2,16 @@ ...@@ -2,24 +2,16 @@
"type": "object", "type": "object",
"required" : [ "required" : [
"issues", "issues",
<<<<<<< HEAD
"size", "size",
"total_weight" "total_weight"
=======
"size"
>>>>>>> upstream/master
], ],
"properties" : { "properties" : {
"issues": { "issues": {
"type": "array", "type": "array",
"items": { "$ref": "issue_board.json" } "items": { "$ref": "issue_board.json" }
}, },
<<<<<<< HEAD
"size": { "type": "integer" }, "size": { "type": "integer" },
"total_weight": { "type": "integer" } "total_weight": { "type": "integer" }
=======
"size": { "type": "integer" }
>>>>>>> upstream/master
}, },
"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