{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DataStream", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "status": { "type": "string" }, "source": { "type": "object" }, "target": { "type": "object" }, "filters": { "type": "array" }, "asyncApiSpec": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } } }