{
    "properties": {
        "_type": {
            "const": "scale.olm.generate.static:pass_through",
            "title": "Olm Redirect Type"
        }
    },
    "required": [
        "_type"
    ],
    "title": "pass_through",
    "type": "object",
    "$$description": [
        "Specified with :code:`\"_type\": \"scale.olm.generate.static:pass_through\"` in **config.olm.json**.",
        "",
        ".. collapse:: Example input in config.olm.json/generate/static",
        "",
        "    .. code:: JSON",
        "",
        "",
        "        {",
        "            \"_type\": \"scale.olm.generate.static:pass_through\",",
        "            \"addnux\": 2,",
        "            \"xslib\": \"v7.1\"",
        "        }",
        "",
        ".. only::latex",
        "",
        "    END Example input in config.olm.json/generate/static",
        "",
        "",
        "",
        ".. collapse:: Args passed to Python function: scale.olm.generate.static.pass_through",
        "",
        "    .. code:: JSON",
        "",
        "",
        "        {",
        "            \"_type\": \"scale.olm.generate.static:pass_through\",",
        "            \"addnux\": 2,",
        "            \"xslib\": \"v7.1\"",
        "        }",
        "",
        ".. only::latex",
        "",
        "    END Args passed to Python function: scale.olm.generate.static.pass_through",
        "",
        "",
        "",
        ".. collapse:: Data available in template: static",
        "",
        "    .. code:: JSON",
        "",
        "",
        "        {",
        "            \"addnux\": 2,",
        "            \"xslib\": \"v7.1\"",
        "        }",
        "",
        ".. only::latex",
        "",
        "    END Data available in template: static",
        "",
        "",
        "See also: :obj:`scale.olm.generate.static.pass_through`"
    ]
}