swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 52223525268780a67f2cad8d0311465d600259c3 authored by Valentin Lorentz on 27 February 2020, 15:59:52 UTC
Use Content.hashes() instead of Content.to_dict() where it makes sense.
Tip revision: 5222352
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