DmeTypeIdStruct
DmeTypeIdStruct
Defines the attributes of data type identifier.
JSON Example
{
"namespace": "string",
"name": "string",
"version": "string"
}
string
namespace
Required
Indicates the entity responsible for the DME type definition.
string As ^[^:]{1,}$
name
Required
Name of the data type. The string can be any character except ":" (colon)
string
version
Required
Version of the data type. The versioning and allowed characters are according to SemVer.