{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LastOperation", "type": "object", "properties": { "type": { "type": "string" }, "state": { "type": "string" }, "description": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }