swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 57956ceaeb21c2b3ebbd6973904c4636871edd87 authored by Jenkins for Software Heritage on 03 November 2020, 17:20:44 UTC
New upstream version 0.17.0
Tip revision: 57956ce
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