Unexected author_id in fastapi docs, maybe use submitter_id? #218
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
orinoco/dump-things-service#218
Loading…
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?
I created a test collection using the things/v2 schema. I went to the fastapi docs to post a test
Thing, and I saw this:I have no idea where
author_idis coming from, or why it is shown here.If any field should be singled out here, it should be
pid.Ah, this is probably an identifier that is used as a value for the submitter tagging, right?
If that is true, it would be useful to use consistent naming, ie.
submitter_id.Unexectedto Unexectedauthor_idin fastapi docsauthor_idin fastapi docs, maybe usesubmitter_id?