Skip to content

Commit

Permalink
Fixed swagger.yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Roos committed Jan 20, 2019
1 parent 3568443 commit 4929beb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/content/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,8 @@ definitions:
readOnly: false
dependent_jobs:
type: array
items: {
items:
type: string
}
description: "Array containing the jobs that depends on this one"
example: ['dependent_job']
readOnly: true
Expand Down

0 comments on commit 4929beb

Please sign in to comment.