{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReplicatSummary", "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "status": { "type": "string" }, "handler": { "type": "string", "description": "Big data handler type (e.g., kafka, hdfs, mongodb)" } } }