Created
February 6, 2017 21:17
-
-
Save bobvanluijt/ee131b63431cce8e617fa388bad8c224 to your computer and use it in GitHub Desktop.
Weave - personalizedInfos
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
{ | |
"PersonalizedInfo": { | |
"externalTypeName": "clouddevices.PersonalizedInfo", | |
"properties": { | |
"id": { | |
"default": "me", | |
"description": "Unique personalizedInfo ID. Value: the fixed string \"me\".", | |
"type": "string" | |
}, | |
"kind": { | |
"default": "weave#personalizedInfo", | |
"description": "Identifies what kind of resource this is. Value: the fixed string \"weave#personalizedInfo\".", | |
"type": "string" | |
}, | |
"lastUseTimeMs": { | |
"description": "Timestamp of the last device usage by the user in milliseconds since epoch UTC.", | |
"format": "int64", | |
"type": "string" | |
}, | |
"location": { | |
"description": "Personalized device location.", | |
"type": "string" | |
}, | |
"name": { | |
"description": "Personalized device display name.", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment