The following TD is not accepted due to href being empty:
{
"@context": [
"https://www.w3.org/2022/wot/td/v1.1"
],
"base": "opc.tcp://localhost:4840",
"properties": {
"test123": {
"forms": [
{
href: "", // this is the issue
"op": [
"readproperty",
"writeproperty",
"observeproperty"
],
"opcua:nodeId": "ns=3;s=\"foobar\""
}
],
"observable": true,
"readOnly": false,
"type": "number"
}
},
"security": "nosec_sc",
"securityDefinitions": {
"nosec_sc": {
"scheme": "nosec"
}
},
"title": "test"
}
The following TD is not accepted due to href being empty: