Contains information about an asset model property.
Type: objectProperties: 6Required: 3
Asset ManagementIndustrial IoTIoTTime Series Data
AssetModelProperty is a JSON Structure definition published by Amazon IoT SiteWise, describing 6 properties, of which 3 are 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-sitewise/refs/heads/main/json-structure/iot-sitewise-asset-model-property-structure.json",
"name": "AssetModelProperty",
"description": "Contains information about an asset model property.",
"type": "object",
"properties": {
"id": {
"allOf": [
{
"$ref": "#/components/schemas/ID"
},
{
"description": "The ID of the asset model property."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the asset model property."
}
]
},
"dataType": {
"allOf": [
{
"$ref": "#/components/schemas/PropertyDataType"
},
{
"description": "The data type of the asset model property."
}
]
},
"dataTypeSpec": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The data type of the structure for this property. This parameter exists on properties that have the <code>STRUCT</code> data type."
}
]
},
"unit": {
"allOf": [
{
"$ref": "#/components/schemas/PropertyUnit"
},
{
"description": "The unit of the asset model property, such as <code>Newtons</code> or <code>RPM</code>."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/PropertyType"
},
{
"description": "The property type (see <code>PropertyType</code>)."
}
]
}
},
"required": [
"name",
"dataType",
"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.