-
Hi, there.
I'm trying to define a schema with DTDL v2. I see many fields are "required" while they can be referenced only. For example, I can globally define an `Enum` and refer to it by `@id` in …
-
## Repro Steps
Create a Device Template in Central
Select Edge Device
Export the device template
Extract each of the interfaces to a different file
Expected: No errors since those are valid D…
-
Here is a scenario:
In https://github.com/dotnet/iot/ we have libraries for many devices. Some of them have complex structures, i.e.:
- SenseHAT is composed of 6 different devices (each of these dev…
-
Bug in dataspecification relationship of HasDataSpecification interface was fixed in DTDL repo
-
I just loaded this plug-in in visual-studio, and when trying to select a geospatial schema, we are presented with the following error:
![Screen Shot 2021-04-27 at 5 04 18 PM](https://user-images.gith…
-
My understanding is that once I define (e.g.) Enum Color {Red, Blue, Green} and publish the interface, then I can NEVER add a Yellow object.
This also flows from https://github.com/Azure/IoTPlugand…
-
As part of IoT Central, there's some additional property types that are supported within the `dtmi:iotcentral:context;2` extension
```
{
"@id": "dtmi:sample:modelDefinition:Humidity…
-
Hi,
the ontology has been upgraded to DTDLv3.
Where can we find information about v3 of the DTDL?
Thanks,
Hannes
-
Is there any plan to support the full GeoJson format with full functionality, like features and properties?
```
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
…
-
Hi there,
In my understanding of the context file, it seems DTDL adopts XSD vocabularies. However, the definition of "integer" is mismatched between the DTDL's documentation vs XSD's definition.
…