If I try to add a "top level form" nothing happens.
If I add myself an empty top level form like in the following case, it works.
{
"@context": "https://www.w3.org/ns/wot-next/td",
"forms": [], // needs to exist
...
}
The console log does not show any issue...