ebi-ait / checklist

Template repository for checklists
Apache License 2.0
1 stars 0 forks source link

$id of schema should be the resource url #136

Closed amnonkhen closed 1 month ago

amnonkhen commented 1 month ago

A generated or imported checklist should have its $id point to the download resource URL.

For example:

{
        ...
        "$id": "http://localhost:8080/api/v2/mongoJsonSchemas/ERC000011:1.0"
        ...
}
amnonkhen commented 1 month ago

The $id should be the registry url rather than the store object url.