Skip to content
710 changes: 710 additions & 0 deletions cloudevents/extensions/verifiability.md

Large diffs are not rendered by default.

Binary file added cloudevents/extensions/verifiability1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cloudevents/extensions/verifiability2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cloudevents/extensions/verifiability3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cloudevents/extensions/verifiability4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions cloudevents/languages/he/extensions/verifiability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Verifiable CloudEvents with DSSE
מסמך זה טרם תורגם. בבקשה תשתמשו [בגרסה האנגלית של המסמך](../../../extensions/verifiability.md) לבינתיים.
7 changes: 7 additions & 0 deletions cloudevents/languages/zh-CN/extensions/verifiability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Verifiable CloudEvents with DSSE

本文档尚未被翻译,请先阅读英文[原版文档](../../../extensions/verifiability.md) 。

如果您迫切地需要此文档的中文翻译,请[提交一个issue](https://github.com/cloudevents/spec/issues) ,
我们会尽快安排专人进行翻译。

2 changes: 1 addition & 1 deletion cloudevents/languages/zh-CN/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ CloudEvent 可以包含任意数量的具有不同名称的附加上下文属性

#### Defining Extensions/定义扩展

CloudEvent-属性扩展](primer.md#cloudevent-attribute-extensions)
[CloudEvent-属性扩展](primer.md#cloudevent-attribute-extensions属性扩展)
查阅有关扩展使用和定义等相关信息。

扩展的定义应该完全定义属性的方方面面——例如 它的名称、类型、语义含义和可能的值。
Expand Down
6 changes: 5 additions & 1 deletion cloudevents/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ reduce the number of open issues and PRs on our backlog.
- [handling of datacontenttype is inconsistent](https://github.com/cloudevents/spec/issues/558)
- [fix(protobuf)!: Expose CloudEvent structure with explicit fields](https://github.com/cloudevents/spec/pull/1354)
- [The case for minor version](https://github.com/cloudevents/spec/pull/1032)

- [How should we handle text_data in proto](https://github.com/cloudevents/spec/issues/1186)
- [Discussion on CloudEvent data and transcoding](https://github.com/cloudevents/spec/issues/1204)
- [For discussion: SDK conformance tests](https://github.com/cloudevents/spec/issues/1181)
- [Discussion of the meaning of optional](https://github.com/cloudevents/spec/issues/1215)
- [JSON format spec review (for scope creep, ambiguity etc)](https://github.com/cloudevents/spec/issues/963)
9 changes: 9 additions & 0 deletions cloudevents/working-drafts/xml-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
This format specification for CloudEvents defines how events are expressed
in XML documents.

The following are related to this specification but have been closed
due to inactivity. If someone would like to reopen, and drive to completion,
any of these issues please comment in the issue(s).
- [Create a PR with some tweaks to the wording about relationship of context attrs and data](https://github.com/cloudevents/spec/issues/1250#top)
- [Create an issue for CE xsi type](https://github.com/cloudevents/spec/issues/1238#top)
- [XSD - Provide concrete XSD that XML Documents can Validated against](https://github.com/cloudevents/spec/issues/1015#top)
- [Named Element 'ExtensionAttributes' of Type any](https://github.com/cloudevents/spec/issues/1014#top)
- [add some info about extension attributes](https://github.com/cloudevents/spec/pull/1335)

## Status of this document

This document is a working draft.
Expand Down