swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 0dc162681e95d9e197112353209b4b2ac69e243c authored by Jenkins for Software Heritage on 30 January 2020, 10:25:31 UTC
Updated debian changelog for version 0.0.168
Tip revision: 0dc1626
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