From 009d3de6b7ac3f548f920d90d6f6b96703240332 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Thu, 19 Apr 2018 17:35:14 +0200 Subject: [PATCH] adapt to v1.1.1 --- ocrd/model/yaml/ocrd_tool.schema.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ocrd/model/yaml/ocrd_tool.schema.yml b/ocrd/model/yaml/ocrd_tool.schema.yml index 4aca96cd5..680ee612b 100644 --- a/ocrd/model/yaml/ocrd_tool.schema.yml +++ b/ocrd/model/yaml/ocrd_tool.schema.yml @@ -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 @@ -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: