{ "@context": { "albato": "https://albato.com/schema/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Automation": { "@id": "albato:Automation" }, "id": { "@id": "albato:id", "@type": "xsd:string" }, "name": { "@id": "albato:name", "@type": "xsd:string" }, "description": { "@id": "albato:description", "@type": "xsd:string" }, "status": { "@id": "albato:status", "@type": "xsd:string" }, "trigger_count": { "@id": "albato:trigger_count", "@type": "xsd:integer" }, "success_count": { "@id": "albato:success_count", "@type": "xsd:integer" }, "error_count": { "@id": "albato:error_count", "@type": "xsd:integer" }, "created_at": { "@id": "albato:created_at", "@type": "xsd:dateTime" }, "updated_at": { "@id": "albato:updated_at", "@type": "xsd:dateTime" }, "AutomationStep": { "@id": "albato:AutomationStep" }, "app": { "@id": "albato:app", "@type": "xsd:string" }, "type": { "@id": "albato:type", "@type": "xsd:string" }, "event": { "@id": "albato:event", "@type": "xsd:string" }, "config": { "@id": "albato:config", "@type": "xsd:string" }, "Execution": { "@id": "albato:Execution" }, "automation_id": { "@id": "albato:automation_id", "@type": "xsd:string" }, "started_at": { "@id": "albato:started_at", "@type": "xsd:dateTime" }, "finished_at": { "@id": "albato:finished_at", "@type": "xsd:dateTime" }, "error_message": { "@id": "albato:error_message", "@type": "xsd:string" }, "steps_completed": { "@id": "albato:steps_completed", "@type": "xsd:integer" }, "Team": { "@id": "albato:Team" }, "external_id": { "@id": "albato:external_id", "@type": "xsd:string" }, "plan": { "@id": "albato:plan", "@type": "xsd:string" }, "active_automations": { "@id": "albato:active_automations", "@type": "xsd:integer" }, "transaction_count": { "@id": "albato:transaction_count", "@type": "xsd:integer" }, "User": { "@id": "albato:User" }, "email": { "@id": "albato:email", "@type": "xsd:string" }, "role": { "@id": "albato:role", "@type": "xsd:string" }, "team_id": { "@id": "albato:team_id", "@type": "xsd:string" }, "Connector": { "@id": "albato:Connector" }, "category": { "@id": "albato:category", "@type": "xsd:string" }, "triggers_count": { "@id": "albato:triggers_count", "@type": "xsd:integer" }, "actions_count": { "@id": "albato:actions_count", "@type": "xsd:integer" }, "icon_url": { "@id": "albato:icon_url", "@type": "xsd:anyURI" }, "Template": { "@id": "albato:Template" } } }