Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit 4f93b1f

Browse files
authored
Merge pull request #29 from ripienaar/27.1
(#27) update readme
2 parents 47106ff + 384e2e6 commit 4f93b1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Event Schemas are stored in the [Choria Schemas repository](https://github.com/c
2929
```json
3030
{
3131
"protocol":"io.choria.lifecycle.v1.startup",
32+
"id":"01e72410-d734-4611-9485-8c6a2dd2579b",
3233
"identity":"c1.example.net",
3334
"version":"0.6.0",
3435
"timestamp":1535369537,
@@ -41,6 +42,7 @@ Event Schemas are stored in the [Choria Schemas repository](https://github.com/c
4142
```json
4243
{
4344
"protocol":"io.choria.lifecycle.v1.shutdown",
45+
"id":"01e72410-d734-4611-9485-8c6a2dd2579b",
4446
"identity":"c1.example.net",
4547
"component":"server",
4648
"timestamp":1535369536
@@ -52,6 +54,7 @@ Event Schemas are stored in the [Choria Schemas repository](https://github.com/c
5254
```json
5355
{
5456
"protocol":"io.choria.lifecycle.v1.provisioned",
57+
"id":"01e72410-d734-4611-9485-8c6a2dd2579b",
5558
"identity":"c1.example.net",
5659
"component":"server",
5760
"timestamp":1535369536
@@ -63,6 +66,7 @@ Event Schemas are stored in the [Choria Schemas repository](https://github.com/c
6366
```json
6467
{
6568
"protocol":"io.choria.lifecycle.v1.alive",
69+
"id":"01e72410-d734-4611-9485-8c6a2dd2579b",
6670
"identity":"c1.example.net",
6771
"version":"0.6.0",
6872
"timestamp":1535369537,

0 commit comments

Comments
 (0)