Skip to content

Commit

Permalink
revert ocrd_tool schema to not include sample-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Mar 30, 2020
1 parent 241c324 commit e0ee7a1
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions ocrd_validators/ocrd_validators/ocrd_tool.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,33 +124,3 @@ properties:
- layout/segmentation/word
- layout/segmentation/classification
- layout/analysis
sample-calls:
description: "Sample calls of the CLI to illustrate typical usage"
type: array
items:
type: object
additionalProperties: false
required:
- call
- description
properties:
description:
description: What this command call does
type: string
call:
description: The command line call
type: string
pattern: '^ocrd-'
ocrd_zip:
description: OCRD-ZIP fitting the command line call
type: string
format: uri
input-image:
description: A visual representation of an input image/document before processing
type: string
format: uri
output-image:
description: A visual representation of an output image/document after processing
type: string
format: uri

0 comments on commit e0ee7a1

Please sign in to comment.