properties.language as a string (should be an object)
properties.formats as a list of strings (should be a list of objects)
While we do not define or require these in WCMP2 per se, they are put forth in the examples. Fix examples to reflect correct structure in OGC API - Records for good measure.
Note that while this only affects the examples/ directory, the specification includes examples/de-dwd.icon-eps-all.json, so this change will require a document update as a result.
Examples currently encode:
properties.language
as a string (should be an object)properties.formats
as a list of strings (should be a list of objects)While we do not define or require these in WCMP2 per se, they are put forth in the examples. Fix examples to reflect correct structure in OGC API - Records for good measure.
Note that while this only affects the
examples/
directory, the specification includesexamples/de-dwd.icon-eps-all.json
, so this change will require a document update as a result.