swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 31a8dcfc97922368d30258bc280d766dc0235501 authored by Jenkins for Software Heritage on 16 December 2019, 13:41:40 UTC
Updated debian changelog for version 0.0.162
Tip revision: 31a8dcf
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