swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 2af864c0f33a186d4ae6f116ce9e4013e6427f33 authored by Jenkins for Software Heritage on 09 April 2019, 16:50:47 UTC
New upstream version 0.0.138
Tip revision: 2af864c
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