Skip to main content

Azure AppDev Challenge

Appendix C – Suggested Schema

{
"properties": {
"Thingid": {
"type": "number"
},
"Image": {
"type": "string"
},
"Latitude": {
"type": "number"
},
"Longitude": {
"type": "number"
},
"Name": {
"type": "string"
},
"Status": {
"type": "string"
},
"Text": {
"type": "string"
},
"Data": {
"type": "string"
}

},
"type": "object"
}