summaryrefslogtreecommitdiffstats
path: root/verigraph/jsonschema/cache.json
blob: 0511e7b9f550da9fcc59312b7071f0dfa20e5868 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Cache",
    "description": "Polito Cache",
    "type": "array",
    "items": {
        "type": "string"
    },
    "minItems": 0,
    "uniqueItems": true
}