TD
Thing Template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"id": "urn:uuid:0804d572-cce8-422a-bb7c-4412fcd56f06",
"@type": "Thing",
"title": "Thing Template",
"description": "This is your customizable template. Edit it to fit your Thing Description or Thing Model needs!",
"securityDefinitions": {
"basic_sc": {
"scheme": "basic",
"in": "header"
}
},
"security": "basic_sc",
"properties": {},
"actions": {},
"events": {}
}