Zluri · JSON Structure

Snapshot Data Upload Structure

Payload for uploading snapshot data in a Zluri sync.

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

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

Properties

entity page data

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "SnapshotDataUpload",
  "type": "object",
  "description": "Payload for uploading snapshot data in a Zluri sync.",
  "properties": {
    "entity": {"type": "string"},
    "page": {"type": "integer", "minimum": 1},
    "data": {"type": "array", "maxItems": 1000, "items": {"type": "object"}}
  },
  "required": ["entity", "page", "data"]
}