swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: b315f9d27b14c59f71a5a149f910cec4325b7d4c authored by Valentin Lorentz on 31 January 2020, 16:09:31 UTC
Tune Cassandra test config for lower test latency.
Tip revision: b315f9d
entity.lister_metadata.schema.json
{
    "$schema": "http://json-schema.org/schema#",
    "id": "http://softwareheritage.org/schemas/entity.lister_metadata.schema.json",

    "type": "object",
    "properties": {
        "lister": {"type": "string"}
    }
}
back to top