From efa9b5a8f12129996bb2c1ca7c6bffca5832942f Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Thu, 9 Nov 2017 02:10:23 +0100 Subject: [PATCH] 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.