{
"$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-on-enter-lifecycle-structure.json",
"name": "OnEnterLifecycle",
"description": "When entering this state, perform these actions if the condition is TRUE.",
"type": "object",
"properties": {
"events": {
"allOf": [
{
"$ref": "#/components/schemas/Events"
},
{
"description": "Specifies the actions that are performed when the state is entered and the condition is TRUE."
}
]
}
}
}