From 05e7ff7d017e19386031610e504666232ca0cb53 Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Wed, 26 Aug 2020 12:51:42 +0200
Subject: [PATCH] Fixing enumeration in schema

---
 preprocessor/preprocessor/config-schema.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/preprocessor/preprocessor/config-schema.yaml b/preprocessor/preprocessor/config-schema.yaml
index 695bea47..231f3ef1 100644
--- a/preprocessor/preprocessor/config-schema.yaml
+++ b/preprocessor/preprocessor/config-schema.yaml
@@ -112,7 +112,7 @@ definitions:
         type:
           description: The type of georeferencing to apply.
           type: string
-          enum: [gcp, rpc, world] # TODO: more
+          enum: [gcp, rpc, corner, world] # TODO: more
         options:
           description: Additional options for the georeferencing. Depends on the type of georeferencing.
           type: object
-- 
GitLab