Closed bernardpletikosa closed 1 year ago
Hey @bernardpletikosa,
The latest dmr-client
should already support DTDL v3. There is a --max-dtdl-version
parameter where you can specify the desired max DTDL support level. It currently defaults to 2
.
For example:
dmr-client validate --max-dtdl-version 3 --model-file /path/to/model.json
Let us know if this resolves the issue.
Hi,
DTDL v3 is in GA and it can be used in ADT.
We are using dmr-client to validate models before uploading them to ADT instances and in general to help with development and make sure nothing broken is merged. Is there a date when we can expect dmr-client to support DTDL v3?
P.S. Question originally posted on Microsoft Q&A