Check if dumpthings and shacl-vue use the same source for schema #209
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It came up in the lab meeting that for pool-v0 on edu.datalad.org both use demo-research-assets schema, but from different source urls (trr versus another one). The two services should check if they use the same schema.
Thinking about this again, perhaps
shacl-vuecould ask adumpthingscollection endpoint with a GET request for the URL that it uses to drive the collection. @christian-monch what do you think?I think it is a good idea, added dumpthings item #166 (implement an endpoint that returns the schema-ID).
BTW: the api-docs, i.e.,
https://.../<api-root>/docsorhttps://.../<api-root>/openapi.json/in JSON format, show the IDs of the schemas that are used in thetags`-attribute of the store-endpoints. But this information is not easily machine-readable because it is contained in a description string. It is useful for manual checks.