You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the specification it is defined that each process and collection has a name. This name is expected to be a unique identifier. I'd propose to change this to an id due to the following reasons:
id and title are unambiguous, name is not. Throughout software industry name is used for both titles and identifiers. Just by changing name to id the documentation would be much clearer what is expected there.
Consistency. name is used for processes and datasets, all other use id. As WFS/STAC will change to id, we should also apply this ton the processes. It would also make the conection to process_id in the process graph more clear.
For consistency, we should align with data discovery and process discovery and replace "service_id", "process_graph_id", "job_id" etc in their entities responses with "id".
In the specification it is defined that each process and collection has a name. This name is expected to be a unique identifier. I'd propose to change this to an id due to the following reasons:
Related issues: opengeospatial/ogcapi-features#171 + radiantearth/stac-spec#262
The text was updated successfully, but these errors were encountered: