Skip to content

Commit

Permalink
adapt to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 19, 2018
1 parent 0136b42 commit 009d3de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ocrd/model/yaml/ocrd_tool.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Schema for tools by OCR-D MP
required:
- git_url
- tools
additionalProperties: false
properties:
git_url:
description: Github/Gitlab URL
Expand All @@ -15,12 +16,13 @@ properties:
type: array
items:
type: object
additionalProperties: false
required:
- description
- step
- exceutable
- executable
properties:
exceutable:
executable:
description: The name of the CLI executable in $PATH
type: string
parameterSchema:
Expand Down

0 comments on commit 009d3de

Please sign in to comment.