opengeospatial / ogcapi-processes

Home Page:https://ogcapi.ogc.org/processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid ref in openapi/responses/ProcessList yaml

justb4 opened this issue · comments

core/openapi/responses/ProcessList.yaml contains an invalid ref:

      $ref: "https://raw.githubusercontent.com/opengeospatial/wps-rest-binding/master/core/openapi/schemas/processCollection.yaml"

This should be

      $ref: "https://raw.githubusercontent.com/opengeospatial/wps-rest-binding/master/core/openapi/schemas/processList.yaml"

due to recent change from #86 for #82.

Thanks for reporting this.

@bpross-52n thanks for very quick action!