Merge pull request #1060 from maxidor/max/cs/sync-missing_event_id

Add missing optional key for sync format
This commit is contained in:
Richard van der Hoff 2017-11-09 18:18:08 +00:00 committed by GitHub
commit 5697466a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, if applicable.
type: string
content:
description: The content of this event. The fields in this object will vary depending
on the type of event.