swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 8bbbf9f2e0c91a5264912d24ed2aaffec87e8c1a authored by Valentin Lorentz on 26 February 2019, 09:50:44 UTC
Add an helper function to list all origins in the storage.
Tip revision: 8bbbf9f
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