Created
December 4, 2019 13:24
-
-
Save jeroenr/046c0849dee7a02679a45fabbff94f8f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"namespace": "com.github.jeroenr.rain.radar", | |
"type": "record", | |
"name": "Location", | |
"fields":[ | |
{ | |
"name": "lat", "type": "double" | |
}, | |
{ | |
"name": "lng", "type": "double" | |
}, | |
{ | |
"name": "city", "type": "string" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment