Amazon IoT SiteWise · JSON Structure

Iot Sitewise Asset Composite Models Structure

AssetCompositeModels schema

Type: array Properties: 0
Asset ManagementIndustrial IoTIoTTime Series Data

AssetCompositeModels is a JSON Structure definition published by Amazon IoT SiteWise. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-composite-models-structure.json",
  "name": "AssetCompositeModels",
  "description": "AssetCompositeModels schema",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "name",
      "type",
      "properties"
    ],
    "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 properties that this composite model defines."
      },
      "id": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ID"
          },
          {
            "description": " The ID of the asset composite model. "
          }
        ]
      }
    },
    "description": "Contains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model."
  }
}