{
    "$schema": "https://raw.githubusercontent.com/npenin/akala/main/packages/commands/command-schema.json",
    "fs": {
        "inject": [
            "params.0",
            "http",
            "params.1"
        ]
    },
    "": {
        "inject": [
            "params.0",
            "http",
            "params.1"
        ]
    },
    "http": {
        "method": "post",
        "route": "/pair",
        "inject": [
            "body.accessory",
            "http",
            "body.pinCode"
        ]
    },
    "types": {
        "inject": [
            "accessory",
            "http",
            "pinCode"
        ],
        "types": [
            "string",
            "import('@akala/core').Http",
            "string"
        ]
    }
}