Iot Sitewise Asset Model Composite Model Structure
Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model.
Type: objectProperties: 5Required: 2
Asset ManagementIndustrial IoTIoTTime Series Data
AssetModelCompositeModel is a JSON Structure definition published by Amazon IoT SiteWise, describing 5 properties, of which 2 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-composite-model-structure.json",
"name": "AssetModelCompositeModel",
"description": "Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model.",
"type": "object",
"properties": {
"name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the composite model."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "The description of the composite model."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The type of the composite model. For alarm composite models, this type is <code>AWS/ALARM</code>."
}
]
},
"properties": {
"description": "The asset property definitions for this composite model."
},
"id": {
"allOf": [
{
"$ref": "#/components/schemas/ID"
},
{
"description": " The ID of the asset model composite model. "
}
]
}
},
"required": [
"name",
"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.