{ "$schema": "https://json-structure.org/meta/core/v0/#", "name": "Sync Zone", "description": "Synchronization status of a shared memory zone.", "type": "object", "members": { "records_pending": { "description": "The number of records that need to be sent to the cluster.", "type": "int32", "example": 0 }, "records_total": { "description": "The total number of records stored in the shared memory zone.", "type": "int32", "example": 0 } } }