Skip to content

Commit

Permalink
Update federation-manager-message-formats.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Aug 20, 2020
1 parent 4fe58d0 commit 8a2214f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fm/federation-manager-message-formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ schemas: { collection of schema references for the message format(s) } <1>
eventType: {create, read, update, delete}
----
<1> In JSON: schemas: Array of strings
<1> In YAML:
---
schemas:
- s1: http://../.
- s2: ...
---

[source,js
----
Expand Down

0 comments on commit 8a2214f

Please sign in to comment.