An object that specifies the data type of a property.
Type: objectProperties: 5Required: 1
3D VisualizationDigital TwinIndustrial IoTIoT
DataType is a JSON Structure definition published by Amazon IoT TwinMaker, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-data-type-structure.json",
"name": "DataType",
"description": "An object that specifies the data type of a property.",
"type": "object",
"properties": {
"type": {
"allOf": [
{
"$ref": "#/components/schemas/Type"
},
{
"description": "The underlying type of the data type."
}
]
},
"nestedType": {
"allOf": [
{
"$ref": "#/components/schemas/DataType"
},
{
"description": "The nested type in the data type."
}
]
},
"allowedValues": {
"allOf": [
{
"$ref": "#/components/schemas/DataValueList"
},
{
"description": "The allowed values for this data type."
}
]
},
"unitOfMeasure": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The unit of measure used in this data type."
}
]
},
"relationship": {
"allOf": [
{
"$ref": "#/components/schemas/Relationship"
},
{
"description": "A relationship that associates a component with another component."
}
]
}
},
"required": [
"type"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.