From f0f59f900fa92e2273b079ed844d6aea8858f7e9 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Tue, 5 Mar 2019 09:54:24 -0500 Subject: [PATCH] fix ref --- pygeoapi/process/hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/process/hello_world.py b/pygeoapi/process/hello_world.py index c495147..b1a517c 100644 --- a/pygeoapi/process/hello_world.py +++ b/pygeoapi/process/hello_world.py @@ -63,7 +63,7 @@ PROCESS_METADATA = { 'outputs': [{ 'id': 'hello-world-response', 'title': 'output hello world', - 'input': { + 'output': { 'formats': [{ 'mimeType': 'application/json' }]