{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:DeactivateAction", "title": "DeactivateAction", "description": "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).", "type": "object", "allOf": [ { "description": "An agent controls a device or application.", "$ref": "schema:ControlAction" } ] }