-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Support conversions for all relevant data types. Currently a conversion is only supported when the data type can be parsed as f32. Note that this may require additional work to handle other data types, as currently all data are read as a string
Acceptance criteria
Conversions should be supported for the following DTDL schema types:
-
double(f64) -
float(f32) -
integer(i32) -
long(i64) -
ArraywithelementSchemain the above list
The following types will not support conversions by design:
booleandatedateTimedurationstringtimeArraywith an unsupportedelementSchemaEnumMapObject- Geospatial schemas
Note: these two lists encompass all of the schemas supported by DTDL v3, so the above lists are complete
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request