{ "$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" ] }