{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/albato/refs/heads/main/json-structure/albato-albato-embedded-template-structure.json", "title": "Template", "description": "An automation template for embedded users", "type": "object", "properties": { "id": { "type": "string", "description": "" }, "name": { "type": "string", "description": "" }, "description": { "type": "string", "description": "" }, "category": { "type": "string", "description": "" }, "created_at": { "type": "datetime", "description": "" } } }