Don't link from OGC API Features to WFS 2.0 DescribeFeatureType output, if WFS is disabled
Description
The current code builds a describedBy link to the DescribeFeatureType output. While it provides a schema for the GML output, it won’t work if WFS is disabled (OGC API Features keeps working btw). In that case, remove the link for now, as OGC API Features does not require to have a schema.
Later, we can have it generate it nevertheless, binding it to a local resource (we’ll have to figure out the best way to support different schemas, for different representations).
The current code builds a describedBy link to the DescribeFeatureType output. While it provides a schema for the GML output, it won’t work if WFS is disabled (OGC API Features keeps working btw). In that case, remove the link for now, as OGC API Features does not require to have a schema.
Later, we can have it generate it nevertheless, binding it to a local resource (we’ll have to figure out the best way to support different schemas, for different representations).