DFO-CHS-Dynamic-Hydrographic-Products / IWLS_pygeoapi

pygeoapi plugins to access and process water level and surface currents from the IWLS public API
5 stars 0 forks source link

Resolve issue with empty enums in the openapi yml config file #11

Closed maximecarre1 closed 1 year ago

maximecarre1 commented 2 years ago

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.

maximecarre1 commented 1 year ago

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