Skip to content

Commit

Permalink
Merge branch 'resources-ocrd-tool' of https://github.com/OCR-D/spec i…
Browse files Browse the repository at this point in the history
…nto resources-ocrd-tool
  • Loading branch information
kba committed Feb 14, 2022
2 parents 9a05e04 + 099141d commit 544e2e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocrd_tool.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ properties:
resource_locations:
type: array
description: The locations in the filesystem this processor supports for resource lookup
default: ['data', 'cwd', 'system']
default: ['data', 'cwd', 'system', 'module']
items:
type: string
enum: ['data', 'cwd', 'system']
enum: ['data', 'cwd', 'system', 'module']
resources:
type: array
description: Resources for this processor
Expand All @@ -164,7 +164,7 @@ properties:
description: Name to store the resource as
type:
type: string
enum: ['file', 'github-dir', 'tarball']
enum: ['file', 'directory', 'archive']
default: file
description: Type of the URL
parameter_usage:
Expand Down

0 comments on commit 544e2e3

Please sign in to comment.