Amazon IoT Events · JSON Structure

Iot Events Iot Site Wise Asset Model Property Identifier Structure

The asset model property identifer of the input routed from AWS IoT SiteWise.

Type: object Properties: 2 Required: 2
Event DetectionIoTState MachineAutomation

IotSiteWiseAssetModelPropertyIdentifier is a JSON Structure definition published by Amazon IoT Events, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

assetModelId propertyId

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-events/refs/heads/main/json-structure/iot-events-iot-site-wise-asset-model-property-identifier-structure.json",
  "name": "IotSiteWiseAssetModelPropertyIdentifier",
  "description": " The asset model property identifer of the input routed from AWS IoT SiteWise. ",
  "type": "object",
  "properties": {
    "assetModelId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetModelId"
        },
        {
          "description": " The ID of the AWS IoT SiteWise asset model. "
        }
      ]
    },
    "propertyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetPropertyId"
        },
        {
          "description": " The ID of the AWS IoT SiteWise asset property. "
        }
      ]
    }
  },
  "required": [
    "assetModelId",
    "propertyId"
  ]
}