spec
spec copied to clipboard
[Subscription API] I get confused by introduction section about filter dialects
Section 3.2.4.1 Filter Dialects tells that Filter dialects are identified by a unique URI-Reference.
{ "dialect URI-Reference" : { <dialect-specific-properties> } }
However, in the first filter dialect that MUST be supported following the specification the attribute exact
does not look as a unique URI-reference to me.
{ "exact": { "type": "com.github.push", "subject": "https://github.com/cloudevents/spec" } }
While short, I think it is a valid URI-ref per https://www.rfc-editor.org/rfc/rfc3986#section-4.1
We kind of cheated a little by grabbing such a short one and perhaps we should make it more official with something like http://cloudevents.org/filters/.... but that's a lot of typing for common ones. :-)
Do you see an issue with us using it?
I want to work to fix this issue
This issue is stale because it has been open for 30 days with no
activity. Mark as fresh by updating e.g., adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
This issue is stale because it has been open for 30 days with no
activity. Mark as fresh by updating e.g., adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
This issue is stale because it has been open for 30 days with no
activity. Mark as fresh by updating e.g., adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
This issue is stale because it has been open for 30 days with no
activity. Mark as fresh by updating e.g., adding the comment /remove-lifecycle stale
.
@Prakharkarsh1 were you going to work on this one?
Although, I'm not sure what the fix is since it's technically legal