From d04cbd0e0d7b350ca73b119e2add0164eea615f8 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Thu, 23 Jul 2020 13:06:57 +0200 Subject: [PATCH] Change ProcessCollection to ProcessList in oapip schema ref (#494) Should fix #493 --- pygeoapi/openapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/openapi.py b/pygeoapi/openapi.py index 8a724f1..d54c174 100644 --- a/pygeoapi/openapi.py +++ b/pygeoapi/openapi.py @@ -517,7 +517,7 @@ def get_oas_30(cfg): {'$ref': '#/components/parameters/f'} ], 'responses': { - '200': {'$ref': '{}/responses/ProcessCollection.yaml'.format(OPENAPI_YAML['oapip'])}, # noqa + '200': {'$ref': '{}/responses/ProcessList.yaml'.format(OPENAPI_YAML['oapip'])}, # noqa 'default': {'$ref': '#/components/responses/default'} } }