swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: b0ab58f3dc94de0c4a11e57ce944ce604bb2a192 authored by Jenkins for Software Heritage on 16 July 2020, 13:36:32 UTC
New upstream version 0.10.6
Tip revision: b0ab58f
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