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

Resolve conflict in issue_boards.json

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