From efa9b5a8f12129996bb2c1ca7c6bffca5832942f Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Thu, 9 Nov 2017 02:10:23 +0100 Subject: [PATCH 1/2] Add missing required key for sync format --- api/client-server/definitions/event.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/client-server/definitions/event.yaml b/api/client-server/definitions/event.yaml index aa893fd4..077036b9 100644 --- a/api/client-server/definitions/event.yaml +++ b/api/client-server/definitions/event.yaml @@ -12,6 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. properties: + event_id: + description: The ID of this event. + type: string content: description: The content of this event. The fields in this object will vary depending on the type of event. From dcaaf84395e26d0564c7e71d96a865a8dee43d84 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Thu, 9 Nov 2017 15:28:44 +0100 Subject: [PATCH 2/2] Be clear that event_id is not applicable everywhere --- api/client-server/definitions/event.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/definitions/event.yaml b/api/client-server/definitions/event.yaml index 077036b9..a53b6af7 100644 --- a/api/client-server/definitions/event.yaml +++ b/api/client-server/definitions/event.yaml @@ -13,7 +13,7 @@ # limitations under the License. properties: event_id: - description: The ID of this event. + description: The ID of this event, if applicable. type: string content: description: The content of this event. The fields in this object will vary depending