Created
April 28, 2016 18:39
-
-
Save d00rman/b0af363194e0d4382958f21f0355bd0a to your computer and use it in GitHub Desktop.
Error object schema idea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
event: | |
type: object | |
properties: | |
structured_field1: | |
type: type1 | |
structured_field2: | |
type: type2 | |
structured_field3: | |
type: type3 | |
stringified_event: | |
type: string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment