swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: a6742ee499da1075f3e1f57d799274a1b4fad427 authored by Jenkins for Software Heritage on 16 January 2020, 17:08:10 UTC
Updated backport on buster-swh from debian/0.0.164-1_swh1 (unstable-swh)
Tip revision: a6742ee
tool.tool_configuration.schema.json
{
    "$schema": "http://json-schema.org/schema#",
    "id": "http://softwareheritage.org/schemas/tool.tool_configuration.schema.json",

    "type": "object",
    "properties": {
        "command_line": {
            "type": "string"
        }
    }
}
back to top