Albato · JSON Structure

Albato Albato Embedded Template Structure

An automation template for embedded users

Type: object Properties: 5
No-Code AutomationWorkflow AutomationEmbedded iPaaSApp IntegrationIntegrationsWebhooksWhite-Label

Albato Albato Embedded Template Structure is a JSON Structure definition published by Albato, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name description category created_at

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$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": ""
    }
  }
}