-
`az iot central device-template create` does not accept DTDL v2 interfaces
**To Reproduce**
Install the latest with `az extension remove azure-iot && az extension add azure-iot`
Follow the […
-
- Investigate if there are any restrictions on JSON-LD and/or DTDL specs RE encoding
- Check Encoding in the PR Checks
-
It would be interesting to attempt defining a mapping of the DTDL to the W3C Web of Things specifications, which are candidate recommendations and are currently in community review:
- https://www.w3.…
-
Hi,
Is there any plan to generalize message types and replace the telemetry type by a generic message structure with, for instance:
- messageType (ex: telemetry, error, system, etc)
- messageSc…
-
When I define a structured datatype in Bridgepoint, the generator creates an object ("@type": "Object"). Now in the DTDL-definition of the corresponding fields there are commas missing in between fiel…
-
I would like to define only once an enum or an object and reuse it as a type.
Example
```
{
"@context": "dtmi:dtdl:context;2",
"@id": "dtmi:loglevel;1",
"@type":"???ComplexType???",
"…
-
I've below sample models one for the base device and its relationship, the relationships are provisioned as modules of the device. The relationship has a boolean property "activated" defined. The ques…
-
`DTDL: Create Interface` always places the new file in the root.
Is it possible to create the new file in the current active folder?
-
Hey Jeremy! Quite some work you've done here, impressive.
- [ ] I noticed a minor typo in the README where you mistype DSDL as DTDL (it's Data Structure Description Language).
- [ ] Your musings…
-
Currently, the DTDL V3 Spec limits the maximum depth of inheritance to 10 levels. Would it be possible to expand this limit to 12 or more?