I want to create identity network with Rooms and Sensors. I found in API documentation some example with Group :
curl -i -X POST \
-H "Authorization: Bearer <ACCESS_TOKEN>" \
-H "Content-Type: application/json" \
-d \
"{
\"context\": \"https://standards.lifeengine.io/v1/Context/Identity/Group/\",
\"type\": \"Group\",
\"data\": {
\"name\": \"Company Oy\"
}
}" "https://api-sandbox.oftrust.net/identities/v1"
How can I find out what I need to use as value for context if I want to create Room, Sensor?