{
    "bmc.dev": {
        "properties": {},
        "methods": {
            "AddBoard": {
                "req": {
                    "Attach": {
                        "baseType": "Dictionary",
                        "$ref": "#/defs/AttachDict"
                    },
                    "CsrData": {
                        "baseType": "String"
                    }
                },
                "rsp": {
                    "Path": {
                        "baseType": "String"
                    }
                }
            }
        }
    },
    "defs": {
        "AttachDict": {
            "key": {
                "baseType": "String"
            },
            "value": {
                "baseType": "String"
            }
        }
    }
}