Use _id
instead of osid
as field name for auto-generated entity IDs
#95
Unanswered
gamemaker1
asked this question in
Ideas & Enhancements
Replies: 2 comments
-
Maybe this can be made configuration with default being the current |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah noted, we will make it configurable and use osid for the cases where compatibility is needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most databases/services that auto-add ID fields to entities add it as a
_id
field. The nameosid
is confusing and un-intuitive to developers using the registry.I suggest we use a standard name (e.g.,
_id
) for the field that other services (like MongoDB, ElasticSearch) use already, to make the API more intuitive and easy to get started with for developers.Beta Was this translation helpful? Give feedback.
All reactions