We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc370a commit 6177532Copy full SHA for 6177532
CHANGES.rst
@@ -12,7 +12,10 @@ Changes
12
13
Changes:
14
--------
15
-- No change.
+- Add resilient handling of `I/O` literal ``default`` values when parsing remote `OGC API - Processes` descriptions.
16
+ Due to varying definitions from the standard revisions, some implementations could indicate a single literal default
17
+ value as an array representation (e.g.: ``default: [1.23]``), leading to parsing "errors" in `Weaver` that expects a
18
+ strict match between the ``default`` value and its ``type``.
19
20
Fixes:
21
------
0 commit comments