{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Replicat", "type": "object", "properties": { "name": { "type": "string", "description": "Replicat process name" }, "type": { "type": "string", "description": "Type of replicat" }, "status": { "type": "string", "description": "Current process status" }, "description": { "type": "string" }, "trail": { "type": "string", "description": "Source trail file path" }, "checkpointTable": { "type": "string", "description": "Checkpoint table name" }, "config": { "type": "array", "description": "Parameter file content lines" }, "credentials": { "type": "object" } } }