Paragon · JSON Structure

Paragon Action Structure

Type: object Properties: 4 Required: 2
Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrations

Paragon Action Structure is a JSON Structure definition published by Paragon, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/schema/v0/ meta-schema.

Properties

name description integration parameters

Meta-schema: https://json-structure.org/schema/v0/

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0/",
  "title": "Paragon ActionKit Action",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "description": { "type": "string" },
    "integration": { "type": "string" },
    "parameters": { "type": "object" }
  },
  "required": ["name", "integration"]
}