{
    "path": "\/hello\/{name}",
    "pathRegex": "#PATH_REGEX#",
    "host": "localhost",
    "hostRegex": "#HOST_REGEX#",
    "scheme": "http|https",
    "method": "GET|HEAD",
    "class": "Symfony\\Bundle\\FrameworkBundle\\Tests\\Console\\Descriptor\\RouteStub",
    "defaults": {
        "name": "Joseph"
    },
    "requirements": {
        "name": "[a-z]+"
    },
    "options": {
        "compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
        "opt1": "val1",
        "opt2": "val2"
    }
}
