wot-typescript-definitions
Advanced tools
Comparing version
@@ -98,4 +98,4 @@ import { Observable } from 'rxjs/Observable'; | ||
id?: string; | ||
/** The name attribute represents the user given name of the Thing */ | ||
name?: string; | ||
/** The title attribute represents the user given name of the Thing */ | ||
title?: string; | ||
/** Define the base URI that is valid for all defined local interaction resources */ | ||
@@ -190,4 +190,4 @@ base?: string; | ||
id: string; | ||
/** name becomes mandatory for Thing instances */ | ||
name: string; | ||
/** title becomes mandatory for Thing instances */ | ||
title: string; | ||
/** base becomes available for Thing instances (part of binding metadata) */ | ||
@@ -194,0 +194,0 @@ base?: string; |
{ | ||
"name": "wot-typescript-definitions", | ||
"version": "0.7.0-NEXT-SNAPSHOT.7", | ||
"version": "0.7.0-NEXT-SNAPSHOT.8", | ||
"description": "TypeScript definitions for the W3C WoT Scripting API", | ||
@@ -5,0 +5,0 @@ "author": "W3C Web of Things Working Group", |
20208
0.02%