-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s/schemaurl/dataschema/ to be consistent #475
Conversation
On last week's call we briefly discussed this and "someone" mentioned that they thought the If you have an opinion on this (for or against) please speak up here or on the call this week. I'd like to resolve this issue (one way or the other) if we can. |
Per today's call I:
|
SDK.md
Outdated
@@ -128,7 +128,7 @@ Here's the list of getters: | |||
Source() -> URL | |||
EventID() -> string | |||
EventTime() -> RFC3339 | |||
SchemaURL() -> string | |||
DataSchema() -> string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> URL
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me - I'll pick up this change - if someone thinks it's incorrect we can open another PR and revert it. @clemensv @markpeek @fabiojose @deissnerk
Let's discuss. But I tend to think it's better to get this right for v1.0 than to continue to be inconsistent and let a pre-v1.0 version dictate things forever. Signed-off-by: Doug Davis <dug@us.ibm.com>
Signed-off-by: Doug Davis <dug@us.ibm.com>
Approved on the 8/15 call |
Let's discuss. But I tend to think it's better to get this right
for v1.0 than to continue to be inconsistent and let a pre-v1.0
version dictate things forever.
Closes #474
Signed-off-by: Doug Davis dug@us.ibm.com