Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created February 6, 2017 21:17
Show Gist options
  • Save bobvanluijt/ee131b63431cce8e617fa388bad8c224 to your computer and use it in GitHub Desktop.
Save bobvanluijt/ee131b63431cce8e617fa388bad8c224 to your computer and use it in GitHub Desktop.
Weave - personalizedInfos
{
"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