swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 312127af7ce3a21287bae9cd5d3e2d124d577c6b authored by Antoine R. Dumont (@ardumont) on 30 June 2020, 13:22:59 UTC
storage*: Drop intermediary conversion step into OriginVisit
Tip revision: 312127a
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