David Bernard

Results 54 issues of David Bernard

## Why should we remove `subject.type`? `subject.type` seems useless, and to create more trouble (for SDK creator, user) that is solve: - the content is defined by `context.type`, `subject.type` alone...

breaking change

In the JSON schema, the type and format of some URL fields (`subject.content.url`, `subject.content.wiewUrl`) is not consistent. Is this expected? And sometimes they are required with "minLength: 1" and sometimes...

breaking change

value of $id should be aligned with `context.type`: - `context.type` follow the format: `dev.cdevents.{{subject}}.{{predicate}}.{{subject_predicate_version}}` - `$id` should follow the format: `https://cdevents.dev/{{spec_version}}/schema/{{subject}}-{{predicate}}-event` ``` "$id": "https://cdevents.dev/0.4.0-draft/schema/pipeline-run-queued-event", "properties": { "context": { "properties": {...

Use the same way to name files in examples & schema, both with _ as separator (snake_case format) : `{{subject}}_{{predicate}}.json` ## Questions 1. Why not add a number (2 digit)...