DFO-CHS-Dynamic-Hydrographic-Products / IWLS_pygeoapi

pygeoapi plugins to access and process water level and surface currents from the IWLS public API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve issue with empty enums in the openapi yml config file

maximecarre1 opened this issue · comments

Running pygeoapi openapi generate on the current build results in a yml config that doesn't pass validation checks due to the presence of an empty enum field in the description of the get methods for each collection.

Validation script for openapi yml file has been updated in pygeoapi version 0.14.0, but the same empty enum error remains.