+stl backends assume schema_type #107
Labels
No labels
bug
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/dump-things-server#107
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?
The docs do not spell out that any schema would be based on https://concepts.datalad.org/s/things/v1/
At the same time, the
+stlbackends assume aschema_typeproperty with the exact semantics that are defined in https://concepts.datalad.org/s/things/v1/This connection needs to become more obvious. Either by saying that these backends are meant to work with the
thingsschema, or by adding configuration that makes them compatible with schemas using different semantics.A similar question could be asked for
pid.For now, I updated
README.mdto describe the underlying assumptions explicitly.