File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -305,12 +305,18 @@ export interface Link {
305
305
anchor ?: string ;
306
306
}
307
307
308
+ export interface ExpectedResponse {
309
+ contentType ?: string ;
310
+ }
311
+
308
312
export interface Form {
309
313
href : string ;
310
314
subprotocol ?: string ;
311
315
op ?: string | Array < string > ;
312
316
contentType ?: string ; // media type + parameter(s), e.g., text/plain;charset=utf8
313
- security ?: Security ;
317
+ security ?: Array < string > ; // Set of security definition names, chosen from those defined in securityDefinitions // Security;
318
+ scopes ?: Array < string > ;
319
+ response ?: ExpectedResponse ;
314
320
}
315
321
316
322
export declare type MultiLanguage = any ; // object?
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wot-typescript-definitions" ,
3
- "version" : " 0.6.0-SNAPSHOT.4 " ,
3
+ "version" : " 0.6.0-SNAPSHOT.5 " ,
4
4
"description" : " TypeScript definitions for the W3C WoT Scripting API" ,
5
5
"author" : " W3C Web of Things Working Group" ,
6
6
"license" : " W3C-20150513" ,
You can’t perform that action at this time.
0 commit comments