Skip to content

Commit

Permalink
chore(typescript): sync thing description json schema from wot-thing-…
Browse files Browse the repository at this point in the history
…description.git
  • Loading branch information
danielpeintner committed Mar 23, 2023
1 parent 2017b95 commit 472900f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,10 @@
"contentType": {
"type": "string"
}
}
},
"required": [
"contentType"
]
},
"form_element_base": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion typescript/thing-description/thing-description.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export interface FormElementBase {
* via the `definition` "expectedResponse".
*/
export interface ExpectedResponse {
contentType?: string;
contentType: string;
[k: string]: unknown;
}
/**
Expand Down

0 comments on commit 472900f

Please sign in to comment.