In SwaggerUI, the current properties.yaml shows as a list box with only foo and bar as valid properties.
What would be the correct way to specify this parameter to get a friendlier UI?
In OGC API - DGGS, we simply used string:
https://schemas.opengis.net/ogcapi/dggs/1.0/openapi/parameters/dggs-core/properties.yaml
https://schemas.opengis.net/ogcapi/dggs/1.0/openapi/parameters/dggs-core/exclude-properties.yaml
The current schema is also missing a description, which could be partly inspired from the DGGS / Coverages one above.
In SwaggerUI, the current
properties.yamlshows as a list box with onlyfooandbaras valid properties.What would be the correct way to specify this parameter to get a friendlier UI?
In OGC API - DGGS, we simply used
string:https://schemas.opengis.net/ogcapi/dggs/1.0/openapi/parameters/dggs-core/properties.yaml
https://schemas.opengis.net/ogcapi/dggs/1.0/openapi/parameters/dggs-core/exclude-properties.yaml
The current schema is also missing a description, which could be partly inspired from the DGGS / Coverages one above.