opengeospatial / ets-ogcapi-processes10

Other
3 stars 3 forks source link

Properly testing input multiplicity #58

Open jerstlouis opened 1 year ago

jerstlouis commented 1 year ago

Describe the bug The ETS does not currently seem to properly test multiplicity of inputs.

Expected behavior The ETS should use the array form for inputs with multiplicity > 1, and if minOccurs is < 2, it should also test the singular form (without the extra brackets).

Additional context In the sample Echo process, imagesInput has a minOccurs of 1 and a maxOccurs of 150. The ETS should test various forms e.g.:

bpross-52n commented 1 year ago

This issue will be discussed at the SWG meeting on October 16th.

bpross-52n commented 1 year ago

As there is currently no requirement for testing input multiplicity, we will leave this as open as enhancement for future work.