swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 1031dc52c837db494392525a82114e7560ec4b19 authored by Antoine Lambert on 12 November 2018, 12:56:28 UTC
debian: Remove nose and migrate to pytest
Tip revision: 1031dc5
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