OMF editor
- Last UpdatedApr 14, 2025
- 2 minute read
The Open Message Format (OMF) defines a set of message headers and message bodies. You write messages in JSON format that generate compliant messages for data ingress. The OMF specification is generic in that it does not specify a particular back-end system. You can use OMF to create types, create streams, and populate streams with data. There are three message formats you can use to accomplish these tasks: type messages, container messages, and data messages.
Use the OMF Editor to build and validate OMF messages to send to the Streams Store.
To build a message using the OMF Editor:
-
In the navigation rail, select Developer Tools. Then select OMF Editor.
-
Choose the message type from the OMF Type dropdown list: Type, Container or Data.
-
Select the OMF version from the OMF Version dropdown list.
-
Edit your message and use the following options:
-
Select
Copy OMF to copy the message content to the clipboard.
-
Select
Format OMF to reset template content alignment after making changes.
-
Select
Download OMF to download the message content to your local drive.
-
Select
Reset template to delete any changes you have made to the message content.
As you edit a message, the editor indicates whether it is valid in the upper right and displays any errors in the Errors pane.
-