To indicate in a POST/PUT/PATCH request that the payload is GeoJSON with JSON-FG extensions, the section on GeoJSON payloads should specify the mechanism.
In our implementation we use a profile link just as we do it when querying a feature. For example, in a POST/PUT request:
Content-Type: application/geo+json
Link: <http://www.opengis.net/def/profile/OGC/0/jsonfg>; rel=profile
To indicate in a POST/PUT/PATCH request that the payload is GeoJSON with JSON-FG extensions, the section on GeoJSON payloads should specify the mechanism.
In our implementation we use a
profilelink just as we do it when querying a feature. For example, in a POST/PUT request: