Google Nest Context

JSON-LD context defining the semantic vocabulary for Google Nest from Google Nest Smart Device Management.

0 Classes 9 Properties 2 Namespaces
View Context View on GitHub

Namespaces

sdm: https://developers.google.com/nest/device-access/api#
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
Device
Structure
Room
deviceType string
traits @json
parentRelations list
command string
params @json
displayName string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sdm": "https://developers.google.com/nest/device-access/api#",
    "Device": {
      "@id": "sdm:Device"
    },
    "Structure": {
      "@id": "sdm:Structure"
    },
    "Room": {
      "@id": "sdm:Room"
    },
    "deviceType": {
      "@id": "sdm:type",
      "@type": "xsd:string"
    },
    "traits": {
      "@id": "sdm:traits",
      "@type": "@json"
    },
    "parentRelations": {
      "@id": "sdm:parentRelations",
      "@container": "@list"
    },
    "command": {
      "@id": "sdm:command",
      "@type": "xsd:string"
    },
    "params": {
      "@id": "sdm:params",
      "@type": "@json"
    },
    "displayName": {
      "@id": "https://schema.org/name",
      "@type": "xsd:string"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}