{
    "bmc.kepler.Debug.LogMock": {
        "properties": {},
        "methods": {
            "MockLog": {
                "req": {
                    "Count": {
                        "baseType": "U32",
                        "minimum": 1,
                        "maximum": 1000,
                        "description": "注入的日志数量"
                    },
                    "Text": {
                        "baseType": "String",
                        "minLength": 1,
                        "maxLength": 1024,
                        "description": "注入的日志内容"
                    },
                    "RepeatText": {
                        "baseType": "Boolean",
                        "description": "标志是否重复内容"
                    }
                },
                "rsp": {
                },
                "description": "模拟日志注入"
            }
        }
    }
}