swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: ddac3d27e3ae79dfd1a9bc2ccd3948f82bbfd6b3 authored by Antoine R. Dumont (@ardumont) on 10 April 2020, 09:40:39 UTC
test_retry: Add missing skipped_content_add tests
Tip revision: ddac3d2
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