Created
January 25, 2023 23:27
-
-
Save fabianekc/1e6930333398d669dab72f9854f0b32d to your computer and use it in GitHub Desktop.
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
{ | |
"beekeeper_did": "asdf", | |
"produced_at": "2023-01-19", | |
"volume": 2.5, | |
"unit": "kg", | |
"wanderkarte": { | |
"location": { | |
"address": "Burggarten", | |
"polygon": [ | |
{ | |
"latitude": 45.2, | |
"longitude": 16.8 | |
}, | |
{ | |
"latitude": 45.2, | |
"longitude": 16.8 | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment