spec
spec copied to clipboard
CloudEvents Specification
Translate spec/cloudevents/languages/zh-CN/RELEASE_NOTES to zh-CN #1027
In the OAS for the Subscription API the Filter object is included: ```yaml Filter: title: "Filter" description: "A filter from a selection of multiple filter types and dialects" type: object...
Section [3.2.4.1 Filter Dialects](https://github.com/cloudevents/spec/blob/main/subscriptions/spec.md#3241-filter-dialects) tells that Filter dialects are identified by a unique URI-Reference. ``` { "dialect URI-Reference" : { } } ``` However, in the first filter dialect that...
Trying the understand the CE filter expressions, I have converted the [OAS schema for the Subscription API](https://github.com/cloudevents/spec/blob/main/subscriptions/subscriptions-openapi.yaml) to JSON Schema (see at the bottom of this message). This allows me...
First pass at the next major rev of the discovery spec. Tries to align with this: https://drive.google.com/file/d/1C8JrRPMlzwk9uBvHEaRVbfZU2orHmeGp/view Signed-off-by: Doug Davis
This is an initial drafty proposal for how we might handle minor versions. It's intended for discussion as a pull request, although we could potentially end up with it in...
Reliable specifications (protocols) require validation and testing to guarantee interoperability, particularly as a specification evolves (versions over time). We're in need of a tool (maybe two?) to validate event formats...
[This section](https://github.com/cloudevents/spec/blob/main/cloudevents/http-webhook.md#413-webhook-request-callback) states: > The delivery target grants permission by issuing an HTTPS GET or POST request against the given URL. The "or" here throws a real monkey wrench into...
Ref: https://github.com/cloudevents/spec/blob/master/http-webhook.md#413-webhook-request-callback The spec says this: ``` If the delivery target chooses to grant permission by callback, it withholds the response headers. ``` And also: ``` The HTTP GET request...
Following the operations described for the HTTP REST API in section 3 there are the following inconsistencies: 1. Creating an individual `Schema` is not supported by the described API. One...