Paragon · JSON Structure

Paragon Synced Record Structure

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

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

Properties

id integration syncType sourceId data permissions updatedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0/",
  "title": "Paragon Managed Sync Record",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "integration": { "type": "string" },
    "syncType": { "type": "string" },
    "sourceId": { "type": "string" },
    "data": { "type": "object" },
    "permissions": { "type": "object" },
    "updatedAt": { "type": "string", "format": "date-time" }
  },
  "required": ["id", "integration", "syncType"]
}