Zluri · JSON Structure

Sync Structure

Zluri sync session.

Type: object Properties: 5 Required: 3
Access ManagementSaaS Management

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

Properties

id instance_id status created_at finished_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "Sync",
  "type": "object",
  "description": "Zluri sync session.",
  "properties": {
    "id": {"type": "string"},
    "instance_id": {"type": "string"},
    "status": {"type": "string"},
    "created_at": {"type": "string", "format": "date-time"},
    "finished_at": {"type": "string", "format": "date-time", "nullable": true}
  },
  "required": ["id", "instance_id", "status"]
}