Skip to content

Commit

Permalink
Merge pull request #1 from open-contracting/fix-for-duplicate
Browse files Browse the repository at this point in the history
Remove duplicate implementation block
  • Loading branch information
timgdavies authored Apr 11, 2017
2 parents 33eccb6 + 5d713e2 commit 58e3402
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions release-schema.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"definitions": {
"Implementation": {
"properties": {
"charges": {
"type":"array",
"title":"Charges",
"description":"Information on the revenue to be raised through charges, as set out in the contract itself, or relevant base-case for the contract.",
"items": {
"$ref": "#/definitions/Charge"
}
}
},
"Implementation": {
"properties": {
"charges": {
Expand Down Expand Up @@ -74,4 +63,3 @@
}
}
}
}

0 comments on commit 58e3402

Please sign in to comment.