Skip to main content

Azure AppDev Challenge

Appendix C โ€“ Suggested Schemaโ€‹

{
"properties": {
"DeviceId": {
"type": "number"
},
"Image": {
"type": "string"
},
"Latitude": {
"type": "number"
},
"Longitude": {
"type": "number"
},
"Name": {
"type": "string"
},
"Text": {
"type": "string"
}
},
"type": "object"
}