Paragon · JSON Structure

Paragon Trigger Subscription Structure

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

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

Properties

id userId trigger integration parameters deliveryUrl createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0/",
  "title": "Paragon Trigger Subscription",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "userId": { "type": "string" },
    "trigger": { "type": "string" },
    "integration": { "type": "string" },
    "parameters": { "type": "object" },
    "deliveryUrl": { "type": "string", "format": "uri" },
    "createdAt": { "type": "string", "format": "date-time" }
  },
  "required": ["id", "trigger"]
}