Query CSR: geo-coverage fields - bare GeoJSON vs GeoProperty wrapper on the discovery list endpoint
Clause 5.2.9 represents the CSR geo-coverage fields (`location` / `observationSpace` / `operationSpace`) as **bare GeoJSON**.
Fixtures **037_05 / 037_07 / 037_08** (QueryContextSourceRegistrations) assert the normalized **GeoProperty** wrapper (`{ "type": "GeoProperty", "value": <geojson> }`) on the discovery **list** response, while **033_01_03** (single-CSR retrieve) asserts **bare GeoJSON** — an inconsistency between the two discovery endpoints.
A spec-faithful broker returns bare GeoJSON on both and therefore fails 037_05/07/08.
Request: align 037_05/07/08 to bare GeoJSON, consistent with 033_01_03 and clause 5.2.9.
issue